<?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>pilmore, lee &#187; CSS</title>
	<atom:link href="http://www.pilmore.co.uk/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pilmore.co.uk</link>
	<description>two thousand and eight</description>
	<lastBuildDate>Wed, 12 Aug 2009 07:17:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>12 most used CSS tricks</title>
		<link>http://www.pilmore.co.uk/2008/04/03/12-most-used-css-tricks/</link>
		<comments>http://www.pilmore.co.uk/2008/04/03/12-most-used-css-tricks/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 08:55:38 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Markup]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2008/04/03/12-most-used-css-tricks/</guid>
		<description><![CDATA[Article from StylizedWeb (Dejan Cancarevic) listing 12 most used tips and tricks with our friend CSS.  There are two that never occured to me (5 and 6) which could well be useful, so my thanks to Dejan.
]]></description>
			<content:encoded><![CDATA[<p>Article from <a href="http://stylizedweb.com/">StylizedWeb</a> (Dejan Cancarevic) listing <a href="http://stylizedweb.com/2008/03/12/most-used-css-tricks/">12 most used tips and tricks</a> with our friend CSS.  There are two that never occured to me (5 and 6) which could well be useful, so my thanks to Dejan.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2008/04/03/12-most-used-css-tricks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Vertically center content with CSS</title>
		<link>http://www.pilmore.co.uk/2008/02/12/vertically-center-content-with-css/</link>
		<comments>http://www.pilmore.co.uk/2008/02/12/vertically-center-content-with-css/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 08:48:04 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2008/02/12/vertically-center-content-with-css/</guid>
		<description><![CDATA[An interesting way of vertically centering content, using just CSS {display: table;}. A few &#60;div&#62;&#8217;s are required with one extra to accomodate IE but it seems to work nicely.  I haven&#8217;t fully browser checked it out but thanks Vdot Media.
]]></description>
			<content:encoded><![CDATA[<p>An interesting way of <a href="http://www.vdotmedia.com/blog/vertically-center-content-with-css/">vertically centering content</a>, using just CSS <code>{display: table;}</code>. A few <code>&lt;div&gt;</code>&#8217;s are required with one extra to accomodate IE but it seems to work nicely.  I haven&#8217;t fully browser checked it out but thanks <a title="Their blog" href="http://www.vdotmedia.com/blog/">Vdot Media</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2008/02/12/vertically-center-content-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The resurrection of downloadable Web fonts</title>
		<link>http://www.pilmore.co.uk/2007/10/09/the-resurrection-of-downloadable-web-fonts/</link>
		<comments>http://www.pilmore.co.uk/2007/10/09/the-resurrection-of-downloadable-web-fonts/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 09:16:40 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Typography]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2007/10/09/the-resurrection-of-downloadable-web-fonts/</guid>
		<description><![CDATA[Neat overview of the @font-face  for downloadable web fonts by Roger Johansson inspired by Håkon Wium Lie’s article CSS @ Ten: The Next Big Thing, published at A List Apart in August this year.
]]></description>
			<content:encoded><![CDATA[<p>Neat overview of the <code>@font-face</code>  for <a href="http://www.456bereastreet.com/archive/200710/the_resurrection_of_downloadable_web_fonts/">downloadable web fonts by Roger Johansson</a> inspired by Håkon Wium Lie’s article <a href="http://www.alistapart.com/articles/cssatten">CSS @ Ten: The Next Big Thing</a>, published at A List Apart in August this year.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2007/10/09/the-resurrection-of-downloadable-web-fonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seven Smooth Steps to Superb Grids</title>
		<link>http://www.pilmore.co.uk/2007/10/03/seven-smooth-steps-to-superb-grids/</link>
		<comments>http://www.pilmore.co.uk/2007/10/03/seven-smooth-steps-to-superb-grids/#comments</comments>
		<pubDate>Wed, 03 Oct 2007 11:06:02 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2007/10/03/seven-smooth-steps-to-superb-grids/</guid>
		<description><![CDATA[One of the new trends among web designers has to be grid design. While grid design is a simple concept, there are now so many tools and ways of doing it that it might get confusing for newcomers. So here is my Sacha Greifs way of doing things, i.e. how Sacha would explain grid design [...]]]></description>
			<content:encoded><![CDATA[<p>One of the new trends among web designers has to be grid design. While grid design is a simple concept, there are now so many tools and ways of doing it that it might get confusing for newcomers. So here is <em><strike>my</strike> <a href="http://www.sachagreif.com/">Sacha Greifs</a> </em>way of doing things, i.e. how Sacha would <a href="http://www.sachagreif.com/blog/seven-smooth-steps-to-superb-grids/" title=" Seven Smooth Steps to Superb Grids">explain grid design</a> to someone who’s never heard about it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2007/10/03/seven-smooth-steps-to-superb-grids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a timed stylesheet using PHP</title>
		<link>http://www.pilmore.co.uk/2007/09/18/create-a-timed-stylesheet-using-php/</link>
		<comments>http://www.pilmore.co.uk/2007/09/18/create-a-timed-stylesheet-using-php/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 07:25:40 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2007/09/18/create-a-timed-stylesheet-using-php/</guid>
		<description><![CDATA[My thanks to Harry Roberts for this little article on creating a timed stylesheet using PHP.
Basically this tiny PHP script will show you how to make a stylesheet switch depending on the time of day, similar to the one found here.
]]></description>
			<content:encoded><![CDATA[<p>My thanks to Harry Roberts for this little article on <a href="http://www.prdesign-studio.co.uk/HarryRoberts/index.php?2007/09/10/08/15/29-create-a-timed-stylesheet-using-php">creating a timed stylesheet using PHP</a>.</p>
<blockquote><p>Basically this tiny PHP script will show you how to make a stylesheet switch depending on the time of day, similar to the one found <a href="http://www.leemunroe.com/">here</a>.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2007/09/18/create-a-timed-stylesheet-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Styling file inputs with CSS and the DOM</title>
		<link>http://www.pilmore.co.uk/2007/09/12/styling-file-inputs-with-css-and-the-dom/</link>
		<comments>http://www.pilmore.co.uk/2007/09/12/styling-file-inputs-with-css-and-the-dom/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 12:21:22 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[UI / Usability]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2007/09/12/styling-file-inputs-with-css-and-the-dom/</guid>
		<description><![CDATA[File inputs (&#60;input type="file" /&#62;) are the bane of beautiful form design. No rendering engine provides the granular control over their presentation designers desire.
This simple, three-part progressive enhancement provides the markup, CSS, and JavaScript to address the long-standing irritation.
This solution is known to work in:

IE 5.5+
Firefox 1.5+
Safari 2+

Shaun Inman, we salute you.
]]></description>
			<content:encoded><![CDATA[<p>File inputs (<code>&lt;input type="file" /&gt;</code>) are the bane of beautiful form design. No rendering engine provides the granular control over their presentation designers desire.</p>
<p><a title="Styling file inputs with CSS and the DOM" href="http://www.shauninman.com/archive/2007/09/10/styling_file_inputs_with_css_and_the_dom">This simple, three-part progressive enhancement</a> provides the markup, CSS, and JavaScript to address the long-standing irritation.</p>
<p>This solution is known to work in:</p>
<ul>
<li>IE 5.5+</li>
<li>Firefox 1.5+</li>
<li>Safari 2+</li>
</ul>
<p><a href="http://www.shauninman.com">Shaun Inman</a>, we salute you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2007/09/12/styling-file-inputs-with-css-and-the-dom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New elements in HTML 5</title>
		<link>http://www.pilmore.co.uk/2007/08/10/new-elements-in-html-5/</link>
		<comments>http://www.pilmore.co.uk/2007/08/10/new-elements-in-html-5/#comments</comments>
		<pubDate>Fri, 10 Aug 2007 07:44:44 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Markup]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2007/08/10/new-elements-in-html-5/</guid>
		<description><![CDATA[ Hypertext Markup Language (HTML) 5 introduces new elements to HTML       for the first time since the last millennium. New structural elements include aside, figure, and section.
New inline elements include time,       meter, and progress. New embedding elements include video and audio. New interactive [...]]]></description>
			<content:encoded><![CDATA[<p> Hypertext Markup Language <a href="http://www.ibm.com/developerworks/library/x-html5/?ca=dgr-lnxw01NewHTML" title="New elements in HTML 5">(HTML) 5 introduces new elements to HTML</a>       for the first time since the last millennium. New structural elements include <code>aside</code>, <code>figure</code>, and <code>section</code>.</p>
<p>New inline elements include <code>time</code>,       <code>meter</code>, and <code>progress</code>. New embedding elements include <code>video</code> and <code>audio</code>. New interactive elements include <code>details</code>, <code>datagrid</code>, and <code>command</code>.</p>
<p>HTML 5 is part of the future of the Web. Its new elements enable clearer, simpler markup that makes pages more obvious. <code>Div</code> and <code>span</code> still have their places, but those places are much more restricted than they used to be. Many pages will no longer need to use them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2007/08/10/new-elements-in-html-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compatibility table: CSS3 Selectors</title>
		<link>http://www.pilmore.co.uk/2007/07/23/compatibility-table-css3-selectors/</link>
		<comments>http://www.pilmore.co.uk/2007/07/23/compatibility-table-css3-selectors/#comments</comments>
		<pubDate>Mon, 23 Jul 2007 07:55:21 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Markup]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2007/07/23/compatibility-table-css3-selectors/</guid>
		<description><![CDATA[The CSS3 Info compatibility table.
A few CSS3 selectors are already making their way into modern web browsers. Of the browsers tested thus far, Konqueror is the clear leader in implementation, with the Gecko (Mozilla, etc) engine not too far behind.
]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.css3.info/modules/selector-compat">CSS3 Info compatibility table</a>.</p>
<p>A few CSS3 selectors are already making their way into modern web browsers. Of the browsers tested thus far, <a href="http://www.konqueror.org/">Konqueror</a> is the clear leader in implementation, with the Gecko (Mozilla, etc) engine not too far behind.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2007/07/23/compatibility-table-css3-selectors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Avoid HTML form spam using CSS</title>
		<link>http://www.pilmore.co.uk/2007/07/20/avoid-html-form-spam-using-css/</link>
		<comments>http://www.pilmore.co.uk/2007/07/20/avoid-html-form-spam-using-css/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 07:44:34 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Markup]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2007/07/20/avoid-html-form-spam-using-css/</guid>
		<description><![CDATA[So simple we laughed out loud! A very short article and answer to a big problem by Klaus Kjeldsen on using CSS to stop the spam.
The basic idea is to make an extra dummy input text field in your form, and using CSS to make it invisible to the real human users.
Thereby, if a post [...]]]></description>
			<content:encoded><![CDATA[<p>So simple we laughed out loud! A very short article and answer to a big problem by <a href="http://klauskjeldsen.dk/2007/07/19/avoid-html-form-spam-using-css/">Klaus Kjeldsen on using CSS to stop the spam</a>.</p>
<p>The basic idea is to make an extra dummy input text field in your form, and using CSS to make it invisible to the real human users.</p>
<p>Thereby, if a post is sent to your php script handling the request and this extra text field contains information, you know that the submit must be spam, and the script can ignore the post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2007/07/20/avoid-html-form-spam-using-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15 of the Best CSS Zen Garden Designs</title>
		<link>http://www.pilmore.co.uk/2007/06/13/15-of-the-best-css-zen-garden-designs/</link>
		<comments>http://www.pilmore.co.uk/2007/06/13/15-of-the-best-css-zen-garden-designs/#comments</comments>
		<pubDate>Wed, 13 Jun 2007 15:09:22 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2007/06/13/15-of-the-best-css-zen-garden-designs/</guid>
		<description><![CDATA[Some really nice choices from the Zen Garden phenomenon.
]]></description>
			<content:encoded><![CDATA[<p>Some <a href="http://tutorialblog.org/15-of-the-best-css-zengarden-designs/">really nice choices</a> from the <a href="http://www.csszengarden.com">Zen Garden</a> phenomenon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2007/06/13/15-of-the-best-css-zen-garden-designs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>456 &#8211; Bulletproof shrinkwrapping buttons</title>
		<link>http://www.pilmore.co.uk/2007/05/23/456-bulletproof-shrinkwrapping-buttons/</link>
		<comments>http://www.pilmore.co.uk/2007/05/23/456-bulletproof-shrinkwrapping-buttons/#comments</comments>
		<pubDate>Wed, 23 May 2007 07:05:43 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Markup]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2007/05/23/456-bulletproof-shrinkwrapping-buttons/</guid>
		<description><![CDATA[This is a demo document for the technique described in the article Creating bulletproof graphic link buttons with CSS.
A successfull bulletproof image-based button should:

Automatically grow horizontally to fit any amount of text
Grow horizontally and vertically if text size is increased or if the text wraps to multiple lines
Retain its appearance within reasonable limits
Be able to [...]]]></description>
			<content:encoded><![CDATA[<p>This is a demo document for the technique described in the article <a href="http://www.456bereastreet.com/archive/200705/creating_bulletproof_graphic_link_buttons_with_css/">Creating bulletproof graphic link buttons with CSS</a>.</p>
<p>A successfull bulletproof image-based button should:</p>
<ul>
<li>Automatically grow horizontally to fit any amount of text</li>
<li>Grow horizontally and vertically if text size is increased or if the text wraps to multiple lines</li>
<li>Retain its appearance within reasonable limits</li>
<li>Be able to have rounded (or other non-square) corners</li>
<li>Have no unclickable areas</li>
<li>Be readable when images are disabled</li>
</ul>
<p>A bag-full of mark-up required but pretty neat.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2007/05/23/456-bulletproof-shrinkwrapping-buttons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rediscovering the button element</title>
		<link>http://www.pilmore.co.uk/2007/05/16/rediscovering-the-button-element/</link>
		<comments>http://www.pilmore.co.uk/2007/05/16/rediscovering-the-button-element/#comments</comments>
		<pubDate>Wed, 16 May 2007 06:11:10 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Markup]]></category>
		<category><![CDATA[UI / Usability]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2007/05/16/rediscovering-the-button-element/</guid>
		<description><![CDATA[When dealing with form elements, the biggest loser of them all in the battle for a standardised look is the infamous Submit button. Let us not ignore this! This is just how they decided to handle things at Wufoo.
]]></description>
			<content:encoded><![CDATA[<p>When dealing with form elements, the biggest loser of them all in the battle for a standardised look is the infamous Submit button. <a href="http://particletree.com/features/rediscovering-the-button-element/">Let us not ignore this</a>! This is just how they decided to handle things at Wufoo.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2007/05/16/rediscovering-the-button-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reworked CSS Reset</title>
		<link>http://www.pilmore.co.uk/2007/04/17/reworked-css-reset/</link>
		<comments>http://www.pilmore.co.uk/2007/04/17/reworked-css-reset/#comments</comments>
		<pubDate>Tue, 17 Apr 2007 14:22:35 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2007/04/17/reworked-css-reset/</guid>
		<description><![CDATA[Eric Meyers  latest version of the “baseline” style sheet. Nice and neat. Nice and tidy.
]]></description>
			<content:encoded><![CDATA[<p>Eric Meyers  latest version of the “<a href="http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/">baseline” style sheet</a>. Nice and neat. Nice and tidy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2007/04/17/reworked-css-reset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Type on the Web to a Baseline Grid</title>
		<link>http://www.pilmore.co.uk/2007/04/10/setting-type-on-the-web-to-a-baseline-grid/</link>
		<comments>http://www.pilmore.co.uk/2007/04/10/setting-type-on-the-web-to-a-baseline-grid/#comments</comments>
		<pubDate>Tue, 10 Apr 2007 06:26:45 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2007/04/10/setting-type-on-the-web-to-a-baseline-grid/</guid>
		<description><![CDATA[Article from Wilson Miner on A List Apart. At some point as designers we have to strike a balance between creating pixel-perfect layouts and infinitely flexible ones.
Stop with the scrappy type and set it down to a baseline, man.
]]></description>
			<content:encoded><![CDATA[<p>Article from <em>Wilson Miner</em> on A List Apart. At some point as designers we have to strike a balance between creating pixel-perfect layouts and infinitely flexible ones.</p>
<p>Stop with the scrappy type and <a href="http://www.alistapart.com/articles/settingtypeontheweb">set it down to a baseline</a>, man.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2007/04/10/setting-type-on-the-web-to-a-baseline-grid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A finalist in the SXSW Web Awards</title>
		<link>http://www.pilmore.co.uk/2007/02/02/a-finalist-in-the-sxsw-web-awards/</link>
		<comments>http://www.pilmore.co.uk/2007/02/02/a-finalist-in-the-sxsw-web-awards/#comments</comments>
		<pubDate>Fri, 02 Feb 2007 17:42:04 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Noted life]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2007/02/02/a-finalist-in-the-sxsw-web-awards/</guid>
		<description><![CDATA[No, not this site but the redesign of Kettering Borough Councils website, which went live mid may, 2006. I&#8217;m pleased as punch, if not a little shocked, to be in the finals of the CSS category, which I quote:
Showcases sites that push the boundaries of CSS coding technology, bringing together top-notch design and content with [...]]]></description>
			<content:encoded><![CDATA[<p>No, not this site but the redesign of <a href="http://www.kettering.gov.uk">Kettering Borough Council</a>s website, which went live mid may, 2006. I&#8217;m pleased as punch, if not a little shocked, to be in the finals of the <a href="http://2007.sxsw.com/interactive/web_awards/finalists/" title="SXSW Web Awards Finalists">CSS category</a>, which I quote:</p>
<blockquote><p>Showcases sites that push the boundaries of CSS coding technology, bringing together top-notch design and content with standards compliant and accessible code.</p></blockquote>
<p>The 10th Annual <a href="http://2007.sxsw.com/interactive/web_awards/" title="SXSW Web Awards">SXSW Web Awards</a> uncover the best new websites and celebrate those who are building and implementing tomorrow&#8217;s online trends, well that&#8217;s what they say and who am I to argue?</p>
<p>This is something else, isn&#8217;t it?!</p>
<p>This means that I (or <a href="http://www.jadu.co.uk/sxsw">Jadu</a> rather) receive two complimentary registrations to attend SXSW Interactive Festival in Austin, Texas. Although there&#8217;s not a <em>hope in hell</em> I can afford to go to the US and take up the offer.</p>
<p>Winners in all categories will be announced at the 10th Annual SXSW Web Awards Ceremony, presented by <a href="http://www.adobe.com/" title="Adobe">Adobe</a> on Sunday 11th March.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2007/02/02/a-finalist-in-the-sxsw-web-awards/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dynamic CSS Style-Sheets and Web Design</title>
		<link>http://www.pilmore.co.uk/2007/02/01/dynamic-php-driven-css-style-sheets-web-design/</link>
		<comments>http://www.pilmore.co.uk/2007/02/01/dynamic-php-driven-css-style-sheets-web-design/#comments</comments>
		<pubDate>Thu, 01 Feb 2007 09:15:51 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Markup]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2007/02/01/dynamic-php-driven-css-style-sheets-web-design/</guid>
		<description><![CDATA[Can you imagine running a website with hundreds of pages off pure, static, html? Without a single bit of server-side code? No PHP, Perl, Ruby, or even SHTML? What about a site with hundreds of thousands of pages? or millions? Of course not.
So why do you put up with static CSS files then?!
Not only is [...]]]></description>
			<content:encoded><![CDATA[<p>Can you imagine running a website with hundreds of pages off pure, static, html? Without a <em>single </em>bit of server-side code? No PHP, Perl, Ruby, or even SHTML? What about a site with hundreds of thousands of pages? or millions? Of course not.</p>
<p><strong>So why do you put up with static CSS files then?!</strong></p>
<p>Not only is Web 2.0 not just about looks, it’s also originally about clean code and putting the power of design in the hands of the coder.</p>
<p>We have no idea why it’s taken so long for this to get through, but for some reason, people still aren’t getting it. Dynamic web languages exist for a reason. Use them. <strong>Everywhere.</strong></p>
<p>- from the NeoSmart files, <a href="http://neosmart.net/blog/2006/dynamic-php-driven-css-style-sheets-web-design/" title="Dynamic (PHP-Driven) CSS Style-Sheets &amp; Web Design">Dynamic CSS Style-Sheets and Web Design</a>. A new door opens, thanks NeoSmart for such a great article.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2007/02/01/dynamic-php-driven-css-style-sheets-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five CSS tricks that repeatedly saved my arse, why need more?</title>
		<link>http://www.pilmore.co.uk/2007/01/24/five-css-tricks-that-repeatedly-saved-my-arse-why-need-more/</link>
		<comments>http://www.pilmore.co.uk/2007/01/24/five-css-tricks-that-repeatedly-saved-my-arse-why-need-more/#comments</comments>
		<pubDate>Wed, 24 Jan 2007 09:29:22 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Markup]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2007/01/24/five-css-tricks-that-repeatedly-saved-my-arse-why-need-more/</guid>
		<description><![CDATA[Chris Heilmann gives us &#8216;five CSS tricks that repeatedly saved his arse&#8216;. Good tricks they are.
They include: Reseting white space or cross-browser normalization, Making the absolute relative, Containing the float and The off-left technique.
]]></description>
			<content:encoded><![CDATA[<p>Chris Heilmann gives us &#8216;<a href="http://www.wait-till-i.com/index.php?p=385" title="Five CSS tricks that repeatedly saved my arse, why need more?">five CSS tricks that repeatedly saved his arse</a>&#8216;. Good tricks they are.</p>
<p>They include: <a href="http://www.pilmore.co.uk/2006/09/06/reset-your-css/" title="Reseting white space">Reseting white space</a> or cross-browser normalization, Making the absolute relative, Containing the float and The off-left technique.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2007/01/24/five-css-tricks-that-repeatedly-saved-my-arse-why-need-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS 3 selectors explained</title>
		<link>http://www.pilmore.co.uk/2007/01/02/css-3-selectors-explained/</link>
		<comments>http://www.pilmore.co.uk/2007/01/02/css-3-selectors-explained/#comments</comments>
		<pubDate>Tue, 02 Jan 2007 11:50:25 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2007/01/02/css-3-selectors-explained/</guid>
		<description><![CDATA[A quick overview (right!) of the selectors that are new in CSS 3 from Roger Johansson.
]]></description>
			<content:encoded><![CDATA[<p>A quick overview (right!) of the selectors that are new in <a title="CSS 3 selectors explained" href="http://www.456bereastreet.com/archive/200601/css_3_selectors_explained/">CSS 3 from Roger Johansson</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2007/01/02/css-3-selectors-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a Fish Eye Menu</title>
		<link>http://www.pilmore.co.uk/2006/12/14/building-a-fish-eye-menu/</link>
		<comments>http://www.pilmore.co.uk/2006/12/14/building-a-fish-eye-menu/#comments</comments>
		<pubDate>Thu, 14 Dec 2006 11:47:38 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Markup]]></category>
		<category><![CDATA[UI / Usability]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2006/12/14/building-a-fish-eye-menu/</guid>
		<description><![CDATA[Alexei White has written a post on Building a Fish Eye Menu in which he goes over iterations of his development of a fish eye component in Building a Fish Eye Menu.
]]></description>
			<content:encoded><![CDATA[<p>Alexei White has written a post on Building a Fish Eye Menu in which he goes over iterations of his development of a fish eye component in <a href="http://www.cssdrive.com/index.php/news/item/building_a_fish_eye_menu/" title="Building a Fish Eye Menu">Building a Fish Eye Menu</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2006/12/14/building-a-fish-eye-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My button is a button pushed</title>
		<link>http://www.pilmore.co.uk/2006/09/27/my-button-is-a-button-pushed/</link>
		<comments>http://www.pilmore.co.uk/2006/09/27/my-button-is-a-button-pushed/#comments</comments>
		<pubDate>Wed, 27 Sep 2006 08:18:54 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Markup]]></category>
		<category><![CDATA[UI / Usability]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2006/09/27/my-button-is-a-button-pushed/</guid>
		<description><![CDATA[I sometimes can&#8217;t beleive the things that escape me.  In the article &#8216;Push my button&#8216;, Aaron Gustafson discusses the forgotten button tag, kicked, knocked and pushed into obscurity by the ever present input tag.
The functional comparison between &#60;input type="submit" value="Submit"&#62; and &#60;button type="submit"&#62;Submit&#60;/button&#62; are identical but the button offers way more flexibility in terms [...]]]></description>
			<content:encoded><![CDATA[<p><em>I sometimes can&#8217;t beleive the things that escape me</em>.  In the article &#8216;<a title="Push my button" href="http://www.digital-web.com/articles/push_my_button/">Push my button</a>&#8216;, Aaron Gustafson discusses the forgotten <code>button</code> tag, kicked, knocked and pushed into obscurity by the ever present <code>input</code> tag.</p>
<p>The functional comparison between <code>&lt;input type="submit" value="Submit"&gt;</code> and <code>&lt;button type="submit"&gt;Submit&lt;/button&gt;</code> are identical but the <code>button</code> offers way more flexibility in terms of styling with CSS.</p>
<blockquote><p>The majority of browsers do not force any particular design on the button element, leaving it a raw ingot which we can cast and shape to our liking.</p></blockquote>
<p>For me, Aaron has helped free my buttons. The article shows some nice tidy ways to get creative with the <code>button</code>, so please, <a title="Push my button" href="http://www.digital-web.com/articles/push_my_button/">submit</a> to his article and enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2006/09/27/my-button-is-a-button-pushed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatic pullquotes with JavaScript and CSS</title>
		<link>http://www.pilmore.co.uk/2006/09/21/automatic-pullquotes-with-javascript-and-css/</link>
		<comments>http://www.pilmore.co.uk/2006/09/21/automatic-pullquotes-with-javascript-and-css/#comments</comments>
		<pubDate>Thu, 21 Sep 2006 07:55:15 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Markup]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2006/09/21/automatic-pullquotes-with-javascript-and-css/</guid>
		<description><![CDATA[Roger Johansson show us how to add pullquotes to a page using javascript and CSS. The Beauty is you don&#8217;t have to repeat text (or create extra work) to produce the pullquote.
]]></description>
			<content:encoded><![CDATA[<p><a title="456 Berea Street" href="http://www.456bereastreet.com/">Roger Johansson</a> show us how to <a title="Adding pullquotes with javascript and CSS" href="http://www.456bereastreet.com/archive/200609/automatic_pullquotes_with_javascript_and_css/">add pullquotes to a page</a> using javascript and CSS. The Beauty is you don&#8217;t have to repeat text (or create extra work) to produce the pullquote.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2006/09/21/automatic-pullquotes-with-javascript-and-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vertical centering in CSS</title>
		<link>http://www.pilmore.co.uk/2006/09/14/vertical-centering-in-css/</link>
		<comments>http://www.pilmore.co.uk/2006/09/14/vertical-centering-in-css/#comments</comments>
		<pubDate>Thu, 14 Sep 2006 14:29:29 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2006/09/14/vertical-centering-in-css/</guid>
		<description><![CDATA[How to center elements with CSS since the CSS property vertical-align doesn&#8217;t do the trick. No general solution was known until yesterday. Well can this be so? I leave it here to investigate.
And thanks CSS Mania!
]]></description>
			<content:encoded><![CDATA[<p>How to <strong>center elements with CSS</strong> since the CSS property vertical-align doesn&#8217;t do the trick. No general solution was known until yesterday. <a title="Vertical centering in CSS" href="http://www.jakpsatweb.cz/css/css-vertical-center-solution.html">Well can this be so</a>? I leave it here to investigate.</p>
<p>And thanks <a title="CSS Mania" href="http://cssmania.com/galleries/2006/09/15/lee-pilmore.php">CSS Mania</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2006/09/14/vertical-centering-in-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Frames v2, full-height</title>
		<link>http://www.pilmore.co.uk/2006/09/06/css-frames-v2-full-height/</link>
		<comments>http://www.pilmore.co.uk/2006/09/06/css-frames-v2-full-height/#comments</comments>
		<pubDate>Wed, 06 Sep 2006 09:25:07 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2006/09/06/css-frames-v2-full-height/</guid>
		<description><![CDATA[Roger Johansson gives us a great demo / tutorial on creating a frame effect using CSS.  This is particularly timely as I have been considering this technique for an up-coming project at Jadu.
&#8220;I’ve prepared two example documents to show the difference. In Example 1, the layout is fully fluid, so #header and #footer are [...]]]></description>
			<content:encoded><![CDATA[<p><a title="456 Berea Street" href="http://www.456bereastreet.com/">Roger Johansson</a> gives us a great demo / tutorial on <a title="CSS Frames v2" href="http://www.456bereastreet.com/archive/200609/css_frames_v2_fullheight/">creating a frame effect using CSS</a>.  This is particularly timely as I have been considering this technique for an up-coming project at Jadu.</p>
<blockquote><p>&#8220;I’ve prepared two example documents to show the difference. In <a title="Example 1" href="http://www.456bereastreet.com/lab/css-frames-v2/">Example 1</a>, the layout is fully fluid, so #header and #footer are 100 % wide. In <a title="Example 2" href="http://www.456bereastreet.com/lab/css-frames-v2/example-2/">Example 2</a> the layout is 40 ems wide, and the widths of both #header and #footer are set to that same value.&#8221; &#8211; Roger</p></blockquote>
<p>Both examples also demonstrate elastic layout as well as graceful degradation.  As maybe expected there are comments regarding IE6 but I think it&#8217;s still pretty safe.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2006/09/06/css-frames-v2-full-height/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reset your CSS</title>
		<link>http://www.pilmore.co.uk/2006/09/06/reset-your-css/</link>
		<comments>http://www.pilmore.co.uk/2006/09/06/reset-your-css/#comments</comments>
		<pubDate>Wed, 06 Sep 2006 08:51:15 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2006/09/06/reset-your-css/</guid>
		<description><![CDATA[One small problem we face when writing our CSS and we really need to refine certain elements, like type selectors, is the rendering differences across browsers.  Life is to short to go into how browser X defines margins around headings compared to browser Y, we know slight default browser fluctuations exist, so one way [...]]]></description>
			<content:encoded><![CDATA[<p>One small problem we face when writing our CSS and we really need to refine certain elements, like type selectors, is the rendering differences across browsers.  Life is to short to go into how browser X defines margins around headings compared to browser Y, we know slight default browser fluctuations exist, so one way to move this problem to one side and forget about it is to reset all default styles.</p>
<p>The Yahoo Development Network call this cross-browser normalization of the default rendering of HTML elements and it seems like a sensible way to begin the process of writing our CSS.  Standardise all <a href="http://developer.yahoo.com/yui/articles/gbs/gbs.html" title="Graded Browser Support">A-grade browsers</a>, leveling the playing field, then write on top of this.  Check out <a href="http://developer.yahoo.com/yui/reset/" title="Reset CSS">Yahoo&#8217;s Reset CSS</a>.</p>
<p>There are also details specifically on cross-browser typographical normalization and control at <a href="http://developer.yahoo.com/yui/fonts/" title="Fonts CSS">Yahoo&#8217;s Fonts CSS</a> which:</p>
<ul>
<li>Offers full A-grade browser support.</li>
<li>Provides consistent font sizing and line-height.</li>
<li>Provides appropriate cross-OS font-family degradation paths.</li>
<li>Supports user-driven font-size adjustment in the browser, including cross-browser consistency for adjusted sizes.</li>
<li>Works in both &#8220;Quirks Mode&#8221; and &#8220;Standards Mode.&#8221;</li>
<li>Normalizes the dimensions of an &#8220;em&#8221; unit, facilitating liquid-dimension development.</li>
</ul>
<p>Like I say, level the ground with some simple foundations and enjoy a safer build with less surprises!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2006/09/06/reset-your-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Details on our CSS changes for IE7</title>
		<link>http://www.pilmore.co.uk/2006/08/23/details-on-our-css-changes-for-ie7/</link>
		<comments>http://www.pilmore.co.uk/2006/08/23/details-on-our-css-changes-for-ie7/#comments</comments>
		<pubDate>Wed, 23 Aug 2006 08:12:38 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2006/08/23/details-on-our-css-changes-for-ie7/</guid>
		<description><![CDATA[Get em here
]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogs.msdn.com/ie/archive/2006/08/22/712830.aspx">Get em here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2006/08/23/details-on-our-css-changes-for-ie7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>E-commerce layout with definition lists</title>
		<link>http://www.pilmore.co.uk/2006/08/13/e-commerce-layout-with-definition-lists/</link>
		<comments>http://www.pilmore.co.uk/2006/08/13/e-commerce-layout-with-definition-lists/#comments</comments>
		<pubDate>Sun, 13 Aug 2006 10:14:10 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2006/08/13/e-commerce-layout-with-definition-lists/</guid>
		<description><![CDATA[With work being carried out at Jadu on a new and frankly exciting e-commerce project, I&#8217;ve been thinking about better ways to layout the products pages using semantic mark-up.
The use of definition lists came to mind whilst reading CSS Mastery, as the amount of product information or descriptions of a product seemed to almost decree [...]]]></description>
			<content:encoded><![CDATA[<p>With work being carried out at <a href="http://www.jadu.co.uk" title="Jadu Limited">Jadu</a> on a new and frankly exciting e-commerce project, I&#8217;ve been thinking about better ways to layout the products pages using semantic mark-up.</p>
<p>The use of definition lists came to mind whilst reading <a href="http://www.amazon.co.uk/gp/product/1590596145/202-3703790-6675825?v=glance&amp;n=266239&amp;s=gateway&amp;v=glance" title="CSS Mastery at Amazon">CSS Mastery</a>, as the amount of product information or descriptions of a product seemed to almost decree their use. They are under used (by myself) so here are a few quick references.</p>
<ol>
<li><strong>Max design</strong> looks at the basic use of the <abbr title="definition list">dl</abbr> in <a href="http://maxdesign.com.au/presentation/definition/index.htm" title="Max design article">Definition lists &#8211; misused or misunderstood?</a></li>
<li><strong>Malarkey</strong> looks directly at the use of definition lists in product layout in <a href="http://www.stuffandnonsense.co.uk/archives/e-commerce_definition_lists.html" title="Malarkey article">E-commerce definition lists</a>, which is a bit handy</li>
<li><strong>Scott McDaniel</strong> gives good writing in <a href="http://www.scottmcdaniel.com/?p=33" title="Scott McDaniel article">Manipulating Definition Lists for Fun and Profit</a></li>
</ol>
<p>The definition list can also be used for adverts and news stories or anything that uses a summary, an image and a title.</p>
<ol>
<li><strong>Malarkey</strong> again describes this in <a href="http://www.stuffandnonsense.co.uk/archives/css_hold_the_front_page.html" title="Malarkey article">CSS: Hold the front page</a></li>
<li><strong>Community MX</strong> (!) discuss it in <a href="http://www.communitymx.com/content/article.cfm?page=1&amp;cid=97480" title="Article by Zoe Gillenwater">Create a Teaser Thumbnail List Using CSS</a></li>
</ol>
<p>Reflecting on the definition list, it&#8217;s easy to see how they can be misused, like the table, they can be pushed and sqeezed into holes they just weren&#8217;t meant to fit. Used wisely, they do improve semantics and increase the amount of hooks for CSS layout and presentation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2006/08/13/e-commerce-layout-with-definition-lists/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
