<?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>art of simplicity /{ blog: simplicity; } &#187; php</title>
	<atom:link href="http://artofsimplicity.co.uk/blog/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://artofsimplicity.co.uk/blog</link>
	<description>a collection of textual utterances</description>
	<lastBuildDate>Wed, 06 Jan 2010 19:15:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Connect remotely to MSSQL with PHP on CentOS 5</title>
		<link>http://artofsimplicity.co.uk/blog/2010/01/06/remote-mssql-database-php-centos-linux-freetds-1and1/</link>
		<comments>http://artofsimplicity.co.uk/blog/2010/01/06/remote-mssql-database-php-centos-linux-freetds-1and1/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 18:07:15 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[1and1]]></category>
		<category><![CDATA[freetds]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://artofsimplicity.co.uk/blog/?p=155</guid>
		<description><![CDATA[For some time now I&#8217;ve been looking for a solution for projects that are using PHP but are connecting to a remote Microsoft SQL Server database. 
As many already know, the webmasters ideal (or at least mine) is a LAMP stack which, for those that are not sure, is Linux, Apache, MySQL and PHP. Why [...]]]></description>
		<wfw:commentRss>http://artofsimplicity.co.uk/blog/2010/01/06/remote-mssql-database-php-centos-linux-freetds-1and1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Retrieving your most recent Twitter Information</title>
		<link>http://artofsimplicity.co.uk/blog/2009/12/07/retrieving-your-most-recent-twitter-information/</link>
		<comments>http://artofsimplicity.co.uk/blog/2009/12/07/retrieving-your-most-recent-twitter-information/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 09:51:07 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://artofsimplicity.co.uk/blog/?p=129</guid>
		<description><![CDATA[During a recent project I needed a script to retrieve some real-time data from a Twitter account and display the results on the homepage.
After a quick search I came across a helpful PHP script by Joost de Valk. Much of the code below is based on his original script, so all credit to him.
My only [...]]]></description>
		<wfw:commentRss>http://artofsimplicity.co.uk/blog/2009/12/07/retrieving-your-most-recent-twitter-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cron job for phpList on 1and1</title>
		<link>http://artofsimplicity.co.uk/blog/2009/04/09/cron-job-for-phplist-on-1and1/</link>
		<comments>http://artofsimplicity.co.uk/blog/2009/04/09/cron-job-for-phplist-on-1and1/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 14:10:43 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[1and1]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phplist]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://artofsimplicity.co.uk/blog/?p=103</guid>
		<description><![CDATA[I have seen quite a few posts about this topic floating around the internet during my search for a solution, many of them did not apply to my situation or failed to be clear and concise so I thought I would have a bash at documenting the necessary steps in setting up a cron job [...]]]></description>
		<wfw:commentRss>http://artofsimplicity.co.uk/blog/2009/04/09/cron-job-for-phplist-on-1and1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time Delay Content by File Access Time</title>
		<link>http://artofsimplicity.co.uk/blog/2009/03/31/time-delay-content-by-file-access-time/</link>
		<comments>http://artofsimplicity.co.uk/blog/2009/03/31/time-delay-content-by-file-access-time/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 13:57:32 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://artofsimplicity.co.uk/blog/?p=92</guid>
		<description><![CDATA[I was working on a mini-script to display the results of a database and then log the results into a log file. One of the problems with the logging script was that every time the page was displayed, it would pull the results from the database and log the results.

I needed a way to prevent [...]]]></description>
		<wfw:commentRss>http://artofsimplicity.co.uk/blog/2009/03/31/time-delay-content-by-file-access-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Switching to PHP5 on 1and1 Linux Hosting</title>
		<link>http://artofsimplicity.co.uk/blog/2009/02/08/switching-to-php5-on-1and1-linux-hosting/</link>
		<comments>http://artofsimplicity.co.uk/blog/2009/02/08/switching-to-php5-on-1and1-linux-hosting/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 01:55:41 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[1and1]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://artofsimplicity.co.uk/blog/?p=83</guid>
		<description><![CDATA[I recently upgraded a client to a 1and1 Linux Business Pro hosting package and so far I have found no major obstacles.
The previous environment was a dedicated Windows 2003 server in which there was free reign to modify any of the core files, including the PHP installation and any other similar files. 
Within the hosted [...]]]></description>
		<wfw:commentRss>http://artofsimplicity.co.uk/blog/2009/02/08/switching-to-php5-on-1and1-linux-hosting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Simple Joomla! SEF fix v2</title>
		<link>http://artofsimplicity.co.uk/blog/2009/02/06/simple-joomla-sef-fix-v2/</link>
		<comments>http://artofsimplicity.co.uk/blog/2009/02/06/simple-joomla-sef-fix-v2/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 23:44:23 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sef]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://artofsimplicity.co.uk/blog/?p=71</guid>
		<description><![CDATA[A few days ago I made a post relating to an issue I came across with Joomla! during a move from running it in basic SEF mode, which utilises the aliases given when creating categories and articles in the Joomla administration/back-end, to the full/advanced SEF mode which utilises both the aliases and Apache&#8217;s mod_rewrite to [...]]]></description>
		<wfw:commentRss>http://artofsimplicity.co.uk/blog/2009/02/06/simple-joomla-sef-fix-v2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla! SEF/SEO and URL 404 Fix</title>
		<link>http://artofsimplicity.co.uk/blog/2009/02/04/joomla-sefseo-and-url-404-fix/</link>
		<comments>http://artofsimplicity.co.uk/blog/2009/02/04/joomla-sefseo-and-url-404-fix/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 18:56:31 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://artofsimplicity.co.uk/blog/?p=48</guid>
		<description><![CDATA[I recently moved a clients distribution of Joomla! from a Windows 2003 enivornment running IIS6, a Microsoft Web Server. As some of you may know IIS and Joomla! do not play nice together, in particular all the SEF (Search Engine Friendly) and SEO (Search Engine Optimisation) settings do not work out of the box as [...]]]></description>
		<wfw:commentRss>http://artofsimplicity.co.uk/blog/2009/02/04/joomla-sefseo-and-url-404-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
