<?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>Frog&#039;s Digital Design Blog &#187; CSS</title>
	<atom:link href="http://www.thefloatingfrog.co.uk/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thefloatingfrog.co.uk</link>
	<description>Design, Photography, Internet and Geek related</description>
	<lastBuildDate>Wed, 09 Nov 2011 09:34:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Grid Overlays to assist your website development</title>
		<link>http://www.thefloatingfrog.co.uk/tools/grid-overlays-to-assist-your-website-development/</link>
		<comments>http://www.thefloatingfrog.co.uk/tools/grid-overlays-to-assist-your-website-development/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 15:16:20 +0000</pubDate>
		<dc:creator>Gary Hartley</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Andy Budd]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[grid overlays]]></category>

		<guid isPermaLink="false">http://www.thefloatingfrog.co.uk/?p=3831</guid>
		<description><![CDATA[I&#8217;m a web designer by day and a web designer by night, I pretty much live and breath the web. I use many tools to assist me in my workflow, tools that both assist me in maintaining quality in my work and also in saving time, time I&#8217;d much rather spend catching up on the [...]


Related posts:<ol><li><a href='http://www.thefloatingfrog.co.uk/web-design/your-css-framework-needs-you/' rel='bookmark' title='Permanent Link: Your CSS framework needs you!'>Your CSS framework needs you!</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/wordpress/smush-it-for-wordpress-optimise-your-images-for-a-lightening-quick-website/' rel='bookmark' title='Permanent Link: Smush.it for WordPress &#8211; Optimise your images for a lightening quick website'>Smush.it for WordPress &#8211; Optimise your images for a lightening quick website</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/web-design/css-news-a-quick-catchup/' rel='bookmark' title='Permanent Link: CSS NEWS &#8211; A quick catchup'>CSS NEWS &#8211; A quick catchup</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a web designer by day and a web designer by night, I pretty much live and breath the web. I use many tools to assist me in my workflow, tools that both assist me in maintaining quality in my work and also in saving time, time I&#8217;d much rather spend catching up on the latest season of <a href="http://en.wikipedia.org/wiki/The_Wire">The Wire</a>.</p>
<p>One pretty cool tool I use to assist in the development side of web design are grid overlays. Grid overlays are exactly what they sound like, a grid that overlays your website. I use them as a quick visual guide to check to see in all my elements line up as intended and are pixel perfect.</p>
<h2>Browser plugins</h2>
<p>One option is to use Firefox and an extension called <a href="https://addons.mozilla.org/en-US/firefox/addon/4904">Gridfox</a>. This is useful as I already use Firefox as my main development browser.</p>
<p><a href="http://www.thefloatingfrog.co.uk/wp-content/uploads/2010/01/gridfox.jpg"><img src="http://www.thefloatingfrog.co.uk/wp-content/uploads/2010/01/gridfox.jpg" alt="" title="Gridfox" width="500" height="379" class="alignnone size-full wp-image-3832" /></a></p>
<h2>Scripts</h2>
<h3>Andy Budds Layout Grid Bookmarklet</h3>
<p>A more die hard approach would be to use Javascript. <a href="http://www.andybudd.com/archives/2006/07/layout_grid_bookmarklet/">Andy budd</a> wrote a nice overlay grid bookmarklet, originally inspired by <a href="http://www.subtraction.com/2004/12/31/grid-computi">Khoi Vinh&#8217;s</a> post about using a background image of a grid for layout. The script is also demonstrated on the <a href="http://subtlegradient.com/articles/2006/07/27/grid-overlay-bookmarklet.html">SubtleGradient</a> website.</p>
<p><a href="http://www.thefloatingfrog.co.uk/wp-content/uploads/2010/01/grid.png"><img src="http://www.thefloatingfrog.co.uk/wp-content/uploads/2010/01/grid.png" alt="" title="Grid image" width="400" height="200" class="alignnone size-full wp-image-3835" /></a></p>
<h3>#grid</h3>
<p>A personal favourite is this <a href="http://hashgrid.com/">Hashgrid</a> script you can embed on your site. The clever part is you can turn it on and off by typing ALT + G &#8211; g33k! The clever scripting gives me the functionality I need, if I have a particular layout to test with a different structure I can simply replace the bg image.</p>
<p><a href="http://www.thefloatingfrog.co.uk/wp-content/uploads/2010/01/grid.jpg"><img src="http://www.thefloatingfrog.co.uk/wp-content/uploads/2010/01/grid.jpg" alt="" title="#grid" width="500" height="200" class="alignnone size-full wp-image-3837" /></a></p>
<h2>Designing with Grids in mind</h2>
<p>Do you or have you considered using a <a href="http://www.thefloatingfrog.co.uk/web-design/your-css-framework-needs-you/">CSS framework</a> when developing sites? Personally I don&#8217;t as I feel I can write <a href="http://www.thefloatingfrog.co.uk/web-design/10-css-shorthand-techniques-youll-use-everyday/">lightweight CSS</a> which is both flexible and cross browser. Photoshop guides and grids help in the design phase but you lose these when developing, until now of course.</p>
<h2>In summary</h2>
<p>These tools help bridge the gap between the design phase (Photoshop, guides and grids) and the development phase (using these tools to test and compare). Let us know if there are any other tools out there that do something similar, I&#8217;m sure I&#8217;ve missed some, oh and let us know what you think of these, if you already use them and what your experiences of working with them are.</p>


<p>Related posts:<ol><li><a href='http://www.thefloatingfrog.co.uk/web-design/your-css-framework-needs-you/' rel='bookmark' title='Permanent Link: Your CSS framework needs you!'>Your CSS framework needs you!</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/wordpress/smush-it-for-wordpress-optimise-your-images-for-a-lightening-quick-website/' rel='bookmark' title='Permanent Link: Smush.it for WordPress &#8211; Optimise your images for a lightening quick website'>Smush.it for WordPress &#8211; Optimise your images for a lightening quick website</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/web-design/css-news-a-quick-catchup/' rel='bookmark' title='Permanent Link: CSS NEWS &#8211; A quick catchup'>CSS NEWS &#8211; A quick catchup</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thefloatingfrog.co.uk/tools/grid-overlays-to-assist-your-website-development/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>CSS Inheritance: Slideshare Presentation</title>
		<link>http://www.thefloatingfrog.co.uk/css/css-inheritance-slideshare-presentation/</link>
		<comments>http://www.thefloatingfrog.co.uk/css/css-inheritance-slideshare-presentation/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 11:52:11 +0000</pubDate>
		<dc:creator>Gary Hartley</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[css training]]></category>
		<category><![CDATA[inheritance]]></category>

		<guid isPermaLink="false">http://www.thefloatingfrog.co.uk/?p=3821</guid>
		<description><![CDATA[CSS Inheritance is pretty easy to understand but can take years to master. First you have the document tree to fathom, then you throw in the multiple value types, the selector groups and their individual behaviours and then it all becomes a little more complicated. You have Ancestors, Descendants, Parents, Children, Siblings and the family [...]


Related posts:<ol><li><a href='http://www.thefloatingfrog.co.uk/web-design/css-for-absolute-beginners-a-slideshow-walk-through-starting-with-the-basics/' rel='bookmark' title='Permanent Link: CSS for ABSOLUTE BEGINNERS &#8211; shaping up with CSS'>CSS for ABSOLUTE BEGINNERS &#8211; shaping up with CSS</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/tips-tricks-tutorials/the-css-bible-css-is-your-god/' rel='bookmark' title='Permanent Link: The CSS Bible &#8211; CSS is your God!'>The CSS Bible &#8211; CSS is your God!</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/web-design/css-news-a-quick-catchup/' rel='bookmark' title='Permanent Link: CSS NEWS &#8211; A quick catchup'>CSS NEWS &#8211; A quick catchup</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.thefloatingfrog.co.uk/css/css-inheritance-slideshare-presentation/">CSS Inheritance</a> is pretty easy to understand but can take years to master. First you have the document tree to fathom, then you throw in the multiple value types, the selector groups and their individual behaviours and then it all becomes a little more complicated. You have Ancestors, Descendants, Parents, Children, Siblings and the family pet to deal with, it becomes a real head spinner when left to look after them all with no firm grounding as to how to properly organise them all. This is until now, we present to you the CSS Inheritance Slideshare Presentation, classified a U so is suitable for all experience levels in CSS.</p>
<p><object style="margin:0px" width="500" height="418"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=inheritance2-090726204631-phpapp02&#038;stripped_title=css-inheritance-a-simple-stepbystep-tutorial" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=inheritance2-090726204631-phpapp02&#038;stripped_title=css-inheritance-a-simple-stepbystep-tutorial" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="418"></embed></object></p>
<h2>Conclusion</h2>
<p>Now hopefully you are fully versed on CSS Inheritance, let us know what you thought. Did you learn anything new? I&#8217;ve been hand coding CSS for as long as it&#8217;s been feasibily supported and I have certainly picked up a firm understanding of Inheritance.</p>
<h2>More CSS resources by us</h2>
<h4>CSS Shorthand</h4>
<p><a href="http://www.thefloatingfrog.co.uk/web-design/10-css-shorthand-techniques-youll-use-everyday/"><img src="http://www.thefloatingfrog.co.uk/wp-content/uploads/2008/09/fat_hero.gif" style="height:50px; float:left; margin:0 20px 20px 0;" alt="CSS Shorthand" /></a></p>
<p><a href="http://www.thefloatingfrog.co.uk/web-design/10-css-shorthand-techniques-youll-use-everyday/">CSS Shorthand top tips</a>. Think you&#8217;re a CSS Guru? You should checkout CSS Shorthand, we&#8217;ve even written an article on it.</p>
<h4 style="clear:both;">CSS for ABSOLUTE BEGINNERS – shaping up with CSS</h4>
<p><a href="http://www.thefloatingfrog.co.uk/web-design/css-for-absolute-beginners-a-slideshow-walk-through-starting-with-the-basics/">CSS for ABSOLUTE BEGINNERS training presentation</a>. If you’re an absolute newcomer to the scary world of web design and wish to start learning things from scratch then this is the presentation to watch.</p>
<h4 style="clear:both;">The CSS Bible</h4>
<p><a href="http://www.thefloatingfrog.co.uk/tips-tricks-tutorials/the-css-bible-css-is-your-god/">The CSS Bible</a> &#8211; full chapter and verse, every article on css you&#8217;ll every need from third party sites. A great post to bookmark.</p>


<p>Related posts:<ol><li><a href='http://www.thefloatingfrog.co.uk/web-design/css-for-absolute-beginners-a-slideshow-walk-through-starting-with-the-basics/' rel='bookmark' title='Permanent Link: CSS for ABSOLUTE BEGINNERS &#8211; shaping up with CSS'>CSS for ABSOLUTE BEGINNERS &#8211; shaping up with CSS</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/tips-tricks-tutorials/the-css-bible-css-is-your-god/' rel='bookmark' title='Permanent Link: The CSS Bible &#8211; CSS is your God!'>The CSS Bible &#8211; CSS is your God!</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/web-design/css-news-a-quick-catchup/' rel='bookmark' title='Permanent Link: CSS NEWS &#8211; A quick catchup'>CSS NEWS &#8211; A quick catchup</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thefloatingfrog.co.uk/css/css-inheritance-slideshare-presentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My hatred of </title>
		<link>http://www.thefloatingfrog.co.uk/css/my-hatred-of-br-clearall/</link>
		<comments>http://www.thefloatingfrog.co.uk/css/my-hatred-of-br-clearall/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 20:44:22 +0000</pubDate>
		<dc:creator>Gary Hartley</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[rage]]></category>
		<category><![CDATA[Semantics]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.thefloatingfrog.co.uk/?p=3048</guid>
		<description><![CDATA[This post is aimed at all web designers and developers that insist on using the dirty hack &#60;br clear="all"&#62; within their website builds. Most people won&#8217;t understand my rage for &#60;br clear="all"&#62; because it takes a certain level of web geekness to fathom what it is and why it&#8217;s so god damn unnecessary. &#60;br clear="all"&#62; [...]


Related posts:<ol><li><a href='http://www.thefloatingfrog.co.uk/fun/poll-shortest-search-phrase-a-visitor-found-your-website-with/' rel='bookmark' title='Permanent Link: Poll: Shortest search phrase a visitor found your website with'>Poll: Shortest search phrase a visitor found your website with</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This post is aimed at all web designers and developers that insist on using the dirty hack <code>&lt;br clear="all"&gt;</code> within their website builds. Most people won&#8217;t understand my rage for <code>&lt;br clear="all"&gt;</code> because it takes a certain level of web geekness to fathom what it is and why it&#8217;s so god damn unnecessary.</p>
<p><img src="http://www.thefloatingfrog.co.uk/wp-content/uploads/2009/06/ffs.jpg" alt="br clear=&quot;all&quot; - *** you!" title="br clear=&quot;all&quot; - *** you!" width="500" height="340" class="alignnone size-full wp-image-3064" /></p>
<p><code>&lt;br clear="all"&gt;</code> is typically used by crap developers who hold no appreciation for web semantics nor accessibility. Ironically these culprits are usually the smart a**** that are the first to point out others mistakes, no matter how minor. They build websites that are both bloated, slow and unstable cross-browser. <code>&lt;br clear="all"&gt;</code> to me acts as the ultimate professional insult to those that have crafted for years, through changing technologies and user demands. <code>&lt;br clear="all"&gt;</code> is like a bird crapping on your freshly washed and polished hatchback, a minor little thing that really p***** me off when I encounter it.</p>
<p>Like the story &#8216;The Princess and the Pea&#8217;, no matter how much preparation and effort you put into something, all it takes is a stupid little pea to annoy you and reduce a potentially relaxing nights sleep to an unexpected search for the very thing that shouldn&#8217;t be there in the first place, the <code>&lt;br clear="all"&gt;</code>.</p>
<blockquote><p>Dear Website Developer,</p>
<p>If you need to clear a floated element, please don&#8217;t use <code>&lt;br clear="all"&gt;</code>. As a last resort use a simple CSS class on the element you want clearing. In your bloated, unstructured CSS file, which more than likely will be inline, create a class:</p>
<pre>.clear{
     clear:both;
}</pre>
<p>and remember you can add multiple classes to an element, like:</p>
<pre>&lt;div class="className className clear"&gt;
I'm a clever little developer aren't I
&lt;/div&gt;</pre>
<p>As Borat would say, this is &#8216;unbelievable&#8217;!!!</p>
<pre>&lt;br clear="all"&gt;

&lt;div class="className"&gt;
Hack hack hack
&lt;/div&gt;

&lt;br clear="all"&gt;

&lt;div class="className"&gt;
Hack hack hack
&lt;/div&gt;</pre>
</blockquote>
<p>So next time to quickly quack in &lt;br clear=&#8221;all&#8221;&gt;, think, you&#8217;re a dirty little bugger! One last thing, if you write <code>&lt;br clear="all"&gt;</code>, it should be <code>&lt;br clear="all" /&gt;</code>, but I guess you don&#8217;t care do you?</p>


<p>Related posts:<ol><li><a href='http://www.thefloatingfrog.co.uk/fun/poll-shortest-search-phrase-a-visitor-found-your-website-with/' rel='bookmark' title='Permanent Link: Poll: Shortest search phrase a visitor found your website with'>Poll: Shortest search phrase a visitor found your website with</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thefloatingfrog.co.uk/css/my-hatred-of-br-clearall/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>The CSS Bible &#8211; CSS is your God!</title>
		<link>http://www.thefloatingfrog.co.uk/tips-tricks-tutorials/the-css-bible-css-is-your-god/</link>
		<comments>http://www.thefloatingfrog.co.uk/tips-tricks-tutorials/the-css-bible-css-is-your-god/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 19:26:27 +0000</pubDate>
		<dc:creator>Gary Hartley</dc:creator>
				<category><![CDATA[News & Reviews]]></category>
		<category><![CDATA[Tips, Tricks & Tutorials]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[css box model]]></category>
		<category><![CDATA[css for beginners]]></category>
		<category><![CDATA[css shorthand]]></category>
		<category><![CDATA[css techniques]]></category>
		<category><![CDATA[css tricks]]></category>

		<guid isPermaLink="false">http://www.thefloatingfrog.co.uk/?p=2574</guid>
		<description><![CDATA[Here you go, a stellar assortment of CSS related links for you to reference. If you&#8217;re a CSS beginner or even a CSS guru we&#8217;re sure there is something here for everyone, enjoy! The CSS Box Model CSS linky link craziness 5 Tips For Organising Your CSS: http://bit.ly/2ytHwr 5 Popular CSS Frameworks + Tutorials &#38; [...]


Related posts:<ol><li><a href='http://www.thefloatingfrog.co.uk/web-design/your-css-framework-needs-you/' rel='bookmark' title='Permanent Link: Your CSS framework needs you!'>Your CSS framework needs you!</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/web-design/css-news-a-quick-catchup/' rel='bookmark' title='Permanent Link: CSS NEWS &#8211; A quick catchup'>CSS NEWS &#8211; A quick catchup</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/web-design/10-css-shorthand-techniques-youll-use-everyday/' rel='bookmark' title='Permanent Link: 10 CSS shorthand techniques you&#8217;ll use everyday'>10 CSS shorthand techniques you&#8217;ll use everyday</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Here you go, a stellar assortment of CSS related links for you to reference. If you&#8217;re a CSS beginner or even a CSS guru we&#8217;re sure there is something here for everyone, enjoy!</p>
<h2>The CSS Box Model</h2>
<p><img src="http://www.thefloatingfrog.co.uk/wp-content/uploads/2008/10/css-box-model.jpg" alt="CSS Box Model" /></p>
<h2>CSS linky link craziness</h2>
<div class="block">
<ul>
<li>5 Tips For Organising Your CSS: <a rel="nofollow" href="http://bit.ly/2ytHwr" target="_blank">http://bit.ly/2ytHwr</a></li>
<li>5 Popular CSS Frameworks + Tutorials &amp; Tools for Getting Started: <a rel="nofollow" href="http://bit.ly/iwt5" target="_blank">http://bit.ly/iwt5</a></li>
<li>5 Ways to Instantly Write Better CSS: <a rel="nofollow" href="http://bit.ly/im8K5" target="_blank">http://bit.ly/im8K5</a></li>
<li>8 Premium One Line CSS Tips: <a rel="nofollow" href="http://bit.ly/pUaM" target="_blank">http://bit.ly/pUaM</a></li>
<li>8 CSS tips for better linking: <a rel="nofollow" href="http://bit.ly/KAbAX" target="_blank">http://bit.ly/KAbAX</a></li>
<li>10 CSS tricks you may not know: <a rel="nofollow" href="http://bit.ly/QN2I4" target="_blank">http://bit.ly/QN2I4</a></li>
<li>10 CSS shorthand techniques you’ll use everyday: <a href="http://bit.ly/2IBO2g" target="_blank">http://bit.ly/2IBO2g</a></li>
<li>10 CSS Tips For Sexy Stylesheets: <a rel="nofollow" href="http://bit.ly/12KkvT" target="_blank">http://bit.ly/12KkvT</a></li>
<li>10 Swish And Stylish CSS Tricks: <a rel="nofollow" href="http://bit.ly/4s5vsF" target="_blank">http://bit.ly/4s5vsF</a></li>
<li>10 CSS buttons tutorial list: <a rel="nofollow" href="http://bit.ly/GOQi" target="_blank">http://bit.ly/GOQi</a></li>
<li>10 Excellent CSS Tips and Tutorials: <a rel="nofollow" href="http://bit.ly/wlkhA" target="_blank">http://bit.ly/wlkhA</a></li>
<li>10 Principles of the CSS Masters: <a rel="nofollow" href="http://bit.ly/WzxKI" target="_blank">http://bit.ly/WzxKI</a></li>
<li>12 CSS Tools and Tutorials for Beautiful Web Typography: <a rel="nofollow" href="http://bit.ly/oAc8S" target="_blank">http://bit.ly/oAc8S</a></li>
<li>12 Most Used CSS Tricks: <a rel="nofollow" href="http://bit.ly/vv7lT" target="_blank">http://bit.ly/vv7lT</a></li>
<li>12 Principles For Keeping Your Code Clean: <a rel="nofollow" href="http://bit.ly/N5Nad" target="_blank">http://bit.ly/N5Nad</a></li>
<li>13 Training Principles of CSS Everyone Should Know: <a rel="nofollow" href="http://bit.ly/M88uB" target="_blank">http://bit.ly/M88uB</a></li>
<li>15 CSS Properties You Probably Never Use (but perhaps should): <a rel="nofollow" href="http://bit.ly/daM4H" target="_blank">http://bit.ly/daM4H</a></li>
<li>15 CSS Tricks That Must be Learned: <a rel="nofollow" href="http://bit.ly/1Eymas" target="_blank">http://bit.ly/1Eymas</a></li>
<li>16 Usable CSS Graph and Bar Chart Tutorials and Techniques: <a rel="nofollow" href="http://bit.ly/4B2qX" target="_blank">http://bit.ly/4B2qX</a></li>
<li>16+ Easy CSS Techniques that Simplify the Webdesigner’s Life: <a rel="nofollow" href="http://bit.ly/PReAF" target="_blank">http://bit.ly/PReAF</a></li>
<li>19 CSS Menu Tutorials to Spice Up Your Web Designs: <a rel="nofollow" href="http://bit.ly/ctqm" target="_blank">http://bit.ly/ctqm</a></li>
<li>20 Ultimate CSS Tutorials That Will Help You Master CSS: <a rel="nofollow" href="http://bit.ly/4zr6Zp" target="_blank">http://bit.ly/4zr6Zp</a></li>
<li>20 Useful CSS Tips For Beginners: <a rel="nofollow" href="http://bit.ly/9u0Y3" target="_blank">http://bit.ly/9u0Y3</a></li>
<li>25+ CSS Tools to reduce your work load: <a rel="nofollow" href="http://bit.ly/IaZ1P" target="_blank">http://bit.ly/IaZ1P</a></li>
<li>30 Excellent CSS Based Navigation and Buttons Tutorials: <a rel="nofollow" href="http://bit.ly/12sTy" target="_blank">http://bit.ly/12sTy</a></li>
<li>30+ CSS Cheat Sheets &amp; Quick Reference Guides: <a rel="nofollow" href="http://bit.ly/ne7X0" target="_blank">http://bit.ly/ne7X0</a></li>
<li>35+ Very Useful And Powerful CSS Techniques: <a rel="nofollow" href="http://bit.ly/U3KMy" target="_blank">http://bit.ly/U3KMy</a></li>
<li>40 CSS Web Form Style Tutorials For Web Developers: <a rel="nofollow" href="http://bit.ly/IMK6g" target="_blank">http://bit.ly/IMK6g</a></li>
<li>43 PSD to XHTML, CSS Tutorials Creating Web Layouts And Navigation: <a rel="nofollow" href="http://bit.ly/yqiOG" target="_blank">http://bit.ly/yqiOG</a></li>
<li>50+ Nice Clean CSS Tab-Based Navigation Scripts: <a rel="nofollow" href="http://bit.ly/14T9b1" target="_blank">http://bit.ly/14T9b1</a></li>
<li>53 CSS-Techniques You Couldn’t Live Without: <a rel="nofollow" href="http://bit.ly/Jq3" target="_blank">http://bit.ly/Jq3</a></li>
<li>60+ Wacky CSS resources &#8211; Tutorials, Layouts, Optimizers, Editors &amp; more: <a rel="nofollow" href="http://bit.ly/2TNXG" target="_blank">http://bit.ly/2TNXG</a></li>
<li>70 Expert Ideas For Better CSS Coding: <a rel="nofollow" href="http://bit.ly/3R7uuZ" target="_blank">http://bit.ly/3R7uuZ</a></li>
<li>101 CSS Techniques Of All Time: <a rel="nofollow" href="http://bit.ly/Aomz" target="_blank">http://bit.ly/Aomz</a></li>
<li>101 CSS Tips, Tutorials and Examples: <a rel="nofollow" href="http://bit.ly/iyHpQ" target="_blank">http://bit.ly/iyHpQ</a></li>
<li>120 Excellent Examples of CSS Horizontal Menus: <a rel="nofollow" href="http://bit.ly/13dPWf" target="_blank">http://bit.ly/13dPWf</a></li>
<li>CSS Cheat Sheet: <a rel="nofollow" href="http://bit.ly/kLz8v" target="_blank">http://bit.ly/kLz8v</a></li>
<li>Web Design + Tips and advice on web standards development (Covers CSS): <a rel="nofollow" href="http://bit.ly/qd9pP" target="_blank">http://bit.ly/qd9pP</a></li>
<li>Resetting Your Styles with CSS Reset: <a rel="nofollow" href="http://bit.ly/15hzcl" target="_blank">http://bit.ly/15hzcl</a></li>
<li>Creating CSS Layouts: The Best Tutorials on Converting PSD to XHTML: <a rel="nofollow" href="http://bit.ly/riyH7" target="_blank">http://bit.ly/riyH7</a></li>
<li>Five web 2.0 CSS menu tutorials: <a rel="nofollow" href="http://bit.ly/2GjBNn" target="_blank">http://bit.ly/2GjBNn</a></li>
<li>Innovative (and Experimental) CSS Examples and Techniques: <a rel="nofollow" href="http://bit.ly/BKft" target="_blank">http://bit.ly/BKft</a></li>
<li>Quick &amp; Easy CSS Development with Firebug: <a rel="nofollow" href="http://bit.ly/37CBoB" target="_blank">http://bit.ly/37CBoB</a></li>
<li>CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices: <a rel="nofollow" href="http://bit.ly/eegK" target="_blank">http://bit.ly/eegK</a></li>
<li>CSS Basics &#8211; Class Vs #ID&#8217;s: <a rel="nofollow" href="http://tinyurl.com/8efu6n" target="_blank">http://tinyurl.com/8efu6n</a></li>
<li>CSS Code Snippets: 15 Wicked Tricks &#8211; <a rel="nofollow" href="http://bit.ly/Xs962" target="_blank">http://bit.ly/Xs962</a></li>
<li>Using CSS to Do Anything: 50+ Creative Examples and Tutorials: <a rel="nofollow" href="http://bit.ly/KTFXG" target="_blank">http://bit.ly/KTFXG</a></li>
</ul>
</div>


<p>Related posts:<ol><li><a href='http://www.thefloatingfrog.co.uk/web-design/your-css-framework-needs-you/' rel='bookmark' title='Permanent Link: Your CSS framework needs you!'>Your CSS framework needs you!</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/web-design/css-news-a-quick-catchup/' rel='bookmark' title='Permanent Link: CSS NEWS &#8211; A quick catchup'>CSS NEWS &#8211; A quick catchup</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/web-design/10-css-shorthand-techniques-youll-use-everyday/' rel='bookmark' title='Permanent Link: 10 CSS shorthand techniques you&#8217;ll use everyday'>10 CSS shorthand techniques you&#8217;ll use everyday</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thefloatingfrog.co.uk/tips-tricks-tutorials/the-css-bible-css-is-your-god/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;Comic Sans&#8221; Virus (CSV) outbreak infects millions of websites worldwide</title>
		<link>http://www.thefloatingfrog.co.uk/news-reviews/comic-sans-virus-csv-outbreak-infects-millions-of-websites-worldwide/</link>
		<comments>http://www.thefloatingfrog.co.uk/news-reviews/comic-sans-virus-csv-outbreak-infects-millions-of-websites-worldwide/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 21:27:55 +0000</pubDate>
		<dc:creator>Gary Hartley</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[News & Reviews]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[bbc]]></category>
		<category><![CDATA[blogstrom]]></category>
		<category><![CDATA[bronco]]></category>
		<category><![CDATA[chris garrett]]></category>
		<category><![CDATA[chrisg]]></category>
		<category><![CDATA[comic sans]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[dave naylor]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[patrick altoft]]></category>
		<category><![CDATA[telegraph]]></category>
		<category><![CDATA[times online]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://www.thefloatingfrog.co.uk/frog-blog/?p=2166</guid>
		<description><![CDATA[In the early hours of Sunday, 22nd February 2009, a savage virus called &#8216;CSV&#8217; began to infect millions of websites worldwide. Originating from an unknown source in the UK at around 2am GMT, The &#8220;Comic Sans&#8221; Virus &#8216;CSV&#8217; started corrupting the CSS files of websites through a server loophole, leaving them defaced with the &#8220;Comic [...]


Related posts:<ol><li><a href='http://www.thefloatingfrog.co.uk/web-design/font-embedding-on-the-web-moves-one-step-closer/' rel='bookmark' title='Permanent Link: FONT EMBEDDING on the web moves one step closer'>FONT EMBEDDING on the web moves one step closer</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/news-reviews/seo-hot-topics-at-think-visibility-march-2009/' rel='bookmark' title='Permanent Link: SEO Hot Topics at Think Visibility'>SEO Hot Topics at Think Visibility</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/fun/typeface-periodic-table/' rel='bookmark' title='Permanent Link: Typeface Periodic Table'>Typeface Periodic Table</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In the early hours of Sunday, 22nd February 2009, a savage virus called &#8216;CSV&#8217; began to infect millions of websites worldwide. </p>
<p>Originating from an unknown source in the UK at around 2am GMT, The &#8220;Comic Sans&#8221; Virus &#8216;CSV&#8217; started corrupting the <a href="http://www.thefloatingfrog.co.uk/frog-blog/tag/css/">CSS</a> files of websites through a server loophole, leaving them defaced with the &#8220;Comic Sans&#8221; typeface.</p>
<p>By 9am GMT, an estimated 10 million websites were infected with &#8216;CSV&#8217;, by which time the suspected &#8216;loophole&#8217; in the servers configuration, at the originating London Exchange center, was plugged.</p>
<p><a href="http://www.thefloatingfrog.co.uk/frog-blog/graphic-design/designers-make-an-arse-of-the-new-pepsi-logo/"><img src="http://www.thefloatingfrog.co.uk/frog-blog/wp-content/uploads/2009/02/graph.gif" alt="CSV infection illustrative graph" title="CSV infection illustrative graph" width="500" height="500" class="alignnone size-full wp-image-2167" /></a></p>
<p>By 9:31am GMT, over 5 million websites were returned to their original state, leaving the rest still infected with &#8216;CSV&#8217;.</p>
<p>A patch download has been created to remedy any websites still infected. This patch can be downloaded at the bottom of this article.</p>
<h2>Evidence of infection</h2>
<h4>Apple</h4>
<p><a href="http://www.thefloatingfrog.co.uk/frog-blog/tag/apple/"><img src="http://www.thefloatingfrog.co.uk/frog-blog/wp-content/uploads/2009/02/apple.jpg" alt="Apple infected with CSV" title="Apple infected with CSV" width="500" height="459" class="alignnone size-full wp-image-2177" /></a></p>
<p><strong>Estimated infection time:</strong> 3 hours</p>
<h4>Microsoft</h4>
<p><a href="http://www.thefloatingfrog.co.uk/frog-blog/tag/microsoft/"><br />
<img src="http://www.thefloatingfrog.co.uk/frog-blog/wp-content/uploads/2009/02/microsoft.jpg" alt="Microsoft infected with CSV" title="Microsoft infected with CSV" width="500" height="459" class="alignnone size-full wp-image-2176" /></a></p>
<p><strong>Estimated infection time:</strong> 6 hours</p>
<h3>UK newspapers</h3>
<h4>Times Online</h4>
<p><a href="http://www.thefloatingfrog.co.uk/frog-blog/tag/times-online/"><img src="http://www.thefloatingfrog.co.uk/frog-blog/wp-content/uploads/2009/02/times.jpg" alt="Times Online infected with CSV" title="Times Online infected with CSV" width="500" height="459" class="alignnone size-full wp-image-2172" /></a></p>
<p><strong>Estimated infection time:</strong> 1 hour</p>
<h4>Telegraph</h4>
<p><a href="http://www.thefloatingfrog.co.uk/frog-blog/tag/telegraph/"><img src="http://www.thefloatingfrog.co.uk/frog-blog/wp-content/uploads/2009/02/telegraph.jpg" alt="Telegraph infected with CSV" title="Telegraph infected with CSV" width="500" height="459" class="alignnone size-full wp-image-2178" /></a></p>
<p><strong>Estimated infection time:</strong> 2 hours</p>
<h3>Friends</h3>
<h4><a href="http://www.chrisg.com/">Chrisg</a> (Chris Garrett)</h4>
<p><a href="http://www.thefloatingfrog.co.uk/frog-blog/tag/chris-garrett/"><img src="http://www.thefloatingfrog.co.uk/frog-blog/wp-content/uploads/2009/02/chrisg.jpg" alt="Chris Garrett, chrisg infected with CSV" title="Chris Garrett, chrisg infected with CSV" width="500" height="459" class="alignnone size-full wp-image-2171" /></a></p>
<p><strong>Estimated infection time:</strong> 15 minutes</p>
<h4>Bronco (Dave Naylor)</h4>
<p><a href="http://www.thefloatingfrog.co.uk/frog-blog/tag/dave-naylor/"><img src="http://www.thefloatingfrog.co.uk/frog-blog/wp-content/uploads/2009/02/bronco.jpg" alt="Bronco infected with CSV" title="Bronco infected with CSV" width="500" height="459" class="alignnone size-full wp-image-2174" /></a></p>
<p><strong>Estimated infection time:</strong> still infected</p>
<h4><a href="http://www.blogstorm.co.uk">Blog Storm</a> (Patrick Altoft)</h4>
<p><a href="http://www.thefloatingfrog.co.uk/frog-blog/tag/patrick-altoft/"><img src="http://www.thefloatingfrog.co.uk/frog-blog/wp-content/uploads/2009/02/blogstorm.jpg" alt="Blogstorm infected with CSV" title="Blogstorm infected with CSV" width="500" height="459" class="alignnone size-full wp-image-2173" /></a></p>
<p><strong>Estimated infection time:</strong> still infected</p>
<h2>Reaction</h2>
<p><strong><a href="http://www.davenaylor.co.uk">Dave Naylor</a></strong> from Bronco: &#8220;I woke up to the news that the CSV infected our main website. After a few moments of deliberation, we decided to take action, much against the wishes of my wife who actually liked the change.&#8221;</p>
<p><strong>Mogens Elsberg</strong> from Microsoft: &#8220;I see this little f***** has come back to bite us in the a**! Maybe we should have scrapped VINCENT CONNARE&#8217;s 1995 font for a less volatile alternate. Thanks for the heads up Frog&#8221;</p>
<p><strong>John Smith</strong>, Chief Executive of BBC worldwide: &#8220;We think the British public will welcome the change, we may revert the fix in the next couple of days.&#8221;</p>
<h2>The Patch</h2>
<p>If your website seems to have been infected by the CSV you can manually patch your website by downloading the file below:</p>
<h4>CSV patch 1.21, Multi-OS compatible: CSV patch.jpg</h4>
<p><a href="http://www.thefloatingfrog.co.uk/frog-blog/wp-content/uploads/2009/02/comic-sans.jpg" class="thickbox"><img src="http://www.thefloatingfrog.co.uk/frog-blog/wp-content/uploads/2009/02/patch.gif" alt="CSV Patch" title="CSV Patch" width="500" height="173" class="alignnone size-full wp-image-2180" /></a></p>


<p>Related posts:<ol><li><a href='http://www.thefloatingfrog.co.uk/web-design/font-embedding-on-the-web-moves-one-step-closer/' rel='bookmark' title='Permanent Link: FONT EMBEDDING on the web moves one step closer'>FONT EMBEDDING on the web moves one step closer</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/news-reviews/seo-hot-topics-at-think-visibility-march-2009/' rel='bookmark' title='Permanent Link: SEO Hot Topics at Think Visibility'>SEO Hot Topics at Think Visibility</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/fun/typeface-periodic-table/' rel='bookmark' title='Permanent Link: Typeface Periodic Table'>Typeface Periodic Table</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thefloatingfrog.co.uk/news-reviews/comic-sans-virus-csv-outbreak-infects-millions-of-websites-worldwide/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Your CSS framework needs you!</title>
		<link>http://www.thefloatingfrog.co.uk/web-design/your-css-framework-needs-you/</link>
		<comments>http://www.thefloatingfrog.co.uk/web-design/your-css-framework-needs-you/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 12:51:42 +0000</pubDate>
		<dc:creator>Gary Hartley</dc:creator>
				<category><![CDATA[News & Reviews]]></category>
		<category><![CDATA[Tips, Tricks & Tutorials]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[css framework]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.thefloatingfrog.co.uk/frog-blog/?p=2043</guid>
		<description><![CDATA[What&#8217;s a CSS framework? A CSS framework can help you achieve rapid development of websites, web apps and mashups. It eliminates repetitive tasks while prototyping designs by using a pre structured CSS/XHTML grid-based framework. Main features of good CSS Framework is to: 1) Rapidly speed up our development time 2) Very small file size 3) [...]


Related posts:<ol><li><a href='http://www.thefloatingfrog.co.uk/news-reviews/instant-blueprint-create-a-website-framework-in-seconds/' rel='bookmark' title='Permanent Link: Instant Blueprint &#8211; Create a website framework in seconds!'>Instant Blueprint &#8211; Create a website framework in seconds!</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/tools/grid-overlays-to-assist-your-website-development/' rel='bookmark' title='Permanent Link: Grid Overlays to assist your website development'>Grid Overlays to assist your website development</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/web-design/css-news-a-quick-catchup/' rel='bookmark' title='Permanent Link: CSS NEWS &#8211; A quick catchup'>CSS NEWS &#8211; A quick catchup</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-2046" title="Boris has grids" src="http://www.thefloatingfrog.co.uk/frog-blog/wp-content/uploads/2009/02/boris.jpg" alt="Boris has grids" width="500" height="150" /></p>
<h2>What&#8217;s a CSS framework?</h2>
<p><!--digg-->A CSS framework can help you achieve rapid development of websites, web apps and mashups. It eliminates repetitive tasks while prototyping designs by using a pre structured CSS/XHTML grid-based framework.</p>
<p><strong>Main features of good CSS Framework is to: </strong></p>
<p>1) Rapidly speed up our development time<br />
2) Very small file size<br />
3) Good documentation<br />
4) A clean grid structure.</p>
<p>You will need a basic understanding of CSS to enable you to utilise the full potential of your chosen framework.</p>
<h2>Frameworks currently available</h2>
<h3><a href="http://960.gs/">960 CSS Framework</a></h3>
<blockquote><p>The 960 Grid System is an effort to streamline web development workflow by providing commonly used dimensions, based on a width of 960 pixels. There are two variants: 12 and 16 columns, which can be used separately or in tandem. The 960.css file itself is only 3.6 KB compressed.</p></blockquote>
<p><img class="alignnone size-full wp-image-2044" title="960 framework" src="http://www.thefloatingfrog.co.uk/frog-blog/wp-content/uploads/2009/02/960.jpg" alt="960 framework" width="500" height="181" /></p>
<p><strong>Tutorial: </strong><a href="http://nettuts.com/videos/screencasts/a-detailed-look-at-the-960-css-framework/">A Detailed Look at the 960 CSS Framework</a></p>
<p><strong>Demo:</strong> <a href="http://960.gs/demo.html">Live Demo</a></p>
<h3><a href="http://blueprintcss.org/">Blueprint CSS Framework</a></h3>
<p><img class="alignnone size-full wp-image-2051" title="Blueprint css framework" src="http://www.thefloatingfrog.co.uk/frog-blog/wp-content/uploads/2009/02/blueprint.jpg" alt="Blueprint css framework" width="500" height="120" /></p>
<blockquote><p>Blueprint is a CSS framework, which aims to cut down on your CSS development time. It gives you a solid CSS foundation to build your project on top of, with an easy-to-use grid, sensible typography, nice-looking forms and even a stylesheet for printing. One of its main feature is performing a mass reset of browser default styles, offering a methodology to use for customizable layout grids and most important is that all elements are override-able.</p></blockquote>
<p><strong>Tutorial:</strong> <a href="http://nettuts.com/tutorials/html-css-techniques/a-closer-look-at-the-blueprint-css-framework/">A Closer Look At the Blueprint CSS Framework</a></p>
<p><strong>Demo:</strong> <a href="http://blueprintcss.org/tests/">Live Demo</a></p>
<h3><a href="http://docs.jquery.com/UI/Theming/API#The_jQuery_UI_CSS_Framework">The jQuery UI CSS Framework</a></h3>
<p><img class="alignnone size-full wp-image-2052" title="jQuery CSS Framework" src="http://www.thefloatingfrog.co.uk/frog-blog/wp-content/uploads/2009/02/jquery.jpg" alt="jQuery CSS Framework" width="500" height="120" /></p>
<blockquote><p>jQuery UI includes a robust CSS Framework designed for building custom jQuery widgets. The framework includes classes that cover a wide array of common user interface needs, and can be manipulated using jQuery UI ThemeRoller. By building your UI components using the jQuery UI CSS Framework, you will be adopting shared markup conventions and allowing for ease of code integration across the plugin community at large.</p></blockquote>
<p><strong>Tutorial:</strong> <a href="http://docs.jquery.com/UI/Theming/API">jQuery UI CSS framework</a></p>
<p><strong>Demo:</strong> <a href="http://www.filamentgroup.com/examples/buttonFrameworkCSS/">Live Demo</a></p>
<h3><a href="http://www.yaml.de/en/">YAML</a></h3>
<p><img class="alignnone size-full wp-image-2053" title="YAML" src="http://www.thefloatingfrog.co.uk/frog-blog/wp-content/uploads/2009/02/yaml.jpg" alt="YAML" width="500" height="120" /></p>
<blockquote><p>Yaml (Yet Another Multicolumn Layout) focused on flexible layouts and offers column and grid based design elements for flexible, elastic or fixed layouts. You will need a license to use it.</p></blockquote>
<p><a href="http://www.yaml.de/fileadmin/examples/index.html">Demo</a></p>
<h3><a href="http://developer.yahoo.com/yui/grids/">Yahoo YUI Grids CSS</a></h3>
<p><img class="alignnone size-full wp-image-2054" title="Yahoo CSS Framework" src="http://www.thefloatingfrog.co.uk/frog-blog/wp-content/uploads/2009/02/yahoo.jpg" alt="Yahoo CSS Framework" width="500" height="120" /></p>
<blockquote><p>The foundational YUI Grids CSS offers four preset page widths, six preset templates, and the ability to stack and nest subdivided regions of two, three, or four columns. The 4kb file provides over 1000 page layout combinations. Features include: Self-clearing footer, customization of width for fixed-width layouts, Supports fluid-width (100%) layouts and more.</p></blockquote>
<p><a href="http://developer.yahoo.com/yui/examples/grids/index.html">Demo</a></p>
<h2>Articles explaining CSS Frameworks</h2>
<p><strong><a href="http://jeffcroft.com/blog/2007/nov/17/whats-not-love-about-CSS-frameworks/">What’s not to love about CSS frameworks?</a></strong><br />
<strong><a href="http://www.smashingmagazine.com/2007/09/21/css-frameworks-css-reset-design-from-scratch/">CSS Frameworks + CSS Reset: Design From Scratch</a></strong><br />
<strong><a href="http://css-tricks.com/what-are-the-benefits-of-using-a-css-framework/">What Are The Benefits of Using a CSS Framework?</a></strong><br />
<strong><a href="http://foohack.com/2007/08/blueprint-css-framework-vs-yui-grids/">Blueprint CSS Framework vs YUI Grids</a></strong><br />
<strong><a href="http://capsizedesigns.com/blog/2008/04/battle-of-the-css-frameworks/">Battle of the CSS Frameworks</a></strong><br />
<strong><a href="http://adactio.com/journal/1498">The Lessons of CSS Frameworks </a></strong><br />
<strong><a href="http://www.vcarrer.com/2008/08/when-to-use-css-framework.html">When to use CSS framework?</a></strong></p>


<p>Related posts:<ol><li><a href='http://www.thefloatingfrog.co.uk/news-reviews/instant-blueprint-create-a-website-framework-in-seconds/' rel='bookmark' title='Permanent Link: Instant Blueprint &#8211; Create a website framework in seconds!'>Instant Blueprint &#8211; Create a website framework in seconds!</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/tools/grid-overlays-to-assist-your-website-development/' rel='bookmark' title='Permanent Link: Grid Overlays to assist your website development'>Grid Overlays to assist your website development</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/web-design/css-news-a-quick-catchup/' rel='bookmark' title='Permanent Link: CSS NEWS &#8211; A quick catchup'>CSS NEWS &#8211; A quick catchup</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thefloatingfrog.co.uk/web-design/your-css-framework-needs-you/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CSS NEWS &#8211; A quick catchup</title>
		<link>http://www.thefloatingfrog.co.uk/web-design/css-news-a-quick-catchup/</link>
		<comments>http://www.thefloatingfrog.co.uk/web-design/css-news-a-quick-catchup/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 12:32:42 +0000</pubDate>
		<dc:creator>Gary Hartley</dc:creator>
				<category><![CDATA[News & Reviews]]></category>
		<category><![CDATA[Tips, Tricks & Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[css compression]]></category>
		<category><![CDATA[css techniques]]></category>
		<category><![CDATA[css tricks]]></category>

		<guid isPermaLink="false">http://www.thefloatingfrog.co.uk/frog-blog/?p=1851</guid>
		<description><![CDATA[Some CSS news from the web design industry. I have cherry-picked these articles and tools, aimed specifically at CSS and web design. Enjoy! My Top 10 Most Used CSS Class Names Many developers are puzzled when it comes to assigning class names to elements and often end up using wrong ones. Class names should not [...]


Related posts:<ol><li><a href='http://www.thefloatingfrog.co.uk/web-design/your-css-framework-needs-you/' rel='bookmark' title='Permanent Link: Your CSS framework needs you!'>Your CSS framework needs you!</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/web-design/css-box-model-hierarchi/' rel='bookmark' title='Permanent Link: CSS Box Model Hierarchi'>CSS Box Model Hierarchi</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/web-design/css-for-absolute-beginners-a-slideshow-walk-through-starting-with-the-basics/' rel='bookmark' title='Permanent Link: CSS for ABSOLUTE BEGINNERS &#8211; shaping up with CSS'>CSS for ABSOLUTE BEGINNERS &#8211; shaping up with CSS</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><!--digg-->Some CSS news from the web design industry. I have cherry-picked these articles and tools, aimed specifically at CSS and web design. Enjoy!</p>
<h3><a href="http://cssglobe.com/post/3745/my-top-10-most-used-css-class-names">My Top 10 Most Used CSS Class Names</a></h3>
<p>Many developers are puzzled when it comes to assigning class names to elements and often end up using wrong ones. Class names should not describe how the element looks like or where is it placed. A good class name should describe what a certain element represents. Here are my top 10 class names with explanations. Hopefully it will give you a clearer image of what kind of class names you should use. <a href="http://cssglobe.com/post/3745/my-top-10-most-used-css-class-names">Read more&#8230;</a></p>
<h3><a href="http://cssorgy.com/9-css-frameworks-for-faster-templates-building-387">9 CSS frameworks for faster templates building</a></h3>
<p>Frameworks are already widely used for Javascript or PHP development, and it is getting popular for CSS templating. It improves your workflow and lets you set up templates quickly with cross-browser compatibility in mind. Here is nine frameworks to make templating faster. <a href="http://cssorgy.com/9-css-frameworks-for-faster-templates-building-387">Read more&#8230;</a></p>
<h3><a href="http://woork.blogspot.com/2009/01/woork-handbook.html">The Woork Handbook</a></h3>
<p>The Woork Handbook is a free eBook about CSS, HTML, Ajax, web programming, Mootools, Scriptaculous and other topics about web design&#8230; directly from Woork! <a href="http://woork.blogspot.com/2009/01/woork-handbook.html">Read more&#8230;</a></p>
<h3><a href="http://woork.blogspot.com/2008/12/useful-resources-to-improve-look-and.html">Useful resources to improve the look and features of HTML Forms</a></h3>
<p>Are you looking for some useful tips to improve the look and features of your standard HTML FORM elements? In this post I suggest you some interesting resources about this topics. <a href="http://woork.blogspot.com/2008/12/useful-resources-to-improve-look-and.html">Read more&#8230;</a></p>
<h3><a href="http://woork.blogspot.com/2008/11/useful-guidelines-to-improve-css-coding.html">Useful guidelines to improve CSS coding and maintainability</a></h3>
<p>Developing CSS code for websites with a complex layout structure can be an hard work for a web designer. But in this situation, an harder work is writing code in order to simplify the continuous maintainability process. <a href="http://woork.blogspot.com/2008/11/useful-guidelines-to-improve-css-coding.html">Read more&#8230;</a></p>
<h3><a href="http://woork.blogspot.com/2008/11/css-coding-semantic-approach-in-naming.html">CSS coding: semantic approach in naming convention</a></h3>
<p>Naming convention in CSS coding is an &#8220;hot&#8221; discussion topic. In this post I want to illustrate some suggests and guidelines to use a semantic approach instead of a structural approach in naming CSS classes, analyzing the essential elements of a popular 3 column layout. <a href="">Read more&#8230;</a></p>
<h3><a href="http://cssglobe.com/post/3028/creating-easy-and-useful-css-sprites">Creating easy and useful CSS Sprites</a></h3>
<p>CSS sprites are a way to combine images to improve our page loading time, reducing the number of requests our server does. In this article I will teach you how to make them. <a href="http://cssglobe.com/post/3028/creating-easy-and-useful-css-sprites">Read more&#8230;</a></p>
<h3><a href="http://isnoop.net/tools/css.php">CSS SuperScrub </a></h3>
<p>This tool can significantly reduce the size and complexity of your CSS by programmatically stripping unneeded content, stripping redundant calls, and intelligently grouping the remaining element names.  <a href="http://isnoop.net/tools/css.php">Read more&#8230;</a></p>


<p>Related posts:<ol><li><a href='http://www.thefloatingfrog.co.uk/web-design/your-css-framework-needs-you/' rel='bookmark' title='Permanent Link: Your CSS framework needs you!'>Your CSS framework needs you!</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/web-design/css-box-model-hierarchi/' rel='bookmark' title='Permanent Link: CSS Box Model Hierarchi'>CSS Box Model Hierarchi</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/web-design/css-for-absolute-beginners-a-slideshow-walk-through-starting-with-the-basics/' rel='bookmark' title='Permanent Link: CSS for ABSOLUTE BEGINNERS &#8211; shaping up with CSS'>CSS for ABSOLUTE BEGINNERS &#8211; shaping up with CSS</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thefloatingfrog.co.uk/web-design/css-news-a-quick-catchup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fact: Chuck Norris hates tables!</title>
		<link>http://www.thefloatingfrog.co.uk/fun/fact-chuck-norris-hates-tables/</link>
		<comments>http://www.thefloatingfrog.co.uk/fun/fact-chuck-norris-hates-tables/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 14:44:29 +0000</pubDate>
		<dc:creator>Gary Hartley</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[chuck norris]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://www.thefloatingfrog.co.uk/frog-blog/?p=1296</guid>
		<description><![CDATA[Never ever ever use tables for layout! Visit: shouldiusetablesforlayout.com You&#8217;ll see a mock towards those who use tables for layout. It&#8217;s such a geeky website, but if you look at the source code it&#8217;s even better&#8230; Kudos to the developer who had this idea. &#60;!-- Honestly, no. --&#62; &#60;!-- &#60;table border="0" width="100%"&#62; &#60;tr&#62; &#60;td align="center"&#62;No.&#60;/td&#62; [...]


Related posts:<ol><li><a href='http://www.thefloatingfrog.co.uk/web-design/css-for-absolute-beginners-a-slideshow-walk-through-starting-with-the-basics/' rel='bookmark' title='Permanent Link: CSS for ABSOLUTE BEGINNERS &#8211; shaping up with CSS'>CSS for ABSOLUTE BEGINNERS &#8211; shaping up with CSS</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/inspiration/more-awesome-t-shirt-designs-from-threadless/' rel='bookmark' title='Permanent Link: More awesome t-shirt designs from threadless.com'>More awesome t-shirt designs from threadless.com</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://media.ebaumsworld.com/picture/kyle_ex_machina/ChuckNorris.jpg" alt="" width="500" /></p>
<h2>Never ever ever use tables for layout!</h2>
<p><strong><a href="http://shouldiusetablesforlayout.com/">Visit: shouldiusetablesforlayout.com</a></strong></p>
<p>You&#8217;ll see a mock towards those who use tables for layout.</p>
<p><img src="http://www.thefloatingfrog.co.uk/frog-blog/wp-content/uploads/2008/11/no.gif" width="500" /></p>
<p>It&#8217;s such a geeky website, but if you look at the source code it&#8217;s even better&#8230; Kudos to the developer who had this idea.</p>
<pre id="line1"><span class="comment">&lt;!-- Honestly, no. --&gt;</span>
<span class="comment">&lt;!--
    &lt;table border="0" width="100%"&gt;
      &lt;tr&gt;
        &lt;td align="center"&gt;No.&lt;/td&gt;
      &lt;/tr&gt;
    &lt;/table&gt;
  --&gt;</span>
  <span class="comment">&lt;!-- Fact: Chuck Norris hates layout tables! --&gt;</span></pre>


<p>Related posts:<ol><li><a href='http://www.thefloatingfrog.co.uk/web-design/css-for-absolute-beginners-a-slideshow-walk-through-starting-with-the-basics/' rel='bookmark' title='Permanent Link: CSS for ABSOLUTE BEGINNERS &#8211; shaping up with CSS'>CSS for ABSOLUTE BEGINNERS &#8211; shaping up with CSS</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/inspiration/more-awesome-t-shirt-designs-from-threadless/' rel='bookmark' title='Permanent Link: More awesome t-shirt designs from threadless.com'>More awesome t-shirt designs from threadless.com</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thefloatingfrog.co.uk/fun/fact-chuck-norris-hates-tables/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CSS Box Model Hierarchi</title>
		<link>http://www.thefloatingfrog.co.uk/web-design/css-box-model-hierarchi/</link>
		<comments>http://www.thefloatingfrog.co.uk/web-design/css-box-model-hierarchi/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 11:05:47 +0000</pubDate>
		<dc:creator>Gary Hartley</dc:creator>
				<category><![CDATA[Tips, Tricks & Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[css box model]]></category>
		<category><![CDATA[css techniques]]></category>

		<guid isPermaLink="false">http://www.thefloatingfrog.co.uk/frog-blog/?p=1144</guid>
		<description><![CDATA[Yep the good old CSS box model, explained once more. The CSS box model is a fundamental element of modern web design that all web designers need to master. This CSS box model controls and details the behaviour of many HTML elements, such as DIV, P, ul, so understanding this is a firm step forwards [...]


Related posts:<ol><li><a href='http://www.thefloatingfrog.co.uk/web-design/css-for-absolute-beginners-a-slideshow-walk-through-starting-with-the-basics/' rel='bookmark' title='Permanent Link: CSS for ABSOLUTE BEGINNERS &#8211; shaping up with CSS'>CSS for ABSOLUTE BEGINNERS &#8211; shaping up with CSS</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/tips-tricks-tutorials/the-css-bible-css-is-your-god/' rel='bookmark' title='Permanent Link: The CSS Bible &#8211; CSS is your God!'>The CSS Bible &#8211; CSS is your God!</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/web-design/your-css-framework-needs-you/' rel='bookmark' title='Permanent Link: Your CSS framework needs you!'>Your CSS framework needs you!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.thefloatingfrog.co.uk/frog-blog/wp-content/uploads/2008/10/css-box-model.jpg" alt="" title="CSS Box Model" width="500" height="460" class="alignnone size-full wp-image-1145" /></p>
<p><!--digg-->Yep the good old <strong>CSS box model</strong>, explained once more. The <strong>CSS box model</strong> is a fundamental element of modern web design that all web designers need to master. This <strong>CSS box model</strong> controls and details the behaviour of many HTML elements, such as DIV, P, ul, so understanding this is a firm step forwards to better web design.</p>
<h2>3D CSS Box Model</h2>
<p><a href="http://www.thefloatingfrog.co.uk/frog-blog/2008/09/exclusive-jon-hicks-creator-of-the-firefox-logo-interview/">Jon Hicks</a>, who&#8217;s a leading figure in web standards and userbility, has created this brilliant 3D CSS Box Model diagram and kindly supplied the original Illustrator file for me to modify and put on the site for you to look at, so a big thanks goes out to him.</p>


<p>Related posts:<ol><li><a href='http://www.thefloatingfrog.co.uk/web-design/css-for-absolute-beginners-a-slideshow-walk-through-starting-with-the-basics/' rel='bookmark' title='Permanent Link: CSS for ABSOLUTE BEGINNERS &#8211; shaping up with CSS'>CSS for ABSOLUTE BEGINNERS &#8211; shaping up with CSS</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/tips-tricks-tutorials/the-css-bible-css-is-your-god/' rel='bookmark' title='Permanent Link: The CSS Bible &#8211; CSS is your God!'>The CSS Bible &#8211; CSS is your God!</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/web-design/your-css-framework-needs-you/' rel='bookmark' title='Permanent Link: Your CSS framework needs you!'>Your CSS framework needs you!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thefloatingfrog.co.uk/web-design/css-box-model-hierarchi/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS for ABSOLUTE BEGINNERS &#8211; shaping up with CSS</title>
		<link>http://www.thefloatingfrog.co.uk/web-design/css-for-absolute-beginners-a-slideshow-walk-through-starting-with-the-basics/</link>
		<comments>http://www.thefloatingfrog.co.uk/web-design/css-for-absolute-beginners-a-slideshow-walk-through-starting-with-the-basics/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 23:08:24 +0000</pubDate>
		<dc:creator>Gary Hartley</dc:creator>
				<category><![CDATA[Tips, Tricks & Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[css for beginners]]></category>
		<category><![CDATA[css techniques]]></category>

		<guid isPermaLink="false">http://www.thefloatingfrog.co.uk/frog-blog/?p=1132</guid>
		<description><![CDATA[Learning CSS from the beginning CSS is an abbreviation for Cascading Style Sheets. Web designers use a CSS file to control the visual layout of a web page, grouping all styling declarations into one reference document while removing them from the HTML code that lies beneath the website. If you&#8217;re an absolute newcomer to the [...]


Related posts:<ol><li><a href='http://www.thefloatingfrog.co.uk/web-design/your-css-framework-needs-you/' rel='bookmark' title='Permanent Link: Your CSS framework needs you!'>Your CSS framework needs you!</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/web-design/css-news-a-quick-catchup/' rel='bookmark' title='Permanent Link: CSS NEWS &#8211; A quick catchup'>CSS NEWS &#8211; A quick catchup</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/web-design/css-box-model-hierarchi/' rel='bookmark' title='Permanent Link: CSS Box Model Hierarchi'>CSS Box Model Hierarchi</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h2>Learning CSS from the beginning</h2>
<p>CSS is an abbreviation for Cascading Style Sheets. Web designers use a CSS file to control the visual layout of a web page, grouping all styling declarations into one reference document while removing them from the HTML code that lies beneath the website.</p>
<p>If you&#8217;re an absolute newcomer to the scary world of web design and wish to start learning things from scratch then this is the place to be. Over the next few weeks I&#8217;ll be posting walk-through slideshows that explain CSS and XHTML visually, in an easy to digest format. This week it&#8217;s&#8230;</p>
<h2>CSS help for absolute beginners</h2>
<h3>Shaping up with CSS</h3>
<div style="width: 500px; text-align: left;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="418" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=shaping-up-with-css-1365&amp;stripped_title=shaping-up-with-css" /><embed type="application/x-shockwave-flash" width="500" height="418" src="http://static.slideshare.net/swf/ssplayer2.swf?doc=shaping-up-with-css-1365&amp;stripped_title=shaping-up-with-css" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
<p>Credit: All copyright and materials Slideshare.net.</p>
<div class="block">
<h2>Index</h2>
<p>What&#8217;s covered in this slideshow presentation:</p>
<ul>
<li>Block Level Elements</li>
<li>Inline Elements</li>
<li>Rules</li>
<li>Element Symmetry &#8211; opening and closing XHTML tags</li>
<li>Styling elements</li>
<li>Sizing defaults</li>
<li>Setting heights and widths</li>
<li>Units of measurement</li>
<li>Fixed Block-Level Sizing</li>
<li>Browser Behaviour</li>
<li>Other occurances</li>
<li>Overflow Hidden</li>
<li>Positioning Elements</li>
<li>Full CSS Layout</li>
<li>Layout options</li>
<li>Positioning Block-Level Elements</li>
<li>Easiest Positioning Method</li>
<li>Position:Absolute</li>
<li>Top, Right, Bottom, Left</li>
<li>Handy tips</li>
</ul>
</div>
<h2>Think you&#8217;re a CSS Guru?</h2>
<p>Well I guess your too good for this, it&#8217;s like child&#8217;s play, right? Well have a look at this, <a href="http://www.thefloatingfrog.co.uk/frog-blog/2008/09/10-css-shorthand-techniques-youll-use-everyday/">10 CSS shorthand techniques you’ll use everyday</a>, it will be more up your street.</p>


<p>Related posts:<ol><li><a href='http://www.thefloatingfrog.co.uk/web-design/your-css-framework-needs-you/' rel='bookmark' title='Permanent Link: Your CSS framework needs you!'>Your CSS framework needs you!</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/web-design/css-news-a-quick-catchup/' rel='bookmark' title='Permanent Link: CSS NEWS &#8211; A quick catchup'>CSS NEWS &#8211; A quick catchup</a></li>
<li><a href='http://www.thefloatingfrog.co.uk/web-design/css-box-model-hierarchi/' rel='bookmark' title='Permanent Link: CSS Box Model Hierarchi'>CSS Box Model Hierarchi</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thefloatingfrog.co.uk/web-design/css-for-absolute-beginners-a-slideshow-walk-through-starting-with-the-basics/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

