<?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>deanpugh.com</title>
	<atom:link href="http://www.deanpugh.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deanpugh.com</link>
	<description>My big book of computer fixes, programming hacks and general geekyness.</description>
	<lastBuildDate>Fri, 27 Jan 2012 11:51:02 +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>Using $_GET with php Include() function</title>
		<link>http://www.deanpugh.com/2012/01/27/using-_get-with-php-include-function/</link>
		<comments>http://www.deanpugh.com/2012/01/27/using-_get-with-php-include-function/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 11:51:02 +0000</pubDate>
		<dc:creator>deanpugh</dc:creator>
				<category><![CDATA[HTML & CSS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[include]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.deanpugh.com/?p=185</guid>
		<description><![CDATA[Admittedly, this probably doesn&#8217;t come up alot for people, but recently I have been creating a project management system for someone and am trying to make it as user friendly as possible using all my known tricks. I want to use an Include function for php when a page loads, but this page doesn&#8217;t include [...]]]></description>
		<wfw:commentRss>http://www.deanpugh.com/2012/01/27/using-_get-with-php-include-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auto Email Web Page Errors</title>
		<link>http://www.deanpugh.com/2012/01/23/auto-email-web-page-errors/</link>
		<comments>http://www.deanpugh.com/2012/01/23/auto-email-web-page-errors/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 11:12:45 +0000</pubDate>
		<dc:creator>deanpugh</dc:creator>
				<category><![CDATA[HTML & CSS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[error report]]></category>
		<category><![CDATA[NetTuts]]></category>
		<category><![CDATA[php function]]></category>

		<guid isPermaLink="false">http://www.deanpugh.com/?p=182</guid>
		<description><![CDATA[I nice feature that I found recently on NetTuts was a way to keep informed of error messages. We all know customers never write down error message in detail, or can remember exactly what they were doing so that you can reproduce the error message. This function allows you to display an nice alternative for [...]]]></description>
		<wfw:commentRss>http://www.deanpugh.com/2012/01/23/auto-email-web-page-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get a &lt;li&gt; elements index value on click with jQuery</title>
		<link>http://www.deanpugh.com/2011/12/17/get-a-li-elements-index-value-on-click-with-jquery/</link>
		<comments>http://www.deanpugh.com/2011/12/17/get-a-li-elements-index-value-on-click-with-jquery/#comments</comments>
		<pubDate>Sat, 17 Dec 2011 11:17:50 +0000</pubDate>
		<dc:creator>deanpugh</dc:creator>
				<category><![CDATA[HTML & CSS]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.deanpugh.com/?p=174</guid>
		<description><![CDATA[Recently I needed to find out the element index of a List element when clicked. I managed to come up with the code that enabled me to do that using jQuery. First you need to set up your HTML code with an id of &#8216;bourne&#8217;. You don&#8217;t have to use bourne, use whatever you like. [...]]]></description>
		<wfw:commentRss>http://www.deanpugh.com/2011/12/17/get-a-li-elements-index-value-on-click-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online Testing With jsfiddle.net</title>
		<link>http://www.deanpugh.com/2011/12/16/online-testing-with-jsfiddle-net/</link>
		<comments>http://www.deanpugh.com/2011/12/16/online-testing-with-jsfiddle-net/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 11:10:54 +0000</pubDate>
		<dc:creator>deanpugh</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[fiddle]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jsript]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.deanpugh.com/?p=172</guid>
		<description><![CDATA[A website that I recently found very useful was the JS Fiddle website. It basically sets up a test area for you to try out simple bits of code, saving you the time or creating a test area. It also has the nice feature of being able to set up as different versions of HTML, [...]]]></description>
		<wfw:commentRss>http://www.deanpugh.com/2011/12/16/online-testing-with-jsfiddle-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Crash Course</title>
		<link>http://www.deanpugh.com/2011/12/08/linux-crash-course/</link>
		<comments>http://www.deanpugh.com/2011/12/08/linux-crash-course/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 10:16:57 +0000</pubDate>
		<dc:creator>deanpugh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[basics]]></category>
		<category><![CDATA[cp]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mv]]></category>
		<category><![CDATA[rm]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vi]]></category>

		<guid isPermaLink="false">http://www.deanpugh.com/?p=145</guid>
		<description><![CDATA[This is a quick and very basic crash course for someone new to linux administrator. The following commands should get you through navigating files and simply finding your way around the operating system. &#160; Help! One option that might be useful if your stuck is to follow a command with &#8211;help. This will display the [...]]]></description>
		<wfw:commentRss>http://www.deanpugh.com/2011/12/08/linux-crash-course/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Keep On Top</title>
		<link>http://www.deanpugh.com/2011/12/07/windows-7-keep-on-top/</link>
		<comments>http://www.deanpugh.com/2011/12/07/windows-7-keep-on-top/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 19:28:23 +0000</pubDate>
		<dc:creator>deanpugh</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.deanpugh.com/?p=142</guid>
		<description><![CDATA[During my reload of my machine, I come across a simple little program that I needed, and thought that it would be useful to inform my visitors of a neat little program that you might find useful. I like working on my computer with a movie or video in the background, but flicking between screens [...]]]></description>
		<wfw:commentRss>http://www.deanpugh.com/2011/12/07/windows-7-keep-on-top/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Toggle Jquery UI Checkbox Array</title>
		<link>http://www.deanpugh.com/2011/12/01/toggle-jquery-ui-checkbox-array/</link>
		<comments>http://www.deanpugh.com/2011/12/01/toggle-jquery-ui-checkbox-array/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 12:24:11 +0000</pubDate>
		<dc:creator>deanpugh</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[checkbox]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.deanpugh.com/?p=130</guid>
		<description><![CDATA[Ok, so the title may not explain what this post is about, but hopefully it covers the basics. Recently I have been rewriting a website, adding smarted code and classes. One of the new features I have added is Jquery UI. While this in itself is not new, it was new to this project. One [...]]]></description>
		<wfw:commentRss>http://www.deanpugh.com/2011/12/01/toggle-jquery-ui-checkbox-array/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calculations To Scale An Image</title>
		<link>http://www.deanpugh.com/2011/11/09/calculations-to-scale-an-image/</link>
		<comments>http://www.deanpugh.com/2011/11/09/calculations-to-scale-an-image/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 16:34:26 +0000</pubDate>
		<dc:creator>deanpugh</dc:creator>
				<category><![CDATA[Calculations]]></category>
		<category><![CDATA[Quick Tips]]></category>

		<guid isPermaLink="false">http://www.deanpugh.com/?p=122</guid>
		<description><![CDATA[A couple of times I have had to deal with images in my code. Recently I had a project that needed the user to upload an image, which then needed to be scaled down to fit an area. Below I detail the calculations that I used. For this demonstration we will be using an image [...]]]></description>
		<wfw:commentRss>http://www.deanpugh.com/2011/11/09/calculations-to-scale-an-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pre Check Form Before Submit</title>
		<link>http://www.deanpugh.com/2011/11/08/pre-check-form-before-submit/</link>
		<comments>http://www.deanpugh.com/2011/11/08/pre-check-form-before-submit/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 16:18:10 +0000</pubDate>
		<dc:creator>deanpugh</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[checks]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[submit]]></category>

		<guid isPermaLink="false">http://www.deanpugh.com/?p=117</guid>
		<description><![CDATA[Below is a script to allow you to run a precheck function in Javascript, preventing the form from submitting if you detect a problem. First, in a separate, external Javascript file, copy the below script: The above code is checking a checkbox value in the sent form to see if it has been selected. If it has, then [...]]]></description>
		<wfw:commentRss>http://www.deanpugh.com/2011/11/08/pre-check-form-before-submit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Domain Name Wars</title>
		<link>http://www.deanpugh.com/2011/11/07/domain-name-wars/</link>
		<comments>http://www.deanpugh.com/2011/11/07/domain-name-wars/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 10:33:28 +0000</pubDate>
		<dc:creator>deanpugh</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.deanpugh.com/?p=114</guid>
		<description><![CDATA[A interesting article recently appeared on the BBC Website recently which I thought was rather interesting. It details a few occasions when the ownership of domain names are disputed in the UK by Nominet. I must point out that this article isn&#8217;t about when someone has been accused of stealing a domain name. It&#8217;s when [...]]]></description>
		<wfw:commentRss>http://www.deanpugh.com/2011/11/07/domain-name-wars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

