<?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 for Josh on the Web</title>
	<atom:link href="http://joshduck.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshduck.com/blog</link>
	<description>It's a blog about the web, by Josh. Geddit?</description>
	<lastBuildDate>Fri, 07 May 2010 08:00:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Securing Your PHP Code &#8211; XSS by 10 Essential PHP Code Snippets You Might be Looking For &#171; qeqnes &#124; Designing. jQuery, Ajax, PHP, MySQL and Templates</title>
		<link>http://joshduck.com/blog/2008/04/05/securing-your-php-code-xss/comment-page-1/#comment-7780</link>
		<dc:creator>10 Essential PHP Code Snippets You Might be Looking For &#171; qeqnes &#124; Designing. jQuery, Ajax, PHP, MySQL and Templates</dc:creator>
		<pubDate>Fri, 07 May 2010 08:00:37 +0000</pubDate>
		<guid isPermaLink="false">http://joshduck.com/blog/2008/04/05/securing-your-php-code-xss/#comment-7780</guid>
		<description>[...] Jason Lengstorf shows how to build a very simply object-oriented Content Management System with PHP. While not a ready-to-use solution, due to a few security holes, it nonetheless does a good job at teaching a real-world use for PHP. You will find part2 of this tutorial very useful as it cover different security holes the first part didn’t cover. Further reading on security risks and safe PHP code can be found here. [...]</description>
		<content:encoded><![CDATA[<p>[...] Jason Lengstorf shows how to build a very simply object-oriented Content Management System with PHP. While not a ready-to-use solution, due to a few security holes, it nonetheless does a good job at teaching a real-world use for PHP. You will find part2 of this tutorial very useful as it cover different security holes the first part didn’t cover. Further reading on security risks and safe PHP code can be found here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Securing Your PHP Code &#8211; XSS by 10 Essential PHP Code Snippets You Might be Looking For &#124; DevSnippets</title>
		<link>http://joshduck.com/blog/2008/04/05/securing-your-php-code-xss/comment-page-1/#comment-7703</link>
		<dc:creator>10 Essential PHP Code Snippets You Might be Looking For &#124; DevSnippets</dc:creator>
		<pubDate>Tue, 04 May 2010 10:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://joshduck.com/blog/2008/04/05/securing-your-php-code-xss/#comment-7703</guid>
		<description>[...] Jason Lengstorf shows how to build a very simply object-oriented Content Management System with PHP. While not a ready-to-use solution, due to a few security holes, it nonetheless does a good job at teaching a real-world use for PHP. You will find part2 of this tutorial very useful as it cover different security holes the first part didn&#8217;t cover. Further reading on security risks and safe PHP code can be found here. [...]</description>
		<content:encoded><![CDATA[<p>[...] Jason Lengstorf shows how to build a very simply object-oriented Content Management System with PHP. While not a ready-to-use solution, due to a few security holes, it nonetheless does a good job at teaching a real-world use for PHP. You will find part2 of this tutorial very useful as it cover different security holes the first part didn&#8217;t cover. Further reading on security risks and safe PHP code can be found here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Abusing the Cache: Tracking Users without Cookies by Dmitry Vl.Bondar</title>
		<link>http://joshduck.com/blog/2010/01/29/abusing-the-cache-tracking-users-without-cookies/comment-page-1/#comment-7562</link>
		<dc:creator>Dmitry Vl.Bondar</dc:creator>
		<pubDate>Wed, 28 Apr 2010 09:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://joshduck.com/blog/?p=17#comment-7562</guid>
		<description>The technique doesn&#039;t work if web address contains port number like www.mysite.com:8082</description>
		<content:encoded><![CDATA[<p>The technique doesn&#8217;t work if web address contains port number like <a href="http://www.mysite.com:8082" rel="nofollow">http://www.mysite.com:8082</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Abusing the Cache: Tracking Users without Cookies by Josh</title>
		<link>http://joshduck.com/blog/2010/01/29/abusing-the-cache-tracking-users-without-cookies/comment-page-1/#comment-7071</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Mon, 05 Apr 2010 20:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://joshduck.com/blog/?p=17#comment-7071</guid>
		<description>Thanks Nathan. Good spot.</description>
		<content:encoded><![CDATA[<p>Thanks Nathan. Good spot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Abusing the Cache: Tracking Users without Cookies by Nathan Friedly</title>
		<link>http://joshduck.com/blog/2010/01/29/abusing-the-cache-tracking-users-without-cookies/comment-page-1/#comment-7070</link>
		<dc:creator>Nathan Friedly</dc:creator>
		<pubDate>Mon, 05 Apr 2010 20:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://joshduck.com/blog/?p=17#comment-7070</guid>
		<description>heh, I topoed my corection, lol. it should say:

header(“Last-Modified: $modified GMT”);</description>
		<content:encoded><![CDATA[<p>heh, I topoed my corection, lol. it should say:</p>
<p>header(“Last-Modified: $modified GMT”);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Abusing the Cache: Tracking Users without Cookies by Nathan Friedly</title>
		<link>http://joshduck.com/blog/2010/01/29/abusing-the-cache-tracking-users-without-cookies/comment-page-1/#comment-7069</link>
		<dc:creator>Nathan Friedly</dc:creator>
		<pubDate>Mon, 05 Apr 2010 20:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://joshduck.com/blog/?p=17#comment-7069</guid>
		<description>I think you have a mistake in your code.

Line 56 reads:
header(&quot;Last-Modified: $expires GMT&quot;);

You probably meant:
header(&quot;Last-Modified: $emodified GMT&quot;);

As it is now, you&#039;re claiming the last-modified date is 10 years in the future.</description>
		<content:encoded><![CDATA[<p>I think you have a mistake in your code.</p>
<p>Line 56 reads:<br />
header(&#8220;Last-Modified: $expires GMT&#8221;);</p>
<p>You probably meant:<br />
header(&#8220;Last-Modified: $emodified GMT&#8221;);</p>
<p>As it is now, you&#8217;re claiming the last-modified date is 10 years in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Digging deeper into PHP&#8217;s static scoping by uberVU - social comments</title>
		<link>http://joshduck.com/blog/2010/03/19/exploring-phps-static-scoping/comment-page-1/#comment-7045</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Sun, 04 Apr 2010 14:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://joshduck.com/blog/?p=107#comment-7045</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by joshduck: Exploring PHP&#039;s static scoping: http://joshduck.com/blog/2010/03/19/exploring-phps-static-scoping/ #php...</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by joshduck: Exploring PHP&#8217;s static scoping: <a href="http://joshduck.com/blog/2010/03/19/exploring-phps-static-scoping/" rel="nofollow">http://joshduck.com/blog/2010/03/19/exploring-phps-static-scoping/</a> #php&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fix your tables: how to stop cells from expanding out of control by Cordell Gersch</title>
		<link>http://joshduck.com/blog/2010/03/23/fix-your-tables-and-stop-cells-from-expanding/comment-page-1/#comment-7015</link>
		<dc:creator>Cordell Gersch</dc:creator>
		<pubDate>Fri, 02 Apr 2010 14:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://joshduck.com/blog/?p=138#comment-7015</guid>
		<description>Howdy, i read your net blog currently and then and i own an identical net blog and i was simply interested if you get plenty of spam comments? If you do how does one manage it, any plugin or one thing you&#039;ll be able to recommend I purchase therefore much it is driving me nuts thus any help is much appreciated.</description>
		<content:encoded><![CDATA[<p>Howdy, i read your net blog currently and then and i own an identical net blog and i was simply interested if you get plenty of spam comments? If you do how does one manage it, any plugin or one thing you&#8217;ll be able to recommend I purchase therefore much it is driving me nuts thus any help is much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows Gadgets and Invalid Packages by Iñaki</title>
		<link>http://joshduck.com/blog/2010/01/24/windows-gadgets-and-invalid-packages/comment-page-1/#comment-6919</link>
		<dc:creator>Iñaki</dc:creator>
		<pubDate>Mon, 29 Mar 2010 09:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://joshduck.com/blog/?p=15#comment-6919</guid>
		<description>Really Helpful, I have been figting angainst Gadget late at night. I will put your advices in practice today!

Best.</description>
		<content:encoded><![CDATA[<p>Really Helpful, I have been figting angainst Gadget late at night. I will put your advices in practice today!</p>
<p>Best.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Twitter is CRUD by Camille</title>
		<link>http://joshduck.com/blog/2008/06/02/twitter-is-crud/comment-page-1/#comment-6778</link>
		<dc:creator>Camille</dc:creator>
		<pubDate>Sun, 21 Mar 2010 20:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://joshduck.com/blog/2008/06/02/twitter-is-crud/#comment-6778</guid>
		<description>IMO twitter has the worst site speed of any of the major sites, what site do you know of that&#039;s slower? I mean come on.</description>
		<content:encoded><![CDATA[<p>IMO twitter has the worst site speed of any of the major sites, what site do you know of that&#8217;s slower? I mean come on.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
