<?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: A Bookmarklet To Reload A Page&#8217;s CSS</title>
	<atom:link href="http://www.eahanson.com/2009/02/28/a-bookmarklet-to-reload-a-pages-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eahanson.com/2009/02/28/a-bookmarklet-to-reload-a-pages-css/</link>
	<description>My weblog</description>
	<lastBuildDate>Wed, 03 Mar 2010 08:05:56 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Wouter Bos</title>
		<link>http://www.eahanson.com/2009/02/28/a-bookmarklet-to-reload-a-pages-css/comment-page-1/#comment-26669</link>
		<dc:creator>Wouter Bos</dc:creator>
		<pubDate>Wed, 03 Mar 2010 08:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.eahanson.com/?p=62#comment-26669</guid>
		<description>Works like a charm. Exactly what I was looking for.</description>
		<content:encoded><![CDATA[<p>Works like a charm. Exactly what I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence Barsanti</title>
		<link>http://www.eahanson.com/2009/02/28/a-bookmarklet-to-reload-a-pages-css/comment-page-1/#comment-25640</link>
		<dc:creator>Lawrence Barsanti</dc:creator>
		<pubDate>Fri, 22 Jan 2010 16:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.eahanson.com/?p=62#comment-25640</guid>
		<description>Very useful.  Thanks.</description>
		<content:encoded><![CDATA[<p>Very useful.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Thomson</title>
		<link>http://www.eahanson.com/2009/02/28/a-bookmarklet-to-reload-a-pages-css/comment-page-1/#comment-20084</link>
		<dc:creator>Brandon Thomson</dc:creator>
		<pubDate>Sat, 13 Jun 2009 13:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.eahanson.com/?p=62#comment-20084</guid>
		<description>This is very useful, thanks very much... Actually I am surprised something like this is not in Firebug. I am using it to speed development of Conquer-on-Contact ;)</description>
		<content:encoded><![CDATA[<p>This is very useful, thanks very much&#8230; Actually I am surprised something like this is not in Firebug. I am using it to speed development of Conquer-on-Contact ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.eahanson.com/2009/02/28/a-bookmarklet-to-reload-a-pages-css/comment-page-1/#comment-16672</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 04 Mar 2009 20:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.eahanson.com/?p=62#comment-16672</guid>
		<description>Very cool idea!
I had a problem with this when I first tried it because the page I was testing had link elements with a &quot;rel&quot; attribute of &quot;Stylesheet&quot; instead of &quot;stylesheet&quot; (or both actually). So I switched the 3rd line to:
  links[i].rel.toLowerCase() === &quot;stylesheet&quot;

And just a side note... I thought I&#039;d give a try to rewriting this using Prototype since all of the sites I work on include Prototype already (of course this is no longer a generic solution this way). Here&#039;s what I came up with:
  $$(&#039;link[rel=Stylesheet], link[rel=stylesheet]&#039;).each(function(link){link.href += (link.href.include(&#039;?&#039;) ? &#039;x&#039; : &#039;?x&#039;)});

Thanks again for the great idea!</description>
		<content:encoded><![CDATA[<p>Very cool idea!<br />
I had a problem with this when I first tried it because the page I was testing had link elements with a &#8220;rel&#8221; attribute of &#8220;Stylesheet&#8221; instead of &#8220;stylesheet&#8221; (or both actually). So I switched the 3rd line to:<br />
  links[i].rel.toLowerCase() === &#8220;stylesheet&#8221;</p>
<p>And just a side note&#8230; I thought I&#8217;d give a try to rewriting this using Prototype since all of the sites I work on include Prototype already (of course this is no longer a generic solution this way). Here&#8217;s what I came up with:<br />
  $$(&#8216;link[rel=Stylesheet], link[rel=stylesheet]&#8216;).each(function(link){link.href += (link.href.include(&#8216;?&#8217;) ? &#8216;x&#8217; : &#8216;?x&#8217;)});</p>
<p>Thanks again for the great idea!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grosser</title>
		<link>http://www.eahanson.com/2009/02/28/a-bookmarklet-to-reload-a-pages-css/comment-page-1/#comment-16621</link>
		<dc:creator>grosser</dc:creator>
		<pubDate>Mon, 02 Mar 2009 21:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.eahanson.com/?p=62#comment-16621</guid>
		<description>simple + awesome, gotta try this tomorrow :)</description>
		<content:encoded><![CDATA[<p>simple + awesome, gotta try this tomorrow :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
