<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">
<channel>
	<title>Comments for Lateral Code</title>
	
	<link>http://www.lateralcode.com</link>
	<description>A Web Development Blog Focused on Code and Technology</description>
	<lastBuildDate>Thu, 07 Jul 2011 20:22:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/lateralcodecomments" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="lateralcodecomments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Removing .svn Directories With PHP by Karthik Viswanathan</title>
		<link>http://www.lateralcode.com/remove-svn-php/#comment-34197</link>
		<dc:creator>Karthik Viswanathan</dc:creator>
		<pubDate>Thu, 07 Jul 2011 20:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=1390#comment-34197</guid>
		<description>Hey Richard,

Yes, you are correct. I forgot that the latter parameter must be in the octal numeral system. Thank you for the fix.

Best regards,
Karthik</description>
		<content:encoded><![CDATA[<p>Hey Richard,</p>
<p>Yes, you are correct. I forgot that the latter parameter must be in the octal numeral system. Thank you for the fix.</p>
<p>Best regards,<br />
Karthik</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reading directories in sequence in PHP by Ade_D</title>
		<link>http://www.lateralcode.com/reading-directories-in-sequence-in-php/#comment-33606</link>
		<dc:creator>Ade_D</dc:creator>
		<pubDate>Sun, 03 Jul 2011 20:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=741#comment-33606</guid>
		<description>Hi,
FANTASTIC set of tutorials - cheers!
I can't get my directory reading in sequence *and* pagination working (form your other post).

Any ideas??</description>
		<content:encoded><![CDATA[<p>Hi,<br />
FANTASTIC set of tutorials &#8211; cheers!<br />
I can&#8217;t get my directory reading in sequence *and* pagination working (form your other post).</p>
<p>Any ideas??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing .svn Directories With PHP by Alhvi</title>
		<link>http://www.lateralcode.com/remove-svn-php/#comment-33014</link>
		<dc:creator>Alhvi</dc:creator>
		<pubDate>Wed, 29 Jun 2011 09:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=1390#comment-33014</guid>
		<description>I also had to change 

if( !chmod( $svn, 777 ) )

to 

if( !chmod( $svn, 0777 ) )

As Richard said.  But Thank you!!!! you saved me a lot of time with this :D</description>
		<content:encoded><![CDATA[<p>I also had to change </p>
<p>if( !chmod( $svn, 777 ) )</p>
<p>to </p>
<p>if( !chmod( $svn, 0777 ) )</p>
<p>As Richard said.  But Thank you!!!! you saved me a lot of time with this <img src='http://www.lateralcode.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easily Combine JavaScript Files With JMerge by Ross</title>
		<link>http://www.lateralcode.com/combine-javascript-jmerge/#comment-32868</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Tue, 28 Jun 2011 14:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=1353#comment-32868</guid>
		<description>Thank you so much for sharing JMerge! It is exactly what I was looking for. I could not figure out how to combine my own js files.</description>
		<content:encoded><![CDATA[<p>Thank you so much for sharing JMerge! It is exactly what I was looking for. I could not figure out how to combine my own js files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easily Combine JavaScript Files With JMerge by Dennis</title>
		<link>http://www.lateralcode.com/combine-javascript-jmerge/#comment-32166</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Fri, 24 Jun 2011 19:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=1353#comment-32166</guid>
		<description>I tried using the JMerge demo but it didn't show any of the JS files on my site.</description>
		<content:encoded><![CDATA[<p>I tried using the JMerge demo but it didn&#8217;t show any of the JS files on my site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a Simple Picture Gallery using PHP by HBK</title>
		<link>http://www.lateralcode.com/create-a-simple-picture-gallery-using-php/#comment-32001</link>
		<dc:creator>HBK</dc:creator>
		<pubDate>Thu, 23 Jun 2011 13:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=569#comment-32001</guid>
		<description>its nice</description>
		<content:encoded><![CDATA[<p>its nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Playing Around with CSS3 Colors by 玩转CSS3色彩 | PP的博客</title>
		<link>http://www.lateralcode.com/playing-with-css3-colors/#comment-31982</link>
		<dc:creator>玩转CSS3色彩 | PP的博客</dc:creator>
		<pubDate>Thu, 23 Jun 2011 09:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=1327#comment-31982</guid>
		<description>[...]  发表于 2011 年 06 月 23 日 由 admin   译自：Playing Around with CSS3 Colors 中文：玩转CSS3色彩 [...]</description>
		<content:encoded><![CDATA[<p>[...]  发表于 2011 年 06 月 23 日 由 admin   译自：Playing Around with CSS3 Colors 中文：玩转CSS3色彩 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Directory Trees With PHP And jQuery by PHP &amp; JQUERY « catatananda</title>
		<link>http://www.lateralcode.com/directory-trees-with-php-and-jquery/#comment-31399</link>
		<dc:creator>PHP &amp; JQUERY « catatananda</dc:creator>
		<pubDate>Sat, 18 Jun 2011 07:24:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=294#comment-31399</guid>
		<description>[...] Directory Trees With PHP And jQuery [...]</description>
		<content:encoded><![CDATA[<p>[...] Directory Trees With PHP And jQuery [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reading directories in sequence in PHP by Sadique PK</title>
		<link>http://www.lateralcode.com/reading-directories-in-sequence-in-php/#comment-30741</link>
		<dc:creator>Sadique PK</dc:creator>
		<pubDate>Mon, 13 Jun 2011 17:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=741#comment-30741</guid>
		<description>Great.. Thanks.... I was struggling for a day...</description>
		<content:encoded><![CDATA[<p>Great.. Thanks&#8230;. I was struggling for a day&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lateral Cache: Now you too can have a well organized cache without the work! by Building a CCS and Javascript cache for serving / who has the know how? - SitePoint Forums</title>
		<link>http://www.lateralcode.com/lateral-cache/#comment-30562</link>
		<dc:creator>Building a CCS and Javascript cache for serving / who has the know how? - SitePoint Forums</dc:creator>
		<pubDate>Sun, 12 Jun 2011 01:17:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=1250#comment-30562</guid>
		<description>[...] permalink     Ok, if i read it right than "IIS output cache" is what for apache are the "PHP accelerator"?  Thats something i can't do on a shared server. And maybe thats the reason why there are so many css, javascript caches out there who make similar what i want.  minify - Combines, minifies, and caches JavaScript and CSS files on demand to speed up page loads. - Google Project Hosting CSS Minification on the Fly | Shiny Blog Lateral Cache: Now you too can have a well organized cache without the work! [...]</description>
		<content:encoded><![CDATA[<p>[...] permalink     Ok, if i read it right than &quot;IIS output cache&quot; is what for apache are the &quot;PHP accelerator&quot;?  Thats something i can&#039;t do on a shared server. And maybe thats the reason why there are so many css, javascript caches out there who make similar what i want.  minify &#8211; Combines, minifies, and caches JavaScript and CSS files on demand to speed up page loads. &#8211; Google Project Hosting CSS Minification on the Fly | Shiny Blog Lateral Cache: Now you too can have a well organized cache without the work! [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

