<?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>These things are far too hard &#187; css framework</title>
	<atom:link href="http://leadingedgescripts.co.uk/tag/css-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://leadingedgescripts.co.uk</link>
	<description></description>
	<lastBuildDate>Fri, 16 Oct 2009 09:14:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Cascade &#8211; Another CSS Framework</title>
		<link>http://leadingedgescripts.co.uk/web-development/cascade-another-css-framework/</link>
		<comments>http://leadingedgescripts.co.uk/web-development/cascade-another-css-framework/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 19:39:51 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[cascade]]></category>
		<category><![CDATA[css framework]]></category>

		<guid isPermaLink="false">http://www.leadingedgescripts.co.uk/?p=162</guid>
		<description><![CDATA[As the owners of Clear Media UK Ltd, our web development company, my partner and I are constantly looking for ways to increase our productivity and improve the quality of our code. For a while we were creating vast single CSS documents for each website, and writing all sorts of CSS hacks to ensure our websites [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>As the owners of <a href="http://clearmediawebsites.co.uk/">Clear Media UK Ltd</a>, our web development company, my partner and I are constantly looking for ways to increase our productivity and improve the quality of our code. For a while we were creating vast single CSS documents for each website, and writing all sorts of CSS hacks to ensure our websites looked great in all web browsers, and this was ok, CSS was only just becoming commonplace and it was great to be able to separate the presentation for the content of a website. </p>
<p>But after a while we started to wonder if there was any other ways we could speed up our CSS development, whilst improving our code and code maintainability. That got me started on Google, and I quickly came across a couple of CSS frameworks (<a href="http://elements.projectdesigns.org/">Elements</a>, <a href="http://developer.yahoo.com/yui/grids/">YUI Grids</a> and <a href="http://www.blueprintcss.org/">Blueprint</a>). The idea struck me as great, I was already using PHP frameworks, so why not a CSS framework? So I started to look into these two frameworks. Whilst I liked the idea of Blueprint, and YUI I&#8217;m not a fan of the grids system, not many of our websites follow standard grid style layouts and they both throw the whole &#8220;semantic markup&#8221; thing out the window. So with that I mind I did rather like Elements, but for some reason I couldn&#8217;t get on with it, I actually don&#8217;t have anything bad to say about it at all, it just wasn&#8217;t for me. </p>
<p>So together with my partner we sat down and came up with our own CSS framework - <a href="http://clearmediawebsites.co.uk/">Cascade</a> . The concept is simple, we didn&#8217;t want to tie people into a grids style system, or into using too many preset classes, so we kept it as lightweight as possible.</p>
<p>Essentially you have a comprehensive reset file, a presets file and good separation of css. For example all the main development is done in generic.css, any navigation css is put into navigation.css etc. There are some improvements to the reset.css, including a nice system for resetting IE 6 &amp; 7 and that&#8217;s it! We&#8217;re using it on all our sites now and it has sped up development no-end. </p>
<p>Please <a href="http://clearmediawebsites.co.uk">take a look at cascade</a> and let me know what you think.</div>
]]></content:encoded>
			<wfw:commentRss>http://leadingedgescripts.co.uk/web-development/cascade-another-css-framework/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
