<?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>Ian Jamieson &#124; Web Design Ayrshire, Glasgow</title>
	<atom:link href="http://ianjamieson.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://ianjamieson.co.uk</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Wed, 10 Nov 2010 16:34:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Using jQuery Tools</title>
		<link>http://ianjamieson.co.uk/javascript/using-jquery-tools/</link>
		<comments>http://ianjamieson.co.uk/javascript/using-jquery-tools/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 16:15:08 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://ianjamieson.dev/?p=8</guid>
		<description><![CDATA[Looking&#8230;]]></description>
			<content:encoded><![CDATA[<p>Looking&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://ianjamieson.co.uk/javascript/using-jquery-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Global CSS3 animations</title>
		<link>http://ianjamieson.co.uk/css/css3-animations/</link>
		<comments>http://ianjamieson.co.uk/css/css3-animations/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 15:48:07 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>

		<guid isPermaLink="false">http://ianjamieson.dev/?p=1</guid>
		<description><![CDATA[I love CSS animations. Imagine your website working like an interactve app, with no need for resource hungry javascript frameworks. For example, add the code below into [...]]]></description>
			<content:encoded><![CDATA[<p>I love CSS animations. Imagine your website working like an interactve app, with no need for resource hungry javascript frameworks.<br />
For example, add the code below into your stylesheet. All your hover elements/show/hides should now be animated.</p>
<pre class="brush: css;">
* {
	margin: 0px;
	padding: 0px;
	transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://ianjamieson.co.uk/css/css3-animations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

