<?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>Two Seven &#187; Tools</title>
	<atom:link href="http://twoseven.co.nz/category/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://twoseven.co.nz</link>
	<description>...is Dan Willis blogging about web design and development, usability, standards and pretty much anything!</description>
	<lastBuildDate>Wed, 08 Feb 2012 03:27:06 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-20339</generator>
		<item>
		<title>Pears: Create your own pattern library</title>
		<link>http://twoseven.co.nz/2012/02/08/pears-create-your-own-pattern-library/</link>
		<comments>http://twoseven.co.nz/2012/02/08/pears-create-your-own-pattern-library/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 03:27:06 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://twoseven.co.nz/?p=228</guid>
		<description><![CDATA[At work, we have what we call our module library, which is an interface with which to browse (and edit) the snippets of code and style (we call them modules) that we use to make up our site. They&#8217;re not &#8230; <a href="http://twoseven.co.nz/2012/02/08/pears-create-your-own-pattern-library/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>At work, we have what we call our <em>module library</em>, which is an interface with which to browse (and edit) the snippets of code and style (we call them <em>modules</em>) that we use to make up our site. They&#8217;re not templates, as such, but rather starting points for the blocks with which we build our pages.</p>
<p>Dan Cederhom of <a href="http://simplebits.com/">Simplebits</a> has just announced his release of a WordPress theme that you can use to create your own pattern library.</p>
<p>It&#8217;s called <a href="http://pea.rs/">Pears</a>. </p>
<p>He&#8217;s hosting it on <a href="https://github.com/simplebits/Pears">github</a>, so you can tweak/improve it as you will.</p>
]]></content:encoded>
			<wfw:commentRss>http://twoseven.co.nz/2012/02/08/pears-create-your-own-pattern-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting XML data into Symfony, automatically.</title>
		<link>http://twoseven.co.nz/2009/11/03/getting-xml-data-into-symfony-automatically/</link>
		<comments>http://twoseven.co.nz/2009/11/03/getting-xml-data-into-symfony-automatically/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 21:21:47 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://twoseven.co.nz/?p=177</guid>
		<description><![CDATA[The problem We have a complex XML file with many different node types, etc. supplied by a third party via a URL reference. There&#8217;s an initial dump, and then an incremental update every couple of weeks, with additions, deletions and &#8230; <a href="http://twoseven.co.nz/2009/11/03/getting-xml-data-into-symfony-automatically/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>The problem</h2>
<p>We have a complex XML file with many different node types, etc. supplied by a third party via a URL reference.<br />
There&#8217;s an initial dump, and then an incremental update every couple of weeks, with additions, deletions and updates.</p>
<p>What I&#8217;d like to be able to do is to drive a symfony app with this data.</p>
<h2>Some thoughts so far</h2>
<p>I&#8217;m a symfony noob.</p>
<h3>Getting the data</h3>
<p>I could manually transform the XML into YAML to create the schema and the initial data load, and then build the app. But I don&#8217;t want to have to do this manually for the regular updates. Ideally, I&#8217;d like to use the symfony ORM to handle all the transactions, rather than a completely separate (outside symfony) script.</p>
<h3>&#8230; and some images</h3>
<p>The XML also contains URIs for remotely hosted images, and I&#8217;d like to be able to automagically pull these down to the local app file system and rewrite the references.</p>
<p>Anything that will help us to get started in the right direction would be greatly appreciated.</p>
]]></content:encoded>
			<wfw:commentRss>http://twoseven.co.nz/2009/11/03/getting-xml-data-into-symfony-automatically/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Google Chrome</title>
		<link>http://twoseven.co.nz/2008/09/02/google-chrome/</link>
		<comments>http://twoseven.co.nz/2008/09/02/google-chrome/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 20:37:33 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://twoseven.co.nz/?p=140</guid>
		<description><![CDATA[Google have today released their new web browser, Google Chrome, in beta. Man is it fast!!!! I&#8217;ve been using it this evening and it really flies. While it supposedly uses more memory than other browsers, this use of extra memory &#8230; <a href="http://twoseven.co.nz/2008/09/02/google-chrome/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Google have today released <a title="Google Chrome" href="http://www.google.com/chrome">their new web browser, <em>Google Chrome</em></a>, in beta.</p>
<p>Man is it fast!!!! I&#8217;ve been using it this evening and it really flies. While it supposedly uses more memory than other browsers, this use of extra memory is due to the fact that it spawns a new process for each tab, so if, for example, some nasty JavaScript on a particular page decides to strangle your browser, justthat one tab will be affected. And this also alledgedly prevents the memory leaks that plague other browsers.</p>
<p>It&#8217;s only available to Windows XP/Vista users at this stage; I&#8217;m eagerly awaiting the Mac version.</p>
<p>Any, back to some awesome browsing…</p>
]]></content:encoded>
			<wfw:commentRss>http://twoseven.co.nz/2008/09/02/google-chrome/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Goodbye .clearfix, old friend.</title>
		<link>http://twoseven.co.nz/2008/07/17/goodbye-clearfix-old-friend/</link>
		<comments>http://twoseven.co.nz/2008/07/17/goodbye-clearfix-old-friend/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 05:13:12 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://twoseven.co.nz/?p=137</guid>
		<description><![CDATA[You all know the old &#8216;floated elements inside a container cause the container to collapse&#8217; problem? Well, up until recently, I&#8217;d always just called on an old friend, .clearfix, and he&#8217;d sorted it out for me. I met .clearfix three &#8230; <a href="http://twoseven.co.nz/2008/07/17/goodbye-clearfix-old-friend/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You all know the old &#8216;floated elements inside a container cause the container to collapse&#8217; problem?</p>
<p>Well, up until recently, I&#8217;d always just called on an old friend, .clearfix, and he&#8217;d sorted it out for me. I met .clearfix <a title="Thanks, Big John and Holly at Position Is Everything" href="http://www.positioniseverything.net/easyclearing.html">three or four years ago</a>, and hardly a project has gone by since where I haven&#8217;t required his services. You know, I didn&#8217;t really ask him how he did it; he&#8217;d just quietly go about his job as I directed him, much like Michael Clayton, but without the gambling problem.</p>
<p>But yesterday, when I asked him to help out a colleague for me, little did I know I&#8217;d given him his last assignment.</p>
<p>Something happened early this morning &#8211; completely coincidentally. A little bird (or rather <a href="http://twitter.com/matthewbuchanan/statuses/860440680">a tweet</a>) came by and told me that, despite the fact <a title="Hi Keri!" href="http://twitter.com/kerihenare/statuses/860443477">Blueprint CSS uses .clearfix</a>,  .clearfix was no longer the way to go. And to be honest, it was almost a relief; the reason I&#8217;d never really asked .clearfix how he did his work was that deep down I knew that he was really a hack, and that if I just turned a blind (or ignorant) eye, then I could just pretend like everything was okay and we could all just carry on getting work done.</p>
<p>.clearfix <a href="http://twitter.com/matthewbuchanan/statuses/860484050">is indeed inelegant</a>, and really is a hack. And would you believe that the alternative solution is not so tricky&hellip;<br />
Using <code>overflow: auto;</code> (or <code>overflow: hidden;</code>) on the container with a width will sort it all out for you.<br />
Rather than explain it all here, I&#8217;ll just link to a few articles that have already put further effort into describing this:</p>
<ul>
<li><a href="http://www.quirksmode.org/css/clearing.html">PPK&#8217;s <em>Clearing floats</em></a></li>
<li><a href="http://www.sitepoint.com/blogs/2005/02/26/simple-clearing-of-floats/">Alex Walker&#8217;s <em>Simple Clearing of Floats</em></a></li>
<li><a href="http://www.nclud.com/sketchbook/mind-the-gap-clearfix-is-clearly-broken">nclud&#8217;s <em>Mind The Gap: clearfix is clearly broken</em></a></li>
</ul>
<p>So, farewell, .clearfix, you&#8217;ve served us well.<br />
&hellip;and thank you, <a href="http://matthewbuchanan.name/">MB</a>, for the enlightenment.</p>
]]></content:encoded>
			<wfw:commentRss>http://twoseven.co.nz/2008/07/17/goodbye-clearfix-old-friend/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Does developing in .aspx produce bloated code?</title>
		<link>http://twoseven.co.nz/2008/07/04/does-developing-in-aspx-produce-bloated-code/</link>
		<comments>http://twoseven.co.nz/2008/07/04/does-developing-in-aspx-produce-bloated-code/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 05:42:57 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://twoseven.co.nz/?p=121</guid>
		<description><![CDATA[This started out as a comment in response to Robbie&#8217;s question on my previous post, but thought I&#8217;d turn it into another post: So is it that they are written in aspx which makes them bloated?. Well, I guess that&#8217;s &#8230; <a href="http://twoseven.co.nz/2008/07/04/does-developing-in-aspx-produce-bloated-code/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This started out as a comment in response to <a href="http://twoseven.co.nz/2008/07/03/web-site-performance/#comment-18225">Robbie&#8217;s question</a> on my previous post, but thought I&#8217;d turn it into another post:</p>
<blockquote><p>So is it that they are written in aspx which makes them bloated?.</p></blockquote>
<p>Well, I guess that&#8217;s what I&#8217;m kinda implying.</p>
<p>Building in the .NET framework with the Visual Studio IDE tends to mean that lots of components and snippets are provided for you. So by default you get things like having all your page content wrapped in a &lt;form&gt; element and you get the lovely __VIEWSTATE hidden input field and stuff like that.</p>
<p>I think that there can be a tendency amongst back-end developers, i.e. .NET, Java developers, to produce something that works well technically, and then take the PSDs that the designer gave them and put them on the front, so you&#8217;ve got something that looks like it&#8217;s supposed to, and works kinda like it&#8217;s supposed to, but with the interface between the front- and back-ends being very ugly, slow, and inefficient. Of course this has an often considerable negative effect for the end user.</p>
<p>While this may be a generalisation, I&#8217;ve experienced it first-hand, with developers who struggle to understand, or at least show some care, about good clean lightweight, semantic front-end code that performs well in the browser.<br />
When you&#8217;re developing with .NET in an IDE like Visual Studio, you have to put in a bit more effort to get that good code.</p>
<p>Developing in .NET doesn&#8217;t necessarily produce bloated code, but I think if you took a look at the average .NET (.aspx) site, I think you&#8217;ll find greater code-bloat than in your average hand-crafted-in-TextMate code.</p>
]]></content:encoded>
			<wfw:commentRss>http://twoseven.co.nz/2008/07/04/does-developing-in-aspx-produce-bloated-code/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Web site performance</title>
		<link>http://twoseven.co.nz/2008/07/03/web-site-performance/</link>
		<comments>http://twoseven.co.nz/2008/07/03/web-site-performance/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 17:20:48 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://twoseven.co.nz/?p=109</guid>
		<description><![CDATA[Last week I read Steve Souders&#8217; High Performance Web Sites. While I already have a fairly good understanding of site performance, having completed a fairly extensive performance analysis of tvnz.co.nz a few years ago and being familiar with Yahoo!&#8217;s YSlow &#8230; <a href="http://twoseven.co.nz/2008/07/03/web-site-performance/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last week I read Steve Souders&#8217; <a href="http://oreilly.com/catalog/9780596529307/"><em>High Performance Web Sites</em></a>. While I already have a fairly good understanding of site performance, having completed a fairly extensive performance analysis of <a href="http://tvnz.co.nz">tvnz.co.nz</a> a few years ago and being familiar with Yahoo!&#8217;s <a href="http://developer.yahoo.com/yslow/">YSlow</a> plug-in for Joe Hewitt&#8217;s <a href="https://addons.mozilla.org/en-US/firefox/addon/1843">Firebug</a> plug-in for Firefox, it was good to get into a bit more detail.</p>
<p>But lately, I&#8217;ve come across a few sites that have made me cringe; a colleague pointed out a couple of Swiss ones: <a href="http://www.migros.ch/">migros.ch</a>, and <a href="http://www.gate24.ch/">gate24.ch</a>, and I came across the new <a href="http://www.upandgo.co.nz/">upandgo.co.nz</a> site on <a href="http://newsites.co.nz/">newsites.co.nz</a>.</p>
<p>Let&#8217;s look at some stats, with <a href="http://vodafone.co.nz/">vodafone.co.nz</a> (my old gig) thrown into the mix:</p>
<table style="font-size:0.8em;">
<tbody>
<tr>
<th scope="col">Site</th>
<th scope="col">YSlow score</th>
<th scope="col">HTTP requests<br />(unprimed cache)</th>
<th scope="col">Size<br />(kB, unprimed cache)</th>
<th scope="col">Size<br />(kB, primed cache)</th>
</tr>
<tr>
<th scope="row">gate24.ch</th>
<td>F (40)</td>
<td>55</td>
<td>501</td>
<td>49</td>
</tr>
<tr>
<th scope="row">migros.ch</th>
<td>F (39)</td>
<td>85</td>
<td>996</td>
<td>134</td>
</tr>
<tr>
<th scope="row">upandgo.co.nz</th>
<td>F (35)</td>
<td>77</td>
<td>748</td>
<td>284</td>
</tr>
<tr>
<th scope="row">vodafone.co.nz</th>
<td>B (88)</td>
<td>41</td>
<td>195</td>
<td>23</td>
</tr>
</tbody>
</table>
<p>The first three sites are ASPX sites, with bloated, invalid, (W3C) table-based markup, and what appears to be no performance tuning whatsoever. Sure, they are visually heavier than vodafone.co.nz, but being visually heavier doesn&#8217;t necessarily equate to looking better, and more often the end-user benefits of the visual components are offset by the performance overhead they introduce.</p>
<p>So, if you&#8217;re a web developer and you don&#8217;t use, or know of, Firebug and YSlow, stop what you&#8217;re doing right now and get familiar with them. Chris Pederick&#8217;s <a href="http://chrispederick.com/work/web-developer/">Web Developer</a> toolbar for Firefox is also invaluable.</p>
<p>Learn about ETags, far future Expires headers, gzip, script placement, semantic markup, reducing the number of HTTP requests.</p>
<p>These are all vital factors in presenting a great website.<br />
Figure out what you can do to make your site lighter, faster, and more search engine-friendly.</p>
]]></content:encoded>
			<wfw:commentRss>http://twoseven.co.nz/2008/07/03/web-site-performance/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Download Day: Firefox 3</title>
		<link>http://twoseven.co.nz/2008/06/18/download-day-firefox-3/</link>
		<comments>http://twoseven.co.nz/2008/06/18/download-day-firefox-3/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 05:52:58 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Link]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://twoseven.co.nz/?p=104</guid>
		<description><![CDATA[Need I say more? Go and get it!]]></description>
			<content:encoded><![CDATA[<p>Need I say more? <a href="http://www.spreadfirefox.com/en-US/worldrecord/">Go and get it!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://twoseven.co.nz/2008/06/18/download-day-firefox-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Mac arrived yesterday…</title>
		<link>http://twoseven.co.nz/2008/06/05/the-mac-arrived-yesterday%e2%80%a6/</link>
		<comments>http://twoseven.co.nz/2008/06/05/the-mac-arrived-yesterday%e2%80%a6/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 19:32:26 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://twoseven.co.nz/2008/06/05/the-mac-arrived-yesterday%e2%80%a6/</guid>
		<description><![CDATA[…and so, as is obligatory, here are the unboxing pictures: It’s in the box on the left. Ohh Ahh! The box within a box. Pretty polystyrene Even the handle is smiling With all the bits And there it is. I &#8230; <a href="http://twoseven.co.nz/2008/06/05/the-mac-arrived-yesterday%e2%80%a6/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>…and so, as is obligatory, here are the unboxing pictures:</p>
<ul>
<li><a href="http://twoseven.co.nz/wp-content/uploads/2008/06/03062008161.jpg" title="It’s in the box on the left.">It’s in the box on the left.</a></li>
<li><a href="http://twoseven.co.nz/wp-content/uploads/2008/06/03062008162.jpg" title="Ohh Ahh!">Ohh Ahh!</a></li>
<li><a href="http://twoseven.co.nz/wp-content/uploads/2008/06/03062008163.jpg" title="The box within a box.">The box within a box.</a></li>
<li><a href="http://twoseven.co.nz/wp-content/uploads/2008/06/03062008165.jpg" title="Pretty polystyrene">Pretty polystyrene</a></li>
<li><a href="http://twoseven.co.nz/wp-content/uploads/2008/06/03062008166.jpg" title="Even the handle is smiling">Even the handle is smiling</a></li>
<li><a href="http://twoseven.co.nz/wp-content/uploads/2008/06/03062008167.jpg" title="With all the bits">With all the bits</a></li>
<li><a href="http://twoseven.co.nz/wp-content/uploads/2008/06/03062008169.jpg" title="And there it is.">And there it is.</a></li>
</ul>
<p>I thought WordPress made thumbnails, but I can&#8217;t seem to get it to work, so you&#8217;ll have to make do with the list of links.</p>
]]></content:encoded>
			<wfw:commentRss>http://twoseven.co.nz/2008/06/05/the-mac-arrived-yesterday%e2%80%a6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A MacBook Pro</title>
		<link>http://twoseven.co.nz/2008/05/29/a-macbook-pro/</link>
		<comments>http://twoseven.co.nz/2008/05/29/a-macbook-pro/#comments</comments>
		<pubDate>Wed, 28 May 2008 12:15:17 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://twoseven.co.nz/2008/05/29/a-macbook-pro/</guid>
		<description><![CDATA[I&#8217;m still doing it all holiday-like here in Switzerland. I try to make time to leaf through the usual blogs, but I&#8217;m really starting to hanker for a bit of work, which is good, because I start my new job &#8230; <a href="http://twoseven.co.nz/2008/05/29/a-macbook-pro/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m still doing it all holiday-like here in Switzerland.<br />
I try to make time to leaf through the usual blogs, but I&#8217;m really starting to hanker for a bit of work, which is good, because I start my new job on Monday.</p>
<p>And yesterday, my employer very kindly ordered my work machine of choice: a 15&#8243; Apple MacBook Pro (with 4GB RAM and a 7200rpm HDD)</p>
]]></content:encoded>
			<wfw:commentRss>http://twoseven.co.nz/2008/05/29/a-macbook-pro/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Frameworks. CSS and otherwise.</title>
		<link>http://twoseven.co.nz/2007/11/19/frameworks-css-and-otherwise/</link>
		<comments>http://twoseven.co.nz/2007/11/19/frameworks-css-and-otherwise/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 03:40:49 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://twoseven.co.nz/2007/11/19/frameworks-css-and-otherwise/</guid>
		<description><![CDATA[Jeff Croft hosts a hornets&#8217; nest of a debate over the use (or not) of frameworks in web development. It may pay to first read his previous post on this topic. And probably Jeff&#8217;s article on frameworks that he wrote &#8230; <a href="http://twoseven.co.nz/2007/11/19/frameworks-css-and-otherwise/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www2.jeffcroft.com/blog/2007/nov/18/follow-up-css-frameworks/" title="A follow up on CSS frameworks">Jeff Croft hosts a hornets&#8217; nest of a debate</a> over the use (or not) of frameworks in web development.</p>
<p>It may pay to first read <a href="http://www2.jeffcroft.com/blog/2007/nov/17/whats-not-love-about-css-frameworks/" title="What’s not to love about CSS frameworks?">his previous post</a> on this topic. And probably <a href="http://www.alistapart.com/articles/frameworksfordesigners" title="Frameworks for Designers">Jeff&#8217;s article on frameworks</a> that he wrote for A List Apart.</p>
]]></content:encoded>
			<wfw:commentRss>http://twoseven.co.nz/2007/11/19/frameworks-css-and-otherwise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

