<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: The Kitchen Sink of HTML</title>
	<atom:link href="http://prandall.com/2009/10/16/the-kitchen-sink-of-html/feed/" rel="self" type="application/rss+xml" />
	<link>http://prandall.com/2009/10/16/the-kitchen-sink-of-html/</link>
	<description>The personal website of Paul Randall</description>
	<lastBuildDate>Sat, 21 Jan 2012 21:49:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kenny</title>
		<link>http://prandall.com/2009/10/16/the-kitchen-sink-of-html/comment-page-1/#comment-894</link>
		<dc:creator>Kenny</dc:creator>
		<pubDate>Thu, 01 Dec 2011 04:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://prandall.com/?p=207#comment-894</guid>
		<description>Awesome, when i get a solid version i will send it over to you! Thanks alot!</description>
		<content:encoded><![CDATA[<p>Awesome, when i get a solid version i will send it over to you! Thanks alot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://prandall.com/2009/10/16/the-kitchen-sink-of-html/comment-page-1/#comment-893</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 30 Nov 2011 23:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://prandall.com/?p=207#comment-893</guid>
		<description>I haven&#039;t updated it, but I have modified it internally at the company where I work, but you are more than welcome to adapt the code. I&#039;d be happy to link to it as well.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t updated it, but I have modified it internally at the company where I work, but you are more than welcome to adapt the code. I&#8217;d be happy to link to it as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenny</title>
		<link>http://prandall.com/2009/10/16/the-kitchen-sink-of-html/comment-page-1/#comment-892</link>
		<dc:creator>Kenny</dc:creator>
		<pubDate>Wed, 30 Nov 2011 20:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://prandall.com/?p=207#comment-892</guid>
		<description>Excellent, Have you updated this at all?  I wanted to expand on it a bit making it responsive as well as adding some CSS3 enhancements (with fall backs of course). There aren&#039;t a whole lot of these I can find that come pre-formatted and certainly none already 100% responsive...Just wondering, I want to make sure I use the most up to date version.</description>
		<content:encoded><![CDATA[<p>Excellent, Have you updated this at all?  I wanted to expand on it a bit making it responsive as well as adding some CSS3 enhancements (with fall backs of course). There aren&#8217;t a whole lot of these I can find that come pre-formatted and certainly none already 100% responsive&#8230;Just wondering, I want to make sure I use the most up to date version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://prandall.com/2009/10/16/the-kitchen-sink-of-html/comment-page-1/#comment-890</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 25 Nov 2011 13:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://prandall.com/?p=207#comment-890</guid>
		<description>I have actually been using ems more, especially with the influx of responsive designs so that the layouts work on small and large screen.</description>
		<content:encoded><![CDATA[<p>I have actually been using ems more, especially with the influx of responsive designs so that the layouts work on small and large screen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenny</title>
		<link>http://prandall.com/2009/10/16/the-kitchen-sink-of-html/comment-page-1/#comment-889</link>
		<dc:creator>Kenny</dc:creator>
		<pubDate>Fri, 25 Nov 2011 09:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://prandall.com/?p=207#comment-889</guid>
		<description>Perhaps using ems or % instead of px to allow for a little more flexibility would be nice...otherwise this is excellent, I will be adding on as needed this is very helpful indeed. Thanks!</description>
		<content:encoded><![CDATA[<p>Perhaps using ems or % instead of px to allow for a little more flexibility would be nice&#8230;otherwise this is excellent, I will be adding on as needed this is very helpful indeed. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Design Kanya</title>
		<link>http://prandall.com/2009/10/16/the-kitchen-sink-of-html/comment-page-1/#comment-747</link>
		<dc:creator>Design Kanya</dc:creator>
		<pubDate>Fri, 01 Jul 2011 13:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://prandall.com/?p=207#comment-747</guid>
		<description>Very useful article Paul,
Thanks for sharing it; I have bookmarked it on my &quot;design shelf&quot;

One quick note on maintaining css version:
In order to force client to re-download any file (css, js, html, or even an image), instead of versioning it out on its filename, you can simply use it as below...

&quot;xxx.css?v=2&quot;
usage: 


This will allow you to keep single updated version in your filesystem while letting you archive the older ones.</description>
		<content:encoded><![CDATA[<p>Very useful article Paul,<br />
Thanks for sharing it; I have bookmarked it on my &#8220;design shelf&#8221;</p>
<p>One quick note on maintaining css version:<br />
In order to force client to re-download any file (css, js, html, or even an image), instead of versioning it out on its filename, you can simply use it as below&#8230;</p>
<p>&#8220;xxx.css?v=2&#8243;<br />
usage: </p>
<p>This will allow you to keep single updated version in your filesystem while letting you archive the older ones.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://prandall.com/2009/10/16/the-kitchen-sink-of-html/comment-page-1/#comment-738</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Mon, 30 May 2011 20:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://prandall.com/?p=207#comment-738</guid>
		<description>Great resource and just what I was looking for. Thanks for posting!</description>
		<content:encoded><![CDATA[<p>Great resource and just what I was looking for. Thanks for posting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://prandall.com/2009/10/16/the-kitchen-sink-of-html/comment-page-1/#comment-543</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 01 Jul 2010 07:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://prandall.com/?p=207#comment-543</guid>
		<description>My twitter account is &lt;a href=&quot;http://twitter.com/paulrandall&quot; rel=&quot;nofollow&quot;&gt;@paulrandall&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>My twitter account is <a href="http://twitter.com/paulrandall" rel="nofollow">@paulrandall</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ming Dicus</title>
		<link>http://prandall.com/2009/10/16/the-kitchen-sink-of-html/comment-page-1/#comment-505</link>
		<dc:creator>Ming Dicus</dc:creator>
		<pubDate>Thu, 03 Jun 2010 04:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://prandall.com/?p=207#comment-505</guid>
		<description>Hey do you guys have a Twitter account I could follow? I&#039;m sick of using RSS feeds! It&#039;d be great if you did it&#039;s a lot easier to find updates since I use Twitter so much! I&#039;ll be back for sure!</description>
		<content:encoded><![CDATA[<p>Hey do you guys have a Twitter account I could follow? I&#8217;m sick of using RSS feeds! It&#8217;d be great if you did it&#8217;s a lot easier to find updates since I use Twitter so much! I&#8217;ll be back for sure!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://prandall.com/2009/10/16/the-kitchen-sink-of-html/comment-page-1/#comment-370</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Sun, 25 Oct 2009 08:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://prandall.com/?p=207#comment-370</guid>
		<description>A good practice of DRY (don&#039;t repeat yourself)</description>
		<content:encoded><![CDATA[<p>A good practice of DRY (don&#8217;t repeat yourself)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

