<?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>Interesting Things</title>
	<atom:link href="http://www.bradshawenterprises.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bradshawenterprises.com/blog</link>
	<description>Richard Bradshaw&#039;s idea of what is interesting</description>
	<lastBuildDate>Sat, 10 Dec 2011 17:00:03 +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>Speed up writing CSS backgrounds</title>
		<link>http://www.bradshawenterprises.com/blog/2011/speed-up-writing-css-backgrounds/</link>
		<comments>http://www.bradshawenterprises.com/blog/2011/speed-up-writing-css-backgrounds/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 16:57:23 +0000</pubDate>
		<dc:creator>Richard Bradshaw</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bradshawenterprises.com/blog/?p=554</guid>
		<description><![CDATA[I often need to write code like: background: url("/media/img/footer.png") no-repeat; width: 960px; height: 147px; Whenever I do, I have to find the image, then get the dimensions, then copy and paste them in separately. It&#8217;s annoying. To help, I put &#8230; <a href="http://www.bradshawenterprises.com/blog/2011/speed-up-writing-css-backgrounds/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.bradshawenterprises.com/blog/2011/speed-up-writing-css-backgrounds/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Increasing productivity by automating common actions on OSX</title>
		<link>http://www.bradshawenterprises.com/blog/2011/increasing-productivity-by-automating-common-actions-on-osx/</link>
		<comments>http://www.bradshawenterprises.com/blog/2011/increasing-productivity-by-automating-common-actions-on-osx/#comments</comments>
		<pubDate>Sat, 12 Feb 2011 13:31:57 +0000</pubDate>
		<dc:creator>Richard Bradshaw</dc:creator>
				<category><![CDATA[websites]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://www.bradshawenterprises.com/blog/?p=546</guid>
		<description><![CDATA[Every time I do some web development there are a few things I need to do: Point MAMP to the correct folder and enter password (as I&#8217;m serving on port 80) Open the folder in Textmate Open two tabs in &#8230; <a href="http://www.bradshawenterprises.com/blog/2011/increasing-productivity-by-automating-common-actions-on-osx/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.bradshawenterprises.com/blog/2011/increasing-productivity-by-automating-common-actions-on-osx/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A jQuery function to animate using CSS3 transitions if possible, with the built-in animate fallback.</title>
		<link>http://www.bradshawenterprises.com/blog/2011/a-jquery-function-to-animate-using-css3-transitions-if-possible-with-the-animate-fallback/</link>
		<comments>http://www.bradshawenterprises.com/blog/2011/a-jquery-function-to-animate-using-css3-transitions-if-possible-with-the-animate-fallback/#comments</comments>
		<pubDate>Sun, 16 Jan 2011 19:21:08 +0000</pubDate>
		<dc:creator>Richard Bradshaw</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bradshawenterprises.com/blog/?p=538</guid>
		<description><![CDATA[This requires you to use the amazing Modernizr library, or could be modified to use your own check for whether the browser supports CSS transitions. It&#8217;s rough and ready, but works fine as far as I know! For lots more &#8230; <a href="http://www.bradshawenterprises.com/blog/2011/a-jquery-function-to-animate-using-css3-transitions-if-possible-with-the-animate-fallback/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.bradshawenterprises.com/blog/2011/a-jquery-function-to-animate-using-css3-transitions-if-possible-with-the-animate-fallback/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Dynamically drawing gradients with PHP</title>
		<link>http://www.bradshawenterprises.com/blog/2010/dynamically-drawing-gradients-with-php/</link>
		<comments>http://www.bradshawenterprises.com/blog/2010/dynamically-drawing-gradients-with-php/#comments</comments>
		<pubDate>Mon, 24 May 2010 19:17:08 +0000</pubDate>
		<dc:creator>Richard Bradshaw</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[gradient]]></category>
		<category><![CDATA[png]]></category>

		<guid isPermaLink="false">http://www.bradshawenterprises.com/blog/?p=531</guid>
		<description><![CDATA[Just a little script to create a PNG image of a simple linear gradient using PHP. You could adapt this to make it better in many ways! Insipired (by which I mean 99% ripped of!) by http://www.cutcodedown.com/ No demo to &#8230; <a href="http://www.bradshawenterprises.com/blog/2010/dynamically-drawing-gradients-with-php/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.bradshawenterprises.com/blog/2010/dynamically-drawing-gradients-with-php/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>CSS3 Transition, Transform and Animation Tutorial</title>
		<link>http://www.bradshawenterprises.com/blog/2010/css3-transition-transform-and-animation-tutorial/</link>
		<comments>http://www.bradshawenterprises.com/blog/2010/css3-transition-transform-and-animation-tutorial/#comments</comments>
		<pubDate>Sat, 22 May 2010 08:32:18 +0000</pubDate>
		<dc:creator>Richard Bradshaw</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bradshawenterprises.com/blog/?p=529</guid>
		<description><![CDATA[I&#8217;ve just written a tutorial complete with demos showing how to use the CSS3 transition, transform and animation properties &#8211; find it here: CSS3 Transition, Transform and Animations Tutorial. Hopefully it&#8217;s useful/interesting &#8211; any comments/improvements let me know! It&#8217;s still &#8230; <a href="http://www.bradshawenterprises.com/blog/2010/css3-transition-transform-and-animation-tutorial/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.bradshawenterprises.com/blog/2010/css3-transition-transform-and-animation-tutorial/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Fancy Forms: HTML5 + CSS3 &#8211; JS</title>
		<link>http://www.bradshawenterprises.com/blog/2010/fancy-forms-html5-css3-js/</link>
		<comments>http://www.bradshawenterprises.com/blog/2010/fancy-forms-html5-css3-js/#comments</comments>
		<pubDate>Wed, 12 May 2010 15:53:59 +0000</pubDate>
		<dc:creator>Richard Bradshaw</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.bradshawenterprises.com/blog/?p=519</guid>
		<description><![CDATA[Forms in HTML have typically been pretty boring &#8211; input boxes and buttons with all validation performed by javascript. With the new HTML5 Forms module things have become a little more useful. As of May 2010, only bleeding edge browsers &#8230; <a href="http://www.bradshawenterprises.com/blog/2010/fancy-forms-html5-css3-js/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.bradshawenterprises.com/blog/2010/fancy-forms-html5-css3-js/feed/</wfw:commentRss>
		<slash:comments>54</slash:comments>
		</item>
		<item>
		<title>Video of ChromeOS Early Build</title>
		<link>http://www.bradshawenterprises.com/blog/2009/221/</link>
		<comments>http://www.bradshawenterprises.com/blog/2009/221/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 14:51:09 +0000</pubDate>
		<dc:creator>Richard Bradshaw</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[chromeos]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.bradshawenterprises.com/blog/2009/221/</guid>
		<description><![CDATA[Just a quick video made of the ChromeOS build found on the chromium.org server. It&#8217;s run on Ubuntu in a virtual machine running on Snow Leopard. Used Quicktime X to record it, which turned out pretty well I think! Not &#8230; <a href="http://www.bradshawenterprises.com/blog/2009/221/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.bradshawenterprises.com/blog/2009/221/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Interesting links for week ending October 14th</title>
		<link>http://www.bradshawenterprises.com/blog/2009/interesting-links-for-week-ending-october-14th/</link>
		<comments>http://www.bradshawenterprises.com/blog/2009/interesting-links-for-week-ending-october-14th/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 12:03:44 +0000</pubDate>
		<dc:creator>Richard Bradshaw</dc:creator>
				<category><![CDATA[random]]></category>
		<category><![CDATA[links]]></category>

		<guid isPermaLink="false">http://www.bradshawenterprises.com/blog/?p=213</guid>
		<description><![CDATA[Here are some links that I&#8217;ve found interesting: The State of Solid State Hard Drives &#8211; Fugitive gives the game away with Facebook updates &#8211; Tesco boss raps school standards &#8211; Help us nail spammers &#8211; Building a jQuery/PHP Powered &#8230; <a href="http://www.bradshawenterprises.com/blog/2009/interesting-links-for-week-ending-october-14th/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.bradshawenterprises.com/blog/2009/interesting-links-for-week-ending-october-14th/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Some interesting links for October 13th</title>
		<link>http://www.bradshawenterprises.com/blog/2009/some-interesting-links-for-october-13th/</link>
		<comments>http://www.bradshawenterprises.com/blog/2009/some-interesting-links-for-october-13th/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 19:00:08 +0000</pubDate>
		<dc:creator>Richard Bradshaw</dc:creator>
				<category><![CDATA[random]]></category>
		<category><![CDATA[links]]></category>

		<guid isPermaLink="false">http://www.bradshawenterprises.com/blog/?p=210</guid>
		<description><![CDATA[Here are some links that I&#8217;ve found interesting: Building a jQuery/PHP Powered Chat&#160;Room &#8211; Time-travelling Higgs sabotages the LHC. No, really &#8211; Tim Berners-Lee&#8217;s One Regret Regarding the Web &#8211; New in Labs: Got the wrong Bob? &#8211; Lightly Edit &#8230; <a href="http://www.bradshawenterprises.com/blog/2009/some-interesting-links-for-october-13th/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.bradshawenterprises.com/blog/2009/some-interesting-links-for-october-13th/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Interesting Links</title>
		<link>http://www.bradshawenterprises.com/blog/2009/bookmarks-for-october-13th-from-0628-to-1031/</link>
		<comments>http://www.bradshawenterprises.com/blog/2009/bookmarks-for-october-13th-from-0628-to-1031/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 09:49:29 +0000</pubDate>
		<dc:creator>Richard Bradshaw</dc:creator>
				<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://www.bradshawenterprises.com/blog/?p=206</guid>
		<description><![CDATA[Here are some links that I&#8217;ve found interesting: &#8216;New&#8217; Jackson song penned in 1983 Getting Students To Think At Internet Scale A Lack Of Common Scents STATS: Facebook and Twitter’s Growth Flattens Why Desktop Touch Screens Don’t Really Work Well &#8230; <a href="http://www.bradshawenterprises.com/blog/2009/bookmarks-for-october-13th-from-0628-to-1031/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.bradshawenterprises.com/blog/2009/bookmarks-for-october-13th-from-0628-to-1031/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

