<?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; Markup</title>
	<atom:link href="http://www.pilmore.co.uk/category/scripting/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>Access keys: Friend or foe?</title>
		<link>http://www.pilmore.co.uk/2008/07/11/access-keys-friend-or-foe/</link>
		<comments>http://www.pilmore.co.uk/2008/07/11/access-keys-friend-or-foe/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 08:43:49 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Markup]]></category>
		<category><![CDATA[UI / Usability]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/?p=168</guid>
		<description><![CDATA[Web standards have (or are) transforming the web and the way we interact with it and its content. They are good and to be aspired to and understood, but what if in practical terms, some just aren&#8217;t working?
I&#8217;ve been questioning the use of access keys for a while, all our sites including those that have [...]]]></description>
			<content:encoded><![CDATA[<p>Web standards have (or are) transforming the web and the way we interact with it and its content. They are good and to be aspired to and understood, but what if in practical terms, some just aren&#8217;t working?</p>
<p>I&#8217;ve been questioning the use of access keys for a while, all our sites including those that have been tested with positive results by <a href="http://www.abilitynet.org.uk/">AbilityNet</a> use them.  The characters used are a mash of the government standard keys (1 through to 0) and obvious choices for the skip links (N = skip to navigation, S = skip to content).</p>
<p>How on earth can I say for sure that these don&#8217;t collide with existing browser and assistive technologies use of keyboard shortcuts? It seemed to me skip links and tabbing does work, they are practical and unobstrusive.</p>
<p>With a quick search I found various opinions and guidance on the subject of which widely agreed.</p>
<p>A good example is an article by Nomensa&#8217;s Alastair Campbell, <a href="http://http//www.nomensa.com/resources/articles/accessibility-articles/access-keys.html">What are Access Keys?</a> (Note the date).</p>
<blockquote><p>Although access keys are intended to improve site navigation, it is shown they actually can interfere   with web accessibility. In terms of implementing a common standard, it would require a universal understanding of access keys to be applied to every site.  Joe Clark, an accepted expert on accessibility, says access keys are: &#8220;severely compromised in practical application&#8230;&#8221; he continues to add, &#8220;If you add access keys, then, you are really coding for a future utopia&#8221;.</p></blockquote>
<p>So do I stop implementing access keys on our Government and commercial websites?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2008/07/11/access-keys-friend-or-foe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing an Interface Style Guide</title>
		<link>http://www.pilmore.co.uk/2008/06/09/writing-an-interface-style-guide/</link>
		<comments>http://www.pilmore.co.uk/2008/06/09/writing-an-interface-style-guide/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 07:48:45 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[Markup]]></category>
		<category><![CDATA[UI / Usability]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/?p=166</guid>
		<description><![CDATA[by  Jina Bolton
With proper documentation for clients and content editors fellow developers to follow, you have a better chance at seeing your interface stay beautiful. Future designers and developers who work on the interface will have an easier time adapting, thus making their lives easier and potentially saving time and money.
Looks to be an [...]]]></description>
			<content:encoded><![CDATA[<p>by  <a href="http://www.alistapart.com/authors/b/jinabolton">Jina Bolton</a></p>
<p>With proper documentation for clients and <span style="text-decoration: line-through;">content editors</span> fellow developers to follow, you have a better chance at seeing your interface stay beautiful. Future designers and developers who work on the interface will have an easier time adapting, thus making their lives easier and potentially saving time and money.</p>
<p>Looks to be an <a href="http://http//www.alistapart.com/articles/writingainterfacestyleguide">interesting read from A List Apart</a> on the type of documentation I&#8217;ve been trying to write for some time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2008/06/09/writing-an-interface-style-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>w3 &#8211; Interaction Domain</title>
		<link>http://www.pilmore.co.uk/2007/10/17/w3-interaction-domain/</link>
		<comments>http://www.pilmore.co.uk/2007/10/17/w3-interaction-domain/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 07:10:26 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Markup]]></category>
		<category><![CDATA[UI / Usability]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2007/10/17/w3-interaction-domain/</guid>
		<description><![CDATA[W3C&#8217;s Interaction Domain is responsible for developing   technologies that shape the Web&#8217;s user interface. These   technologies include (X)HTML, the markup language that started   the Web. We also work on second-generation Web languages   initiated at the W3C: CSS, MathML, SMIL and SVG and XForms all   have [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.w3.org/Interaction/">W3C&#8217;s Interaction Domain</a> is responsible for developing   technologies that shape the Web&#8217;s user interface. These   technologies include (X)HTML, the markup language that started   the Web. We also work on second-generation Web languages   initiated at the W3C: CSS, MathML, SMIL and SVG and XForms all   have become an integral part of the Web. Finally, we develop ways   to integrate these components together into the Rich Web Clients   of tomorrow.</p>
<p>W3C Interaction Domain technologies enable millions of people   every day to browse the Web and to author Web content. Industry   uses these technologies for purposes such as distributing   information within an organization and creating new business   opportunities.</p>
<blockquote><p>&#8220;Combining the various XML markups and Web APIs developed by     W3C into an integrated system is the next big challenge. We are     already seeing the fruits of this work on both desktop and     mobile platforms &#8211; and the future is even more exciting&#8221; <em>Chris Lilley, Interaction Domain Leader</em></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2007/10/17/w3-interaction-domain/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>Ajax percentage bar</title>
		<link>http://www.pilmore.co.uk/2007/08/01/ajax-percentage-bar/</link>
		<comments>http://www.pilmore.co.uk/2007/08/01/ajax-percentage-bar/#comments</comments>
		<pubDate>Wed, 01 Aug 2007 06:23:24 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[Markup]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2007/08/01/ajax-percentage-bar/</guid>
		<description><![CDATA[WebAppers have created a simple Ajax based Percentage Bar / Progress Bar which is inspired by Bare Naked App. It&#8217;s 82.2%.
]]></description>
			<content:encoded><![CDATA[<p>WebAppers have created a simple <a href="http://www.webappers.com/progressBar/">Ajax based Percentage Bar</a> / Progress Bar which is inspired by <a href="http://www.barenakedapp.com/the-design/displaying-percentages">Bare Naked App</a>. It&#8217;s 82.2%.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2007/08/01/ajax-percentage-bar/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>HTML elements index</title>
		<link>http://www.pilmore.co.uk/2007/07/04/html-elements-index/</link>
		<comments>http://www.pilmore.co.uk/2007/07/04/html-elements-index/#comments</comments>
		<pubDate>Wed, 04 Jul 2007 07:26:55 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[Markup]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2007/07/04/html-elements-index/</guid>
		<description><![CDATA[ HTML: All elements from HTML 3.2 to XHTML 2.0 from the very nice Jens Meiert.
]]></description>
			<content:encoded><![CDATA[<p> HTML: <a href="http://meiert.com/en/indices/html-elements/">All elements</a> from HTML 3.2 to XHTML 2.0 from the very nice Jens Meiert.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2007/07/04/html-elements-index/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Glossy.js</title>
		<link>http://www.pilmore.co.uk/2007/07/04/glossyjs/</link>
		<comments>http://www.pilmore.co.uk/2007/07/04/glossyjs/#comments</comments>
		<pubDate>Wed, 04 Jul 2007 07:06:07 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[Markup]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2007/07/04/glossyjs/</guid>
		<description><![CDATA[Glossy.js 1.21 allows you to add corners and shading and shadow to images on your webpages. It uses unobtrusive javascript to keep your code clean.
It works in all the major browsers &#8211; Mozilla Firefox 1.5+, Opera 9+, IE6+ and Safari. On older browsers, it&#8217;ll degrade and your visitors won&#8217;t notice a thing. Looks lovely.
]]></description>
			<content:encoded><![CDATA[<p><strong>Glossy.js 1.21</strong> allows you to <a href="http://www.netzgesta.de/glossy/" title="Glossy.js">add corners and shading and shadow</a> to images on your webpages. It uses unobtrusive javascript to keep your code clean.</p>
<p>It works in all the major browsers &#8211; Mozilla Firefox 1.5+, Opera 9+, IE6+ and Safari. On older browsers, it&#8217;ll degrade and your visitors won&#8217;t notice a thing. Looks lovely.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2007/07/04/glossyjs/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>How the Disability Rights Commission does it</title>
		<link>http://www.pilmore.co.uk/2007/05/18/how-the-disability-right-commission-does-it/</link>
		<comments>http://www.pilmore.co.uk/2007/05/18/how-the-disability-right-commission-does-it/#comments</comments>
		<pubDate>Fri, 18 May 2007 09:23:05 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Markup]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2007/05/18/how-the-disability-right-commission-does-it/</guid>
		<description><![CDATA[Site settingings and colour schemes for accessibility as laid out by the Disability Rights Commission.
More site settings as the British Dyslexia Association see things.
]]></description>
			<content:encoded><![CDATA[<p>Site settingings and colour schemes for accessibility as <a href="http://www.drc.org.uk/more_access_options.aspx?styletype=Default&amp;styleclass=Colours" title="More Access Options">laid out by the Disability Rights Commission</a>.</p>
<p>More site settings as the <a href="http://www.bdadyslexia.org.uk">British Dyslexia Association</a> see things.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2007/05/18/how-the-disability-right-commission-does-it/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>Proper Use of ALT and TITLE Attributes</title>
		<link>http://www.pilmore.co.uk/2007/05/11/proper-use-of-alt-and-title-attributes/</link>
		<comments>http://www.pilmore.co.uk/2007/05/11/proper-use-of-alt-and-title-attributes/#comments</comments>
		<pubDate>Fri, 11 May 2007 06:32:31 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Markup]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2007/05/11/proper-use-of-alt-and-title-attributes/</guid>
		<description><![CDATA[From fadtastic.
It’s important for web designers and developers to know how to write good ALT and TITLE attributes. Practices like these should be employed into each web page element as it’s created.
Alternate text is not meant to be used as a tool tip, or more specifically, to provide additional information about an image. The title [...]]]></description>
			<content:encoded><![CDATA[<p>From <a href="http://fadtastic.net">fadtastic</a>.</p>
<p>It’s important for web designers and developers to know how to <a href="http://fadtastic.net/2007/04/19/proper-use-of-alt-and-title-attributes/" title="Great article form Fadtastic">write good ALT and TITLE attributes</a>. Practices like these should be employed into each web page element as it’s created.</p>
<blockquote><p>Alternate text is not meant to be used as a tool tip, or more specifically, to provide additional information about an image. The title attribute, on the other hand, is meant to provide additional information about an element…. Many people seem to confuse these two attributes. &#8211; <cite>Roger Johansson</cite></p></blockquote>
<p><a href="http://www.456bereastreet.com/archive/200704/adding_vs_not_removing_accessibility/" title="456 Berea Street - Adding vs. not removing accessibility">As Roger notes</a>, we should be including accessibility features when initially creating web pages rather than going back to add it later.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2007/05/11/proper-use-of-alt-and-title-attributes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Form field hints with CSS and JavaScript</title>
		<link>http://www.pilmore.co.uk/2007/03/28/form-field-hints-with-css-and-javascript/</link>
		<comments>http://www.pilmore.co.uk/2007/03/28/form-field-hints-with-css-and-javascript/#comments</comments>
		<pubDate>Wed, 28 Mar 2007 10:25:24 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[Markup]]></category>
		<category><![CDATA[UI / Usability]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2007/03/28/form-field-hints-with-css-and-javascript/</guid>
		<description><![CDATA[Nice Form field hints courtesy of &#8220;Ask the CSS guy&#8221;.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.askthecssguy.com/2007/03/form_field_hints_with_css_and.html" title="Form field hints with CSS and JavaScript">Nice Form field hints</a> courtesy of &#8220;Ask the CSS guy&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2007/03/28/form-field-hints-with-css-and-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Semantics in HTML</title>
		<link>http://www.pilmore.co.uk/2007/03/13/semantics-in-html/</link>
		<comments>http://www.pilmore.co.uk/2007/03/13/semantics-in-html/#comments</comments>
		<pubDate>Tue, 13 Mar 2007 08:58:46 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[Markup]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2007/03/13/semantics-in-html/</guid>
		<description><![CDATA[Microformatique is an unofficial blog covering all things microformats, and “data at the edges”. Latest specifications, presentations, events, publications and more. It’s put together by John Allsop , who has written three artlicles well worth a read.

Part I &#8211; Traditional HTML Semantics
Part II &#8211; Standardizing Vocabularies
Part III &#8211; Directions in HTML Semantics

Quite an eye opener [...]]]></description>
			<content:encoded><![CDATA[<p>Microformatique is an unofficial blog covering all things microformats, and “data at the edges”. Latest specifications, presentations, events, publications and more. It’s put together by <a href="http://westciv.typepad.com/dog_or_higher/">John Allsop </a>, who has written three artlicles well worth a read.</p>
<ol>
<li><a href="http://microformatique.com/?p=83">Part I &#8211; Traditional HTML Semantics</a></li>
<li><a href="http://microformatique.com/?p=97">Part II &#8211; Standardizing Vocabularies</a></li>
<li><a href="http://microformatique.com/?p=108">Part III &#8211; Directions in HTML Semantics</a></li>
</ol>
<p>Quite an eye opener and as the tag goes, from little things, big things grow.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2007/03/13/semantics-in-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blink Interactive Essays</title>
		<link>http://www.pilmore.co.uk/2007/02/13/blink-interactive-essays/</link>
		<comments>http://www.pilmore.co.uk/2007/02/13/blink-interactive-essays/#comments</comments>
		<pubDate>Tue, 13 Feb 2007 09:03:15 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[Markup]]></category>
		<category><![CDATA[UI / Usability]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2007/02/13/blink-interactive-essays/</guid>
		<description><![CDATA[Blink are a user experience consulting firm. They share the knowledge with these interesting essays by Blink staff members on topics related to user research, interaction design, and usability engineering.
]]></description>
			<content:encoded><![CDATA[<p>Blink are a <a href="http://www.blinkinteractive.com/" title="Blink">user experience consulting firm</a>. They share the knowledge with <a href="http://www.blinkinteractive.com/ourexperience/essays/" title="Blink Interactive Essays">these interesting essays</a> by Blink staff members on topics related to user research, interaction design, and usability engineering.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2007/02/13/blink-interactive-essays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>X/HTML 5 Versus XHTML 2</title>
		<link>http://www.pilmore.co.uk/2007/02/05/xhtml-5-versus-xhtml-2/</link>
		<comments>http://www.pilmore.co.uk/2007/02/05/xhtml-5-versus-xhtml-2/#comments</comments>
		<pubDate>Mon, 05 Feb 2007 13:30:54 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[Markup]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2007/02/05/xhtml-5-versus-xhtml-2/</guid>
		<description><![CDATA[The competition to become the next markup language for the Web is heating up. This article takes a look at what&#8217;s cool and what&#8217;s uncool about the competing technologies.
]]></description>
			<content:encoded><![CDATA[<p>The competition to become the next markup language for the Web is heating up. <a href="http://xhtml.com/en/future/x-html-5-versus-xhtml-2/" title="X/HTML 5 Versus XHTML 2">This article takes a look at what&#8217;s cool and what&#8217;s uncool</a> about the competing technologies.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2007/02/05/xhtml-5-versus-xhtml-2/feed/</wfw:commentRss>
		<slash:comments>0</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>Eight New Standards from W3C</title>
		<link>http://www.pilmore.co.uk/2007/01/30/eight-new-standards-from-w3c/</link>
		<comments>http://www.pilmore.co.uk/2007/01/30/eight-new-standards-from-w3c/#comments</comments>
		<pubDate>Tue, 30 Jan 2007 13:35:39 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[Markup]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2007/01/30/eight-new-standards-from-w3c/</guid>
		<description><![CDATA[The W3C has announced that they have published eight new standards in their XML Family.
The new standards will play a large role in connecting databases with the Web and they &#8220;will support the ability to query, transform, and access XML data and documents.&#8221; &#8211; Eight New Standards from W3C.
]]></description>
			<content:encoded><![CDATA[<p><span class="caps">The W3C </span>has announced that they have published eight new standards in their <span class="caps">XML</span> Family.</p>
<p>The new standards will play a large role in connecting databases with the Web and they &#8220;will support the ability to query, transform, and access <span class="caps">XML </span>data and documents.&#8221; &#8211; <a href="http://www.cmswire.com/cms/industry-news/eight-new-standards-from-w3c-001054.php" title="Eight New Standards from W3C">Eight New Standards from W3C</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2007/01/30/eight-new-standards-from-w3c/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>Making Ajax Work with Screen Readers</title>
		<link>http://www.pilmore.co.uk/2007/01/22/making-ajax-work-with-screen-readers/</link>
		<comments>http://www.pilmore.co.uk/2007/01/22/making-ajax-work-with-screen-readers/#comments</comments>
		<pubDate>Mon, 22 Jan 2007 10:03:28 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Markup]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2007/01/22/making-ajax-work-with-screen-readers/</guid>
		<description><![CDATA[Two articles by Gez Lemon and Steve Faulkner on ajax accessibility. Making Ajax Work with Screen Readers and Improving Ajax applications for JAWS users.
]]></description>
			<content:encoded><![CDATA[<p>Two articles by Gez Lemon and Steve Faulkner on ajax accessibility. <a href="http://juicystudio.com/article/making-ajax-work-with-screen-readers.php" title="Making Ajax Work with Screen Readers">Making Ajax Work with Screen Readers</a> and <a href="http://juicystudio.com/article/improving-ajax-applications-for-jaws-users.php" title="Improving Ajax applications for JAWS users">Improving Ajax applications for JAWS users</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2007/01/22/making-ajax-work-with-screen-readers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Markup as a Craft</title>
		<link>http://www.pilmore.co.uk/2007/01/10/markup-as-a-craft/</link>
		<comments>http://www.pilmore.co.uk/2007/01/10/markup-as-a-craft/#comments</comments>
		<pubDate>Wed, 10 Jan 2007 09:23:27 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[Markup]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2007/01/10/markup-as-a-craft/</guid>
		<description><![CDATA[Excellent overview / inroad on the art of markup by Garrett Dimon. Simplicity is the key in Markup as a craft.Carefully crafting your markup is like making a lucrative investment in the future of your code base. It’s easier to create and maintain back-end code when it integrates with clean and simple markup.
Your CSS can [...]]]></description>
			<content:encoded><![CDATA[<p>Excellent overview / inroad on the art of markup by <a href="http://www.digital-web.com/about/staff/garrett_dimon/">Garrett Dimon</a>. Simplicity is the key in <a href="http://www.digital-web.com/articles/markup_as_craft/" title="Markup as a Craft">Markup as a craft</a>.Carefully crafting your markup is like making a lucrative investment in the future of your code base. It’s easier to create and maintain back-end code when it integrates with clean and simple markup.</p>
<p>Your <acronym title="Cascading Style Sheets">CSS</acronym> can be elegant.  Your <acronym title="Document Object Model">DOM</acronym> scripting can connect seamlessly.</p>
<p>You’ll have made a significant first step towards improved accessibility. And you might even pick up some extra search engine traffic. It’s time to treat markup as a craft, and give it the love and attention it deserves.</p>
<h3></h3>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2007/01/10/markup-as-a-craft/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>Google goes open source with Web Toolkit</title>
		<link>http://www.pilmore.co.uk/2006/12/14/google-goes-open-source-with-web-toolkit/</link>
		<comments>http://www.pilmore.co.uk/2006/12/14/google-goes-open-source-with-web-toolkit/#comments</comments>
		<pubDate>Thu, 14 Dec 2006 09:41:03 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[Markup]]></category>
		<category><![CDATA[UI / Usability]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2006/12/14/google-goes-open-source-with-web-toolkit/</guid>
		<description><![CDATA[Hoping to attract more developers to its technologies and spur new Web 2.0 applications, Google has released the source code for its Web Toolkit.
Google Web Toolkit &#8211; Build AJAX apps.
]]></description>
			<content:encoded><![CDATA[<p>Hoping to attract more developers to its technologies and spur new Web 2.0 applications, Google has released the source code for its Web Toolkit.</p>
<p><a title="Google goes open source with Web Toolkit" href="http://code.google.com/webtoolkit/">Google Web Toolkit</a> &#8211; Build AJAX apps.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2006/12/14/google-goes-open-source-with-web-toolkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessible JavaScript: Beyond the Mouse</title>
		<link>http://www.pilmore.co.uk/2006/12/13/accessible-javascript-beyond-the-mouse/</link>
		<comments>http://www.pilmore.co.uk/2006/12/13/accessible-javascript-beyond-the-mouse/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 09:45:04 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Markup]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2006/12/13/accessible-javascript-beyond-the-mouse/</guid>
		<description><![CDATA[Article by James Edwards
In this article, I&#8217;d like to provide a little gratification to those attempting to make their web applications accessible. To achieve this, I&#8217;ll talk about some of the more basic, solvable issues relating to JavaScript accessibility, as we take an introduction to device-independent scripting.
The article Beyond the Mouse then leads to Making [...]]]></description>
			<content:encoded><![CDATA[<p>Article by James Edwards</p>
<p>In this article, I&#8217;d like to provide a little gratification to those attempting to make their web applications accessible. To achieve this, I&#8217;ll talk about some of the more basic, solvable issues relating to JavaScript accessibility, as we take an introduction to device-independent scripting.</p>
<p>The article <a href="http://www.sitepoint.com/article/accessible-javascript" title="Accessible JavaScript: Beyond the Mouse">Beyond the Mouse</a> then leads to <a href="http://snook.ca/archives/accessibility_and_usability/elements_focusable_with_tabindex/" title="Making Elements Focusable with Tabindex">Making Elements Focusable with Tabindex</a> from Snook.ca</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2006/12/13/accessible-javascript-beyond-the-mouse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Research in Form Creation</title>
		<link>http://www.pilmore.co.uk/2006/11/08/new-research-in-form-creation/</link>
		<comments>http://www.pilmore.co.uk/2006/11/08/new-research-in-form-creation/#comments</comments>
		<pubDate>Wed, 08 Nov 2006 09:07:34 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[Markup]]></category>
		<category><![CDATA[UI / Usability]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2006/11/08/new-research-in-form-creation/</guid>
		<description><![CDATA[Interesting little in road into results and conclusions from research in form creation and specifically on the placing of form labels and impact on user experience.
]]></description>
			<content:encoded><![CDATA[<p>Interesting little in road into results and conclusions from <a href="http://www.seomoz.org/blogdetail.php?ID=1518" title="New Research in Form Creation">research in form creation</a> and specifically on the placing of form labels and impact on user experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2006/11/08/new-research-in-form-creation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unobtrusive javascript crossfader</title>
		<link>http://www.pilmore.co.uk/2006/10/23/unobtrusive-javascript-crossfader/</link>
		<comments>http://www.pilmore.co.uk/2006/10/23/unobtrusive-javascript-crossfader/#comments</comments>
		<pubDate>Mon, 23 Oct 2006 08:08:42 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[Markup]]></category>
		<category><![CDATA[UI / Usability]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2006/10/23/unobtrusive-javascript-crossfader/</guid>
		<description><![CDATA[Here&#8217;s an example of an unobtrusive javascript / CSS crossfader.  Pretty tidy, huh? It&#8217;s also a little smaller than the scriptaculous version of the same.
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an example of an unobtrusive <a title="Unobtrusive javascript crossfader" href="http://www.brandspankingnew.net/specials/crossfader/bsn.Crossfader.html#">javascript / CSS crossfader</a>.  Pretty tidy, huh? It&#8217;s also a little smaller than the scriptaculous version of the same.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2006/10/23/unobtrusive-javascript-crossfader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixed-Width Designs and Usability</title>
		<link>http://www.pilmore.co.uk/2006/10/13/fixed-width-designs-and-usability/</link>
		<comments>http://www.pilmore.co.uk/2006/10/13/fixed-width-designs-and-usability/#comments</comments>
		<pubDate>Fri, 13 Oct 2006 09:15:22 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[Markup]]></category>
		<category><![CDATA[UI / Usability]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2006/10/13/fixed-width-designs-and-usability/</guid>
		<description><![CDATA[Businesslogs.com article on the usability benefits and downfalls of designing with a fixed-width layout with details on line-length readability.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://businesslogs.com/design_and_usability/fixedwidth_designs_and_usability.php" title="Fixed-Width Designs and Usability article">Businesslogs.com article</a> on the usability <strong>benefits</strong> and <strong>downfalls</strong> of designing with a <strong>fixed-width layout</strong> with details on line-length readability.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2006/10/13/fixed-width-designs-and-usability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s the Best Way to Communicate Patterns?</title>
		<link>http://www.pilmore.co.uk/2006/10/12/what%e2%80%99s-the-best-way-to-communicate-patterns/</link>
		<comments>http://www.pilmore.co.uk/2006/10/12/what%e2%80%99s-the-best-way-to-communicate-patterns/#comments</comments>
		<pubDate>Thu, 12 Oct 2006 06:21:28 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[Markup]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2006/10/12/what%e2%80%99s-the-best-way-to-communicate-patterns/</guid>
		<description><![CDATA[Need a good line into the what, if and how of design patterns? Sink your teeth into this Design Pattern Conversation from the Yahoo User Interface Blog.
In the spring of 2006, a group of designers intimately familiar with the organization and development of design pattern resources discussed the current and future role of design patterns [...]]]></description>
			<content:encoded><![CDATA[<p>Need a good line into the what, if and how of design patterns? Sink your teeth into this <a href="http://yuiblog.com/blog/2006/10/11/communicating_patterns_part_one/" title="Design Pattern Conversation">Design Pattern Conversation</a> from the Yahoo User Interface Blog.</p>
<blockquote><p>In the spring of 2006, a group of designers intimately familiar with the organization and development of design pattern resources discussed the current and future role of design patterns in the real world. We talked about defining and documenting patterns, the context required to communicate how patterns should be applied, what it takes to develop a design language, and how disparate lists of patterns could converge. The first question we answered was “What are Design Patterns?” You can find this conversation thread on <a href="http://www.lukew.com/ff/entry.asp?347" title="Luke Wroblewski’s blog">Luke Wroblewski’s blog</a>.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2006/10/12/what%e2%80%99s-the-best-way-to-communicate-patterns/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>Forms. Inputting country names</title>
		<link>http://www.pilmore.co.uk/2006/08/25/forms-inputting-country-names/</link>
		<comments>http://www.pilmore.co.uk/2006/08/25/forms-inputting-country-names/#comments</comments>
		<pubDate>Fri, 25 Aug 2006 07:59:47 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Markup]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/2006/08/25/forms-inputting-country-names/</guid>
		<description><![CDATA[In this post from Bruce Lawson, he discusses the problem of selecting a country from a drop-down select box and possible ways to make the process easier for users.
]]></description>
			<content:encoded><![CDATA[<p>In <a title="Forms: inputting country names" href="http://www.brucelawson.co.uk/index.php/2006/forms-inputting-country-names/">this post from Bruce Lawson</a>, he discusses the problem of selecting a country from a drop-down select box and possible ways to make the process easier for users.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2006/08/25/forms-inputting-country-names/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ThickBox &#8211; One Box to Rule Them All</title>
		<link>http://www.pilmore.co.uk/2006/06/24/thickbox-one-box-to-rule-them-all/</link>
		<comments>http://www.pilmore.co.uk/2006/06/24/thickbox-one-box-to-rule-them-all/#comments</comments>
		<pubDate>Sat, 24 Jun 2006 18:26:24 +0000</pubDate>
		<dc:creator>Lee Pilmore</dc:creator>
				<category><![CDATA[Markup]]></category>

		<guid isPermaLink="false">http://www.pilmore.co.uk/site/?p=17</guid>
		<description><![CDATA[By now there are several variations of the Lightbox technique &#8211; each with their own added benefits and styles. Cody Lindley has offered up another alternative. In his own words:

File size! File size! File size! Prototype &#038; Scriptaculous can add upwards of 100k to a page unless you gzip the js files. I simply wanted [...]]]></description>
			<content:encoded><![CDATA[<p>By now there are several variations of the Lightbox technique &#8211; each with their own added benefits and styles. <a href="http://codylindley.com">Cody Lindley</a> has offered up another alternative. In his own words:</p>
<ul>
<li>File size! File size! File size! Prototype &#038; Scriptaculous can add upwards of 100k to a page unless you gzip the js files. I simply wanted a solution that was more light weight, than heavy weight. (Using the compressed version of Jquery, along with my ThickBox code, the total file size is around 20k)</li>
<li>Lightbox made me feel like I was in a box. I wanted the ability to load (with AXAH) structural markup in the lightbox, as well as images. (A little slice of flexibility over here, please.)</li>
<li>I needed a small abstract pattern for creating custom dialog boxes.</li>
<li>And lastly, I wanted to demonstrate the simplicity and power of Jquery.</li>
</ul>
<p>So if you are looking for an alternative to the current batch of Lightbox variations built on a completely different platform, this is the one for you.</p>
<p><a href="http://codylindley.com/Javascript/257/thickbox-one-box-to-rule-them-all">Check out that one ThickBox</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilmore.co.uk/2006/06/24/thickbox-one-box-to-rule-them-all/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
