<?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>Michael Doyle &#124; Blog &#187; CSS</title>
	<atom:link href="http://michaeldoyle.eu/blog/category/web/css/feed" rel="self" type="application/rss+xml" />
	<link>http://michaeldoyle.eu/blog</link>
	<description>Well, I&#039;m not sure whether to call this a blog or a sideblog. Either way, it&#039;s my personal, never-ending, post-it note, so that when I learn something interesting, it&#039;ll find its way here.</description>
	<lastBuildDate>Mon, 30 Nov 2009 01:44:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS &#8211; The Four Bubbles Model</title>
		<link>http://michaeldoyle.eu/blog/web/css-the-four-bubbles-model</link>
		<comments>http://michaeldoyle.eu/blog/web/css-the-four-bubbles-model#comments</comments>
		<pubDate>Sat, 10 Oct 2009 16:07:13 +0000</pubDate>
		<dc:creator>Michael Doyle</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[four bubbles model]]></category>
		<category><![CDATA[methodology]]></category>

		<guid isPermaLink="false">http://michaeldoyle.eu/blog/?p=384</guid>
		<description><![CDATA[Woorkup has an interesting css coding methodology, it's a top down model which has 4 stages.

The first stage resets HTML elementes
The second stage defines the main css elements (#header, #container, etc.)
The third stage defines custom classes (.right_align, .border, etc.)
The fourth stage deals with redundant coding; removal and optimising

I definitely give my thumbs up to this [...]


Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/web-development-developing-from-a-ps-design' rel='bookmark' title='Permanent Link: Web Development &#8211; Developing from a PS design'>Web Development &#8211; Developing from a PS design</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.woorkup.com" target="_blank">Woorkup</a> has an interesting css coding methodology, it's a top down model which has 4 stages.</p>
<ul>
<li><a href="http://michaeldoyle.eu/blog/?p=70" target="_self">The first stage resets HTML elementes</a></li>
<li>The second stage defines the main css elements (#header, #container, etc.)</li>
<li>The third stage defines custom classes (.right_align, .border, etc.)</li>
<li>The fourth stage deals with redundant coding; removal and optimising</li>
</ul>
<p>I definitely give my thumbs up to this method. The article goes into greater detail and is located:</p>
<p><a href="http://woorkup.com/2009/10/09/a-methodic-approach-to-css-coding-four-bubbles-model/" target="_blank">http://woorkup.com/2009/10/09/a-methodic-approach-to-css-coding-four-bubbles-model/</a></p>


<p>Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/web-development-developing-from-a-ps-design' rel='bookmark' title='Permanent Link: Web Development &#8211; Developing from a PS design'>Web Development &#8211; Developing from a PS design</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://michaeldoyle.eu/blog/web/css-the-four-bubbles-model/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design &#8211; Web Page Headers</title>
		<link>http://michaeldoyle.eu/blog/web/design-web-page-headers</link>
		<comments>http://michaeldoyle.eu/blog/web/design-web-page-headers#comments</comments>
		<pubDate>Tue, 21 Jul 2009 17:48:08 +0000</pubDate>
		<dc:creator>Michael Doyle</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[header]]></category>

		<guid isPermaLink="false">http://michaeldoyle.eu/blog/?p=218</guid>
		<description><![CDATA[I'm begining to redesign my portfolio. I'm basing it on the 960 grid system. I've placed an notice on my site which has the basic color scheme of things at the moment. The typography needs further work, but I'll leave it for the moment.
I'll be pixel obsessing for a while. First thing's first, I found [...]


Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/seo/learning-seo' rel='bookmark' title='Permanent Link: SEO &#8211; On Page Optimizations'>SEO &#8211; On Page Optimizations</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-how-to-create-the-web-20-look-in-photoshop' rel='bookmark' title='Permanent Link: Web Design &#8211; Creating the Web 2.0 Look'>Web Design &#8211; Creating the Web 2.0 Look</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-typography' rel='bookmark' title='Permanent Link: Web Design &#8211; Typography'>Web Design &#8211; Typography</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I'm begining to redesign my <a href="http://wwww.michaeldoyle.eu" target="_blank">portfolio</a>. I'm basing it on the <a href="http://960.gs/" target="_blank">960 grid system</a>. I've placed an notice on my site which has the basic color scheme of things at the moment. The typography needs further work, but I'll leave it for the moment.</p>
<p>I'll be pixel obsessing for a while. First thing's first, I found a good article on the size of headers in web pages:</p>
<p><a href="http://desizntech.info/2009/03/how-improtant-the-header-is/" target="_blank">http://desizntech.info/2009/03/how-improtant-the-header-is/</a></p>


<p>Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/seo/learning-seo' rel='bookmark' title='Permanent Link: SEO &#8211; On Page Optimizations'>SEO &#8211; On Page Optimizations</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-how-to-create-the-web-20-look-in-photoshop' rel='bookmark' title='Permanent Link: Web Design &#8211; Creating the Web 2.0 Look'>Web Design &#8211; Creating the Web 2.0 Look</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-typography' rel='bookmark' title='Permanent Link: Web Design &#8211; Typography'>Web Design &#8211; Typography</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://michaeldoyle.eu/blog/web/design-web-page-headers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS &#8211; Styling Forms</title>
		<link>http://michaeldoyle.eu/blog/web/css-styling-forms</link>
		<comments>http://michaeldoyle.eu/blog/web/css-styling-forms#comments</comments>
		<pubDate>Wed, 10 Jun 2009 14:50:03 +0000</pubDate>
		<dc:creator>Michael Doyle</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[form]]></category>

		<guid isPermaLink="false">http://michaeldoyle.eu/blog/?p=211</guid>
		<description><![CDATA[Found a great resource listing different articles and tutorials on how to style HTML forms using CSS.
http://socialcmsbuzz.com/40-css-web-form-style-tutorials-for-web-developers-14082008/


Related posts:Web Development &#8211; Developing from a PS design
Web Design &#8211; Creating the Web 2.0 Look
Web Testing &#8211; Fixing Layout Problems in IE



Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/web-development-developing-from-a-ps-design' rel='bookmark' title='Permanent Link: Web Development &#8211; Developing from a PS design'>Web Development &#8211; Developing from a PS design</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-how-to-create-the-web-20-look-in-photoshop' rel='bookmark' title='Permanent Link: Web Design &#8211; Creating the Web 2.0 Look'>Web Design &#8211; Creating the Web 2.0 Look</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-testing-fixing-layout-problems-in-ie' rel='bookmark' title='Permanent Link: Web Testing &#8211; Fixing Layout Problems in IE'>Web Testing &#8211; Fixing Layout Problems in IE</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Found a great resource listing different articles and tutorials on how to style HTML forms using CSS.</p>
<p><a href="http://socialcmsbuzz.com/40-css-web-form-style-tutorials-for-web-developers-14082008/" target="_blank">http://socialcmsbuzz.com/40-css-web-form-style-tutorials-for-web-developers-14082008/</a></p>


<p>Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/web-development-developing-from-a-ps-design' rel='bookmark' title='Permanent Link: Web Development &#8211; Developing from a PS design'>Web Development &#8211; Developing from a PS design</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-how-to-create-the-web-20-look-in-photoshop' rel='bookmark' title='Permanent Link: Web Design &#8211; Creating the Web 2.0 Look'>Web Design &#8211; Creating the Web 2.0 Look</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-testing-fixing-layout-problems-in-ie' rel='bookmark' title='Permanent Link: Web Testing &#8211; Fixing Layout Problems in IE'>Web Testing &#8211; Fixing Layout Problems in IE</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://michaeldoyle.eu/blog/web/css-styling-forms/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Development &#8211; Developing from a PS design</title>
		<link>http://michaeldoyle.eu/blog/web/web-development-developing-from-a-ps-design</link>
		<comments>http://michaeldoyle.eu/blog/web/web-development-developing-from-a-ps-design#comments</comments>
		<pubDate>Tue, 09 Jun 2009 15:00:55 +0000</pubDate>
		<dc:creator>Michael Doyle</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://michaeldoyle.eu/blog/?p=200</guid>
		<description><![CDATA[I mentioned previously that sixrevisions.com gave a good tutorial on how to create the Web 2.0 look in photoshop. They've now followed up on that article with a tutorial on how to code it in CSS and XHTML.
http://sixrevisions.com/tutorials/web-development-tutorials/coding-a-clean-web-20-style-web-design-from-photoshop/
One concern about this tutorial is the heavy reliance on images for the design rather than CSS.


Related posts:Web [...]


Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/web-design-how-to-create-the-web-20-look-in-photoshop' rel='bookmark' title='Permanent Link: Web Design &#8211; Creating the Web 2.0 Look'>Web Design &#8211; Creating the Web 2.0 Look</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-development-inishross-house' rel='bookmark' title='Permanent Link: Web Development &#8211; Inishross House'>Web Development &#8211; Inishross House</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-inspiration-5' rel='bookmark' title='Permanent Link: Web Design &#8211; Inspiration'>Web Design &#8211; Inspiration</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I <a href="http://michaeldoyle.eu/blog/?p=182">mentioned previously</a> that <a href="http://sixrevisions.com/" target="_blank">sixrevisions.com</a> gave a good tutorial on how to create the Web 2.0 look in photoshop. They've now followed up on that article with a tutorial on how to code it in CSS and XHTML.</p>
<p><a href="http://sixrevisions.com/tutorials/web-development-tutorials/coding-a-clean-web-20-style-web-design-from-photoshop/" target="_blank">http://sixrevisions.com/tutorials/web-development-tutorials/coding-a-clean-web-20-style-web-design-from-photoshop/</a></p>
<p>One concern about this tutorial is the heavy reliance on images for the design rather than CSS.</p>


<p>Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/web-design-how-to-create-the-web-20-look-in-photoshop' rel='bookmark' title='Permanent Link: Web Design &#8211; Creating the Web 2.0 Look'>Web Design &#8211; Creating the Web 2.0 Look</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-development-inishross-house' rel='bookmark' title='Permanent Link: Web Development &#8211; Inishross House'>Web Development &#8211; Inishross House</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-inspiration-5' rel='bookmark' title='Permanent Link: Web Design &#8211; Inspiration'>Web Design &#8211; Inspiration</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://michaeldoyle.eu/blog/web/web-development-developing-from-a-ps-design/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS &#8211; Improving Typography</title>
		<link>http://michaeldoyle.eu/blog/web/css-improving-typography</link>
		<comments>http://michaeldoyle.eu/blog/web/css-improving-typography#comments</comments>
		<pubDate>Fri, 15 May 2009 17:15:38 +0000</pubDate>
		<dc:creator>Michael Doyle</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://michaeldoyle.eu/blog/?p=139</guid>
		<description><![CDATA[AisleOne have a great article on how to improve typography on the web using a simple few steps.
http://www.aisleone.net/2009/design/8-ways-to-improve-your-typography/


Related posts:Web Design &#8211; Typography
Design &#8211; Web Page Headers
Web Testing &#8211; Fixing Layout Problems in IE



Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/web-design-typography' rel='bookmark' title='Permanent Link: Web Design &#8211; Typography'>Web Design &#8211; Typography</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/design-web-page-headers' rel='bookmark' title='Permanent Link: Design &#8211; Web Page Headers'>Design &#8211; Web Page Headers</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-testing-fixing-layout-problems-in-ie' rel='bookmark' title='Permanent Link: Web Testing &#8211; Fixing Layout Problems in IE'>Web Testing &#8211; Fixing Layout Problems in IE</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>AisleOne have a great article on how to improve typography on the web using a simple few steps.</p>
<p><a href="http://www.aisleone.net/2009/design/8-ways-to-improve-your-typography/" target="_blank">http://www.aisleone.net/2009/design/8-ways-to-improve-your-typography/</a></p>


<p>Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/web-design-typography' rel='bookmark' title='Permanent Link: Web Design &#8211; Typography'>Web Design &#8211; Typography</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/design-web-page-headers' rel='bookmark' title='Permanent Link: Design &#8211; Web Page Headers'>Design &#8211; Web Page Headers</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-testing-fixing-layout-problems-in-ie' rel='bookmark' title='Permanent Link: Web Testing &#8211; Fixing Layout Problems in IE'>Web Testing &#8211; Fixing Layout Problems in IE</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://michaeldoyle.eu/blog/web/css-improving-typography/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS &#8211; 20 Helpful Websites</title>
		<link>http://michaeldoyle.eu/blog/web/20-helpful-css-websites</link>
		<comments>http://michaeldoyle.eu/blog/web/20-helpful-css-websites#comments</comments>
		<pubDate>Thu, 30 Apr 2009 23:10:38 +0000</pubDate>
		<dc:creator>Michael Doyle</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://michaeldoyle.eu/blog/?p=73</guid>
		<description><![CDATA[A list of 20 websites to master CSS


Related posts:CSS &#8211; Improving Typography
Web Design &#8211; Inspiration
CSS &#8211; CSS Reset



Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/css-improving-typography' rel='bookmark' title='Permanent Link: CSS &#8211; Improving Typography'>CSS &#8211; Improving Typography</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-inspiration-2' rel='bookmark' title='Permanent Link: Web Design &#8211; Inspiration'>Web Design &#8211; Inspiration</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/css-reset' rel='bookmark' title='Permanent Link: CSS &#8211; CSS Reset'>CSS &#8211; CSS Reset</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://sixrevisions.com/css/20_websites_learn_master_css/" target="_blank">A list of 20 websites to master CSS</a></p>


<p>Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/css-improving-typography' rel='bookmark' title='Permanent Link: CSS &#8211; Improving Typography'>CSS &#8211; Improving Typography</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-inspiration-2' rel='bookmark' title='Permanent Link: Web Design &#8211; Inspiration'>Web Design &#8211; Inspiration</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/css-reset' rel='bookmark' title='Permanent Link: CSS &#8211; CSS Reset'>CSS &#8211; CSS Reset</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://michaeldoyle.eu/blog/web/20-helpful-css-websites/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS &#8211; CSS Reset</title>
		<link>http://michaeldoyle.eu/blog/web/css-reset</link>
		<comments>http://michaeldoyle.eu/blog/web/css-reset#comments</comments>
		<pubDate>Thu, 30 Apr 2009 16:59:07 +0000</pubDate>
		<dc:creator>Michael Doyle</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[broswer issues]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[css reset]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[reset]]></category>

		<guid isPermaLink="false">http://michaeldoyle.eu/blog/?p=70</guid>
		<description><![CDATA[There are many hacks to get past cross-browser compatibility problems. I've run into way too many of them, even though I regularly check sites in both IE and FF. One of the reasons for the problems is that some browsers add padding and margin sizes to certain elements. To remove this Yahoo has a utility [...]


Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/web-design-typography' rel='bookmark' title='Permanent Link: Web Design &#8211; Typography'>Web Design &#8211; Typography</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/css-improving-typography' rel='bookmark' title='Permanent Link: CSS &#8211; Improving Typography'>CSS &#8211; Improving Typography</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/design-web-page-headers' rel='bookmark' title='Permanent Link: Design &#8211; Web Page Headers'>Design &#8211; Web Page Headers</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>There are many hacks to get past cross-browser compatibility problems. I've run into way too many of them, even though I regularly check sites in both IE and FF. One of the reasons for the problems is that some browsers add padding and margin sizes to certain elements. To remove this Yahoo has a utility called <a href="http://developer.yahoo.com/yui/reset/" target="_blank">Reset CSS</a>. IT removes all added borders, margins, everything to level the playing field so you can precisely define how you want elements defined without anything added by a browser.</p>
<p>UPDATE: After reading some of the comments and advise on resetting, a lot of people have highly recommended <a href="http://meyerweb.com/eric/tools/css/reset/" target="_blank">Eric Meyer's CSS Reset stylesheet</a>.</p>


<p>Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/web-design-typography' rel='bookmark' title='Permanent Link: Web Design &#8211; Typography'>Web Design &#8211; Typography</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/css-improving-typography' rel='bookmark' title='Permanent Link: CSS &#8211; Improving Typography'>CSS &#8211; Improving Typography</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/design-web-page-headers' rel='bookmark' title='Permanent Link: Design &#8211; Web Page Headers'>Design &#8211; Web Page Headers</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://michaeldoyle.eu/blog/web/css-reset/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS &#8211; Web Text Visualizers</title>
		<link>http://michaeldoyle.eu/blog/web/css-font-and-text-style-wizard</link>
		<comments>http://michaeldoyle.eu/blog/web/css-font-and-text-style-wizard#comments</comments>
		<pubDate>Thu, 30 Apr 2009 16:28:36 +0000</pubDate>
		<dc:creator>Michael Doyle</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Fonts]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://michaeldoyle.eu/blog/?p=58</guid>
		<description><![CDATA[CSS Font and Text Style Wizard is a handy online tool that shows you the different font attributes in CSS and shows how they affect text.
Typetester is a similar tool, but with further functionality.


Related posts:Fonts &#8211; Web Safe
Windows Font Explorer
Design &#8211; Choosing Web Fonts



Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/web-safe-fonts' rel='bookmark' title='Permanent Link: Fonts &#8211; Web Safe'>Fonts &#8211; Web Safe</a></li>
<li><a href='http://michaeldoyle.eu/blog/graphic-design/windows-font-explorer' rel='bookmark' title='Permanent Link: Windows Font Explorer'>Windows Font Explorer</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/design-choosing-web-fonts' rel='bookmark' title='Permanent Link: Design &#8211; Choosing Web Fonts'>Design &#8211; Choosing Web Fonts</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.somacon.com/p334.php">CSS Font and Text Style Wizard</a> is a handy online tool that shows you the different font attributes in CSS and shows how they affect text.<br />
<a href="http://www.somacon.com/p334.php" target="_blank">Typetester</a> is a similar tool, but with further functionality.</p>


<p>Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/web-safe-fonts' rel='bookmark' title='Permanent Link: Fonts &#8211; Web Safe'>Fonts &#8211; Web Safe</a></li>
<li><a href='http://michaeldoyle.eu/blog/graphic-design/windows-font-explorer' rel='bookmark' title='Permanent Link: Windows Font Explorer'>Windows Font Explorer</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/design-choosing-web-fonts' rel='bookmark' title='Permanent Link: Design &#8211; Choosing Web Fonts'>Design &#8211; Choosing Web Fonts</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://michaeldoyle.eu/blog/web/css-font-and-text-style-wizard/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS &#8211; CSS Sprites</title>
		<link>http://michaeldoyle.eu/blog/web/css-sprites</link>
		<comments>http://michaeldoyle.eu/blog/web/css-sprites#comments</comments>
		<pubDate>Tue, 28 Apr 2009 20:27:50 +0000</pubDate>
		<dc:creator>Michael Doyle</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[loadtime]]></category>
		<category><![CDATA[requests]]></category>
		<category><![CDATA[rollover]]></category>
		<category><![CDATA[sprite]]></category>
		<category><![CDATA[sprites]]></category>

		<guid isPermaLink="false">http://michaeldoyle.eu/blog/?p=53</guid>
		<description><![CDATA[I remember when I used to do the old javascript onMouseOver and onMouseOut to get those amazing image rollover buttons to work. That was back when I had a 56k connection, and normally I rolled over a button and waited for it to load to see it's rollover state. Those days are long gone thanks [...]


Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/web-development-developing-from-a-ps-design' rel='bookmark' title='Permanent Link: Web Development &#8211; Developing from a PS design'>Web Development &#8211; Developing from a PS design</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-how-to-create-the-web-20-look-in-photoshop' rel='bookmark' title='Permanent Link: Web Design &#8211; Creating the Web 2.0 Look'>Web Design &#8211; Creating the Web 2.0 Look</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/css-styling-forms' rel='bookmark' title='Permanent Link: CSS &#8211; Styling Forms'>CSS &#8211; Styling Forms</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I remember when I used to do the old javascript onMouseOver and onMouseOut to get those amazing image rollover buttons to work. That was back when I had a 56k connection, and normally I rolled over a button and waited for it to load to see it's rollover state. Those days are long gone thanks to CSS sprites.<br />
Basically, say you have one rollover button and want to have 3 states for it, normal, hover and active. You create 1 image file with each of these images in the one file. Then you specify (in CSS) what co-ordinates of the image to go to based on the mouse state.<br />
So you have one image file loaded when the page is accessed, only one http request and less resource usage.<br />
Here's the <a href="http://www.smashingmagazine.com/2009/04/27/the-mystery-of-css-sprites-techniques-tools-and-tutorials/" target="_blank">smashing magazine article </a>explaining everything you need to know.</p>


<p>Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/web-development-developing-from-a-ps-design' rel='bookmark' title='Permanent Link: Web Development &#8211; Developing from a PS design'>Web Development &#8211; Developing from a PS design</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-how-to-create-the-web-20-look-in-photoshop' rel='bookmark' title='Permanent Link: Web Design &#8211; Creating the Web 2.0 Look'>Web Design &#8211; Creating the Web 2.0 Look</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/css-styling-forms' rel='bookmark' title='Permanent Link: CSS &#8211; Styling Forms'>CSS &#8211; Styling Forms</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://michaeldoyle.eu/blog/web/css-sprites/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

