<?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>David Thomas &#187; Technical</title>
	<atom:link href="http://www.davidthomas.net.au/category/technical/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidthomas.net.au</link>
	<description>Just another blog</description>
	<lastBuildDate>Thu, 02 Feb 2012 00:42:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Plesk upgrade from PHP 5.1 to latest</title>
		<link>http://www.davidthomas.net.au/2012/02/plesk-upgrade-from-php-5-1-to-latest/</link>
		<comments>http://www.davidthomas.net.au/2012/02/plesk-upgrade-from-php-5-1-to-latest/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 23:42:29 +0000</pubDate>
		<dc:creator>David Thomas</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[courier]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[plesk]]></category>

		<guid isPermaLink="false">http://www.davidthomas.net.au/?p=304</guid>
		<description><![CDATA[Its quite simple actually &#8211; but I had to google for ages trying to find the answer. wget -q -O - http://www.atomicorp.com/installers/atomic.sh &#124; sh yum upgrade php* mysql* Bear in mind this will do a server upgrade &#8211; but seeing as this is a webserver, its probably best to have the latest versions for everything [...]]]></description>
		<wfw:commentRss>http://www.davidthomas.net.au/2012/02/plesk-upgrade-from-php-5-1-to-latest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JQuery &#8211; Traversing the DOM</title>
		<link>http://www.davidthomas.net.au/2012/01/jquery-traversing-the-dom/</link>
		<comments>http://www.davidthomas.net.au/2012/01/jquery-traversing-the-dom/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 06:18:13 +0000</pubDate>
		<dc:creator>David Thomas</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[click to call]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.davidthomas.net.au/?p=287</guid>
		<description><![CDATA[I was writing a little script to make my Click to Call product talk nicely with JQuery and encountered many problems &#8211; so I thought I would put some of the problems and my solutions to them. Firstly, the goal was to create a &#8216;dynamic&#8217; version of the click to call service &#8211; which previously [...]]]></description>
		<wfw:commentRss>http://www.davidthomas.net.au/2012/01/jquery-traversing-the-dom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote Backup Database and Directories</title>
		<link>http://www.davidthomas.net.au/2011/12/remote-backup-database-and-directories/</link>
		<comments>http://www.davidthomas.net.au/2011/12/remote-backup-database-and-directories/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 03:42:17 +0000</pubDate>
		<dc:creator>David Thomas</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.davidthomas.net.au/?p=283</guid>
		<description><![CDATA[Here are some nifty commands to backup a directory: ssh user@host "tar zcf - /the/dir/" &#62; filename.tgz And then to backup a database ssh user@host "mysqldump -u user -ppass --all-databases &#124; gzip -c" &#62; filename_db.gz]]></description>
		<wfw:commentRss>http://www.davidthomas.net.au/2011/12/remote-backup-database-and-directories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get Debian Linux, Resin and Java Playing Nicely</title>
		<link>http://www.davidthomas.net.au/2011/12/how-to-get-debian-linux-resin-and-java-playing-nicely/</link>
		<comments>http://www.davidthomas.net.au/2011/12/how-to-get-debian-linux-resin-and-java-playing-nicely/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 04:10:58 +0000</pubDate>
		<dc:creator>David Thomas</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[debian linux]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[resin]]></category>

		<guid isPermaLink="false">http://www.davidthomas.net.au/?p=277</guid>
		<description><![CDATA[Just rebuilding a server of mine and realised I should document the install process required to run my java app on my debian linux server. Few assumptions made here, but this should get you and your app up and running pretty easily. First of, grab java from sun.com. At the time of writing, this worked [...]]]></description>
		<wfw:commentRss>http://www.davidthomas.net.au/2011/12/how-to-get-debian-linux-resin-and-java-playing-nicely/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Centos 5 Setup Guide</title>
		<link>http://www.davidthomas.net.au/2011/08/my-centos-5-setup-guide/</link>
		<comments>http://www.davidthomas.net.au/2011/08/my-centos-5-setup-guide/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 01:15:54 +0000</pubDate>
		<dc:creator>David Thomas</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Centos 5]]></category>
		<category><![CDATA[pptpconfig]]></category>
		<category><![CDATA[setup guide]]></category>

		<guid isPermaLink="false">http://www.davidthomas.net.au/?p=242</guid>
		<description><![CDATA[Ok, so I am rebuilding my test server and I thought I would document the steps taken in case I or anyone else needs to refer to them. Step 1 &#8211; install centos 5 &#8211; grab the dvd iso from one of the mirrors. Step 2 &#8211; set it up as desktop + server (As [...]]]></description>
		<wfw:commentRss>http://www.davidthomas.net.au/2011/08/my-centos-5-setup-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pure CSS Mouse Overs</title>
		<link>http://www.davidthomas.net.au/2011/04/pure-css-mouse-overs/</link>
		<comments>http://www.davidthomas.net.au/2011/04/pure-css-mouse-overs/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 23:45:53 +0000</pubDate>
		<dc:creator>David Thomas</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.davidthomas.net.au/?p=225</guid>
		<description><![CDATA[Did you know you can build nice mouse overs for your website without using any javascript? This means instant loading of the mouse over (no delay) and a more compatible website. The concept is, we will create a background image and move it up and down depending on the hover state. This is an example [...]]]></description>
		<wfw:commentRss>http://www.davidthomas.net.au/2011/04/pure-css-mouse-overs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Android will overtake iPhone in 2011</title>
		<link>http://www.davidthomas.net.au/2011/03/why-android-will-overtake-iphone-in-2011/</link>
		<comments>http://www.davidthomas.net.au/2011/03/why-android-will-overtake-iphone-in-2011/#comments</comments>
		<pubDate>Sun, 06 Mar 2011 12:03:06 +0000</pubDate>
		<dc:creator>David Thomas</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[tablet]]></category>

		<guid isPermaLink="false">http://www.davidthomas.net.au/2011/03/why-android-will-overtake-iphone-in-2011/</guid>
		<description><![CDATA[As I&#8217;m an android convert I may be a little bias writing this, however I think it&#8217;s going to happen. You see, google had always taken the free model with all it&#8217;s  products thus leading to a more open product which allows the developers to get in and build cool stuff easily around the perform.  [...]]]></description>
		<wfw:commentRss>http://www.davidthomas.net.au/2011/03/why-android-will-overtake-iphone-in-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Travel Blog</title>
		<link>http://www.davidthomas.net.au/2011/02/travel-blog/</link>
		<comments>http://www.davidthomas.net.au/2011/02/travel-blog/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 04:49:21 +0000</pubDate>
		<dc:creator>David Thomas</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.davidthomas.net.au/?p=218</guid>
		<description><![CDATA[I have decided to expand my writing and share some of my experiences Travelling over the past few years. My first one was on New York, Top 10 tips for New York]]></description>
		<wfw:commentRss>http://www.davidthomas.net.au/2011/02/travel-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting internal speakers to work on imac running bootcamp and windows 7</title>
		<link>http://www.davidthomas.net.au/2011/02/getting-internal-speakers-to-work-on-imac-running-bootcamp-and-windows-7/</link>
		<comments>http://www.davidthomas.net.au/2011/02/getting-internal-speakers-to-work-on-imac-running-bootcamp-and-windows-7/#comments</comments>
		<pubDate>Sun, 27 Feb 2011 10:14:33 +0000</pubDate>
		<dc:creator>David Thomas</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[bootcamp]]></category>
		<category><![CDATA[Imac]]></category>
		<category><![CDATA[internal sound]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[windows vista]]></category>

		<guid isPermaLink="false">http://www.davidthomas.net.au/2011/02/getting-internal-speakers-to-work-on-imac-running-bootcamp-and-windows-7/</guid>
		<description><![CDATA[I was attempting to get windows 7 working nicely on my wife&#8217;s new imac, everything went quite smoothly as expected from apple, until she opened up itunes and discovered there was no sound. So at this pont I had followed other guides, which meant in osx, open up bootcamp assistant which is located in applications, [...]]]></description>
		<wfw:commentRss>http://www.davidthomas.net.au/2011/02/getting-internal-speakers-to-work-on-imac-running-bootcamp-and-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Samsung Galaxy S &#8211; Darkys V9.2 Exteme Edition &#8211; Download and Installation</title>
		<link>http://www.davidthomas.net.au/2011/02/darkys-v9-2-exteme-edition-download-and-installation/</link>
		<comments>http://www.davidthomas.net.au/2011/02/darkys-v9-2-exteme-edition-download-and-installation/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 00:42:43 +0000</pubDate>
		<dc:creator>David Thomas</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[darkys v9.2]]></category>
		<category><![CDATA[samsung galaxy s]]></category>

		<guid isPermaLink="false">http://www.davidthomas.net.au/?p=211</guid>
		<description><![CDATA[Darky has been hard at it again. I just installed his latest stable offering for the samsung galaxy s i900t, and it looks great. Here are the instructions: Download the rom from here: Darkys V9.2 Download. Put the zip on your internal SD Card on your phone. Install as per usual for Darkys roms, you [...]]]></description>
		<wfw:commentRss>http://www.davidthomas.net.au/2011/02/darkys-v9-2-exteme-edition-download-and-installation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

