<?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>IanJGough.com</title>
	<atom:link href="http://ianjgough.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ianjgough.com</link>
	<description>Dreams are built from lines of code</description>
	<lastBuildDate>Fri, 10 Feb 2012 10:37:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Google visited links not changing colour</title>
		<link>http://ianjgough.com/blog/google-visited-links-not-changing-colour/</link>
		<comments>http://ianjgough.com/blog/google-visited-links-not-changing-colour/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 10:37:18 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://ianjgough.com/?p=781</guid>
		<description><![CDATA[http://www.google.com/webhp?hl=en OK for whatever reason my visited links have not been changing colour in safari for a few days but they do it firefox. Weird i know so i don&#8217;t know if there are some conditional comments going on! So after some searching around someone suggested using igoogle but i came across this link http://www.google.com/webhp?hl=en &#8230;]]></description>
		<wfw:commentRss>http://ianjgough.com/blog/google-visited-links-not-changing-colour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Modulus Operator &#8211; mysql database example</title>
		<link>http://ianjgough.com/blog/php-modulus-operator-mysql-database-example/</link>
		<comments>http://ianjgough.com/blog/php-modulus-operator-mysql-database-example/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 22:56:09 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Snippets]]></category>

		<guid isPermaLink="false">http://ianjgough.com/?p=774</guid>
		<description><![CDATA[OK well recently whilst doing some work for someone on a classifieds site the man wanted a banner from Banner Bar to show every 5 adverts. But he wanted the banners to be shown in ascending order and only 1 at a time. After some playing around and a nights sleep i finally cracked it &#8230;]]></description>
		<wfw:commentRss>http://ianjgough.com/blog/php-modulus-operator-mysql-database-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add and Remove stylesheets with jquery</title>
		<link>http://ianjgough.com/javascript/add-and-remove-stylesheets-with-jquery/</link>
		<comments>http://ianjgough.com/javascript/add-and-remove-stylesheets-with-jquery/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 22:01:42 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Snippets]]></category>

		<guid isPermaLink="false">http://ianjgough.com/?p=738</guid>
		<description><![CDATA[Remove stylesheet To remove a stylesheet simply give it an id &#60;link href=&#8221;cssFolder/sheet2.css&#8221; rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; id=&#8221;sheet2&#8243;&#62; And insert the following script just before &#60;/body&#62; tag &#160; &#160; Add stylesheet To Add a stylesheet insert the following script just before &#60;/body&#62; tag &#160; Although i have used document ready in the snippets above i have used &#8230;]]></description>
		<wfw:commentRss>http://ianjgough.com/javascript/add-and-remove-stylesheets-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Re-design of Banner Bar</title>
		<link>http://ianjgough.com/blog/re-design-of-banner-bar/</link>
		<comments>http://ianjgough.com/blog/re-design-of-banner-bar/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 12:27:34 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://ianjgough.com/?p=729</guid>
		<description><![CDATA[Well i&#8217;ve been playing around with some of the new features that HTML5 brings and so thought it was time to update the look and feel of Banner Bar to take advantage of some of these features. First i&#8217;m using the local storage feature to store the users preference about showing or hiding the bar. &#8230;]]></description>
		<wfw:commentRss>http://ianjgough.com/blog/re-design-of-banner-bar/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sort and order php mysql</title>
		<link>http://ianjgough.com/blog/sort-and-order-php-mysql/</link>
		<comments>http://ianjgough.com/blog/sort-and-order-php-mysql/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 09:31:09 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://ianjgough.com/?p=696</guid>
		<description><![CDATA[During the building of Banner Bar version 2 i needed sort and direction to be carried forward to each page and this is what i came up with. So for anyone looking hope it helps. I have included a full working demo and download link below anyone wanting the mysql table just contact me. Using &#8230;]]></description>
		<wfw:commentRss>http://ianjgough.com/blog/sort-and-order-php-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pretest Script for testing versions before install</title>
		<link>http://ianjgough.com/blog/pretest-script-for-testing-versions-before-install/</link>
		<comments>http://ianjgough.com/blog/pretest-script-for-testing-versions-before-install/#comments</comments>
		<pubDate>Sat, 17 Dec 2011 19:34:46 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Snippets]]></category>

		<guid isPermaLink="false">http://ianjgough.com/?p=685</guid>
		<description><![CDATA[During the remake of the installation script for bannerbar i had to come up with a pre-test script and with a bit of searching i put together the below which may be helpful for you too.]]></description>
		<wfw:commentRss>http://ianjgough.com/blog/pretest-script-for-testing-versions-before-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>register_globals</title>
		<link>http://ianjgough.com/blog/register_globals/</link>
		<comments>http://ianjgough.com/blog/register_globals/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 22:54:59 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://ianjgough.com/?p=668</guid>
		<description><![CDATA[When i built the installer for Banner Bar i believed register_globals was off but i was mistaken my host enables it by default. So when i was testing the installer and it worked fine for me anyone with register_globals off never got past the first page. But today after realising this i have done two &#8230;]]></description>
		<wfw:commentRss>http://ianjgough.com/blog/register_globals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Navigation Bar Bug</title>
		<link>http://ianjgough.com/blog/google-navigation-bar-bug-2/</link>
		<comments>http://ianjgough.com/blog/google-navigation-bar-bug-2/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 05:15:34 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://ianjgough.com/?p=617</guid>
		<description><![CDATA[Don&#8217;t panic is the first thing i thought when my Google navigation bar suddenly was black i mean i only went to get a drink! But it turns out it&#8217;s actually supposed to be that way i mean were so used to Google looking the same when something like that happens the first thing we &#8230;]]></description>
		<wfw:commentRss>http://ianjgough.com/blog/google-navigation-bar-bug-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Page Creation and Modified Date</title>
		<link>http://ianjgough.com/php/page-creation-and-modified-date/</link>
		<comments>http://ianjgough.com/php/page-creation-and-modified-date/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 16:29:40 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Snippets]]></category>

		<guid isPermaLink="false">http://ianjgough.com/?p=561</guid>
		<description><![CDATA[Recently i was asked to create a script for someone to show the Page Creation and Modified Date of web pages and being as this was for a Linux server where there&#8217;s no function for the creation date that I&#8217;m aware of like this is for the modified date i had to create a little &#8230;]]></description>
		<wfw:commentRss>http://ianjgough.com/php/page-creation-and-modified-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get file size</title>
		<link>http://ianjgough.com/php/get-file-size/</link>
		<comments>http://ianjgough.com/php/get-file-size/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 17:07:43 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Snippets]]></category>

		<guid isPermaLink="false">http://ianjgough.com/?p=552</guid>
		<description><![CDATA[&#60;?php $file = 'demo.jpeg'; echo filesize($file); ?&#62; This function is for use on local files only and will not work on remote files but what you can do is download the file to a temporary folder and then get the size that way. Also note that file results are returned in bytes so would look &#8230;]]></description>
		<wfw:commentRss>http://ianjgough.com/php/get-file-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 4.038 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-15 18:56:58 -->

