<?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>Words, punctuated &#187; Web Design</title>
	<atom:link href="http://probertson.com/articles/category/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://probertson.com</link>
	<description>Thoughts on web development, user-centered design, code, etc. by Paul Robertson</description>
	<lastBuildDate>Mon, 30 Aug 2010 16:38:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Patterns for Interaction Design</title>
		<link>http://probertson.com/articles/2005/03/01/id-patterns-repository/</link>
		<comments>http://probertson.com/articles/2005/03/01/id-patterns-repository/#comments</comments>
		<pubDate>Tue, 01 Mar 2005 22:28:09 +0000</pubDate>
		<dc:creator>Paul Robertson</dc:creator>
				<category><![CDATA[Elsewhere on the web]]></category>
		<category><![CDATA[Sites to remember]]></category>
		<category><![CDATA[User-centered design]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://probertson.com/articles/2005/03/01/id-patterns-repository/</guid>
		<description><![CDATA[I can&#8217;t decide if I agree about the choice to call these design patterns, but in any case here is a nice (albeit small) collection of solutions to common interaction design needs. Be sure not to miss the section on Interaction Design Literature and Sites, which has links to the big names plus some hidden [...]]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t decide if I agree about the choice to call these design patterns, but in any case here is a nice (albeit small) <a href="http://visiblearea.com/patterns/">collection of solutions to common interaction design needs</a>. Be sure not to miss the section on <a href="http://visiblearea.com/cgi-bin/twiki/view/Patterns/Literature_and_sites">Interaction Design Literature and Sites</a>, which has links to the big names plus some hidden gems.</p>
]]></content:encoded>
			<wfw:commentRss>http://probertson.com/articles/2005/03/01/id-patterns-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash detection/embedding and 100% display</title>
		<link>http://probertson.com/articles/2005/02/14/flash-js-embed/</link>
		<comments>http://probertson.com/articles/2005/02/14/flash-js-embed/#comments</comments>
		<pubDate>Mon, 14 Feb 2005 21:04:58 +0000</pubDate>
		<dc:creator>Paul Robertson</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Articles to remember]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Elsewhere on the web]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://probertson.com/articles/2005/02/14/flash-js-embed/</guid>
		<description><![CDATA[A few months ago I was working on displaying a Flash movie at 100% width and height in a browser window. The biggest problem I ran into was that I wanted to make it so that the movie would scale (shrink/expand) as the user resized their browser window. The problem? In Mozilla/Gecko browsers, the Flash [...]]]></description>
			<content:encoded><![CDATA[<p>A few months ago I was working on displaying a Flash movie at 100% width and height in a browser window. The biggest problem I ran into was that I wanted to make it so that the movie would scale (shrink/expand) as the user resized their browser window. The problem? In Mozilla/Gecko browsers, the Flash content always got chopped off below 200 pixels of height. I tested this in several browsers on Windows and OS X, and the problem was consistent across platforms with different Gecko browsers (Firefox, Netscape, Camino, etc.). But Safari and Internet Explorer didn&#8217;t have that problem.</p>
<p>Today I found <a href="http://blog.deconcept.com/2005/01/02/100-height-and-100-width-xhtml-flash-embed/">an article which describes the CSS necessary to scale a movie to 100% width and height</a>. I will try it out and see if it suffers from the same cutoff-below-200-pixels problem I ran into.</p>
<p>The author, Geoff Stearns, also has <a href="http://blog.deconcept.com/2004/10/14/web-standards-compliant-javascript-flash-detect-and-embed/">another article with javascript code for detecting the Flash Player and embedding the Flash content in an XHTML 1.0 valid way</a>. Two good finds in one site &#8212; what a deal!</p>
]]></content:encoded>
			<wfw:commentRss>http://probertson.com/articles/2005/02/14/flash-js-embed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Autocomplete comes of age</title>
		<link>http://probertson.com/articles/2004/12/20/google-suggest-insights/</link>
		<comments>http://probertson.com/articles/2004/12/20/google-suggest-insights/#comments</comments>
		<pubDate>Mon, 20 Dec 2004 21:46:24 +0000</pubDate>
		<dc:creator>Paul Robertson</dc:creator>
				<category><![CDATA[Articles to remember]]></category>
		<category><![CDATA[User-centered design]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://probertson.com/articles/2004/12/20/google-suggest-how-it-works/</guid>
		<description><![CDATA[Insights about the innards of Google Suggest:
http://www.sitepoint.com/blog-post-view.php?id=216588
]]></description>
			<content:encoded><![CDATA[<p>Insights about the innards of Google Suggest:</p>
<p><a href="http://www.sitepoint.com/blog-post-view.php?id=216588">http://www.sitepoint.com/blog-post-view.php?id=216588</a></p>
]]></content:encoded>
			<wfw:commentRss>http://probertson.com/articles/2004/12/20/google-suggest-insights/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS underscore hack</title>
		<link>http://probertson.com/articles/2004/12/01/css-underscore-hack/</link>
		<comments>http://probertson.com/articles/2004/12/01/css-underscore-hack/#comments</comments>
		<pubDate>Wed, 01 Dec 2004 14:58:41 +0000</pubDate>
		<dc:creator>Paul Robertson</dc:creator>
				<category><![CDATA[Articles to remember]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://probertson.com/articles/2004/12/01/css-underscore-hack/</guid>
		<description><![CDATA[CSS underscore hack
]]></description>
			<content:encoded><![CDATA[<p><a href="http://wellstyled.com/css-underscore-hack.html">CSS underscore hack</a></p>
]]></content:encoded>
			<wfw:commentRss>http://probertson.com/articles/2004/12/01/css-underscore-hack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sIFR</title>
		<link>http://probertson.com/articles/2004/12/01/sifr/</link>
		<comments>http://probertson.com/articles/2004/12/01/sifr/#comments</comments>
		<pubDate>Wed, 01 Dec 2004 14:32:06 +0000</pubDate>
		<dc:creator>Paul Robertson</dc:creator>
				<category><![CDATA[Articles to remember]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://probertson.com/articles/2004/12/01/sifr/</guid>
		<description><![CDATA[Another release of the Flash/CSS text replacement technique
sIFR
]]></description>
			<content:encoded><![CDATA[<p>Another release of the Flash/CSS text replacement technique</p>
<p><a href="http://www.mikeindustries.com/blog/archive/2004/10/sifr-2.0-release-candidate">sIFR</a></p>
]]></content:encoded>
			<wfw:commentRss>http://probertson.com/articles/2004/12/01/sifr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>min-height: fixed;</title>
		<link>http://probertson.com/articles/2004/12/01/min-height-fixed/</link>
		<comments>http://probertson.com/articles/2004/12/01/min-height-fixed/#comments</comments>
		<pubDate>Wed, 01 Dec 2004 12:59:39 +0000</pubDate>
		<dc:creator>Paul Robertson</dc:creator>
				<category><![CDATA[Articles to remember]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://probertson.com/articles/2004/12/01/min-height-fixed/</guid>
		<description><![CDATA[min-height: fixed;
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mezzoblue.com/archives/2004/09/16/minheight_fi/">min-height: fixed;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://probertson.com/articles/2004/12/01/min-height-fixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interview with eBay Vice President of User Experience and Design</title>
		<link>http://probertson.com/articles/2004/10/09/interview-with-ebay-vice-president-of-user-experience-and-design/</link>
		<comments>http://probertson.com/articles/2004/10/09/interview-with-ebay-vice-president-of-user-experience-and-design/#comments</comments>
		<pubDate>Sat, 09 Oct 2004 21:10:46 +0000</pubDate>
		<dc:creator>Paul Robertson</dc:creator>
				<category><![CDATA[Articles to remember]]></category>
		<category><![CDATA[User-centered design]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://probertson.com/articles/2004/10/09/interview-with-ebay-vice-president-of-user-experience-and-design/</guid>
		<description><![CDATA[Interview with eBay Vice President of User Experience and Design
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.goodexperience.com/blog/archives/000063.php">Interview with eBay Vice President of User Experience and Design</a></p>
]]></content:encoded>
			<wfw:commentRss>http://probertson.com/articles/2004/10/09/interview-with-ebay-vice-president-of-user-experience-and-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Highlighting current page with CSS</title>
		<link>http://probertson.com/articles/2004/08/30/highlighting-current-page-with-css-jon-hicks/</link>
		<comments>http://probertson.com/articles/2004/08/30/highlighting-current-page-with-css-jon-hicks/#comments</comments>
		<pubDate>Mon, 30 Aug 2004 15:42:31 +0000</pubDate>
		<dc:creator>Paul Robertson</dc:creator>
				<category><![CDATA[Articles to remember]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://probertson.com/articles/2004/08/30/highlighting-current-page-with-css-jon-hicks/</guid>
		<description><![CDATA[http://www.hicksdesign.co.uk/journal/271/highlighting-current-page-with-css
While there are a few common ways to get a different style for the &#8220;current&#8221; page, this one is the most Dreamweaver-template-friendly, especially if you follow Stephanie Sullivan&#8217;s tips.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.hicksdesign.co.uk/journal/271/highlighting-current-page-with-css">http://www.hicksdesign.co.uk/journal/271/highlighting-current-page-with-css</a><br />
While there are a few common ways to get a different style for the &#8220;current&#8221; page, this one is the most Dreamweaver-template-friendly, especially if you follow <a href="http://nemesis1.f2o.org/aarchive?id=9">Stephanie Sullivan&#8217;s tips</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://probertson.com/articles/2004/08/30/highlighting-current-page-with-css-jon-hicks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamweaver CSS Developer Center</title>
		<link>http://probertson.com/articles/2004/08/30/dreamweaver-css-developer-center/</link>
		<comments>http://probertson.com/articles/2004/08/30/dreamweaver-css-developer-center/#comments</comments>
		<pubDate>Mon, 30 Aug 2004 15:29:47 +0000</pubDate>
		<dc:creator>Paul Robertson</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Sites to remember]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://probertson.com/articles/2004/08/30/dreamweaver-css-developer-center/</guid>
		<description><![CDATA[Dreamweaver CSS Developer Center
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macromedia.com/devnet/mx/dreamweaver/css.html">Dreamweaver CSS Developer Center</a></p>
]]></content:encoded>
			<wfw:commentRss>http://probertson.com/articles/2004/08/30/dreamweaver-css-developer-center/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Designing with CSS in Macromedia Dreamweaver MX 2004</title>
		<link>http://probertson.com/articles/2004/08/30/designing-with-css-in-macromedia-dreamweaver-mx-2004/</link>
		<comments>http://probertson.com/articles/2004/08/30/designing-with-css-in-macromedia-dreamweaver-mx-2004/#comments</comments>
		<pubDate>Mon, 30 Aug 2004 15:22:21 +0000</pubDate>
		<dc:creator>Paul Robertson</dc:creator>
				<category><![CDATA[Articles to remember]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://probertson.com/articles/2004/08/30/designing-with-css-in-macromedia-dreamweaver-mx-2004/</guid>
		<description><![CDATA[Designing with CSS in Macromedia Dreamweaver MX 2004
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macromedia.com/devnet/mx/dreamweaver/articles/dw2004_cssp.html">Designing with CSS in Macromedia Dreamweaver MX 2004</a></p>
]]></content:encoded>
			<wfw:commentRss>http://probertson.com/articles/2004/08/30/designing-with-css-in-macromedia-dreamweaver-mx-2004/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS in Dreamweaver (Overview)</title>
		<link>http://probertson.com/articles/2004/08/30/css-in-dreamweaver-overview/</link>
		<comments>http://probertson.com/articles/2004/08/30/css-in-dreamweaver-overview/#comments</comments>
		<pubDate>Mon, 30 Aug 2004 15:20:17 +0000</pubDate>
		<dc:creator>Paul Robertson</dc:creator>
				<category><![CDATA[Articles to remember]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dreamweaver]]></category>

		<guid isPermaLink="false">http://probertson.com/articles/2004/08/30/css-in-dreamweaver-overview/</guid>
		<description><![CDATA[CSS in Dreamweaver (Overview)
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macromedia.com/devnet/mx/dreamweaver/articles/css_dreamweaver.html">CSS in Dreamweaver (Overview)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://probertson.com/articles/2004/08/30/css-in-dreamweaver-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Trouble With EM ’n EN (and Other Shady Characters)</title>
		<link>http://probertson.com/articles/2004/07/29/the-trouble-with-em-n-en-and-other-shady-characters/</link>
		<comments>http://probertson.com/articles/2004/07/29/the-trouble-with-em-n-en-and-other-shady-characters/#comments</comments>
		<pubDate>Thu, 29 Jul 2004 16:34:44 +0000</pubDate>
		<dc:creator>Paul Robertson</dc:creator>
				<category><![CDATA[Articles to remember]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://probertson.com/articles/2004/07/29/the-trouble-with-em-n-en-and-other-shady-characters/</guid>
		<description><![CDATA[The Trouble With EM ’n EN (and Other Shady Characters)
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.alistapart.com/articles/emen/">The Trouble With EM ’n EN (and Other Shady Characters)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://probertson.com/articles/2004/07/29/the-trouble-with-em-n-en-and-other-shady-characters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Complying with IE in XP SP2</title>
		<link>http://probertson.com/articles/2004/07/28/complying-with-ie-in-xp-sp2/</link>
		<comments>http://probertson.com/articles/2004/07/28/complying-with-ie-in-xp-sp2/#comments</comments>
		<pubDate>Wed, 28 Jul 2004 16:24:45 +0000</pubDate>
		<dc:creator>Paul Robertson</dc:creator>
				<category><![CDATA[Articles to remember]]></category>
		<category><![CDATA[Web Browsers]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://probertson.com/articles/2004/07/28/complying-with-ie-in-xp-sp2/</guid>
		<description><![CDATA[Complying with IE in XP SP2
]]></description>
			<content:encoded><![CDATA[<p><a href="http://msdn.microsoft.com/security/productinfo/xpsp2/default.aspx?pull=/library/en-us/dnwxp/html/xpsp2web.asp">Complying with IE in XP SP2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://probertson.com/articles/2004/07/28/complying-with-ie-in-xp-sp2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lessons learned from the Macromedia.com redesign</title>
		<link>http://probertson.com/articles/2003/12/05/lessons-learned-from-the-macromediacom-redesign/</link>
		<comments>http://probertson.com/articles/2003/12/05/lessons-learned-from-the-macromediacom-redesign/#comments</comments>
		<pubDate>Sat, 06 Dec 2003 00:15:32 +0000</pubDate>
		<dc:creator>Paul Robertson</dc:creator>
				<category><![CDATA[Application Design]]></category>
		<category><![CDATA[Articles to remember]]></category>
		<category><![CDATA[User-centered design]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://probertson.com/articles/2003/12/05/lessons-learned-from-the-macromediacom-redesign/</guid>
		<description><![CDATA[Lessons learned from the Macromedia.com redesign
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macromedia.com/newsletters/edge/december2003/">Lessons learned from the Macromedia.com redesign</a></p>
]]></content:encoded>
			<wfw:commentRss>http://probertson.com/articles/2003/12/05/lessons-learned-from-the-macromediacom-redesign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design Matters: White Space</title>
		<link>http://probertson.com/articles/2003/10/14/design-matters-white-space/</link>
		<comments>http://probertson.com/articles/2003/10/14/design-matters-white-space/#comments</comments>
		<pubDate>Tue, 14 Oct 2003 10:42:40 +0000</pubDate>
		<dc:creator>Paul Robertson</dc:creator>
				<category><![CDATA[Articles to remember]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://probertson.com/articles/2003/10/14/design-matters-white-space/</guid>
		<description><![CDATA[Design Matters: White Space
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sheriftariq.org/design/whitespace/">Design Matters: White Space</a></p>
]]></content:encoded>
			<wfw:commentRss>http://probertson.com/articles/2003/10/14/design-matters-white-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
