<?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>Gavin Hall &#187; Code</title>
	<atom:link href="http://gavinhall.com/category/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://gavinhall.com</link>
	<description>Notes</description>
	<lastBuildDate>Tue, 27 Apr 2010 21:27:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Designing in the Browser</title>
		<link>http://elliotjaystocks.com/blog/web-designers-who-cant-code/</link>
		<comments>http://elliotjaystocks.com/blog/web-designers-who-cant-code/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 08:31:23 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://gavinhall.com/?p=73</guid>
		<description><![CDATA[However you feel about the concept of designing in the browser, the reality is that more and more designers are adopting this as part of their workflow. Some, like Andy Clarke, treat it as the biggest part of the design process, allowing the client to see flexible layouts, type, and rendering engine treatments on the [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>However you feel about the concept of designing in the browser, the reality is that more and more designers are adopting this as part of their workflow. Some, like Andy Clarke, treat it as the biggest part of the design process, allowing the client to see flexible layouts, type, and rendering engine treatments on the fly as a design comes together; others, like me or Mike Kus, use it as an extension of our Photoshop work: initial design is done offline and is completed by filling in the gaps while in the browser. It’s certainly not my intention to write about the merits and pitfalls of designing in the browser here, but the key point is that if you don’t know how to write HTML and CSS, it’s an avenue that’s completely closed off to you. The design process can begin and end entirely in your graphics app, but because websites will not (and should not) look the same in every browser, the design will not actually be complete until it’s coded.</p>
</blockquote>
<p><cite>- Elliott Jay Stocks</cite></p>
]]></content:encoded>
			<wfw:commentRss>http://elliotjaystocks.com/blog/web-designers-who-cant-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple web vector graphics with Raphaël</title>
		<link>http://raphaeljs.com/</link>
		<comments>http://raphaeljs.com/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 11:16:47 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://gavinhall.com/?p=48</guid>
		<description><![CDATA[Raphaël uses the SVG W3C Recommendation and VML as a base for creating graphics. This means every graphical object you create is also a DOM object, so you can attach JavaScript event handlers or modify them later. 

The potential and scope for this is huge. See the demos page for a selection.
]]></description>
			<content:encoded><![CDATA[<blockquote><p>Raphaël uses the SVG W3C Recommendation and VML as a base for creating graphics. This means every graphical object you create is also a DOM object, so you can attach JavaScript event handlers or modify them later. </p>
</blockquote>
<p>The potential and scope for this is huge. See the demos page for a selection.<br />
]]></content:encoded>
			<wfw:commentRss>http://raphaeljs.com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Entering The Wonderful World of Geo Location</title>
		<link>http://www.smashingmagazine.com/2010/03/08/entering-the-wonderful-world-of-geo-location/</link>
		<comments>http://www.smashingmagazine.com/2010/03/08/entering-the-wonderful-world-of-geo-location/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 19:55:30 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://gavinhall.com/?p=23</guid>
		<description><![CDATA[The days of people sitting in front of desktop machines at home are over. Sales of mobile devices, laptops and netbooks have overtaken those of bulky stationary computers in the last few years. The power of processors now allows us to use smaller, more mobile hardware to perform the same tasks. So, if people use [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>The days of people sitting in front of desktop machines at home are over. Sales of mobile devices, laptops and netbooks have overtaken those of bulky stationary computers in the last few years. The power of processors now allows us to use smaller, more mobile hardware to perform the same tasks. So, if people use their hardware on the go, we should bring our systems to them.</p>
</blockquote>
<p><cite>- Smashing Magazine</cite></p>
]]></content:encoded>
			<wfw:commentRss>http://www.smashingmagazine.com/2010/03/08/entering-the-wonderful-world-of-geo-location/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whatever happened to programming?</title>
		<link>http://http://reprog.wordpress.com/2010/03/03/whatever-happened-to-programming/</link>
		<comments>http://http://reprog.wordpress.com/2010/03/03/whatever-happened-to-programming/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 18:01:32 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://gavinhall.com/?p=13</guid>
		<description><![CDATA[I want to make things, not just glue things together.

- Mike Taylor
]]></description>
			<content:encoded><![CDATA[<blockquote><p>I want to make things, not just glue things together.</p>
</blockquote>
<p><cite>- Mike Taylor</cite></p>
]]></content:encoded>
			<wfw:commentRss>http://http://reprog.wordpress.com/2010/03/03/whatever-happened-to-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smarter CSS authoring with LESS will change your world</title>
		<link>http://incident57.com/less/</link>
		<comments>http://incident57.com/less/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 16:59:24 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://gavinhall.com/?p=4</guid>
		<description><![CDATA[Using variables, mixins operations and nested rules you can write a CSS file in a fraction of the time, ensure its cascading perfection and build smarter stylesheets overall.
]]></description>
			<content:encoded><![CDATA[<p>Using variables, mixins operations and nested rules you can write a CSS file in a fraction of the time, ensure its cascading perfection and build smarter stylesheets overall.</p>
]]></content:encoded>
			<wfw:commentRss>http://incident57.com/less/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
