<?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>Web Surf Shack &#187; Tutorials</title>
	<atom:link href="http://www.websurfshack.net/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.websurfshack.net</link>
	<description>Waxing your internet surf board</description>
	<lastBuildDate>Wed, 21 Apr 2010 07:58:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to tether HTC Hero on debian linux</title>
		<link>http://www.websurfshack.net/2010/01/how-to-tether-htc-hero-on-debian-linux/</link>
		<comments>http://www.websurfshack.net/2010/01/how-to-tether-htc-hero-on-debian-linux/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 21:26:33 +0000</pubDate>
		<dc:creator>jimmy</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[hero]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[tether]]></category>

		<guid isPermaLink="false">http://www.websurfshack.net/?p=504</guid>
		<description><![CDATA[1) Connect a cable
2) Applications -> Settings -> Wireless controls -> Mobile network sharing
3) ifconfig -a and you will see the phone appear as a network connection with
4) sudo ifcofng usb0 up
5) sudo dhclient usb0
6) Surf away!
Ive seen idiots faffing around with openVPN rooting their phones and arsing about  with the android sdk to [...]]]></description>
		<wfw:commentRss>http://www.websurfshack.net/2010/01/how-to-tether-htc-hero-on-debian-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Creating Thumbnails with imagemagick</title>
		<link>http://www.websurfshack.net/2009/12/creating-thumbnails-with-imagemagick/</link>
		<comments>http://www.websurfshack.net/2009/12/creating-thumbnails-with-imagemagick/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 11:22:19 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Useful tidbits]]></category>

		<guid isPermaLink="false">http://www.websurfshack.net/?p=498</guid>
		<description><![CDATA[A bash script to create thumbnails using the imagemagick graphics tools]]></description>
		<wfw:commentRss>http://www.websurfshack.net/2009/12/creating-thumbnails-with-imagemagick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache Directory Access Control</title>
		<link>http://www.websurfshack.net/2009/10/apache-directory-access-control/</link>
		<comments>http://www.websurfshack.net/2009/10/apache-directory-access-control/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 16:54:34 +0000</pubDate>
		<dc:creator>jimmy</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.websurfshack.net/2009/10/apache-directory-access-control/</guid>
		<description><![CDATA[Apache configuration has a Directory directive. It is used like a .htaccess file to control access to said directory.
An example:

	Order deny,allow
	Deny from all
	Allow from my.domain.com

The important bit here is the Order statement. Rules will be processed from right to left (in this case all of the deny rules then all of the allow rules. The [...]]]></description>
		<wfw:commentRss>http://www.websurfshack.net/2009/10/apache-directory-access-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Orbital Simulation on the iPhone</title>
		<link>http://www.websurfshack.net/2009/09/orbital-simulation-on-the-iphone/</link>
		<comments>http://www.websurfshack.net/2009/09/orbital-simulation-on-the-iphone/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 12:58:58 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[chipmunk]]></category>
		<category><![CDATA[cocos2d]]></category>
		<category><![CDATA[gravity]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://www.websurfshack.net/?p=405</guid>
		<description><![CDATA[Developing an orbital simulation on the iPhone using cocos2d, chipmunk and XCode - plus a little bit of magic.]]></description>
		<wfw:commentRss>http://www.websurfshack.net/2009/09/orbital-simulation-on-the-iphone/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SVN &#8211; The basics</title>
		<link>http://www.websurfshack.net/2009/08/svn-basics/</link>
		<comments>http://www.websurfshack.net/2009/08/svn-basics/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 16:32:36 +0000</pubDate>
		<dc:creator>josh</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[Repository]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://www.websurfshack.net/?p=348</guid>
		<description><![CDATA[SVN is &#8220;an open source version control system&#8221; so it keeps track of any changes to files that you choose to store within one of its repositories. Very useful for team-coded projects as it allows everyone to have the latest copy of all the files needed, and it&#8217;s able to deal with conflicts reasonably well.
So, [...]]]></description>
		<wfw:commentRss>http://www.websurfshack.net/2009/08/svn-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nice, Renice and niceness</title>
		<link>http://www.websurfshack.net/2009/04/nice-renice-and-niceness/</link>
		<comments>http://www.websurfshack.net/2009/04/nice-renice-and-niceness/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 16:16:14 +0000</pubDate>
		<dc:creator>jimmy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[*nix]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nice]]></category>
		<category><![CDATA[niceness]]></category>
		<category><![CDATA[priority]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[renice]]></category>
		<category><![CDATA[schedule]]></category>

		<guid isPermaLink="false">http://www.websurfshack.net/?p=250</guid>
		<description><![CDATA[One of the major benifits of linux is the way memory and processes are organised in such a way that it can be considered one of the best multi threaded operatioing systems available. Regardless of how well something can be scheduled the OS still only have a finate amount of resources to work with. My [...]]]></description>
		<wfw:commentRss>http://www.websurfshack.net/2009/04/nice-renice-and-niceness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Css Specifity and &#8230; Star wars?</title>
		<link>http://www.websurfshack.net/2009/03/css-specifity-and-star-wars/</link>
		<comments>http://www.websurfshack.net/2009/03/css-specifity-and-star-wars/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 11:08:25 +0000</pubDate>
		<dc:creator>eddie</dc:creator>
				<category><![CDATA[Css]]></category>
		<category><![CDATA[Interesting Sites]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Specificity]]></category>
		<category><![CDATA[Star Wars]]></category>

		<guid isPermaLink="false">http://www.websurfshack.net/?p=232</guid>
		<description><![CDATA[As &#8220;the Css guy&#8221; I am often looking around for easy ways to remember the various facets, tweaks and foibles of the language. 
One of the things I have been toying with for a while is &#8220;specificity&#8221; of a css selector (basically, given two selectors for the same item, which one wins out?) I have [...]]]></description>
		<wfw:commentRss>http://www.websurfshack.net/2009/03/css-specifity-and-star-wars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database Primer &#8211; Part 3</title>
		<link>http://www.websurfshack.net/2008/10/database-primer-part-3/</link>
		<comments>http://www.websurfshack.net/2008/10/database-primer-part-3/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 16:21:39 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[left join]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.websurfshack.net/?p=36</guid>
		<description><![CDATA[Part 1 &#124; Part 2 &#124; Part 3
Mastering the LEFT join
The left join is very powerful, very useful and very under used. In my experience few people have even heard of the left join, let alone used one. The left join comes in handy when you are trying to join tables together where you have [...]]]></description>
		<wfw:commentRss>http://www.websurfshack.net/2008/10/database-primer-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database Primer &#8211; Part 2</title>
		<link>http://www.websurfshack.net/2008/10/database-primer-part-2/</link>
		<comments>http://www.websurfshack.net/2008/10/database-primer-part-2/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 16:21:27 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[inner join]]></category>
		<category><![CDATA[join]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.websurfshack.net/?p=33</guid>
		<description><![CDATA[Part 1 &#124; Part 2 &#124; Part 3
Mastering the table join
In this tutorial I try to explain one of the most simplest and useful mechanisms available to you in a relational SQL database: the standard Join (also called Inner Join).
Querying the Tables
To connect these tables together we need to do a query. More specifically a [...]]]></description>
		<wfw:commentRss>http://www.websurfshack.net/2008/10/database-primer-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database Primer &#8211; Part 1</title>
		<link>http://www.websurfshack.net/2008/10/database-primer-part-1/</link>
		<comments>http://www.websurfshack.net/2008/10/database-primer-part-1/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 16:21:17 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.websurfshack.net/?p=30</guid>
		<description><![CDATA[Part 1 &#124; Part 2 &#124; Part 3
Building a relational database
Databases are extremely powerful data storage mechanisms, I use them everyday. A lot of people have extremely limited experience with relational databases, using them as they would an Excel document. This sequnce of posts aims to demonstrate how easy they are to use and how [...]]]></description>
		<wfw:commentRss>http://www.websurfshack.net/2008/10/database-primer-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
