<?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: jQuery CSS parser</title>
	<atom:link href="http://bililite.nfshost.com/blog/2009/01/16/jquery-css-parser/feed/" rel="self" type="application/rss+xml" />
	<link>http://bililite.nfshost.com/blog/2009/01/16/jquery-css-parser/</link>
	<description>Thoughts on web design and programming from a very occasional volunteer webmaster</description>
	<lastBuildDate>Thu, 10 May 2012 10:36:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Danny</title>
		<link>http://bililite.nfshost.com/blog/2009/01/16/jquery-css-parser/comment-page-1/#comment-18315</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Tue, 20 Mar 2012 19:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?p=251#comment-18315</guid>
		<description>@Brad:
And thank you for analyzing it in such detail!
I&#039;m not a Real Programmer; no pair programming, no test-driven development, no source version control (which I keep kicking myself about and will no doubt come to regret). I just solve problems as I come across them and release what I&#039;ve learned. It&#039;s nice to have someone looking over my shoulder.
--Danny</description>
		<content:encoded><![CDATA[<p>@Brad:<br />
And thank you for analyzing it in such detail!<br />
I&#8217;m not a Real Programmer; no pair programming, no test-driven development, no source version control (which I keep kicking myself about and will no doubt come to regret). I just solve problems as I come across them and release what I&#8217;ve learned. It&#8217;s nice to have someone looking over my shoulder.<br />
&#8211;Danny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://bililite.nfshost.com/blog/2009/01/16/jquery-css-parser/comment-page-1/#comment-18314</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Tue, 20 Mar 2012 18:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?p=251#comment-18314</guid>
		<description>Thank you for this terrific piece of code!</description>
		<content:encoded><![CDATA[<p>Thank you for this terrific piece of code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://bililite.nfshost.com/blog/2009/01/16/jquery-css-parser/comment-page-1/#comment-18241</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Mon, 19 Mar 2012 18:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?p=251#comment-18241</guid>
		<description>@Brad:
You are correct again. I got the parameter order backwards; I&#039;ll correct that. Thanks!
--Danny</description>
		<content:encoded><![CDATA[<p>@Brad:<br />
You are correct again. I got the parameter order backwards; I&#8217;ll correct that. Thanks!<br />
&#8211;Danny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://bililite.nfshost.com/blog/2009/01/16/jquery-css-parser/comment-page-1/#comment-18235</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Mon, 19 Mar 2012 17:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?p=251#comment-18235</guid>
		<description>A quick question: when you request the page again, to parse attributes, the $get passes along &#039;text&#039; as a query string parameter.  Did you intend instead to have the request have a &#039;text&#039; dataType (vs. &#039;html&#039;, which will execute JS)? If not, I&#039;m curious as to the purpose of this query string parameter.</description>
		<content:encoded><![CDATA[<p>A quick question: when you request the page again, to parse attributes, the $get passes along &#8216;text&#8217; as a query string parameter.  Did you intend instead to have the request have a &#8216;text&#8217; dataType (vs. &#8216;html&#8217;, which will execute JS)? If not, I&#8217;m curious as to the purpose of this query string parameter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://bililite.nfshost.com/blog/2009/01/16/jquery-css-parser/comment-page-1/#comment-17245</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Tue, 06 Mar 2012 22:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?p=251#comment-17245</guid>
		<description>@Brad:
Nice catch! I&#039;m sure I tested this with @media and @import rules but didn&#039;t try any other @ rules, which meant that the last condition was always true and I never knew. It will be corrected posthaste.</description>
		<content:encoded><![CDATA[<p>@Brad:<br />
Nice catch! I&#8217;m sure I tested this with @media and @import rules but didn&#8217;t try any other @ rules, which meant that the last condition was always true and I never knew. It will be corrected posthaste.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://bililite.nfshost.com/blog/2009/01/16/jquery-css-parser/comment-page-1/#comment-17240</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Tue, 06 Mar 2012 21:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?p=251#comment-17240</guid>
		<description>I think I have stumbled across a bug.  At line 197, where type is being compared to &#039;import&#039;, there&#039;s a single &#039;=&#039; vs. &#039;==&#039;.  FYI, this is causing problems with CSS web fonts (the @font-face selector).</description>
		<content:encoded><![CDATA[<p>I think I have stumbled across a bug.  At line 197, where type is being compared to &#8216;import&#8217;, there&#8217;s a single &#8216;=&#8217; vs. &#8216;==&#8217;.  FYI, this is causing problems with CSS web fonts (the @font-face selector).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hacking at 0300 : jQuery CSS parser - EtondeGroup Blog of Web Applications &#124; EtondeGroup Blog of Web Applications</title>
		<link>http://bililite.nfshost.com/blog/2009/01/16/jquery-css-parser/comment-page-1/#comment-13720</link>
		<dc:creator>Hacking at 0300 : jQuery CSS parser - EtondeGroup Blog of Web Applications &#124; EtondeGroup Blog of Web Applications</dc:creator>
		<pubDate>Fri, 13 Jan 2012 12:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?p=251#comment-13720</guid>
		<description>[...] more here: Hacking at 0300 : jQuery CSS parser  Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers [...]</description>
		<content:encoded><![CDATA[<p>[...] more here: Hacking at 0300 : jQuery CSS parser  Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://bililite.nfshost.com/blog/2009/01/16/jquery-css-parser/comment-page-1/#comment-4099</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sun, 01 May 2011 16:13:08 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?p=251#comment-4099</guid>
		<description>Thanks for looking into this.  I think I have been running into caching on my server.  It&#039;s working great now.</description>
		<content:encoded><![CDATA[<p>Thanks for looking into this.  I think I have been running into caching on my server.  It&#8217;s working great now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://bililite.nfshost.com/blog/2009/01/16/jquery-css-parser/comment-page-1/#comment-4072</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Fri, 29 Apr 2011 08:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?p=251#comment-4072</guid>
		<description>@Mark:
I&#039;m not getting any errors with jQuery 1.5.2 from the Google CDN; I just updated the &lt;a href=&quot;/blog/blogfiles/cssparser/cssparsertest.php&quot; rel=&quot;nofollow&quot;&gt;demo &lt;/a&gt; to use the CDN and it&#039;s working fine. Can you post a sample page using 1.5.2 (and including all the code directly rather than using head.js) and I can try to figure it out?
--Danny</description>
		<content:encoded><![CDATA[<p>@Mark:<br />
I&#8217;m not getting any errors with jQuery 1.5.2 from the Google CDN; I just updated the <a href="/blog/blogfiles/cssparser/cssparsertest.php" rel="nofollow">demo </a> to use the CDN and it&#8217;s working fine. Can you post a sample page using 1.5.2 (and including all the code directly rather than using head.js) and I can try to figure it out?<br />
&#8211;Danny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://bililite.nfshost.com/blog/2009/01/16/jquery-css-parser/comment-page-1/#comment-4053</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 25 Apr 2011 15:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?p=251#comment-4053</guid>
		<description>Danny,

I recently tried to upgrade to jQuery version 1.5.2 and ran into an error (str.replace is not a function - line 163).

I have a test page working with version 1.4.4:
http://markschamel.com/projects/Atom/index.html

I&#039;ve tried putting a local copy of 1.5.2 on my server and using Google&#039;s CDN.  Both options result in the same error.

Thanks for the great library!</description>
		<content:encoded><![CDATA[<p>Danny,</p>
<p>I recently tried to upgrade to jQuery version 1.5.2 and ran into an error (str.replace is not a function &#8211; line 163).</p>
<p>I have a test page working with version 1.4.4:<br />
<a href="http://markschamel.com/projects/Atom/index.html" rel="nofollow">http://markschamel.com/projects/Atom/index.html</a></p>
<p>I&#8217;ve tried putting a local copy of 1.5.2 on my server and using Google&#8217;s CDN.  Both options result in the same error.</p>
<p>Thanks for the great library!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

