

<rss version="2.0"
	xmlns:atom="http://www.w3.org/2005/Atom" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:admin="http://webns.net/mvcb/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
		
	<channel>
		<title>RSS Feeds :: DEVPPL - Forums > Script-archive</title>
	<!--<atom:link href="http://www.devppl.com/forum" rel="self" type="application/rss+xml" />-->
		<description>TOGETHER WE ARE THE BEST</description>
		<link>http://www.devppl.com/forum</link>
		<language>en-gb</language>
		<pubDate>Tue, 17 Aug 2004 14:07:13 +0100</pubDate>
		<lastBuildDate>Sat, 21 Nov 2009 12:29:43 +0000</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MSSTI v0.0.1 - (C) 2008 leviatan21 - http://www.mssti.com/</generator>
		<copyright>Copyright : (c) RSS Feeds :: DEVPPL - Tue, 17 Aug 2004 14:07:13 +0100</copyright>
		<dc:creator>webmaster@devppl.com (DEVPPL)</dc:creator>

		<image>
			<title>RSS Feeds :: DEVPPL - Forums > Script-archive</title>
			<url>http://www.devppl.com/forum/styles/DEVPPL/imageset/site_logo.gif</url>
			<link>http://www.devppl.com/forum</link>
		</image>
		<ttl>60</ttl>
		
		<item>
			<title>Re: CSS Reset</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=48812#p48812</link>
				<description><![CDATA[What a joy it is rebuilding all that CSS <img
src="http://www.devppl.com/forum/images/smilies//icon_razz.gif" alt=":P"
title="Razz" /> Especially tables.<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=12894">dflynn</a> &bull; on Sun Dec 21, 2008 7:02 pm &bull; Replies 1 &bull; Views 150</p><hr />]]></description>
					<content:encoded><![CDATA[What a joy it is rebuilding all that CSS <img
src="http://www.devppl.com/forum/images/smilies//icon_razz.gif" alt=":P"
title="Razz" /> Especially tables.]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=44"><![CDATA[Script-archive]]></category>
			<dc:creator><![CDATA[12894]]></dc:creator>
			<dc:date>2008-12-24T17:52:43+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=48812#p48812</guid>
		</item>
			<item>
			<title></title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=30667#p30667</link>
				<description><![CDATA[<div class="quotetitle">webmaster wrote:</div><div
class="quotecontent"><div class="quotetitle">johneva wrote:</div><div
class="quotecontent">Sorry Razz I know you use fixed width for DEVPPL and
your site rocks.</div><br /><br />As long as you do it right, there aren't
any problems with fixed width. (I've just one more thing to fix, the forum
can break the layout if you post long words without spaces, for example
long URLs, but that will be fixed in the next version).</div>
<br />hahaha, yes.. I noticed that a few times on the forum.
<br />Try something like maximum-width <img
src="http://www.devppl.com/forum/images/smilies//icon_wink.gif" alt=";)"
title="Wink" /><p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=11898">knifeinback</a> &bull; on Tue Aug 17, 2004 12:57 am &bull; Replies 8 &bull; Views 4515</p><hr />]]></description>
					<content:encoded><![CDATA[<div class="quotetitle">webmaster wrote:</div><div
class="quotecontent"><div class="quotetitle">johneva wrote:</div><div
class="quotecontent">Sorry Razz I know you use fixed width for DEVPPL and
your site rocks.</div><br /><br />As long as you do it right, there aren't
any problems with fixed width. (I've just one more thing to fix, the forum
can break the layout if you post long words without spaces, for example
long URLs, but that will be fixed in the next version).</div>
<br />hahaha, yes.. I noticed that a few times on the forum.
<br />Try something like maximum-width <img
src="http://www.devppl.com/forum/images/smilies//icon_wink.gif" alt=";)"
title="Wink" />]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=44"><![CDATA[Script-archive]]></category>
			<dc:creator><![CDATA[11898]]></dc:creator>
			<dc:date>2007-07-28T05:28:27+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=30667#p30667</guid>
		</item>
			<item>
			<title></title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=14559#p14559</link>
				<description><![CDATA[<div class="quotetitle">nighthawk wrote:</div><div class="quotecontent">Or
you can make separate file - filename.css, and in head put this<br /><link
type="text/css" rel="stylesheet" href="url" /><br /><br />But what is the
difference between these two ways?<br /><br />I use the second one because
the html source code is shorter, and you can use the same .css file on many
pages.<br /><br />which browsers don't support css?</div>The difference
between having the CSS included or excluded in the file is that if you
exclude it to a file. The users gets faster browsing because their browser
caches the .css-file. If it's included in the header, it gets loaded for
each pageview on the site. So if you do a CSS/DIV layout, and use as much
CSS as HTML code in your documents. You can reduce the loadingtimes to 50%
for all pageviews except from the first one.<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=2">webmaster</a> &bull; on Tue Nov 23, 2004 3:02 am &bull; Replies 2 &bull; Views 2564</p><hr />]]></description>
					<content:encoded><![CDATA[<div class="quotetitle">nighthawk wrote:</div><div class="quotecontent">Or
you can make separate file - filename.css, and in head put this<br /><link
type="text/css" rel="stylesheet" href="url" /><br /><br />But what is the
difference between these two ways?<br /><br />I use the second one because
the html source code is shorter, and you can use the same .css file on many
pages.<br /><br />which browsers don't support css?</div>The difference
between having the CSS included or excluded in the file is that if you
exclude it to a file. The users gets faster browsing because their browser
caches the .css-file. If it's included in the header, it gets loaded for
each pageview on the site. So if you do a CSS/DIV layout, and use as much
CSS as HTML code in your documents. You can reduce the loadingtimes to 50%
for all pageviews except from the first one.]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=44"><![CDATA[Script-archive]]></category>
			<dc:creator><![CDATA[2]]></dc:creator>
			<dc:date>2006-07-07T09:26:57+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=14559#p14559</guid>
		</item>
	
	</channel>
</rss>