<?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>freestyle developments &#187; PHP</title>
	<atom:link href="http://freestyle-developments.co.uk/blog/?feed=rss2&#038;tag=php" rel="self" type="application/rss+xml" />
	<link>http://freestyle-developments.co.uk/blog</link>
	<description>Fun, games and coding</description>
	<lastBuildDate>Sun, 16 Jun 2013 07:56:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>The difference between using single quotes and double quotes as string delimiters in JavaScript/PHP</title>
		<link>http://freestyle-developments.co.uk/blog/?p=275</link>
		<comments>http://freestyle-developments.co.uk/blog/?p=275#comments</comments>
		<pubDate>Fri, 08 Jul 2011 08:02:41 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Optimisation]]></category>
		<category><![CDATA[Readability]]></category>
		<category><![CDATA[String]]></category>

		<guid isPermaLink="false">http://freestyle-developments.co.uk/blog/?p=275</guid>
		<description><![CDATA[I like to keep all my string delimiters in languages such as PHP and JavaScript consistent. I consistently use single quotes for a couple of good reasons, so when I encounter someone else&#8217;s script that uses double quotes the OCD &#8230; <a href="http://freestyle-developments.co.uk/blog/?p=275">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://freestyle-developments.co.uk/blog/?feed=rss2&#038;p=275</wfw:commentRss>
		<slash:comments>552</slash:comments>
		</item>
		<item>
		<title>HTML5 &lt;article&gt; for WordPress comments</title>
		<link>http://freestyle-developments.co.uk/blog/?p=113</link>
		<comments>http://freestyle-developments.co.uk/blog/?p=113#comments</comments>
		<pubDate>Wed, 03 Nov 2010 08:55:10 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://freestyle-developments.co.uk/blog/?p=113</guid>
		<description><![CDATA[WordPress natively allows us to wrap comments in &#60;div&#62;&#8217;s or &#60;li&#62;&#8217;s but not HTML5 &#60;article&#62; elements. If you want to do this, add an &#8216;end-callback&#8217; param to the wp_list_comments function call and set &#8216;article&#8217; as the style (in comments.php): wp_list_comments(array('callback' &#8230; <a href="http://freestyle-developments.co.uk/blog/?p=113">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://freestyle-developments.co.uk/blog/?feed=rss2&#038;p=113</wfw:commentRss>
		<slash:comments>147</slash:comments>
		</item>
		<item>
		<title>Formatting WordPress the_date or get_the_date for HTML5 time tag (datetime attribute)</title>
		<link>http://freestyle-developments.co.uk/blog/?p=102</link>
		<comments>http://freestyle-developments.co.uk/blog/?p=102#comments</comments>
		<pubDate>Mon, 01 Nov 2010 22:06:47 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[datetime]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://freestyle-developments.co.uk/blog/?p=102</guid>
		<description><![CDATA[This is how you format post dates for the datetime attribute of the HTML5 &#60;time&#62; tag: &#60;time datetime="&#60;?php the_date('Y-m-d\TH:i'); ?&#62;"&#62;&#60;?php the_date(); ?&#62;&#60;/time&#62;]]></description>
		<wfw:commentRss>http://freestyle-developments.co.uk/blog/?feed=rss2&#038;p=102</wfw:commentRss>
		<slash:comments>115</slash:comments>
		</item>
		<item>
		<title>Implementation of HTTP Digest Authentication in PHP</title>
		<link>http://freestyle-developments.co.uk/blog/?p=61</link>
		<comments>http://freestyle-developments.co.uk/blog/?p=61#comments</comments>
		<pubDate>Sat, 10 Jul 2010 10:38:49 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[digest auth]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://freestyle-developments.co.uk/blog/?p=61</guid>
		<description><![CDATA[So I could only find one other PHP based HTTP digest auth example on the internet&#8230;and it looked as though it might not even work. I wrote an abstract class as a base that allows you to easily build your &#8230; <a href="http://freestyle-developments.co.uk/blog/?p=61">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://freestyle-developments.co.uk/blog/?feed=rss2&#038;p=61</wfw:commentRss>
		<slash:comments>23225</slash:comments>
		</item>
	</channel>
</rss>
