<?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/?cat=47&#038;feed=rss2" 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>RoundCube 0.7.1 login failed</title>
		<link>http://freestyle-developments.co.uk/blog/?p=392</link>
		<comments>http://freestyle-developments.co.uk/blog/?p=392#comments</comments>
		<pubDate>Mon, 09 Apr 2012 12:18:32 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[CRAM-MD5]]></category>
		<category><![CDATA[IMAP]]></category>
		<category><![CDATA[PLAIN]]></category>
		<category><![CDATA[RoundCube]]></category>

		<guid isPermaLink="false">http://freestyle-developments.co.uk/blog/?p=392</guid>
		<description><![CDATA[Note to readers: RoundCube 0.7.1 uses the Iloha IMAP Library. RoundCube 0.7.2 does not, so this particular problem may already be fixed. In the past I&#8217;ve had to enable PLAIN IMAP authentication because older versions of M$ Outlook didn&#8217;t support &#8230; <a href="http://freestyle-developments.co.uk/blog/?p=392">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://freestyle-developments.co.uk/blog/?feed=rss2&#038;p=392</wfw:commentRss>
		<slash:comments>1383</slash:comments>
		</item>
		<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>541</slash:comments>
		</item>
		<item>
		<title>How to use CakePHP Session data in your Model validate rules</title>
		<link>http://freestyle-developments.co.uk/blog/?p=184</link>
		<comments>http://freestyle-developments.co.uk/blog/?p=184#comments</comments>
		<pubDate>Sat, 08 Jan 2011 16:56:19 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Session]]></category>
		<category><![CDATA[Validation]]></category>

		<guid isPermaLink="false">http://freestyle-developments.co.uk/blog/?p=184</guid>
		<description><![CDATA[CakePHP models don&#8217;t allow you to access the session object. It is argued that this isn&#8217;t the MVC way. I tend to agree. Your controller should really pass any needed session data to the model&#8230;somehow. My use case is that &#8230; <a href="http://freestyle-developments.co.uk/blog/?p=184">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://freestyle-developments.co.uk/blog/?feed=rss2&#038;p=184</wfw:commentRss>
		<slash:comments>338</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>
