<?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>Steve&#039;s Ramblings</title>
	<atom:link href="http://www.stevenmcmillan.co.uk/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevenmcmillan.co.uk/blog</link>
	<description>Web Developer &#38; Designer</description>
	<lastBuildDate>Sat, 20 Feb 2010 15:05:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>jQuery Hide/Show Button</title>
		<link>http://www.stevenmcmillan.co.uk/blog/2010/jquery-hideshow-button/</link>
		<comments>http://www.stevenmcmillan.co.uk/blog/2010/jquery-hideshow-button/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 15:05:52 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.stevenmcmillan.co.uk/blog/?p=317</guid>
		<description><![CDATA[This is just a small example of how you can use jQuery to make an effective show/hide button(s) on a page with a few lines of code. It will support multiple instances per page and use it with HTML markup, you don&#8217;t need to edit the Javascript every time you want to use it. It&#8217;s  <a href="http://www.stevenmcmillan.co.uk/blog/2010/jquery-hideshow-button/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://www.stevenmcmillan.co.uk/blog/2010/jquery-hideshow-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery &#8216;AjaxLinks&#8217; Plugin</title>
		<link>http://www.stevenmcmillan.co.uk/blog/2010/jquery-ajaxlinks-plugin/</link>
		<comments>http://www.stevenmcmillan.co.uk/blog/2010/jquery-ajaxlinks-plugin/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 18:19:22 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.stevenmcmillan.co.uk/blog/?p=297</guid>
		<description><![CDATA[I previously wrote an article showing how you can turn a normal &#8216;A&#8217; link into an ajax request and place the returned content into divs. This does the same job but used as a jQuery plugin with more customizable options and flexible use.
The download is at the bottom of the article and the script in  <a href="http://www.stevenmcmillan.co.uk/blog/2010/jquery-ajaxlinks-plugin/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://www.stevenmcmillan.co.uk/blog/2010/jquery-ajaxlinks-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dropbox Cloud Storage</title>
		<link>http://www.stevenmcmillan.co.uk/blog/2010/dropbox-cloud-storage/</link>
		<comments>http://www.stevenmcmillan.co.uk/blog/2010/dropbox-cloud-storage/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 14:31:20 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Techy]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[OS]]></category>

		<guid isPermaLink="false">http://www.stevenmcmillan.co.uk/blog/?p=283</guid>
		<description><![CDATA[
Dropbox is a cloud storage system where you can backup your files and folders on their servers and access them in real-time on Windows and Linux machines.
It integrates with the operating systems desktop manager and allows you to add/remove files just like a folder on your computer.
It&#8217;s free to try out and you&#8217;ll have 2GB  <a href="http://www.stevenmcmillan.co.uk/blog/2010/dropbox-cloud-storage/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://www.stevenmcmillan.co.uk/blog/2010/dropbox-cloud-storage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP5 &amp; Memcached (Example)</title>
		<link>http://www.stevenmcmillan.co.uk/blog/2010/php5-memcached-example/</link>
		<comments>http://www.stevenmcmillan.co.uk/blog/2010/php5-memcached-example/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 14:16:33 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.stevenmcmillan.co.uk/blog/?p=245</guid>
		<description><![CDATA[In this example I&#8217;ll be showing you how to read and write from a memcached server using PHP5, using singleton class design and some basic static functions to connect your servers up before performing the caching. For those of you who don&#8217;t know what memcached is I have included the description from the memcached website  <a href="http://www.stevenmcmillan.co.uk/blog/2010/php5-memcached-example/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://www.stevenmcmillan.co.uk/blog/2010/php5-memcached-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS3 XHTML Template</title>
		<link>http://www.stevenmcmillan.co.uk/blog/2009/css3-xhtml-template/</link>
		<comments>http://www.stevenmcmillan.co.uk/blog/2009/css3-xhtml-template/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 19:06:19 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.stevenmcmillan.co.uk/blog/?p=229</guid>
		<description><![CDATA[Since the implementation of CSS3 into some of the modern browsers, eg. Webkit based browsers and Firefox we&#8217;re starting to see more and more websites use CSS3 to style the pages. I have made an example of how we can use &#8220;Rounded Corners&#8221; in CSS3 in a modern layout. I have provided the download at  <a href="http://www.stevenmcmillan.co.uk/blog/2009/css3-xhtml-template/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://www.stevenmcmillan.co.uk/blog/2009/css3-xhtml-template/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Gears: LocalDB Example</title>
		<link>http://www.stevenmcmillan.co.uk/blog/2009/google-gears-localdb-example/</link>
		<comments>http://www.stevenmcmillan.co.uk/blog/2009/google-gears-localdb-example/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 13:06:00 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google-gears]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.stevenmcmillan.co.uk/blog/?p=218</guid>
		<description><![CDATA[I have recently been playing around with google gears; Gears is an open source project that enables more powerful web applications, by adding new features to your web browser such as interacting with the desktop, storing local data and running Javascript in the background. Here is a simple link manager I created to test out  <a href="http://www.stevenmcmillan.co.uk/blog/2009/google-gears-localdb-example/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://www.stevenmcmillan.co.uk/blog/2009/google-gears-localdb-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Teamspeak 3: Connection Class</title>
		<link>http://www.stevenmcmillan.co.uk/blog/2009/teamspeak-3-connection-class/</link>
		<comments>http://www.stevenmcmillan.co.uk/blog/2009/teamspeak-3-connection-class/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 19:01:57 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[teamspeak]]></category>

		<guid isPermaLink="false">http://www.stevenmcmillan.co.uk/blog/?p=213</guid>
		<description><![CDATA[Due to the recently released Teamspeak 3 BETA I have made a connection class in PHP to communicate with the server and fetch back information that I can display in a visual format. I have included a download ZIP for this that includes the PHP code, styles and icons used.
The full package includes a stylesheet  <a href="http://www.stevenmcmillan.co.uk/blog/2009/teamspeak-3-connection-class/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://www.stevenmcmillan.co.uk/blog/2009/teamspeak-3-connection-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome Extensions</title>
		<link>http://www.stevenmcmillan.co.uk/blog/2009/google-chrome-extensions/</link>
		<comments>http://www.stevenmcmillan.co.uk/blog/2009/google-chrome-extensions/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 15:27:30 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Techy]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google-chrome]]></category>

		<guid isPermaLink="false">http://www.stevenmcmillan.co.uk/blog/?p=204</guid>
		<description><![CDATA[Google chrome have just released a BETA version of the extension gallery. You can check it out here. There are many good extensions already released. I have listed below some of the more interesting ones.
Speed Tracer (By Google) is one of the more advanced extensions available, this will provide you with detailed graph analysis of  <a href="http://www.stevenmcmillan.co.uk/blog/2009/google-chrome-extensions/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://www.stevenmcmillan.co.uk/blog/2009/google-chrome-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloud Storage: Ubuntu One</title>
		<link>http://www.stevenmcmillan.co.uk/blog/2009/cloud-storage-ubuntu-one/</link>
		<comments>http://www.stevenmcmillan.co.uk/blog/2009/cloud-storage-ubuntu-one/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 19:32:40 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Techy]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.stevenmcmillan.co.uk/blog/?p=197</guid>
		<description><![CDATA[I came across a free (and paid) cloud service from Ubuntu; the creators of the popular OS Ubuntu Linux. You can have a free account and have 2GB&#8217;s worth of storage costing you nothing. If you happen to run the Ubuntu OS, One integrates with the desktop; providing &#8216;drag and drop&#8217; functionality for backing up files.
More information below.

What is  <a href="http://www.stevenmcmillan.co.uk/blog/2009/cloud-storage-ubuntu-one/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://www.stevenmcmillan.co.uk/blog/2009/cloud-storage-ubuntu-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic Tutorial PHP/MySQL (Part 1)</title>
		<link>http://www.stevenmcmillan.co.uk/blog/2009/basic-tutorial-phpmysql-part-1/</link>
		<comments>http://www.stevenmcmillan.co.uk/blog/2009/basic-tutorial-phpmysql-part-1/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 17:24:55 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.stevenmcmillan.co.uk/blog/?p=178</guid>
		<description><![CDATA[One of the most requested tutorials are those that explain how to connect and use a MySQL database server with PHP code. I have written a basic tutorial showing how to perform MySQL queries with PHP.
So you&#8217;re wanting to use a database with PHP to store your data? MySQL is a great open-source RDBMS (Relational  <a href="http://www.stevenmcmillan.co.uk/blog/2009/basic-tutorial-phpmysql-part-1/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://www.stevenmcmillan.co.uk/blog/2009/basic-tutorial-phpmysql-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
