<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>simpledream &#187; Web standards</title>
	<atom:link href="http://simpledream.net/category/web-standards/feed/" rel="self" type="application/rss+xml" />
	<link>http://simpledream.net</link>
	<description>Lance Willett, Web Craftsman</description>
	<lastBuildDate>Tue, 29 May 2012 18:08:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='simpledream.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/d3e74b12277e3aae3fd6ba04776d4bdf?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>simpledream &#187; Web standards</title>
		<link>http://simpledream.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://simpledream.net/osd.xml" title="simpledream" />
	<atom:link rel='hub' href='http://simpledream.net/?pushpress=hub'/>
		<item>
		<title>Event Recap: Web with Molly</title>
		<link>http://simpledream.net/2012/03/22/event-recap-web-with-molly/</link>
		<comments>http://simpledream.net/2012/03/22/event-recap-web-with-molly/#comments</comments>
		<pubDate>Thu, 22 Mar 2012 15:53:08 +0000</pubDate>
		<dc:creator>Lance Willett</dc:creator>
				<category><![CDATA[Get Involved]]></category>
		<category><![CDATA[Web standards]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[kimberly-blessing]]></category>
		<category><![CDATA[molly-holzschlag]]></category>
		<category><![CDATA[spoke6]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://simpledream.net/?p=993</guid>
		<description><![CDATA[I recently attended the excellent Web with Molly workshop held in Tucson, Arizona (February 2012). The overall topic was the Open Web. Understanding its history, key technologies, and important concepts. Molly presented over two full days, with interludes and additions &#8230; <a href="http://simpledream.net/2012/03/22/event-recap-web-with-molly/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simpledream.net&#038;blog=281665&#038;post=993&#038;subd=simpledream&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I recently attended the excellent <a href="http://spoke6.com/event/web-with-molly/">Web with Molly</a> workshop held in Tucson, Arizona (February 2012).</p>
<p>The overall topic was the Open Web. Understanding its history, key technologies, and important concepts. Molly presented over two full days, with interludes and additions by special guest <a href="http://obiwankimberly.com/">Kimberly Blessing</a> (who also <a href="http://www.flickr.com/photos/kimberlyblessing/sets/72157629274756833/with/6858167037/">took photos</a>).</p>
<p>Even considering myself an industry veteran—I&#8217;ve worked full-time on the web for over seven years, I learned new things and solidified several of my weak areas. I highly recommend this workshop to anyone who works on the web. And, Molly organized the weekend on her on time—and her own dime. Thanks Mols!</p>
<p>Here are my notes from the sessions.</p>
<h2>Open Web</h2>
<p>Preserving the infrastructure of the web so it remains open to everyone.</p>
<p><span id="more-993"></span></p>
<p>What is the Open Web?</p>
<p>1. Dedication to open standards<br />
2. Use of technology should be unobtrusive<br />
3. Recognition of the web as an application and document platform<br />
4. Encourage open, organic groups such as WHAT-WG and microformats.org</p>
<p>Groups like these extend what is coming from W3C to begin implementing things faster, and start using technology now.</p>
<p>Making research and development part of your process—part of your team workflow—keeps a conversation open. We are serving a much larger future.</p>
<h2>Core principles</h2>
<dl>
<dt>Transparency and authenticity</dt>
<dd>From a browser vendor&#8217;s viewpoint this means allowing dev previews, blogging about changes. IE (Internet Explorer) is doing a great job with this.</dd>
<dt>Connectability via APIs</dt>
<dd>JavaScript (JS) is the most-used programming language on the  planet. You get a JS compiler, interpreter on almost all devices.</dd>
<dt>Open specifications</dt>
<dd>These things need to go through the patent exclusion process.</dd>
<dt>Error forgiveness</dt>
<dd>Allow people to make mistakes.</dd>
</dl>
<p>Additional thoughts to go with core principles.</p>
<p>Freedom of Social Forms—an idea coined by Brad Neuberg from Google. Look at things beyond what they are or are not.</p>
<blockquote><p>The [Open Web] is big enough to support many forms of social and economic organization, including ones we haven&#8217;t imagined yet.</p></blockquote>
<p>The Many Things Rule—an approach to a problem with a broader perspective. Something you make can be used by other people and for other applications.</p>
<p>User experience (UX) and front-end development are key skills for working with the Open Web.</p>
<h2>Core technologies</h2>
<p>- HTML5<br />
- CSS3<br />
- JavaScript</p>
<p>Also discussing:</p>
<p>- <code>video</code> and <code>audio</code><br />
- Visual technologies: <code>canvas</code> and SVG</p>
<p>Under the JavaScript umbrella are things like XmlHttpRequest (XHR), what we now know as &#8220;Ajax&#8221; (note the spelling). Originally conceived by Microsoft to allow Outlook for the web.</p>
<h3>HTML</h3>
<p>History lesson first. WHATWG first came out as a grassroots movement, with Ian Hickson (was at Opera, now at Google). It was the first time that all major browser makers agreed on a single spec: HTML5. The working group had 800 invited experts!</p>
<p>Recently, Ian&#8217;s announced it&#8217;s no longer known as &#8220;5&#8243;, saying it&#8217;s a living standard. It&#8217;s more mature than any version of HTML, and no longer a draft.</p>
<p>He stirred the pot, recently, with the (now reversed) decision to remove the <code>time</code> element in favor of <code>data</code>. Molly mentioned all the jokes that sprung up around this. One web dev says to another, &#8220;Say, do you have have the &#8220;? One guy, scarily, making changes and everyone is letting him.</p>
<p>Molly defines HTML5 like this:</p>
<blockquote><p>HTML5 is a vocabulary and set of application programming interfaces that make up a core declarative language for web sites and web applications.</p></blockquote>
<p>Pop quiz! What is the only required element for a valid HTML document? <code>title</code> element. Because HTML is based on SGML, the rest was added later to be declarative and provide structure for layout.</p>
<p>HTML5 design principles</p>
<p>1. Support existing content<br />
2. Ensure interoperability<br />
3. Define user agent (UA) behavior instead of leaving it open for implementors to interpret for themselves. Best practices come from real world usage.<br />
4. Better error handling<br />
5. Evolve, not re-create</p>
<p>A fun mollyquote:</p>
<blockquote><p>The Open Web is threatened by the three As: anarchists, Apple, and asshats.</p></blockquote>
<p><code>application/xml</code> MIME type was not supported by any version of IE, until the most recent version—<strong>after</strong> XHTML was already declared dead. Oh, the irony.</p>
<p>Avoid XHTML5 (which is just plain stupid). What it should be called is XML+HTML. It&#8217;s used mostly for internal projects by people who want facilities that come with HTML5 but need to serve XML.</p>
<p>HTML5 Media APIs: goal is to replace plugins with native solutions: video, audio.</p>
<p>Molly here discussed the H.264 codec war. It is <strong>not</strong> an open or web standard, it carries a $5 million/year cost. Alternatives include OGG (considered unencumbered, &#8220;probably, probably never going to get sued for rights&#8221;).</p>
<p>Another mollyquote:</p>
<blockquote><p>At Opera we called it H.666 <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p></blockquote>
<p>[Lance side note: Molly mentioned OGG being developed by Thomas Dolby. I didn't see any mention of his name at <a href="http://en.wikipedia.org/wiki/Ogg">http://en.wikipedia.org/wiki/Ogg</a>.]</p>
<p>Video progressive enhancement means using the <code>video</code> element with H.264, OGG, WebM, and Flash as the last fallback.</p>
<p><strong>canvas</strong></p>
<p>It&#8217;s bitmap (not vector), great for 2d animations and games. You design with JavaScript. Immediate mode versus retained mode, meaning instant gratification. Used and abused for text-shadow and special details that are totally irrational. Not built as a web element (came out of Apple)</p>
<p><strong>SVG</strong></p>
<p>Far more accessible, vector-based. Good for interaction, shapes. Allows access to the DOM. Google indexes it.</p>
<p><strong>Other technologies related to HTML5</strong></p>
<p>Device-related APIs, Wholesale Applications Community (WAC). It&#8217;s like the open web for mobile.</p>
<p><strong>HTML outlines</strong></p>
<p>[An interlude by Kimberly.]</p>
<p>In HTML5 each of the sectioning elements starts a new tree. <code>section</code>, <code>article</code>, <code>aside</code>, <code>nav</code>. You can start again with an <code>h1</code> as the top-level heading inside of each sectioning element.</p>
<p>Understanding divisions versus sections. <code>section</code> is *not* a replacement for <code>div</code>. <code>div</code> still has meaning (which is &#8220;null&#8221;). It&#8217;s a division. <code>section</code> is different because it changes the document outline, <code>div</code> does not.</p>
<p>(<a href="https://twitter.com/#!/obiwankimberly/status/168867167587143682">More info</a>)</p>
<h2>CSS</h2>
<p>Molly says this is a &#8220;polyfill class&#8221;—filling in the gaps in our understanding, making sure we know the correct terms and definitions. Using the terminology is super important, a team should use a shared terminology.</p>
<p>History lesson: 1994 saw the beginnings of CSS, based on print technology. Hakom Lie and Burt Vos came to the W3C, they were document specialists and from the print world.</p>
<p>CSS rule structure</p>
<p><pre class="brush: css;">
selector {
	propery: value;
}
</pre></p>
<p>The code within the braces is the declaration block, property value pairs are declarations. In CSS, rules are the basic building block</p>
<p>Important note: inheritance != cascade. [Lance note: I am often confused on this point.]</p>
<p>Inheritance is the document tree: ancestors/parents/children. Any property that is inheritable will be applied down the tree until another rule overrides it farther down the tree.</p>
<p>Cascade answers the question, &#8220;What is the origin of the style?&#8221;</p>
<ol>
<li>Browser (user agent)</li>
<li>User</li>
<li>Author
<ol>
<li>Inline</li>
<li>Embedded
<ol>
<li>Imported</li>
</ol>
</li>
<li>Linked (external)</li>
</ol>
</li>
</ol>
<p>Quick <code>!important</code> story. It used to be the other way around in CSS1, user styles came last in the cascade.</p>
<p>Reset method puts the author in control, makes the user agent styles a level playing ground. Linked stylesheets: leaving the media attribute out, it defaults to &#8220;all.&#8221;</p>
<p>Sort order within the cascade: inline, embedded, author. User styles override browser (but not author!). Rule: closest to the content overdrives other rules (after specificity is calculated). But !important in user trumps !important in author.</p>
<p>[Lance joke interlude: <code></code> is the best way to classify a raunchingly humorous site.]</p>
<p>pseudo classes are things like <code>a:hover</code> and <code>a:focus</code>.</p>
<p>The &#8220;combinator&#8221; is the selector symbol used to denote the relationship between the selectors.</p>
<p>- <code>[space]</code> descendant<br />
- <code>[&gt;]</code> child (only down one level)<br />
- <code>[+]</code> adjacent sibling<br />
- <code>[~]</code> general sibling</p>
<p>Complex examples can be solved by the &#8220;nth child&#8221; selector, like table striping. Adjacent sibling combinators are great for &#8220;when these two occur together&#8221; and make them appear differently.</p>
<p>[Interlude: clearing floats with overflow]</p>
<p>Kimberly says you don&#8217;t need a width on the parent element. If you have <code>overflow: hidden;</code> you can sometimes get a scrollbar when you see an outline on the element; to get around it add <code>padding-bottom: 1px;</code>.</p>
<p>Overflow to clear floats is <strong>not</strong> a hack, it&#8217;s right from the spec.</p>
<p>[Back to CSS.]</p>
<p>Pseudo-elements like <code>:first-line</code>, see also generated content with <code>:before</code> and <code>:after</code>. Nice use would be an <code>href</code> display for print CSS, to show the full URL on the printed page.</p>
<p>We should all learn about how browsers work: re-render, re-paint, re-flow.</p>
<p>Positioning</p>
<p>- <strong>relative</strong> is &#8220;offset&#8221;—it&#8217;s calculated relative to itself, in the normal flow, the content does not move up to take its place in the flow.<br />
- <strong>absolute</strong> is taken out of the flow, now placed according to the nearest positioned ancestor (the ancestor does not need any offset, just a position propery), or the root element in the tree (HTML element).<br />
- <strong>fixed</strong> is out of the normal flow, placed according to the viewport. This was not supported in IE6.</p>
<p>Coming soon to CSS:</p>
<p>- The flexible box model<br />
- Multiple columns<br />
- Template-based layout<br />
- Grid positioning, &#8220;snap to&#8221; idea of placing elements</p>
<p>See Jina Bolton&#8217;s work with template-based layouts.</p>
<h2>Random notes from the workshop</h2>
<p>&#8220;Web project manager&#8221; needs to be a named and defined role; it&#8217;s the missing piece in web production teams &#8230; aka Tech Lead.</p>
<p>We&#8217;re in the era of dev ops, everyone needs to know the full stack.</p>
<p>Important note: <strong>jQuery != JavaScript</strong></p>
<p>The best interface for web APIs is HTTP + HTML. Send a web page, let the receiving service parse it.</p>
<p>What is ontology? A vocabulary. Molly mentioned OWL; XML languages for each industry, &#8220;Web Ontology Language&#8221;. (<a href="http://en.wikipedia.org/wiki/Web_Ontology_Language">Wikipedia</a>)</p>
<h2>Photos</h2>
<p>Kimberly took a few photos at the workshop: <a href="http://www.flickr.com/photos/kimberlyblessing/6858161453/sizes/l/in/set-72157629274756833/.">Web with Molly on Flickr</a>. Including the featured photo shown for this post—thanks Kimberly, for being a part of the workshop.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/simpledream.wordpress.com/993/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/simpledream.wordpress.com/993/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/simpledream.wordpress.com/993/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/simpledream.wordpress.com/993/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/simpledream.wordpress.com/993/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/simpledream.wordpress.com/993/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/simpledream.wordpress.com/993/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/simpledream.wordpress.com/993/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/simpledream.wordpress.com/993/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/simpledream.wordpress.com/993/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/simpledream.wordpress.com/993/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/simpledream.wordpress.com/993/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/simpledream.wordpress.com/993/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/simpledream.wordpress.com/993/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simpledream.net&#038;blog=281665&#038;post=993&#038;subd=simpledream&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://simpledream.net/2012/03/22/event-recap-web-with-molly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://simpledream.files.wordpress.com/2012/03/web-with-molly.png?w=150" />
		<media:content url="http://simpledream.files.wordpress.com/2012/03/web-with-molly.png?w=150" medium="image">
			<media:title type="html">web-with-molly</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/47976847383b324bd35e228a91eb1a0f?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">lance</media:title>
		</media:content>
	</item>
		<item>
		<title>Tucson&#039;s Web Design and Development Scene Is on Fire</title>
		<link>http://simpledream.net/2009/04/21/tucsons-web-design-and-development-scene-is-on-fire/</link>
		<comments>http://simpledream.net/2009/04/21/tucsons-web-design-and-development-scene-is-on-fire/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 17:22:30 +0000</pubDate>
		<dc:creator>Lance Willett</dc:creator>
				<category><![CDATA[Get Involved]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[Web standards]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[meetups]]></category>
		<category><![CDATA[tdac]]></category>
		<category><![CDATA[tucson]]></category>

		<guid isPermaLink="false">http://simpledream.net/?p=293</guid>
		<description><![CDATA[There is a lot of excitement right now in the Tucson web design and development scene. Tucson Digital Arts Community is rocking the house with monthly workshops, local companies like Bookmans are innovating with their agile web development and engaging &#8230; <a href="http://simpledream.net/2009/04/21/tucsons-web-design-and-development-scene-is-on-fire/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simpledream.net&#038;blog=281665&#038;post=293&#038;subd=simpledream&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="introduction">There is a lot of excitement right now in the Tucson web design and development scene. <a href="http://tucsondigitalarts.com/">Tucson Digital Arts Community</a> is rocking the house with monthly workshops, local companies like <a href="http://bookmans.com/">Bookmans</a> are innovating with their agile web development and engaging user-centric website, and there is a buzz of energy around getting together, sharing ideas and best practices, learning, networking, and improving our community.</p>
<p>Local web ninja Jared McFarland summed it up nicely in <a href="http://jaredonline.posterous.com/capitalizing-on-the-tucson-tech-community">Capitalizing on the Tucson Tech Community</a>.</p>
<blockquote>
<p>We, as a community, can work together to educate and inspire one another. We can enjoy the same benefits as the people in major tech centers simply by knowing each other and inventing ways to work together. It isn&#8217;t about vast numbers of people, but small passionate groups. The web brings like minds together globally, but we can now use the web to find each other and act locally. We can turn Tucson into something intentional, and beautiful, for ourselves and the city.</p>
</blockquote>
<p>The larger Tucson community is also bubbling with social events like Ignite Tucson and the myriad of Twitter meetups (&#8220;Tweetups&#8221;). Just <a href="http://tinyurl.com/dnafqm">search Twitter for #tweetup #tucson</a> to be amazed. These events cover a much broader range of topics than web design and development but they all share a common goal: to mingle, network, and share with others.</p>
<p>This is how I think it breaks down: <em>socially</em>, the larger community wants to meet itself and <em>technologically</em>, web designers and developers are joining together to improve the tech community. All of this energy and enthusiasm is contagious!</p>
<p>In contrast, I want to share the story of the Tucson Geek Meet<sup class="footnote"><a href="#fn21263713534e0fc4470da6a">1</a></sup>, a group I was personally involved with for four years. Started as the Tucson Web Standards Group in 2003 by <a href="http://www.molly.com/2005/02/09/standards-in-tucson/">Molly Holzschlag</a>, the Geek Meet slowly lost momentum over time. Instead of growing and expanding, it stayed a small core of five or six people.</p>
<p>Don&#8217;t get me wrong, because of those meetups the five or six of us are now steadfast friends, and several of us have had the opportunity to work together. Now that we are friends we can socialize anytime—we don&#8217;t need to call it anything. The idea of the Geek Meet isn&#8217;t going away, it&#8217;s just being replaced by ad hoc Tweetups and other social happenings around town.</p>
<p>What I want to encourage, and I think Jared hit on this, is not just the social aspects of meeting together but the educational and inspirational benefits of sharing code, experiences, and real-life examples of our work. <a href="http://tucsondigitalarts.com/events/"><span class="caps">TDAC</span></a> is spearheading the effort by organizing workshops and collaborative coding days to get people together to educate, inspire, network, and improve. I&#8217;ve been a part of <span class="caps">TDAC</span> for six months now, and the tech community in Tucson isn&#8217;t just soaking it up, it&#8217;s clamoring for more.</p>
<p>We&#8217;re hoping soon to have a Refresh Tucson—our neighbors in The Valley have had a <a href="http://refreshphoenix.org/">strong Refresh presence</a> for three years—we can do the same here in the Old Pueblo. So please participate: join up, tweet up, meet up, share, and pass the word to your colleagues and friends.</p>
<p><strong>Let&#8217;s do it, Tucson.</strong></p>
<h3 class="section">How to get involved</h3>
<p>Tucson networks to join and participate in</p>
<ul>
<li><a href="http://tucsondigitalarts.com/">Tucson Digital Arts Community</a></li>
<li><a href="http://furthertucson.ning.com/">Further Tucson</a></li>
<li><a href="http://refreshtucson.com/">Refresh Tucson</a>
<p>(Coming soon&#8230; For now join the <a href="http://tucsondigitalarts.com/groups/refresh-tucson"><span class="caps">TDAC</span> Refresh Tucson group</a> to give your input.)</li>
<li>Search Twitter for <a href="http://tinyurl.com/dnafqm">#tweetup #tucson</a> and come join the fun.</li>
</ul>
<p>Are you on <a href="http://meetup.com">Meetup.com</a>? Tell your Meetup.com cronies to join the fine sites listed above, especially if you are on the Meetup.com <a href="http://webstandards.meetup.com/cities/us/az/tucson/?from=loc_pick">Web Standards &#8220;waiting list&#8221;</a>. Wait no more!</p>
<h3 class="section">Notes</h3>
<p id="fn21263713534e0fc4470da6a" class="footnote"><sup>1</sup> The Tucson Geek Meet is no more, it&#8217;s pushing up the daisies, it&#8217;s kicked the bucket. This meetup is not pining for the fjords, it&#8217;s gone to meet it&#8217;s maker. It&#8217;s&#8230; OK, enough of the Monty Python!</p>
<p>For posterity, here is a brief history of the Tucson Geek Meet:</p>
<p><strong>2003(?):</strong> Started by Molly Holzschlag.</p>
<p><strong>2005:</strong> Tucson Web Standards Meetup moved to Upcoming by Lance (from Meetup.com). We met at B-Line and Famous Sam&#8217;s. See <a href="http://www.molly.com/2005/02/09/standards-in-tucson/">Molly&#8217;s 2005 post</a> and <a href="http://fautrever.com/2005/02/web-standards-meetup/">my 2005 post</a> as well as the <a href="http://upcoming.yahoo.com/group/77/">Upcoming group page</a>.</p>
<p><strong>2006:</strong> Met monthly at the Old Chicago patio. A few Flickr photos from 2006 events: <a href="http://www.flickr.com/photos/lance_mountain/89118812/in/set-72157600358054751/">Great Discussion at Tucson Web Standards Meeting</a>, <a href="http://www.flickr.com/photos/lance_mountain/89118813/">Geoff in Action</a>.</p>
<p><strong>2007:</strong> Changed the name to Geek Meet.</p>
<p><strong>2008:</strong> The infamous Hooter&#8217;s incident. D&#8217;oh! (Yes, <a href="http://www.molly.com/2008/06/16/hooters-not-a-fair-place-to-speak-geek/">Molly gave us a good lashing for that</a>, and it was deserved.)</p>
<p><strong>2009:</strong> Called it quits in favor of other local groups and Twitter meetups.</p>
<p>This post was originally titled &#8220;Rest in Peace, Tucson Geek Meet&#8221; but I decided that it was just a small part of the burgeoning Tucson web design and development scene.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/simpledream.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/simpledream.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/simpledream.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/simpledream.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/simpledream.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/simpledream.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/simpledream.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/simpledream.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/simpledream.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/simpledream.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/simpledream.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/simpledream.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/simpledream.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/simpledream.wordpress.com/293/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simpledream.net&#038;blog=281665&#038;post=293&#038;subd=simpledream&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://simpledream.net/2009/04/21/tucsons-web-design-and-development-scene-is-on-fire/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/47976847383b324bd35e228a91eb1a0f?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">lance</media:title>
		</media:content>
	</item>
		<item>
		<title>You Can&#039;t Win</title>
		<link>http://simpledream.net/2009/04/16/you-cant-win/</link>
		<comments>http://simpledream.net/2009/04/16/you-cant-win/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 16:35:47 +0000</pubDate>
		<dc:creator>Lance Willett</dc:creator>
				<category><![CDATA[Thinking]]></category>
		<category><![CDATA[Web standards]]></category>
		<category><![CDATA[philosophy]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://simpledream.net/?p=295</guid>
		<description><![CDATA[If you are passionate about a cause, preach it loudly and clearly, and see it as the best way to do things, you are labeled a zealot. If you keep your head down and stay out of the shouting matches, &#8230; <a href="http://simpledream.net/2009/04/16/you-cant-win/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simpledream.net&#038;blog=281665&#038;post=295&#038;subd=simpledream&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you are passionate about a cause, preach it loudly and clearly, and see it as the best way to do things, you are labeled a zealot.</p>
<p>If you keep your head down and stay out of the shouting matches, often ignoring them simply because you don&#8217;t have the time or energy, you are labeled as complacent.</p>
<p>The middle ground, if there is one, is to be pragmatic. Embrace standards and strive to meet them as much as possible, but know when to give in and just get the job done. Or better yet, build something the right way, and lead by example.</p>
<p>I&#8217;m ashamed it&#8217;s taken me all these years to come to this realization, but hey&#8212;better late than never.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/simpledream.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/simpledream.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/simpledream.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/simpledream.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/simpledream.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/simpledream.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/simpledream.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/simpledream.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/simpledream.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/simpledream.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/simpledream.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/simpledream.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/simpledream.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/simpledream.wordpress.com/295/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simpledream.net&#038;blog=281665&#038;post=295&#038;subd=simpledream&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://simpledream.net/2009/04/16/you-cant-win/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/47976847383b324bd35e228a91eb1a0f?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">lance</media:title>
		</media:content>
	</item>
		<item>
		<title>Summit Hut Realign 2008</title>
		<link>http://simpledream.net/2008/05/13/summit-hut-realign-2008/</link>
		<comments>http://simpledream.net/2008/05/13/summit-hut-realign-2008/#comments</comments>
		<pubDate>Tue, 13 May 2008 17:00:08 +0000</pubDate>
		<dc:creator>Lance Willett</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[simpledream news]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[Web standards]]></category>
		<category><![CDATA[blueprint]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[realign]]></category>
		<category><![CDATA[retail]]></category>
		<category><![CDATA[shopping]]></category>
		<category><![CDATA[summit-hut]]></category>
		<category><![CDATA[user-interface]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://simpledream.net/?p=149</guid>
		<description><![CDATA[Update: Summit Hut did some redesigning this week, including a new logo, new color scheme, and some layout changes. I was not involved in these updates. Please see the screenshots below and on Flickr for a reference to the the &#8230; <a href="http://simpledream.net/2008/05/13/summit-hut-realign-2008/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simpledream.net&#038;blog=281665&#038;post=149&#038;subd=simpledream&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Update: </strong> Summit Hut did some redesigning this week, including a new logo, new color scheme, and some layout changes. I was not involved in these updates. Please see the screenshots below and <a href="http://flickr.com/photos/simpledream/sets/72157604971657327/detail/">on Flickr</a> for a reference to the the site design before these changes.<br />
<em>—Lance, June 16, 2008</em></p>
<p>From the <em>Recent Client Projects</em> and <em>I Should Have Blogged This Months Ago</em> departments, I present a brief report on a website realign for Summit Hut.</p>
<p>I was fortunate to work with my great friend and mentor Aaron and several former coworkers from my days at the Hut (I worked there 2001&ndash;2005). The subject matter was close to my heart, and having worked on the website for a short period of time before leaving the company, I was thrilled to help with the task of realigning and recoding Summit Hut&#8217;s <a href="http://www.summithut.com/">flagship website</a>.</p>
<p><a href="http://flickr.com/photos/simpledream/sets/72157604971657327/detail/">View screenshots</a>, <a href="http://summithut.com/">visit the live site</a>, or for more details on the part I played in the realign, continue reading.</p>
<p><a class="img-link" rel="external" href="http://flickr.com/photos/simpledream/2478314101/" title="view larger version"><img src="http://farm3.static.flickr.com/2360/2478314101_27ec785693.jpg" alt="example screenshot 1" class="screenshot" /></a></p>
<p class="note">Disclaimer: Please note, I am not involved in the upkeep and production of code or graphics for Summit Hut; my role was to build a solid foundation for future development and visual merchandising. I did produce the first home page graphic (<a href="http://flickr.com/photos/simpledream/2479101828/in/set-72157604971657327/">view screenshot</a>), but the home page graphics and various and sundry sidebar callouts throughout the site have changed since the site launch in February 2008.</p>
<h3>Notes and technical details</h3>
<p>I was in charge of visual look-and-feel, basic interaction design, and coding the <span class="caps">HTML</span> and <span class="caps">CSS</span> for the page templates.</p>
<p><strong>Visual</strong></p>
<p>My goal was to create a mood that was simple, clean, and sophisticated with a subtle regional feel for Summit Hut&#8217;s location in the Southwest.</p>
<p>The visual tone took cues from Summit Hut&#8217;s in-store merchandising and signage. The chosen color palette, typography, and imagery were all tailored to match the wonderful feeling one gets when stepping into the company&#8217;s high-end retail shops. I intended visual chrome such as icons and buttons to produce a clean and professional look to match the company identity as a premier outdoor retailer.</p>
<p>Considerations included better readability, clearer navigation, enhancements to the display of vendor brands and product images, and improved product merchandising.</p>
<p>Merchandising an online store can be quite challenging, especially if you want to reflect how the real-life store works. There are really two parts to it: decorative and organizational. The first is extremely important since it conveys value and desirability to the products; the second provides a clear arrangement for easy searching, browsing, and choosing. My goal here was to remove obstacles and let customers figure things out easily while providing a pleasant, easy, and fun shopping experience.</p>
<p><strong>Code</strong></p>
<p>The recoded page templates were probably the most urgent need; the former summithut.com sported a table-based layout, spacer <span class="caps">GIF</span>s, and other typical markup-cluttering artifacts. Valid <span class="caps">XHTML</span> and <span class="caps">CSS</span> to the rescue! Building on Aaron&#8217;s solid programming and site framework, we worked together on producing lightweight and reusable <span class="caps">HTML</span> chunks (by reusable chunks I mean in the spirit of <a href="http://microformats.org/">microformats</a>). For the style sheets (<span class="caps">CSS</span>) I used principles of <a href="http://www.subtraction.com/archives/2007/0318_oh_yeeaahh.php">grid-based</a> <a href="http://www.markboulton.co.uk/journal/comments/simple_steps_to_designing_grids/">layouts</a> and the excellent <a href="http://code.google.com/p/blueprintcss/">Blueprint <span class="caps">CSS</span> framework</a> as a starting point for <a href="http://meyerweb.com/eric/thoughts/2007/04/12/reset-styles/">resetting</a> and standardizing the layout, text treatment, and interaction messages.</p>
<p>All the benefits of <a href="http://www.webstandards.org/learn/faq/">standards-based development</a> apply to the updated pages: faster loading times, code that is easier to read and update, improved usability and accessibility for traditional and non-traditional devices, as well as flexibility for future website features and visual changes.</p>
<p><strong>Interaction</strong></p>
<p>Interactive design tasks for the realigned site centered on product browsing, selection, and the checkout process.</p>
<p>For purposes of keeping this report as brief as I can, let&#8217;s take the example of the product browsing and navigation. The previous product navigation involved a clunky accordion-style navigation on the left of every page. The new site splits the top-level navigation into a horizontal dropdown menu on every page, improves the search tool, and provides multiple ways to visually scroll through products. Product browsing can be in a list view or thumb view, and the sidebar menus allow you to drill down and refine the offerings easily.</p>
<p><a class="img-link" rel="external" href="http://flickr.com/photos/simpledream/2478325867/in/set-72157604971657327/" title="view larger version"><img src="http://farm4.static.flickr.com/3219/2478325867_535462c610.jpg" alt="example screenshot 2" class="screenshot" /></a></p>
<p>The dropdown navigation for products was an important piece of this realign (<a href="http://flickr.com/photos/simpledream/2478325299/in/set-72157604971657327/">view screenshot</a>). The amount of products and product categories in Summit Hut&#8217;s online store makes the product navigation interaction a complex and difficult one. The information architecture is based on the store&#8217;s internal organization, which doesn&#8217;t always mimic how customers shop. The dropdowns provided a great way to simplify the complexity, and with Aaron&#8217;s excellent choice of <a href="http://jquery.com/">jQuery</a> (with the <a href="http://users.tpg.com.au/j_birch/plugins/superfish/">Superfish plugin</a>), this interaction works wonderfully.</p>
<p>There were many, many, more improvements to Summit Hut website; I can&#8217;t list them all here, but you can view the <a href="http://web.archive.org/web/*/http://summithut.com">old site on archive.org</a> and then <a href="http://summithut.com/">browse the current site</a> to see for yourself.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/simpledream.wordpress.com/149/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/simpledream.wordpress.com/149/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/simpledream.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/simpledream.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/simpledream.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/simpledream.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/simpledream.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/simpledream.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/simpledream.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/simpledream.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/simpledream.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/simpledream.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/simpledream.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/simpledream.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/simpledream.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/simpledream.wordpress.com/149/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simpledream.net&#038;blog=281665&#038;post=149&#038;subd=simpledream&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://simpledream.net/2008/05/13/summit-hut-realign-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/47976847383b324bd35e228a91eb1a0f?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">lance</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2360/2478314101_27ec785693.jpg" medium="image">
			<media:title type="html">example screenshot 1</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3219/2478325867_535462c610.jpg" medium="image">
			<media:title type="html">example screenshot 2</media:title>
		</media:content>
	</item>
		<item>
		<title>Beautiful URLs</title>
		<link>http://simpledream.net/2008/03/20/beautiful-urls/</link>
		<comments>http://simpledream.net/2008/03/20/beautiful-urls/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 20:34:59 +0000</pubDate>
		<dc:creator>Lance Willett</dc:creator>
				<category><![CDATA[Interesting links]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[Web standards]]></category>
		<category><![CDATA[Web technology]]></category>

		<guid isPermaLink="false">http://simpledream.net/2008/03/20/beautiful-urls/</guid>
		<description><![CDATA[In URLs Can Be Beautiful, Chris Shiflett explains how he built beautiful URLs for OmniTI. I agree whole-heartedly that URLs can and should be beautiful, and I firmly believe they should not only look good, but should also be useful, &#8230; <a href="http://simpledream.net/2008/03/20/beautiful-urls/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simpledream.net&#038;blog=281665&#038;post=146&#038;subd=simpledream&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://shiflett.org/blog/2008/mar/urls-can-be-beautiful"><span class="caps">URL</span>s Can Be Beautiful</a>, Chris Shiflett explains how he built beautiful <span class="caps">URL</span>s for <a href="http://omniti.com/" rel="external">OmniTI</a>.</p>
<p>I agree whole-heartedly that <span class="caps">URL</span>s can <em>and should</em> be beautiful, and I firmly believe they should not only look good, but should also be useful, meaningful, and &#8220;discoverable.&#8221; In the case of OmniTI, the first subcategory in the <span class="caps">URL</span> is based on an action verb, like &#8220;is&#8221;, &#8220;helps&#8221;, or &#8220;thinks.&#8221; This gives the <span class="caps">URL</span> a powerful mnemonic quality, since it reads like a sentence. It also describes the content of the page it represents, which is awesome.</p>
<p>The only downside I can see is the &#8220;discoverability&#8221; for common <span class="caps">URL</span>s like &#8220;about&#8221; and &#8220;contact&#8221;. A lot of people are used to finding those <span class="caps">URL</span>s the same on most sites, especially typical brochure-type business websites. But, you can always have a redirect rule for those if it&#8217;s important. The creativity and unique design of OmniTI&#8217;s <span class="caps">URL</span> scheme might just make up for the loss of predictability.</p>
<p>I&#8217;m glad to see a great example of a beautiful and semantic <span class="caps">URL</span> scheme to use as inspiration for my own projects.</p>
<p><strong><span class="caps">UPDATE</span>:</strong> As a nice follow-up, Nate Abele explains how to set up nice <span class="caps">URL</span>s in the CakePHP framework by defining custom routes: <a href="http://c7y.phparch.com/c/entry/1/art,cake-seo">Advanced <span class="caps">URL</span> Routing and <span class="caps">SEO</span> Techniques with CakePHP</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/simpledream.wordpress.com/146/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/simpledream.wordpress.com/146/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/simpledream.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/simpledream.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/simpledream.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/simpledream.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/simpledream.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/simpledream.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/simpledream.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/simpledream.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/simpledream.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/simpledream.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/simpledream.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/simpledream.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/simpledream.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/simpledream.wordpress.com/146/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simpledream.net&#038;blog=281665&#038;post=146&#038;subd=simpledream&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://simpledream.net/2008/03/20/beautiful-urls/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/47976847383b324bd35e228a91eb1a0f?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">lance</media:title>
		</media:content>
	</item>
		<item>
		<title>Suckerfish Dropdowns and CSS Menus</title>
		<link>http://simpledream.net/2008/02/20/suckerfish-dropdowns-and-css-menus/</link>
		<comments>http://simpledream.net/2008/02/20/suckerfish-dropdowns-and-css-menus/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 23:30:35 +0000</pubDate>
		<dc:creator>Lance Willett</dc:creator>
				<category><![CDATA[Web design]]></category>
		<category><![CDATA[Web standards]]></category>

		<guid isPermaLink="false">http://simpledream.net/2008/02/20/suckerfish-dropdowns-and-css-menus/</guid>
		<description><![CDATA[Can you refer me to a tutorial for making CSS-based dropdown menus similar to what&#8217;s found on this site? First of all, I must admit I am not a big fan of dropdown menus. They can be a usability nightmare &#8230; <a href="http://simpledream.net/2008/02/20/suckerfish-dropdowns-and-css-menus/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simpledream.net&#038;blog=281665&#038;post=141&#038;subd=simpledream&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote>
<p>Can you refer me to a tutorial for making <span class="caps">CSS</span>-based dropdown menus similar to what&#8217;s found on <a href="http://cthsu.com/">this site</a>?</p>
</blockquote>
<p>First of all, I must admit I am not a big fan of dropdown menus. They can be a usability nightmare when not done right, and all too often they mask a poorly developed site architecture.</p>
<p>That said, if you feel the need to incorporate them for your site (or a client insists you do it on their site), there is a right and a wrong way to it.</p>
<p>Make sure the solution you choose uses well-structure <span class="caps">HTML</span> markup and lightweight <span class="caps">CSS</span>/JavaScript. Secondly, judge the size of your navigation to make sure a dropdown makes sense. If you have 5—7 links, you probably don&#8217;t need it. If you have 5—7 site sections that all have 5 or more subsections then it might make sense to incorporate a dropdown menu. Lastly, plan for what will happen if your visitors don&#8217;t have JavaScript enabled. Does the menu work with <span class="caps">CSS</span> only? Does it work without styles at all?</p>
<p>Probably the best implementation out there is <a href="http://www.htmldog.com/articles/suckerfish/dropdowns/">Son of Suckerfish Dropdowns</a>. It&#8217;s accessible, lightweight, and works well across modern browsers. It does use a small bit of JavaScript, but that is a necessary evil in order to support older versions of IE/Windows. I&#8217;ve used a version of Suckerfish called <a href="http://users.tpg.com.au/j_birch/plugins/superfish/">Superfish</a> as a <a href="http://jquery.com/">jQuery</a> plugin with great success (check it out live on the new <a href="http://summithut.com/">Summit Hut site</a>).</p>
<p>The cthsu.com site uses a product called &#8220;<span class="caps">CSS</span> Express Drop-Down Menus&#8221; from <a href="http://www.projectseven.com/tutorials/navigation/auto_hide/">ProjectSeven</a>. It&#8217;s another good implementation aimed specially at single-level <span class="caps">CSS</span> dropdown menus.</p>
<p>I hope that helps you. For more on dropdowns and how they affect website user interfaces, read these articles:</p>
<ul>
<li><a href="http://www.kitsimons.com/journal/bad-practice-in-user-interface-design-misuse-of-the-drop-down-menu">Bad Practice In User Interface Design &#8211; Misuse Of The Drop-Down Menu</a></li>
<li><a href="http://www.arkose.co.uk/articles_dropdown_menus.php">Drop-Down Menus &#8211; Good or Bad?</a></li>
<li><a href="http://shorewalker.com/section4/flying_menu.html">A flying menu attack can wound your navigation</a></li>
<li><a href="http://www.tyssendesign.com.au/articles/css/dropdown-low-down/">Dropdown low down</a></li>
<li><a href="http://www.useit.com/alertbox/20001112.html">Drop-Down Menus: Use Sparingly</a></li>
<li><a href="http://webstandardsgroup.org/features/russ-weakley.cfm#dropdowns">Dropdown menus. Use them or lose them?</a></li>
<li><a href="http://www.uie.com/articles/users_decide_first/">Users decide first, move second</a></li>
</ul>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/simpledream.wordpress.com/141/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/simpledream.wordpress.com/141/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/simpledream.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/simpledream.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/simpledream.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/simpledream.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/simpledream.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/simpledream.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/simpledream.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/simpledream.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/simpledream.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/simpledream.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/simpledream.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/simpledream.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/simpledream.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/simpledream.wordpress.com/141/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simpledream.net&#038;blog=281665&#038;post=141&#038;subd=simpledream&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://simpledream.net/2008/02/20/suckerfish-dropdowns-and-css-menus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/47976847383b324bd35e228a91eb1a0f?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">lance</media:title>
		</media:content>
	</item>
		<item>
		<title>Wufoo Form Gallery</title>
		<link>http://simpledream.net/2008/01/11/wufoo-form-gallery/</link>
		<comments>http://simpledream.net/2008/01/11/wufoo-form-gallery/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 15:42:38 +0000</pubDate>
		<dc:creator>Lance Willett</dc:creator>
				<category><![CDATA[Web design]]></category>
		<category><![CDATA[Web standards]]></category>

		<guid isPermaLink="false">http://simpledream.net/2008/01/11/wufoo-form-gallery/</guid>
		<description><![CDATA[Coding web forms in static HTML can be a royal pain, especially with super-long option and select groups for choosing countries and state/provinces. Wufoo makes form design and coding easy as pie. I&#8217;ve been using their form building application since &#8230; <a href="http://simpledream.net/2008/01/11/wufoo-form-gallery/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simpledream.net&#038;blog=281665&#038;post=137&#038;subd=simpledream&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Coding web forms in static <span class="caps">HTML</span> can be a royal pain, especially with super-long option and select groups for choosing countries and state/provinces.</p>
<p><a href="http://wufoo.com/">Wufoo</a> makes form design and coding easy as pie. I&#8217;ve been using their form building application since it launched&#8212;mostly for prototyping and brainstorming. This newly-launched gallery is great for trying out your ideas and viewing prototypes that are already built out for you.</p>
<p>If you aren&#8217;t the <span class="caps">HTML</span>/CSS type you can still find this gallery useful &#8212; browse the forms and then download the code for use in your projects.</p>
<p>Go: <a href="http://wufoo.com/gallery/">Wufoo Form Gallery: Free <span class="caps">HTML</span> Form and <span class="caps">CSS</span> Templates</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/simpledream.wordpress.com/137/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/simpledream.wordpress.com/137/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/simpledream.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/simpledream.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/simpledream.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/simpledream.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/simpledream.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/simpledream.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/simpledream.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/simpledream.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/simpledream.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/simpledream.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/simpledream.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/simpledream.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/simpledream.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/simpledream.wordpress.com/137/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simpledream.net&#038;blog=281665&#038;post=137&#038;subd=simpledream&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://simpledream.net/2008/01/11/wufoo-form-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/47976847383b324bd35e228a91eb1a0f?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">lance</media:title>
		</media:content>
	</item>
		<item>
		<title>Clean and Simple WordPress Themes</title>
		<link>http://simpledream.net/2007/11/30/clean-and-simple-wordpress-themes/</link>
		<comments>http://simpledream.net/2007/11/30/clean-and-simple-wordpress-themes/#comments</comments>
		<pubDate>Fri, 30 Nov 2007 16:31:04 +0000</pubDate>
		<dc:creator>Lance Willett</dc:creator>
				<category><![CDATA[Web design]]></category>
		<category><![CDATA[Web standards]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://simpledream.net/2007/11/30/clean-and-simple-wordpress-themes/</guid>
		<description><![CDATA[At the Tucson Geek Meet for November 2007 we talked about good WordPress themes, especially ones that are clean and simply designed. Here is a short list of WordPress themes that I like. Technical note: I haven&#8217;t checked the HTML/CSS &#8230; <a href="http://simpledream.net/2007/11/30/clean-and-simple-wordpress-themes/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simpledream.net&#038;blog=281665&#038;post=135&#038;subd=simpledream&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>At the <a href="http://simpledream.net/2007/11/19/tucson-geek-meet-november-2007/">Tucson Geek Meet for November 2007</a> we talked about good WordPress themes, especially ones that are clean and simply designed.</p>
<p>Here is a short list of WordPress themes that I like. Technical note: I haven&#8217;t checked the <span class="caps">HTML</span>/CSS source on all the themes, so while they may be visually appealing I can&#8217;t promise that they are well-built under the hood.</p>
<ul>
<li><a href="http://cutline.tubetorial.com/">Cutline</a>: From Chris Pearson, Cutline is an elegant design that works well for blogs and business sites. It&#8217;s available in two- and three-column versions. Pearson has <a href="http://www.pearsonified.com/themes">three other great WordPress themes</a> as well.</li>
<li><a href="http://powazek.com/posts/516">DePo</a>: Designed by Derek Powazek, the DePo theme is minimal and graceful. The footer is a nice touch.</li>
<li><a href="http://warpspire.com/hemingway">Hemingway</a>: A long-time favorite on WordPress.com, this clean design is available in a light or dark flavor.</li>
<li><a href="http://getk2.com/">K2</a>: Kubrick&#8217;s big brother &#8212; this is one theme that combines both clean design and a workhorse of a theme: sidebar modules, admin improvements, custom headers, live search, and more.</li>
<li><a href="http://koch-werkstatt.de/2007/03/24/wordpress-theme-simplicity/">Simplicity</a>: Very similar to Hemingway &#8212; simple, two-column design. (Site is in German, but English theme is available there for download).</li>
<li>And finally, for the very best in minimalist WordPress themes, check out Plaintxt.org&#8217;s <a href="http://www.plaintxt.org/2006/06/13/the-best-minimalist-wordpress-themes/">The Best Minimalist WordPress Themes</a>. I especially like <a href="http://themes.wordpress.net/columns/1-column/230/hemingway-reloaded-10/">Hemingway Reloaded</a>.</li>
</ul>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/simpledream.wordpress.com/135/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/simpledream.wordpress.com/135/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/simpledream.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/simpledream.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/simpledream.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/simpledream.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/simpledream.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/simpledream.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/simpledream.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/simpledream.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/simpledream.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/simpledream.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/simpledream.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/simpledream.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/simpledream.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/simpledream.wordpress.com/135/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simpledream.net&#038;blog=281665&#038;post=135&#038;subd=simpledream&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://simpledream.net/2007/11/30/clean-and-simple-wordpress-themes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/47976847383b324bd35e228a91eb1a0f?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">lance</media:title>
		</media:content>
	</item>
		<item>
		<title>Interesting Links for September 8&#8211;14, 2007</title>
		<link>http://simpledream.net/2007/09/14/interesting-links-17/</link>
		<comments>http://simpledream.net/2007/09/14/interesting-links-17/#comments</comments>
		<pubDate>Fri, 14 Sep 2007 12:20:34 +0000</pubDate>
		<dc:creator>Lance Willett</dc:creator>
				<category><![CDATA[Interesting links]]></category>
		<category><![CDATA[Web standards]]></category>

		<guid isPermaLink="false">http://simpledream.net/2007/09/14/interesting-links-17/</guid>
		<description><![CDATA[Why we need standards support in HTML email &#8211; Campaign Monitor BlogThis hits home to me due to an active participation in sending HTML emails for my clients. I think there is hope, in spite of Microsoft.(Tags: email, html, css, &#8230; <a href="http://simpledream.net/2007/09/14/interesting-links-17/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simpledream.net&#038;blog=281665&#038;post=126&#038;subd=simpledream&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://www.campaignmonitor.com/blog/archives/2007/09/why_we_need_web_standards_supp_1.html" title="http://www.campaignmonitor.com/blog/archives/2007/09/why_we_need_web_standards_supp_1.html">Why we need standards support in <span class="caps">HTML</span> email &#8211; Campaign Monitor Blog</a><span class="del-description">This hits home to me due to an active participation in sending <span class="caps">HTML</span> emails for my clients. I think there is hope, in spite of Microsoft.</span><span class="del-tags">(Tags: <a href="http://del.icio.us/simpledream/email" rel="tag">email</a>, <a href="http://del.icio.us/simpledream/html" rel="tag">html</a>, <a href="http://del.icio.us/simpledream/css" rel="tag">css</a>, <a href="http://del.icio.us/simpledream/marketing" rel="tag">marketing</a>, <a href="http://del.icio.us/simpledream/web-standards" rel="tag">web-standards</a>)</span></li>
<li><a href="http://developer.apple.com/safari/library/documentation/AppleApplications/Reference/SafariWebContent/index.html" title="http://developer.apple.com/iphone/designingcontent.html">iPhone for Web Developers &#8211; Optimizing Web Applications and Content for iPhone</a><span class="del-description">&#8220;The following guidelines will help you prepare web content and design a website or web-based application for iPhone.&#8221;</span><span class="del-tags">(Tags: <a href="http://del.icio.us/simpledream/iphone" rel="tag">iphone</a>, <a href="http://del.icio.us/simpledream/apple" rel="tag">apple</a>, <a href="http://del.icio.us/simpledream/mobile" rel="tag">mobile</a>, <a href="http://del.icio.us/simpledream/web-standards" rel="tag">web-standards</a>, <a href="http://del.icio.us/simpledream/browser" rel="tag">browser</a>, <a href="http://del.icio.us/simpledream/safari" rel="tag">safari</a>, <a href="http://del.icio.us/simpledream/mac" rel="tag">mac</a>)</span></li>
<li><a href="http://www.yaml.de/en/home.html" title="http://www.yaml.de/en/home.html">Yet Another Multicolumn Layout | An (X)HTML/CSS Framework</a><span class="del-description">While I usually hand-roll my own <span class="caps">CSS</span> and <span class="caps">HTML</span>, this framework deserves a deeper look. (Hat tip: <a href="http://blog.samdevore.com/">sdevore</a>.)</span><span class="del-tags">(Tags: <a href="http://del.icio.us/simpledream/development" rel="tag">development</a>, <a href="http://del.icio.us/simpledream/framework" rel="tag">framework</a>, <a href="http://del.icio.us/simpledream/html" rel="tag">html</a>, <a href="http://del.icio.us/simpledream/markup" rel="tag">markup</a>, <a href="http://del.icio.us/simpledream/tools" rel="tag">tools</a>, <a href="http://del.icio.us/simpledream/css" rel="tag">css</a>, <a href="http://del.icio.us/simpledream/layout" rel="tag">layout</a>)</span></li>
<li><a href="http://codeigniter.com/" title="http://codeigniter.com/">CodeIgniter &#8211; Open source <span class="caps">PHP</span> web application framework</a><span class="del-description">&quot;Simple yet powerful Open Source <span class="caps">PHP</span> framework for web developers.&quot; From the makers of ExpressionEngine.</span><span class="del-tags">(Tags: <a href="http://del.icio.us/simpledream/php" rel="tag">php</a>, <a href="http://del.icio.us/simpledream/framework" rel="tag">framework</a>, <a href="http://del.icio.us/simpledream/programming" rel="tag">programming</a>, <a href="http://del.icio.us/simpledream/mvc" rel="tag">mvc</a>, <a href="http://del.icio.us/simpledream/open-source" rel="tag">open-source</a>, <a href="http://del.icio.us/simpledream/cms" rel="tag">cms</a>)</span></li>
</ul>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/simpledream.wordpress.com/126/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/simpledream.wordpress.com/126/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/simpledream.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/simpledream.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/simpledream.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/simpledream.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/simpledream.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/simpledream.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/simpledream.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/simpledream.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/simpledream.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/simpledream.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/simpledream.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/simpledream.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/simpledream.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/simpledream.wordpress.com/126/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simpledream.net&#038;blog=281665&#038;post=126&#038;subd=simpledream&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://simpledream.net/2007/09/14/interesting-links-17/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/47976847383b324bd35e228a91eb1a0f?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">lance</media:title>
		</media:content>
	</item>
		<item>
		<title>Interesting Links for August 3&#8211;9, 2007</title>
		<link>http://simpledream.net/2007/08/09/interesting-links-15/</link>
		<comments>http://simpledream.net/2007/08/09/interesting-links-15/#comments</comments>
		<pubDate>Thu, 09 Aug 2007 22:14:32 +0000</pubDate>
		<dc:creator>Lance Willett</dc:creator>
				<category><![CDATA[Interesting links]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[Web standards]]></category>

		<guid isPermaLink="false">http://simpledream.net/2007/08/09/interesting-links-15/</guid>
		<description><![CDATA[Jeffrey Zeldman: King of Web StandardsLong live the King. I pledge allegiance&#8230;(Tags: web-standards, web-design, zeldman, standards) A Guide to Hiring Programmers: The High Cost of Low QualityWhy 3 expert developers are better than 10 intermediate ones.(Tags: business, code, development, programming, &#8230; <a href="http://simpledream.net/2007/08/09/interesting-links-15/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simpledream.net&#038;blog=281665&#038;post=115&#038;subd=simpledream&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://www.businessweek.com/innovate/content/aug2007/id2007086_670396.htm" title="http://www.businessweek.com/innovate/content/aug2007/id2007086_670396.htm">Jeffrey Zeldman: King of Web Standards</a><span class="del-description">Long live the King. I pledge allegiance&#8230;</span><span class="del-tags">(Tags: <a href="http://del.icio.us/simpledream/web-standards" rel="tag">web-standards</a>, <a href="http://del.icio.us/simpledream/web-design" rel="tag">web-design</a>, <a href="http://del.icio.us/simpledream/zeldman" rel="tag">zeldman</a>, <a href="http://del.icio.us/simpledream/standards" rel="tag">standards</a>)</span></li>
<li><a href="http://blog.revsys.com/2007/08/a-guide-to-hiri.html" title="http://blog.revsys.com/2007/08/a-guide-to-hiri.html">A Guide to Hiring Programmers: The High Cost of Low Quality</a><span class="del-description">Why 3 expert developers are better than 10 intermediate ones.</span><span class="del-tags">(Tags: <a href="http://del.icio.us/simpledream/business" rel="tag">business</a>, <a href="http://del.icio.us/simpledream/code" rel="tag">code</a>, <a href="http://del.icio.us/simpledream/development" rel="tag">development</a>, <a href="http://del.icio.us/simpledream/programming" rel="tag">programming</a>, <a href="http://del.icio.us/simpledream/software" rel="tag">software</a>)</span></li>
<li><a href="http://blogs.msdn.com/ie/archive/2004/10/26/247912.aspx" title="http://blogs.msdn.com/ie/archive/2004/10/26/247912.aspx"><span class="caps">IEB</span>log : Scripting Debugging in Internet Explorer</a><span class="del-description">Recommendations on debugging JavaScript in IE7.</span><span class="del-tags">(Tags: <a href="http://del.icio.us/simpledream/browser" rel="tag">browser</a>, <a href="http://del.icio.us/simpledream/bugs" rel="tag">bugs</a>, <a href="http://del.icio.us/simpledream/javascript" rel="tag">javascript</a>, <a href="http://del.icio.us/simpledream/microsoft" rel="tag">microsoft</a>, <a href="http://del.icio.us/simpledream/scripting" rel="tag">scripting</a>, <a href="http://del.icio.us/simpledream/debug" rel="tag">debug</a>)</span></li>
<li><a href="http://designsnips.com/" title="http://designsnips.com/">design|snips</a><span class="del-description">Collection of inspiring web design. I&#8217;m a subscriber — this is right up my alley.</span><span class="del-tags">(Tags: <a href="http://del.icio.us/simpledream/css" rel="tag">css</a>, <a href="http://del.icio.us/simpledream/design" rel="tag">design</a>, <a href="http://del.icio.us/simpledream/gallery" rel="tag">gallery</a>, <a href="http://del.icio.us/simpledream/inspiration" rel="tag">inspiration</a>, <a href="http://del.icio.us/simpledream/webdesign" rel="tag">webdesign</a>, <a href="http://del.icio.us/simpledream/typography" rel="tag">typography</a>)</span></li>
<li><a href="http://hogbaysoftware.com/projects/taskpaper" title="http://hogbaysoftware.com/projects/taskpaper">Taskpaper</a><span class="del-description">&quot;For Mac users who want a simpler way to create lists.&quot;</span><span class="del-tags">(Tags: <a href="http://del.icio.us/simpledream/application" rel="tag">application</a>, <a href="http://del.icio.us/simpledream/GTD" rel="tag"><span class="caps">GTD</span></a>, <a href="http://del.icio.us/simpledream/lifehacks" rel="tag">lifehacks</a>, <a href="http://del.icio.us/simpledream/mac" rel="tag">mac</a>, <a href="http://del.icio.us/simpledream/osx" rel="tag">osx</a>, <a href="http://del.icio.us/simpledream/productivity" rel="tag">productivity</a>, <a href="http://del.icio.us/simpledream/tools" rel="tag">tools</a>)</span></li>
</ul>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/simpledream.wordpress.com/115/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/simpledream.wordpress.com/115/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/simpledream.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/simpledream.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/simpledream.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/simpledream.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/simpledream.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/simpledream.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/simpledream.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/simpledream.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/simpledream.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/simpledream.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/simpledream.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/simpledream.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/simpledream.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/simpledream.wordpress.com/115/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simpledream.net&#038;blog=281665&#038;post=115&#038;subd=simpledream&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://simpledream.net/2007/08/09/interesting-links-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/47976847383b324bd35e228a91eb1a0f?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">lance</media:title>
		</media:content>
	</item>
	</channel>
</rss>
