<?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>Developers , Developers , Developers</title>
		<link>http://blog.designsolution.co.uk/developers-developers-developers/</link>
		<comments>http://blog.designsolution.co.uk/developers-developers-developers/#comments</comments>
		<pubDate>Wed, 13 Jun 2007 15:51:01 +0000</pubDate>
		<dc:creator>adam</dc:creator>
		
		<category>General</category>

		<guid isPermaLink="false">http://blog.designsolution.co.uk/developers-developers-developers/</guid>
		<description><![CDATA[No its not Steve Balmer. Its DS. I would like to welcome 3 new web developers .
Fausto Piovesan from Brazil who respects open source. Local boy Peter, badminton champion of the world and lastly Michael Dravnieks who play drums in Norwich based band, GPD.

]]></description>
		<wfw:commentRss>http://blog.designsolution.co.uk/developers-developers-developers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Vehicle Sales CMS</title>
		<link>http://blog.designsolution.co.uk/vehicle-sales-cms/</link>
		<comments>http://blog.designsolution.co.uk/vehicle-sales-cms/#comments</comments>
		<pubDate>Fri, 09 Mar 2007 09:09:30 +0000</pubDate>
		<dc:creator>james</dc:creator>
		
		<category>General</category>

		<guid isPermaLink="false">http://blog.designsolution.co.uk/vehicle-sales-cms/</guid>
		<description><![CDATA[We have recently developed a CMS (Content Management System) which is targeted specifically at the vehicle sales sector.
The system was designed to be very easy to use.
Features

Add Vehicles
Add Categories
Add Photos
Add Vehicle Details

2 companies who are already using the system are:
Becks Motor Homes
Manorfield Cars
]]></description>
		<wfw:commentRss>http://blog.designsolution.co.uk/vehicle-sales-cms/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MySQL binary log rotation</title>
		<link>http://blog.designsolution.co.uk/mysql-binary-log-rotation/</link>
		<comments>http://blog.designsolution.co.uk/mysql-binary-log-rotation/#comments</comments>
		<pubDate>Thu, 18 Jan 2007 12:56:13 +0000</pubDate>
		<dc:creator>glen</dc:creator>
		
		<category>General</category>

		<category>MySQL</category>

		<category>RedHat</category>

		<guid isPermaLink="false">http://blog.designsolution.co.uk/mysql-binary-log-rotation/</guid>
		<description><![CDATA[We are running a MySQL replication setup, and find that the binary logs get very large, very quickly.  Since MySQL didn&#8217;t come with a log rotation script, we rolled our own.  Usage is simple:
At the top of the script are some definitions that you need to change for your setup:

MYSQL_USER MYSQL_PASS - You [...]]]></description>
		<wfw:commentRss>http://blog.designsolution.co.uk/mysql-binary-log-rotation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Apple QuickTime RTSP Buffer Overflow</title>
		<link>http://blog.designsolution.co.uk/apple-quicktime-rtsp-buffer-overflow/</link>
		<comments>http://blog.designsolution.co.uk/apple-quicktime-rtsp-buffer-overflow/#comments</comments>
		<pubDate>Mon, 08 Jan 2007 08:30:28 +0000</pubDate>
		<dc:creator>glen</dc:creator>
		
		<category>General</category>

		<category>Mac</category>

		<category>Security</category>

		<guid isPermaLink="false">http://blog.designsolution.co.uk/apple-quicktime-rtsp-buffer-overflow/</guid>
		<description><![CDATA[A vulnerability has been found in the way QuickTime handles Real Time Streaming Protocol URL&#8217;s.  Until Apple release a Software Update for this, it is recommended that users disable QuickTime support in their browsers.  This is simple to do:

Navigate to /Library/Internet Plug-Ins
Drag the QuickTime Plugin.plugin and QuickTime Plugin.webplugin files to a temporary location, [...]]]></description>
		<wfw:commentRss>http://blog.designsolution.co.uk/apple-quicktime-rtsp-buffer-overflow/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Preventing Apache DOS attacks</title>
		<link>http://blog.designsolution.co.uk/preventing-apache-dos-attacks/</link>
		<comments>http://blog.designsolution.co.uk/preventing-apache-dos-attacks/#comments</comments>
		<pubDate>Tue, 02 Jan 2007 12:32:49 +0000</pubDate>
		<dc:creator>glen</dc:creator>
		
		<category>General</category>

		<category>Apache</category>

		<category>RedHat</category>

		<guid isPermaLink="false">http://blog.designsolution.co.uk/preventing-apache-dos-attacks/</guid>
		<description><![CDATA[We&#8217;ve recently come under attack from denial-of-service (DOS) attacks.  In order to alleviate this situation, we are currently testing out the mod_evasive Apache module.
mod_evasive v1.10.1
The install was simple.  After downloading and unpacking the source code&#8230;
/usr/sbin/apxs -i -a -c mod_evasive20.c
This will compile the module, copy it to the correct directory and enable the module [...]]]></description>
		<wfw:commentRss>http://blog.designsolution.co.uk/preventing-apache-dos-attacks/feed/</wfw:commentRss>
		</item>
		<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>Optimizing MailScanner</title>
		<link>http://blog.designsolution.co.uk/optimizing-mailscanner/</link>
		<comments>http://blog.designsolution.co.uk/optimizing-mailscanner/#comments</comments>
		<pubDate>Mon, 18 Dec 2006 13:05:59 +0000</pubDate>
		<dc:creator>glen</dc:creator>
		
		<category>General</category>

		<category>RedHat</category>

		<category>Email</category>

		<category>MailScanner</category>

		<guid isPermaLink="false">http://blog.designsolution.co.uk/optimizing-mailscanner/</guid>
		<description><![CDATA[Our MailScanner installation is pretty heavily utilised, scanning 20,000+ messages a day.  I&#8217;m always looking for ways of improving it&#8217;s performance, so the following document has proved useful:
Optimization tips

Use a ramdisk (tmpfs) for MailScanner’s working directory.
Make sure you have enough ram
Set the noatime flag on your spool and log partitions
Use a local DNS caching [...]]]></description>
		<wfw:commentRss>http://blog.designsolution.co.uk/optimizing-mailscanner/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>Perfect Harmony?</title>
		<link>http://blog.designsolution.co.uk/perfect-harmony/</link>
		<comments>http://blog.designsolution.co.uk/perfect-harmony/#comments</comments>
		<pubDate>Thu, 14 Dec 2006 19:51:11 +0000</pubDate>
		<dc:creator>glen</dc:creator>
		
		<category>General</category>

		<category>Design</category>

		<category>XHTML</category>

		<category>Mac</category>

		<guid isPermaLink="false">http://blog.designsolution.co.uk/perfect-harmony/</guid>
		<description><![CDATA[
.flickr-photo { border: solid 2px #000000; }
.flickr-yourcomment { }
.flickr-frame { text-align: left; padding: 3px; }
.flickr-caption { font-size: 0.8em; margin-top: 0px; }


	

	Perfect Harmony?, originally uploaded by lonesome cowboy glen.


	The latest version of Parallels Desktop for Mac offers a feature called Coherence which means that you can run Windows apps on your Mac desktop.  It&#8217;s really [...]]]></description>
		<wfw:commentRss>http://blog.designsolution.co.uk/perfect-harmony/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sending encrypted mail with Apple Mail</title>
		<link>http://blog.designsolution.co.uk/sending-encrypted-mail-with-apple-mail/</link>
		<comments>http://blog.designsolution.co.uk/sending-encrypted-mail-with-apple-mail/#comments</comments>
		<pubDate>Tue, 12 Dec 2006 21:22:21 +0000</pubDate>
		<dc:creator>glen</dc:creator>
		
		<category>General</category>

		<category>Mac</category>

		<guid isPermaLink="false">http://blog.designsolution.co.uk/sending-encrypted-mail-with-apple-mail/</guid>
		<description><![CDATA[Apple Mail has a nice feature that allows you to digitally sign and encrypt your messages.  This is extremely important if you are sending sensitive information via e-mail because messages are usually sent over an unencrypted channel.  This means that there is the potential of your message being intercepted by a third-party.  [...]]]></description>
		<wfw:commentRss>http://blog.designsolution.co.uk/sending-encrypted-mail-with-apple-mail/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
