<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.7" -->
<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/"
	>

<channel>
	<title>Design Solution Blog - Web Development &#038; Hosting : Technically Speaking</title>
	<link>http://blog.designsolution.co.uk</link>
	<description>Web Development &#038; Hosting : Technically Speaking</description>
	<pubDate>Wed, 13 Jun 2007 15:51:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.7</generator>
	<language>en</language>
			<item>
		<title>Make text PHP safe</title>
		<link>http://blog.designsolution.co.uk/make-text-php-safe/</link>
		<comments>http://blog.designsolution.co.uk/make-text-php-safe/#comments</comments>
		<pubDate>Thu, 21 Dec 2006 13:20:20 +0000</pubDate>
		<dc:creator>glen</dc:creator>
		
		<category>General</category>

		<category>PHP</category>

		<guid isPermaLink="false">http://blog.designsolution.co.uk/make-text-php-safe/</guid>
		<description><![CDATA[Have you ever copied and pasted some text from somewhere for use in a PHP string?  You have?  Well, you know that there can be some problems if the text contains single or double quotes.  That&#8217;s where this little tool will come in handy:
PHP String Quoter
Just enter your text, and it will [...]]]></description>
		<wfw:commentRss>http://blog.designsolution.co.uk/make-text-php-safe/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Enabling GD library for PHP 4.4.4 on Mac OS X</title>
		<link>http://blog.designsolution.co.uk/enabling-gd-library-for-php-on-mac-os-x/</link>
		<comments>http://blog.designsolution.co.uk/enabling-gd-library-for-php-on-mac-os-x/#comments</comments>
		<pubDate>Sat, 16 Dec 2006 01:21:21 +0000</pubDate>
		<dc:creator>glen</dc:creator>
		
		<category>MySQL</category>

		<category>PHP</category>

		<category>Apache</category>

		<category>Mac</category>

		<guid isPermaLink="false">http://blog.designsolution.co.uk/enabling-gd-library-for-php-on-mac-os-x/</guid>
		<description><![CDATA[For some reason, GD is not enabled in the default Mac OS X build of PHP 4.4.4.  Here&#8217;s an easy way to install.  Make sure you have the following fink packages installed:

libpng3
libjpeg

1. Download the source code for PHP 4.4.4
PHP 4.4.4 source
2. Unpack the source
tar jxvf php-4.4.4.tar.bz2
cd php-4.4.4
3. Compile and install the GD extension

cd [...]]]></description>
		<wfw:commentRss>http://blog.designsolution.co.uk/enabling-gd-library-for-php-on-mac-os-x/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP syntax check on Save</title>
		<link>http://blog.designsolution.co.uk/php-syntax-check-on-save/</link>
		<comments>http://blog.designsolution.co.uk/php-syntax-check-on-save/#comments</comments>
		<pubDate>Thu, 07 Dec 2006 09:29:52 +0000</pubDate>
		<dc:creator>glen</dc:creator>
		
		<category>PHP</category>

		<category>Mac</category>

		<guid isPermaLink="false">http://blog.designsolution.co.uk/php-syntax-check-on-save/</guid>
		<description><![CDATA[John Gruber has produced a nice little AppleScript to check your PHP documents for syntax errors.  I have found that you can use this as a nice safety net so not to save any PHP documents with errors by attaching the script to the Save option in the File menu:
1. Install the AppleScript into [...]]]></description>
		<wfw:commentRss>http://blog.designsolution.co.uk/php-syntax-check-on-save/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
