<?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>Tom Elliott &#124; Web Development Blog</title>
	<atom:link href="http://www.tom-elliott.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tom-elliott.net</link>
	<description>Web Developer Nottingham</description>
	<lastBuildDate>Mon, 30 Apr 2012 19:10:44 +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>Removing the iphone navigation bar with jquery</title>
		<link>http://www.tom-elliott.net/javascript-ajax/removing-iphone-navigation-bar-jquery/</link>
		<comments>http://www.tom-elliott.net/javascript-ajax/removing-iphone-navigation-bar-jquery/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 19:05:45 +0000</pubDate>
		<dc:creator>Tom Elliott</dc:creator>
				<category><![CDATA[JavaScript \ AJAX]]></category>

		<guid isPermaLink="false">http://www.tom-elliott.net/?p=563</guid>
		<description><![CDATA[JavaScript snippets that will hide the navigation\address toolbar on the iPhone when the page loads and when the iPhone is rotated in landscape or portrait mode. +link+Hiding the iPhone navigation bar-link-]]></description>
		<wfw:commentRss>http://www.tom-elliott.net/javascript-ajax/removing-iphone-navigation-bar-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Email Development Tips for Cross Client Compatibility</title>
		<link>http://www.tom-elliott.net/html-css/html-email-development-tips/</link>
		<comments>http://www.tom-elliott.net/html-css/html-email-development-tips/#comments</comments>
		<pubDate>Fri, 13 Apr 2012 07:41:02 +0000</pubDate>
		<dc:creator>Tom Elliott</dc:creator>
				<category><![CDATA[HTML & CSS]]></category>

		<guid isPermaLink="false">http://www.tom-elliott.net/?p=548</guid>
		<description><![CDATA[Various tips and tricks for creating rich and complex HTML emails that work in all major email clients including advice on layout, text formatting and images.
+link+ Top HTML Email Development Tips -link-]]></description>
		<wfw:commentRss>http://www.tom-elliott.net/html-css/html-email-development-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Indexing MySQL fields to speed up PHP queries</title>
		<link>http://www.tom-elliott.net/php/indexing-mysql-fields-faster-php/</link>
		<comments>http://www.tom-elliott.net/php/indexing-mysql-fields-faster-php/#comments</comments>
		<pubDate>Fri, 16 Mar 2012 21:12:00 +0000</pubDate>
		<dc:creator>Tom Elliott</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.tom-elliott.net/?p=515</guid>
		<description><![CDATA[Indexing database fields can do wonders to speed up complex PHP queries. This post goes shows how easy it is to know where to use indexes and how, using MySQL, PHP and PHPMyAdmin.
+link+ Speed up PHP through MySQL indexing -link-]]></description>
		<wfw:commentRss>http://www.tom-elliott.net/php/indexing-mysql-fields-faster-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS3 text glow effect with text shadow</title>
		<link>http://www.tom-elliott.net/html-css/css3-text-glow-text-shadow/</link>
		<comments>http://www.tom-elliott.net/html-css/css3-text-glow-text-shadow/#comments</comments>
		<pubDate>Sat, 10 Mar 2012 14:53:11 +0000</pubDate>
		<dc:creator>Tom Elliott</dc:creator>
				<category><![CDATA[HTML & CSS]]></category>

		<guid isPermaLink="false">http://www.tom-elliott.net/?p=466</guid>
		<description><![CDATA[A few text glow effect samples and examples using CSS3, achieved by stacking the text-shadow CSS element. +link+ Creating a CSS3 text glow effect -link-]]></description>
		<wfw:commentRss>http://www.tom-elliott.net/html-css/css3-text-glow-text-shadow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone issue with displaying a large background image</title>
		<link>http://www.tom-elliott.net/html-css/iphone-problem-large-background-image/</link>
		<comments>http://www.tom-elliott.net/html-css/iphone-problem-large-background-image/#comments</comments>
		<pubDate>Fri, 02 Mar 2012 17:54:55 +0000</pubDate>
		<dc:creator>Tom Elliott</dc:creator>
				<category><![CDATA[HTML & CSS]]></category>

		<guid isPermaLink="false">http://www.tom-elliott.net/?p=456</guid>
		<description><![CDATA[Large backgrounds in the BODY or DIV element will not display on an iPhone (Safari) because of the dimensions of the image which cannot exceed 5.2 mega-pixels. +link+ Large background image not displaying on iPhone -link-]]></description>
		<wfw:commentRss>http://www.tom-elliott.net/html-css/iphone-problem-large-background-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP function: calculate x seconds, minutes or hours ago</title>
		<link>http://www.tom-elliott.net/php/php-seconds-minutes-hours-ago/</link>
		<comments>http://www.tom-elliott.net/php/php-seconds-minutes-hours-ago/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 22:18:58 +0000</pubDate>
		<dc:creator>Tom Elliott</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.tom-elliott.net/?p=449</guid>
		<description><![CDATA[A useful Twitter style PHP time interval function to calculate the difference in seconds, minutes, hours or days between two different dates and times. The function can be used to display seconds, minutes or hours only, or display the most relevant time measurement unit automatically. +link+ PHP time interval function -link-]]></description>
		<wfw:commentRss>http://www.tom-elliott.net/php/php-seconds-minutes-hours-ago/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>JavaScript Function to Check\Uncheck all Checkboxes</title>
		<link>http://www.tom-elliott.net/javascript-ajax/javascript-function-check-uncheck-checkboxes/</link>
		<comments>http://www.tom-elliott.net/javascript-ajax/javascript-function-check-uncheck-checkboxes/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 20:15:56 +0000</pubDate>
		<dc:creator>Tom Elliott</dc:creator>
				<category><![CDATA[JavaScript \ AJAX]]></category>

		<guid isPermaLink="false">http://www.tom-elliott.net/?p=444</guid>
		<description><![CDATA[A cross browser compatible JavaScript function to select or de-select all checkboxes in a form. The check all function finds all checkboxes in a designated form, regardless of the checkbox name . +link+ Check all checkboxes in JavaScript -link-]]></description>
		<wfw:commentRss>http://www.tom-elliott.net/javascript-ajax/javascript-function-check-uncheck-checkboxes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP get first paragraph from a string function</title>
		<link>http://www.tom-elliott.net/php/php-get-first-paragraph-function/</link>
		<comments>http://www.tom-elliott.net/php/php-get-first-paragraph-function/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 08:40:01 +0000</pubDate>
		<dc:creator>Tom Elliott</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.tom-elliott.net/?p=436</guid>
		<description><![CDATA[A useful PHP function that gets the first paragraph from a regular HTML string, with option to remove the paragraph tags. +link+ Get first paragraph function in PHP -link-]]></description>
		<wfw:commentRss>http://www.tom-elliott.net/php/php-get-first-paragraph-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spry XML Dataset: Selecting a Single Row</title>
		<link>http://www.tom-elliott.net/javascript-ajax/spry-dataset-selecting-single-row/</link>
		<comments>http://www.tom-elliott.net/javascript-ajax/spry-dataset-selecting-single-row/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 11:48:38 +0000</pubDate>
		<dc:creator>Tom Elliott</dc:creator>
				<category><![CDATA[JavaScript \ AJAX]]></category>

		<guid isPermaLink="false">http://www.tom-elliott.net/?p=422</guid>
		<description><![CDATA[Some useful Spry code that allows a single, unique row or record to be selected from an XML dataset. The process involves first passing a unique row ID to a detail page and then filtering a single row from the XML using the unique ID. +link+ Find specific row in Spry XML Dataset -link-]]></description>
		<wfw:commentRss>http://www.tom-elliott.net/javascript-ajax/spry-dataset-selecting-single-row/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spry Dataset: Limit Rows, Characters &amp; External Feeds</title>
		<link>http://www.tom-elliott.net/javascript-ajax/spry-limit-rows-characters-xml/</link>
		<comments>http://www.tom-elliott.net/javascript-ajax/spry-limit-rows-characters-xml/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 18:15:56 +0000</pubDate>
		<dc:creator>Tom Elliott</dc:creator>
				<category><![CDATA[JavaScript \ AJAX]]></category>

		<guid isPermaLink="false">http://www.tom-elliott.net/?p=395</guid>
		<description><![CDATA[A few simple Spry snippets to limit the number of rows displayed from a Spry XML Dataset, limit the characters displayed in a Spry field and how to get around the security issues preventing xml external feeds to be used. +link+ Limit rows &#038; characters &#038; using external feeds with a Spry dataset -link-]]></description>
		<wfw:commentRss>http://www.tom-elliott.net/javascript-ajax/spry-limit-rows-characters-xml/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

