<?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"
	>
<channel>
	<title>Comments on: cssmin.js</title>
	<atom:link href="http://www.phpied.com/cssmin-js/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpied.com/cssmin-js/</link>
	<description>Stoyan's blog about &#60;a href="/category/xhtml" class="tag-minor"&#62;(x)html&#60;/a&#62;, &#60;a href="/category/ajax" class="tag-major"&#62;ajax&#60;/a&#62;, &#60;a href="/category/bookmarklets" class="tag-major"&#62;bookmarklets&#60;/a&#62;, &#60;a href="/category/browsers" class="tag-minor"&#62;browsers&#60;/a&#62;, &#60;a href="/category/css" class="tag-normal"&#62;css&#60;/a&#62;, &#60;a href="/category/firebug" class="tag-minor"&#62;firebug&#60;/a&#62;, &#60;a href="/category/javascript" class="tag-numero-uno"&#62;javascript&#60;/a&#62;, &#60;a href="/category/json" class="tag-normal"&#62;json&#60;/a&#62;, &#60;a href="/category/mdb2" class="tag-minor"&#62;mdb2&#60;/a&#62;, &#60;a href="/category/mysql" class="tag-normal"&#62;mysql&#60;/a&#62;, &#60;a href="/category/pear" class="tag-numero-uno"&#62;pear&#60;/a&#62;, &#60;a href="/category/performance" class="tag-major"&#62;performance&#60;/a&#62;, &#60;a href="/category/php" class="tag-numero-uno"&#62;php&#60;/a&#62;, &#60;a href="/category/phpbb" class="tag-major"&#62;phpbb&#60;/a&#62;, &#60;a href="/category/tools" class="tag-normal"&#62;tools&#60;/a&#62;, &#60;a href="/category/yslow" class="tag-minor"&#62;yslow&#60;/a&#62;, &#60;a href="/category/yui" class="tag-normal"&#62;yui&#60;/a&#62;, &#60;a href="/category/writing" class="tag-minor"&#62;writing&#60;/a&#62;, &#60;a href="/category/music" class="tag-major"&#62;music&#60;/a&#62;,... &#60;a href="/category/life-and-everything" class="tag-normal"&#62;life and everything&#60;/a&#62;.</description>
	<pubDate>Thu, 09 Sep 2010 06:12:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Steven Paul</title>
		<link>http://www.phpied.com/cssmin-js/#comment-72293</link>
		<dc:creator>Steven Paul</dc:creator>
		<pubDate>Sun, 14 Feb 2010 16:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=846#comment-72293</guid>
		<description>I need a perl version of this script, for server side optimization...</description>
		<content:encoded><![CDATA[<p>I need a perl version of this script, for server side optimization&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS munging - a FAILed experiment / phpied.com</title>
		<link>http://www.phpied.com/cssmin-js/#comment-71563</link>
		<dc:creator>CSS munging - a FAILed experiment / phpied.com</dc:creator>
		<pubDate>Sat, 03 Oct 2009 17:03:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=846#comment-71563</guid>
		<description>[...] phpied.com  Stoyan's blog about (x)html, ajax, bookmarklets, browsers, css, firebug, javascript, json, mdb2, mysql, pear, performance, php, phpbb, tools, yslow, yui, writing, music,... life and everything.       &#171; cssmin.js [...]</description>
		<content:encoded><![CDATA[<p>[...] phpied.com  Stoyan&#8217;s blog about (x)html, ajax, bookmarklets, browsers, css, firebug, javascript, json, mdb2, mysql, pear, performance, php, phpbb, tools, yslow, yui, writing, music,&#8230; life and everything.       &laquo; cssmin.js [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoyan</title>
		<link>http://www.phpied.com/cssmin-js/#comment-71531</link>
		<dc:creator>Stoyan</dc:creator>
		<pubDate>Thu, 24 Sep 2009 21:25:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=846#comment-71531</guid>
		<description>Thanks P.Sorokin!</description>
		<content:encoded><![CDATA[<p>Thanks P.Sorokin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: P.Sorokin</title>
		<link>http://www.phpied.com/cssmin-js/#comment-71529</link>
		<dc:creator>P.Sorokin</dc:creator>
		<pubDate>Thu, 24 Sep 2009 17:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=846#comment-71529</guid>
		<description>Add to the end for correct work in IE6
    //:first-letter  and :first-line for IE6
    css = css.replace(/:first-letter+/g, ":first-letter ");
    css = css.replace(/:first-line+/g, ":first-line ");</description>
		<content:encoded><![CDATA[<p>Add to the end for correct work in IE6<br />
    //:first-letter  and :first-line for IE6<br />
    css = css.replace(/:first-letter+/g, &#8220;:first-letter &#8220;);<br />
    css = css.replace(/:first-line+/g, &#8220;:first-line &#8220;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoyan</title>
		<link>http://www.phpied.com/cssmin-js/#comment-71528</link>
		<dc:creator>Stoyan</dc:creator>
		<pubDate>Thu, 24 Sep 2009 05:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=846#comment-71528</guid>
		<description>heh, the shortest contest ever :) 

Greg, send me your mailing address to ssttoo at gmail</description>
		<content:encoded><![CDATA[<p>heh, the shortest contest ever <img src='http://www.phpied.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Greg, send me your mailing address to ssttoo at gmail</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitter Trackbacks for cssmin.js / phpied.com [phpied.com] on Topsy.com</title>
		<link>http://www.phpied.com/cssmin-js/#comment-71527</link>
		<dc:creator>Twitter Trackbacks for cssmin.js / phpied.com [phpied.com] on Topsy.com</dc:creator>
		<pubDate>Thu, 24 Sep 2009 05:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=846#comment-71527</guid>
		<description>[...] First Tweet 15 minutes ago       stoyanstefanov Stoyan Stefanov Highly Influential    New blog post: cssmin.js http://www.phpied.com/cssmin-js/   view retweet [...]</description>
		<content:encoded><![CDATA[<p>[...] First Tweet 15 minutes ago       stoyanstefanov Stoyan Stefanov Highly Influential    New blog post: cssmin.js <a href="http://www.phpied.com/cssmin-js/" rel="nofollow">http://www.phpied.com/cssmin-js/</a>   view retweet [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Schechter</title>
		<link>http://www.phpied.com/cssmin-js/#comment-71526</link>
		<dc:creator>Greg Schechter</dc:creator>
		<pubDate>Thu, 24 Sep 2009 05:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=846#comment-71526</guid>
		<description>I'm going to guess Isaac wrote it in PHP</description>
		<content:encoded><![CDATA[<p>I&#8217;m going to guess Isaac wrote it in PHP</p>
]]></content:encoded>
	</item>
</channel>
</rss>
