<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Developer's Camp &#187; PHP</title>
	<atom:link href="http://www.developerscamp.com/topics/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.developerscamp.com</link>
	<description>Tech Developer's Community Resource.</description>
	<lastBuildDate>Tue, 25 May 2010 11:42:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ASP, CGI And PHP Scripts And Record-Locking: What Every Webmaster Needs To Know</title>
		<link>http://www.developerscamp.com/web-programming/asp-cgi-and-php-scripts-and-record-locking-what-every-webmaster-needs-to-know.html</link>
		<comments>http://www.developerscamp.com/web-programming/asp-cgi-and-php-scripts-and-record-locking-what-every-webmaster-needs-to-know.html#comments</comments>
		<pubDate>Fri, 17 Apr 2009 07:32:05 +0000</pubDate>
		<dc:creator>sean</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[cgi]]></category>

		<guid isPermaLink="false">http://www.developerscamp.com/?p=147</guid>
		<description><![CDATA[
Many of us install server-side (ASP, CGI or PHP) scripts on our web sites, and many of this scripts store data on the server. However, poorly designed scripts can experience performance problems and sometimes even data corruption on busy (and not so busy) web sites.

]]></description>
		<wfw:commentRss>http://www.developerscamp.com/web-programming/asp-cgi-and-php-scripts-and-record-locking-what-every-webmaster-needs-to-know.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Purifier &#8211; safe filtering in PHP</title>
		<link>http://www.developerscamp.com/topics/php/html-purifier-safe-filtering-in-php.html</link>
		<comments>http://www.developerscamp.com/topics/php/html-purifier-safe-filtering-in-php.html#comments</comments>
		<pubDate>Sun, 03 Aug 2008 08:44:02 +0000</pubDate>
		<dc:creator>DevCamp</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[HTML Purifier]]></category>
		<category><![CDATA[PHP filtering]]></category>
		<category><![CDATA[safe filtering]]></category>

		<guid isPermaLink="false">http://www.developerscamp.com/?p=43</guid>
		<description><![CDATA[HTML Purifier is a PHP library to securely filter any HTML (user) input &#8211; I stumbled onto it when reading the book PHP-Sicherheit by Christopher Kunz, Stefan Esser and Peter Prochaska. The book describes ways to prevent security breaches in PHP, and one possibility to completely prevent XSS vulnerabilities is HTML Purifier.
HTML Purifier makes your [...]]]></description>
		<wfw:commentRss>http://www.developerscamp.com/topics/php/html-purifier-safe-filtering-in-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP5 time zone solution</title>
		<link>http://www.developerscamp.com/topics/php/php5-time-zone-solution.html</link>
		<comments>http://www.developerscamp.com/topics/php/php5-time-zone-solution.html#comments</comments>
		<pubDate>Sun, 03 Aug 2008 08:26:37 +0000</pubDate>
		<dc:creator>DevCamp</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP5]]></category>
		<category><![CDATA[time zone]]></category>

		<guid isPermaLink="false">http://www.developerscamp.com/?p=42</guid>
		<description><![CDATA[Time zone settings are normally not the first thing you think of when working on a web project with PHP, yet as soon as dates and specific times are relevant to your application and you possibly have users from different time zones, you suddenly realize how practical it would be if the times you work [...]]]></description>
		<wfw:commentRss>http://www.developerscamp.com/topics/php/php5-time-zone-solution.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is XSL?</title>
		<link>http://www.developerscamp.com/topics/php/what-is-xsl.html</link>
		<comments>http://www.developerscamp.com/topics/php/what-is-xsl.html#comments</comments>
		<pubDate>Mon, 28 Jul 2008 06:54:04 +0000</pubDate>
		<dc:creator>DevCamp</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XSL]]></category>
		<category><![CDATA[XSLT]]></category>

		<guid isPermaLink="false">http://www.developerscamp.com/?p=35</guid>
		<description><![CDATA[This specification defines the syntax and semantics of XSLT, which is a language for transforming XML documents into other XML documents.
 XSLT is designed for use as part of XSL, which is a stylesheet language for XML. In addition to XSLT, XSL includes an XML vocabulary for specifying formatting. XSL specifies the styling of an [...]]]></description>
		<wfw:commentRss>http://www.developerscamp.com/topics/php/what-is-xsl.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Dynamic URLs With Mod_Rewrite and PHP Functions</title>
		<link>http://www.developerscamp.com/topics/php/create-dynamic-urls-with-mod_rewrite-and-php-functions.html</link>
		<comments>http://www.developerscamp.com/topics/php/create-dynamic-urls-with-mod_rewrite-and-php-functions.html#comments</comments>
		<pubDate>Thu, 26 Jun 2008 16:26:56 +0000</pubDate>
		<dc:creator>DevCamp</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Dynamic]]></category>
		<category><![CDATA[Mod_Rewrite]]></category>
		<category><![CDATA[PHP Functions]]></category>
		<category><![CDATA[Rewrite]]></category>
		<category><![CDATA[URL]]></category>

		<guid isPermaLink="false">http://www.developerscamp.com/?p=30</guid>
		<description><![CDATA[Introduction
Mod_rewrite is a useful little module. If you defined different rules in the .htaccess file, you got some limited extendability, but you still had issues with adding new variables on the fly. So here we remedy this.
Â 
Â 
Refresher And The Idea Behind It
What is the plan. Well, first, how about a quick refresh about [...]]]></description>
		<wfw:commentRss>http://www.developerscamp.com/topics/php/create-dynamic-urls-with-mod_rewrite-and-php-functions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programing Cheat Sheets</title>
		<link>http://www.developerscamp.com/web-programming/programing-cheat-sheets.html</link>
		<comments>http://www.developerscamp.com/web-programming/programing-cheat-sheets.html#comments</comments>
		<pubDate>Sat, 07 Jun 2008 06:40:07 +0000</pubDate>
		<dc:creator>DevCamp</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[cheat]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Topics]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.developerscamp.com/?p=19</guid>
		<description><![CDATA[
After learning a few programing languages it gets hard remembering all of the functions and properties that programing languages come with. Below is a list of Cheat sheets to make your coding experience much easier and faster. The list is categorized by languages.

ActionScript

ActionScript Cheat SheetÂ &#8211; Covers everything from ActionScript 2.0 to ActionScript 3.0 and [...]]]></description>
		<wfw:commentRss>http://www.developerscamp.com/web-programming/programing-cheat-sheets.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->