<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Wisdump</title>
	
	<link>http://www.wisdump.com</link>
	<description>Dumping wisdom on design and the web</description>
	<lastBuildDate>Thu, 29 Jul 2010 04:19:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Wisdump" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="wisdump" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">Wisdump</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Anorexic vs. obese layouts: you can’t please everyone, but you should try</title>
		<link>http://www.wisdump.com/design/anorexic-vs-obese-layouts-you-cant-please-everyone-but-you-should-try/</link>
		<comments>http://www.wisdump.com/design/anorexic-vs-obese-layouts-you-cant-please-everyone-but-you-should-try/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 04:19:58 +0000</pubDate>
		<dc:creator>Sophia Lucero</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[layouts]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://wisdump.com/?p=752</guid>
		<description><![CDATA[This comes as a surprise. Aux of Cogent Metal is vehemently against webpages that have narrow layout widths. And I thought web designers are now more worried about the opposite: the wide layouts that whip out the horizontal scrollbars in resolutions narrower than 1024&#215;768. 
This is another proof that you can&#8217;t guess every possible reaction [...]]]></description>
			<content:encoded><![CDATA[<p>This comes as a surprise. Aux of Cogent Metal is <a href="http://www.cogentmetal.org/aux/archives/2007/10/">vehemently against</a> webpages that have narrow layout widths. And I thought web designers are now more worried about the opposite: the wide layouts that whip out the horizontal scrollbars in resolutions narrower than 1024&#215;768. </p>
<p>This is another proof that you can&#8217;t guess every possible reaction to a <a href="http://wisdump.com/design/a-need-for-information-and-interface-design-pattern-websites/">design pattern</a>. In this case Aux would rather have wide layouts because it would mean a larger area to present content. But what can you do about someone just like Aux, but who believes the complete opposite?</p>
<p><span id="more-752"></span></p>
<h3>Elasticity is tricky</h3>
<p>The ideal solution to please both lovers and haters of the narrow look would be to construct an elastic layout. But images are the number one obstacle. They have fixed dimensions and look horrible when resized using HTML or CSS attributes&#8212;please, don&#8217;t go there, it&#8217;s just atrocious. Other solutions are just for decorative purposes, not for every image on the page.</p>
<p>Ads, widgets, and plug-ins all tend to have fixed dimensions as well. It&#8217;s a chicken-and-egg thing: designers resort to fixed layouts because they can&#8217;t resize all those fixed objects, and all those objects are fixed because their creators assume they&#8217;ll be placed in fixed layouts anyway. That, and there hasn&#8217;t been a move towards flexible <em>anything</em>. Is it because we fear the <em>unpredictability</em> of flexibility? If it were possible to have webpage elements with flexible dimensions, would we use them, or still go for the fixed-dimension ones?</p>
<p>A completely flexible layout width isn&#8217;t that appealing, either. In larger screens the lines of text will be so long that it becomes difficult to read. Every layout option has its advantages and disadvantages. You have to pick one and accept that you&#8217;ll piss someone off one way or the other.</p>
<h3>Custom-tailored user experience</h3>
<p>However, you should try to please as many people as possible especially if your website is any of the following:</p>
<ul>
<li>Very popular (e.g., CNN)</li>
<li>Text-heavy (e.g., Wikipedia)</li>
<li>Requires registration (e.g., My Yahoo!)</li>
</ul>
<p>Don&#8217;t stop with the layout width. The general ability to customize is important. See what <a href="http://www.msnbc.msn.com/">MSNBC</a> and <a href="http://www.bbc.co.uk/displayoptions/index.shtml">BBC</a> have done. Users can control the type of news that appears, the order in which the news sections appear, the complexity of the page layout, the text styles (from color to letter spacing), and so on. It&#8217;s the empowerment you bring to the audiences that tells them they are highly valued <em>individuals</em>.</p>
<p>Design is about presenting information in the best possible way. Unfortunately there is no single way that is considered the best as long as someone other than the designer is experiencing that design. Although more difficult to implement, websites can let users <em>choose</em> that experience. If you can help it, let them.</p>

	<h4>Related reading:</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.wisdump.com/css/two-lightweight-css-grid-frameworks-the-1kb-and-the-1-liner/" title="Two lightweight CSS grid frameworks: the 1KB and the 1-liner (June 11, 2009)">Two lightweight CSS grid frameworks: the 1KB and the 1-liner</a></li>
	<li><a href="http://www.wisdump.com/css/really-everything-i-know-about-css-is-wrong/" title="Really? Everything I Know About CSS Is Wrong? (October 29, 2008)">Really? Everything I Know About CSS Is Wrong?</a></li>
	<li><a href="http://www.wisdump.com/design/more-niche-design-inspiration-galleries-popping-up-do-we-really-need-them/" title="More niche design inspiration galleries popping up (do we really need them?) (September 19, 2008)">More niche design inspiration galleries popping up (do we really need them?)</a></li>
	<li><a href="http://www.wisdump.com/good-sites/microsoft-committed-to-a-better-web-with-mix-online/" title="Microsoft is committed to a better web with MIX Online (December 26, 2008)">Microsoft is committed to a better web with MIX Online</a></li>
	<li><a href="http://www.wisdump.com/business/apple-the-pot-stirrer/" title="Apple, the pot-stirrer (April 11, 2010)">Apple, the pot-stirrer</a></li>
</ul>


<p><a href="http://feedads.g.doubleclick.net/~a/f1Mn_3FzSyjYJC7On9K6up9Fp68/0/da"><img src="http://feedads.g.doubleclick.net/~a/f1Mn_3FzSyjYJC7On9K6up9Fp68/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/f1Mn_3FzSyjYJC7On9K6up9Fp68/1/da"><img src="http://feedads.g.doubleclick.net/~a/f1Mn_3FzSyjYJC7On9K6up9Fp68/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Wisdump?a=FSs0UNNbbIg:YrmDJxZbYTk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Wisdump?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Wisdump?a=FSs0UNNbbIg:YrmDJxZbYTk:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Wisdump?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Wisdump?a=FSs0UNNbbIg:YrmDJxZbYTk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Wisdump?i=FSs0UNNbbIg:YrmDJxZbYTk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Wisdump?a=FSs0UNNbbIg:YrmDJxZbYTk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Wisdump?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Wisdump/~4/FSs0UNNbbIg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wisdump.com/design/anorexic-vs-obese-layouts-you-cant-please-everyone-but-you-should-try/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prettier Posts: Clean Up Those Listings</title>
		<link>http://www.wisdump.com/design/prettier-posts-clean-up-those-listings/</link>
		<comments>http://www.wisdump.com/design/prettier-posts-clean-up-those-listings/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 15:50:17 +0000</pubDate>
		<dc:creator>Thord Daniel Hedengren</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Prettier Posts]]></category>

		<guid isPermaLink="false">http://wisdump.com/design/prettier-posts-clean-up-those-listings/</guid>
		<description><![CDATA[It&#8217;s about time we clean up the blogosphere, it doesn&#8217;t have to be this ugly, and not everyone needs to hire me or my likes to get a pretty blog. There&#8217;s a lot you can do yourself, and most of it is related to your content.
Take a look at your average listing of posts, usually [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://wisdump.com/wp-content/uploads/2007/12/alongone.jpg' alt='A truly long one' style="float:right; margin: 0 0 10px 10px;" />It&#8217;s about time we clean up the blogosphere, it doesn&#8217;t have to be this ugly, and not everyone needs to hire me or my likes to get a pretty blog. There&#8217;s a lot you can do yourself, and most of it is related to your content.</p>
<p>Take a look at your average listing of posts, usually your front page but it could also be a category page or an archive. Post after post after post after post. Boring? Might be. Long? In most cases, yes. <a href="http://avc.blogs.com/">Too long?</a> Yep, I&#8217;d say so.</p>
<p>I believe in using <em>read more</em> functionality, in other words, in just displaying some of the content (if the post is a semi-long or long one) in post listings. If you display a 20 paragraphs long post after a 30 paragraphs long post, but before a 50 paragraphs long post, then you have a very ugly page.</p>
<p>By using <em>read more</em> functionality, available in any good blogging software, you can show as much content as you like in your listings, and it shouldn&#8217;t be too much.</p>
<p><span id="more-592"></span>Take a look at <a href="http://wisdump.com">Wisdump</a>, for instance. You&#8217;ll find a <em>Read the rest of this entry</em> link on most of the posts I&#8217;ve written, only very short ones get published in its whole in the listing. Even less gets published on my blog, <a href="http://rethord.com">rethord.com</a>, but the principle is the same &#8211; the only thing that varies is the font size, and that means I&#8217;ll have to make the read more break earlier.</p>
<p>If you&#8217;re a <a href="http://wordpress.org">WordPress</a> user you might be tempted to use the_excerpt, which publishes what you put in the optional excerpt box, or cuts your posts for you. That&#8217;s fine for long listings, but if you want an attractive front page, for instance, you want full control, and that means you&#8217;ll have to use the optional excerpt box on every post, otherwise it might look like crap since you can&#8217;t control where the post will get cut in a per-post basis.</p>
<p>Today&#8217;s homework is to take a look at your post listing. Do you have long post after long post after long post? Then reconsider, because it doesn&#8217;t look good, and it doesn&#8217;t offer the reader a decent overview.</p>
<p>The lack of read more in the blogosphere is both a usability and a design problem. It&#8217;s not practical to present big chunks of content in lists, and it looks like shit. That&#8217;s the bad part.</p>
<p><strong>The good part is that you can fix it on your end, right away.</strong> So please do.</p>

	<h4>Related reading:</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.wisdump.com/design/wisdump-redesign-concept-part-2/" title="Wisdump redesign concept, part 2 (January 23, 2008)">Wisdump redesign concept, part 2</a></li>
	<li><a href="http://www.wisdump.com/css/css-logotypes-vs-images/" title="Will CSS logotypes replace image-based ones? (May 28, 2010)">Will CSS logotypes replace image-based ones?</a></li>
	<li><a href="http://www.wisdump.com/being-the-hype/web-trend-alert-virtual-business-card-sites/" title="Web Trend Alert: Virtual business card sites (October 13, 2009)">Web Trend Alert: Virtual business card sites</a></li>
	<li><a href="http://www.wisdump.com/designer-resources/type-designers-coming-together-for-haiti-hopefully-chile-too/" title="Type designers &#8220;Coming Together&#8221; for Haiti; hopefully Chile too (February 28, 2010)">Type designers &#8220;Coming Together&#8221; for Haiti; hopefully Chile too</a></li>
	<li><a href="http://www.wisdump.com/design/ugliest-websites-in-the-world/" title="The ugliest websites in the world (August 31, 2009)">The ugliest websites in the world</a></li>
</ul>


<p><a href="http://feedads.g.doubleclick.net/~a/WyNCLtLcG__y3pVVS_HIM08yOzw/0/da"><img src="http://feedads.g.doubleclick.net/~a/WyNCLtLcG__y3pVVS_HIM08yOzw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/WyNCLtLcG__y3pVVS_HIM08yOzw/1/da"><img src="http://feedads.g.doubleclick.net/~a/WyNCLtLcG__y3pVVS_HIM08yOzw/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Wisdump?a=PqY6lcOExVM:zJ06aIC3ilg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Wisdump?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Wisdump?a=PqY6lcOExVM:zJ06aIC3ilg:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Wisdump?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Wisdump?a=PqY6lcOExVM:zJ06aIC3ilg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Wisdump?i=PqY6lcOExVM:zJ06aIC3ilg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Wisdump?a=PqY6lcOExVM:zJ06aIC3ilg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Wisdump?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Wisdump/~4/PqY6lcOExVM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wisdump.com/design/prettier-posts-clean-up-those-listings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Authority Profile: Rand Fishkin</title>
		<link>http://www.wisdump.com/good-sites/authority-profile-rand-fishkin/</link>
		<comments>http://www.wisdump.com/good-sites/authority-profile-rand-fishkin/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 23:49:44 +0000</pubDate>
		<dc:creator>Josh Dunaway</dc:creator>
				<category><![CDATA[Good Sites]]></category>

		<guid isPermaLink="false">http://wisdump.com/good-sites/authority-profile-rand-fishkin/</guid>
		<description><![CDATA[For my first post here, I wanted to introduce a new idea, an authority profile. I want to create a small database of people that help answer the question, &#8220;who should I be following online?&#8221;
The first person on my list to talk about is Rand Fishkin. Who is Rand Fishkin? Well, first off all the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://wisdump.com/wp-content/uploads/2007/11/rand1.jpg" alt="Rand Fishkin" style="float: right; margin: 10px;"/>For my first post here, I wanted to introduce a new idea, an authority profile. I want to create a small database of people that help answer the question, &#8220;who should I be following online?&#8221;</p>
<p>The first person on my list to talk about is Rand Fishkin. Who is Rand Fishkin? Well, first off <a href="http://www.youtube.com/watch?v=EZssT0nwii0">all the SEO girls want Rand Fishkin</a>. Being a dude, I really can&#8217;t say either way why that is, but I am pretty impressed with the site he has built. Rand is the CEO and Co-founder of SEOmoz, a site that includes a blog with over 10,000 RSS readers according to Feedburner. It was voted the best SEO blog in 2006 by Search Engine Journal, and has been mentioned in numerous high level places like USA Today, Washington Post, and Newsweek Magazine.</p>
<p>The reason Rand is an authority is because of his mix of understanding of Finance, due to majoring in the subject, the web, from all his years of experience and bringing it all together. His articles on SEOmoz are some of my favorites, and the site is just a gold mine of information. You can find him at Search Engine Strategies &#038; Pubcon conferences around the world, and of course on SEOmoz.</p>

	<h4>Related reading:</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>


<p><a href="http://feedads.g.doubleclick.net/~a/EmNrWZ7sxI0Dg8MkdyM0dwVtcfo/0/da"><img src="http://feedads.g.doubleclick.net/~a/EmNrWZ7sxI0Dg8MkdyM0dwVtcfo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/EmNrWZ7sxI0Dg8MkdyM0dwVtcfo/1/da"><img src="http://feedads.g.doubleclick.net/~a/EmNrWZ7sxI0Dg8MkdyM0dwVtcfo/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Wisdump?a=prCY2EIp-rM:f28gL5MDNpM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Wisdump?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Wisdump?a=prCY2EIp-rM:f28gL5MDNpM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Wisdump?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Wisdump?a=prCY2EIp-rM:f28gL5MDNpM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Wisdump?i=prCY2EIp-rM:f28gL5MDNpM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Wisdump?a=prCY2EIp-rM:f28gL5MDNpM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Wisdump?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Wisdump/~4/prCY2EIp-rM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wisdump.com/good-sites/authority-profile-rand-fishkin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Design Process, from Sketch to ZIP</title>
		<link>http://www.wisdump.com/design/my-design-process-from-sketch-to-zip/</link>
		<comments>http://www.wisdump.com/design/my-design-process-from-sketch-to-zip/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 15:22:09 +0000</pubDate>
		<dc:creator>Thord Daniel Hedengren</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[design process]]></category>

		<guid isPermaLink="false">http://wisdump.com/design/my-design-process-from-sketch-to-zip/</guid>
		<description><![CDATA[Today I&#8217;ll just point you to a post over at Devlounge, titled My Design Process, by yours truly. Basically, it&#8217;s a five step walkthrough on how I tackle design projects, generally speaking.

First, Consider the Problem
Second, Bring Out the Sketchbook
Third, Do that Mockup Thing
Fourth, Time to Code
Finally, Deliver and I’m Done

Take a look. I&#8217;m off to [...]]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;ll just point you to a post over at <a href="http://devlounge.net">Devlounge</a>, titled <a href="http://www.devlounge.net/articles/my-design-process">My Design Process</a>, by yours truly. Basically, it&#8217;s a five step walkthrough on how I tackle design projects, generally speaking.</p>
<ol>
<li>First, Consider the Problem</li>
<li>Second, Bring Out the Sketchbook</li>
<li>Third, Do that Mockup Thing</li>
<li>Fourth, Time to Code</li>
<li>Finally, Deliver and I’m Done</li>
</ol>
<p><a href="http://www.devlounge.net/articles/my-design-process">Take a look.</a> I&#8217;m off to watch <a href="http://alicecooper.com">Alice Cooper</a> hang himself.</p>

	<h4>Related reading:</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>


<p><a href="http://feedads.g.doubleclick.net/~a/adn-IypITuN5EDT3Z8r82JI_638/0/da"><img src="http://feedads.g.doubleclick.net/~a/adn-IypITuN5EDT3Z8r82JI_638/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/adn-IypITuN5EDT3Z8r82JI_638/1/da"><img src="http://feedads.g.doubleclick.net/~a/adn-IypITuN5EDT3Z8r82JI_638/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Wisdump?a=4UuumDB--G4:FhMWigMn2HE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Wisdump?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Wisdump?a=4UuumDB--G4:FhMWigMn2HE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Wisdump?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Wisdump?a=4UuumDB--G4:FhMWigMn2HE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Wisdump?i=4UuumDB--G4:FhMWigMn2HE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Wisdump?a=4UuumDB--G4:FhMWigMn2HE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Wisdump?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Wisdump/~4/4UuumDB--G4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wisdump.com/design/my-design-process-from-sketch-to-zip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design With Words</title>
		<link>http://www.wisdump.com/design/design-with-words/</link>
		<comments>http://www.wisdump.com/design/design-with-words/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 08:59:20 +0000</pubDate>
		<dc:creator>Markku Seguerra</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://wisdump.com/design/design-with-words/</guid>
		<description><![CDATA[Many of us web designers always see the little details: our little icons, the borders and shadows in our widgets, the typefaces and font&#8211;sizing we use in our type. But how often do we really put emphasis on the copy we write, on the words and prose we use?
Being visually&#8211;driven is a typical trait of [...]]]></description>
			<content:encoded><![CDATA[<p>Many of us web designers always see the little details: our little icons, the borders and shadows in our widgets, the typefaces and font&#8211;sizing we use in our type. But how often do we really put emphasis on the copy we write, on the words and prose we use?</p>
<p>Being visually&#8211;driven is a typical trait of every designer; we web designers may even be a bit more attentive than our print design counterparts since we always have to deal with the ever&#8211;changing configuration of the media used to display our work, the browser being the usual and major suspect. At the same time, publishing on the web presents other concerns not always dealt with in print. Yet, the web is more powerful now more than ever. Web pages are always designed to convey information, to send a message that elicits action.</p>
<h3>Words that move</h3>
<p>Designing for the web calls for graphical acumen, but more importantly requires an understanding of a page or a site&#8217;s purpose. It is this purpose that we designers must transmit through our visual design and the copy we produce. Thus, every designer should learn to speak the language of a page, one that is in line with the site author&#8217;s goals and the readers&#8217; expectations.</p>
<p>A simple weblog or a  complex web application can be made more usable through good copywriting. Interface design should use proper dialogs with the right questions and labels, just as widgets and headings should be named descriptively expecting to be understood as an average user would have it. 37signals&#8217; <em><a href="http://www.37signals.com/book">Defensive Design</a></em> mantra immediately comes to mind.</p>
<p>Blogs, on the other hand, were by&#8211;design meant to be personal and honest, though with the rise of professional blogging has been reduced to <a href="http://chris.pirillo.com/2006/08/18/10-ways-to-eliminate-the-echo-chamber/">lifeless text that bounces around in an echo chamber.</a> Certainly, it can be avoided by reviewing some of our favorite articles on ALA:  <a href="http://www.alistapart.com/articles/zombiecopy">&#8220;Attack of the Zombie Copy&#8221;</a> and the ever&#8211;popular <a href="http://www.alistapart.com/articles/writeliving">&#8220;10 Tips on Writing the Living Web.&#8221;</a></p>
<h3>Let the writers write</h3>
<p>Who should be writing for you? Who should be designing your interfaces?</p>
<p>If you are publishing your own site, you know your content inside out. It is you who knows how you intend to deliver your information. Building your own web application, you have an idea how a user should interact with your interfaces,  ideally.  But if you really think hard about it, <strong>the user determines how an article or an interface is understood, and should be written.</strong></p>
<p>We sometimes get clients who provide us with content that reek of marketing&#8211;speak yet we don&#8217;t or are not allowed to make revisions to present it in a format more easily digested by a user. But honestly, there are times when we simply do not notice the content or choose not to. <strong>Web designers should learn to be good writers. </strong>Good web design does not end with the graphical aspect alone, it involves a  process and a mission to get your message across.</p>
<h3>Don&#8217;t just write</h3>
<p>Projects typically allot a good part of the resources to design and programming. Unfortunately, interface and web copy is given little time and money for development. It is often overlooked, assuming that users already know how to use an application, or a reader already understands all the marketing and technical speak thrown around, assuming he actually got to finish reading a given article.</p>
<p>Good copywriting is part of the development process &#8212; it is not optional. It is part of good usability and accessibility. Don&#8217;t just let programmers or clients insist on what they think is good enough, look at it from a user&#8217;s point of view. If needed, let someone else who understands do the writing. Your design and content can only be good enough if it serves its purpose, if your message reaches the intended recipients.</p>
<p><em>Written by Markku Seguerra. He takes photos and blogs design at <a href="http://rebelpixel.com/">rebelpixel.com</a> &#8212; sometimes.</em></p>

	<h4>Related reading:</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>


<p><a href="http://feedads.g.doubleclick.net/~a/MqnLadbhmM8artc1WFO5SYOxkMQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/MqnLadbhmM8artc1WFO5SYOxkMQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/MqnLadbhmM8artc1WFO5SYOxkMQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/MqnLadbhmM8artc1WFO5SYOxkMQ/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Wisdump?a=h9Je6ES98KE:9AhWIO3vO14:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Wisdump?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Wisdump?a=h9Je6ES98KE:9AhWIO3vO14:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Wisdump?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Wisdump?a=h9Je6ES98KE:9AhWIO3vO14:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Wisdump?i=h9Je6ES98KE:9AhWIO3vO14:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Wisdump?a=h9Je6ES98KE:9AhWIO3vO14:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Wisdump?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Wisdump/~4/h9Je6ES98KE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wisdump.com/design/design-with-words/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ManagerAssistant.com</title>
		<link>http://www.wisdump.com/designer-resources/managerassistantcom-2/</link>
		<comments>http://www.wisdump.com/designer-resources/managerassistantcom-2/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 02:06:08 +0000</pubDate>
		<dc:creator>Scrivs</dc:creator>
				<category><![CDATA[Designer Resources]]></category>

		<guid isPermaLink="false">http://wisdump.com/uncategorized/managerassistantcom-2/</guid>
		<description><![CDATA[The fine folks over at ManagerAssistant.com came to me and asked if I would help them with a critique of their old site. They have a strong product, yet conversions from their website seem to be dropping so maybe I can help them out some with my keen designer eyes. While I will cover the [...]]]></description>
			<content:encoded><![CDATA[<p>The fine folks over at <a href="http://managerassistant.com/">ManagerAssistant.com</a> came to me and asked if I would help them with a critique of their old site. They have a strong product, yet conversions from their website seem to be dropping so maybe I can help them out some with my keen designer eyes. While I will cover the whole site in general the main focus will be on the homepage because that is what you are going to see first.</p>
<h3>First Impression</h3>
<p>Now quick, when you look at the site what is your first impression? While a couple of years ago I could easily see this site as being looked upon as being profressional there are just too many flaws that show how dated it is. </p>
<h3>Site Alignment</h3>
<p>While there is nothing wrong with left-aligned sites, I don&#8217;t think it works on this site because it leaves you with a feeling of emptiness. Centering the site will give it a little more polish and add more options to what can be done with the background and color scheme. </p>
<h3>Logo and Typeface</h3>

	<h4>Related reading:</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>


<p><a href="http://feedads.g.doubleclick.net/~a/y2DBXLgP5pKUGqHWlm3W6U0KBYQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/y2DBXLgP5pKUGqHWlm3W6U0KBYQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/y2DBXLgP5pKUGqHWlm3W6U0KBYQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/y2DBXLgP5pKUGqHWlm3W6U0KBYQ/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Wisdump?a=wOJXjOqm-_8:AhpLOQYHyvY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Wisdump?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Wisdump?a=wOJXjOqm-_8:AhpLOQYHyvY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Wisdump?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Wisdump?a=wOJXjOqm-_8:AhpLOQYHyvY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Wisdump?i=wOJXjOqm-_8:AhpLOQYHyvY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Wisdump?a=wOJXjOqm-_8:AhpLOQYHyvY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Wisdump?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Wisdump/~4/wOJXjOqm-_8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wisdump.com/designer-resources/managerassistantcom-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rhetoric &amp; Design – Introduction</title>
		<link>http://www.wisdump.com/web-experience/rhetoric-design-introduction/</link>
		<comments>http://www.wisdump.com/web-experience/rhetoric-design-introduction/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 09:17:20 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[Web Experience]]></category>

		<guid isPermaLink="false">http://wisdump.com/?p=350</guid>
		<description><![CDATA[Note:  This post comes from the Whitespace archive and was originally posted by Scrivs on January 28th, 2004.  Links referred to herein may have been moved or modified.
Rhetoric is a framework that allows us to quantify valuable information as having a beginning, middle, and end. This philosophy can be carried over to your [...]]]></description>
			<content:encoded><![CDATA[<p><em>Note:  This post comes from the Whitespace archive and was originally posted by Scrivs on January</em><em> 28th</em><em>, 2004.  Links referred to herein may have been moved or modified.</em></p>
<p>Rhetoric is a framework that allows us to quantify valuable information as having a beginning, middle, and end. This philosophy can be carried over to your websites to create an effective experience for your users. However, the three steps differ slightly in that they become attract, inform, and invoke.</p>
<h2>Attract Them</h2>
<p>The ability of blogs to attract customers is directly related to the quality of the content on their site. This also involves the topics discussed on a site. However, another element that generally gets overlooked is the aesthetics of the site. If the aesthetics of a site compliment the content, then you are already one step closer to a better design.</p>
<p>Just because you start another web design site, what differentiates it from the rest that will make people want to visit? How will it attract people? Will it be through the looks and feel of the site, the content, or both?</p>
<p>When attempting to attract people to your site and your message there are two main questions that must be answered by you, &#8220;Why should I listen to you?&#8221; and &#8220;What&#8217;s in it for me?&#8221;.</p>
<p>To answer the first question you must achieve credibility and in this community that can be a difficult thing to do. Over time if you continue to write quality content that others link to then over time you will develop a credibility for yourself. One should not expect credibility from simply placing a website on the web. Another way to gain credibility is through the endorsement of someone else who has high credibility. If Bowman was to one day write an entry talking about a designer that taught him everything he knew then that designer would be given instant credibility and people would be more willing to listen to his words.</p>
<p>The quick answer to the second question is that you will provide the audience with something new to learn and share. If there is nothing to be gained from your site, then there is no reason to visit it.</p>
<h2>Inform Them</h2>
<p>Once you have attracted users to your site it becomes your job to inform them. Certainly they have showed some interest because they are on your site, but how do you go about informing them? Of course the answer is content, but there are other issues that are involved with informing someone.</p>
<p>To effectively inform an audience you have to convince them of the relevance, importance, and timeliness of the message.  This opens your audience up and allows them to more readily receive your message. The best example of this occurred when Zeldman began his tract on Web Standards with the article, <a href="http://alistapart.com/articles/tohell/">To Hell With Bad Browsers</a>.</p>
<h2>Invoke Them</h2>
<p>There are a lot of &#8220;call to actions&#8221; in the web community. Examples range from building accessible websites to getting rid of &#8220;www&#8221; in urls. A major problem with these movements is that they do not address anyone&#8217;s needs. To invoke individuals into action (eg. purchasing something online) their interaction with your message must address their real motivations and their real needs. It&#8217;s no use saying everyone should develop sites with CSS if making quick money is the intention of the audience.</p>
<h2>The Three Steps</h2>
<p>If you are consciously aware of the three step process and use it to relay your message over time then you should have no problem developing an audience that is willing to listen. All of the great writers on the web have captured this ability to implement the 3 steps in almost all of their writings whether they intended to or not.</p>
<p>Many of these ideas can be found in John Lenker&#8217;s excellent book, <a href="http://www.amazon.com/exec/obidos/tg/detail/-/0735711747/qid=1075322334/sr=1-3/ref=sr_1_3/104-8213754-7766313?v=glance&#038;s=books">Train of Thoughts</a>.</p>

	<h4>Related reading:</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>


<p><a href="http://feedads.g.doubleclick.net/~a/PA6N26_u55wlI_SSqV38--GaIMs/0/da"><img src="http://feedads.g.doubleclick.net/~a/PA6N26_u55wlI_SSqV38--GaIMs/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/PA6N26_u55wlI_SSqV38--GaIMs/1/da"><img src="http://feedads.g.doubleclick.net/~a/PA6N26_u55wlI_SSqV38--GaIMs/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Wisdump?a=RM1wUunBy8c:IJBU9RQRi8M:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Wisdump?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Wisdump?a=RM1wUunBy8c:IJBU9RQRi8M:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Wisdump?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Wisdump?a=RM1wUunBy8c:IJBU9RQRi8M:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Wisdump?i=RM1wUunBy8c:IJBU9RQRi8M:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Wisdump?a=RM1wUunBy8c:IJBU9RQRi8M:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Wisdump?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Wisdump/~4/RM1wUunBy8c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wisdump.com/web-experience/rhetoric-design-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comments are not Group Wisdom</title>
		<link>http://www.wisdump.com/notes/comments-are-not-group-wisdom/</link>
		<comments>http://www.wisdump.com/notes/comments-are-not-group-wisdom/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 04:15:09 +0000</pubDate>
		<dc:creator>Scrivs</dc:creator>
				<category><![CDATA[Notes]]></category>

		<guid isPermaLink="false">http://wisdump.com/?p=157</guid>
		<description><![CDATA[Jeremy &#8220;Two First Names Make One Cool Name&#8221; Keith shares his thoughts on communities and I can understand his point about groups being their own worse enemies, but I don&#8217;t think individual comments represent group wisdom. The Group Wisdom in Newsvine, Digg and other such sites is the fact that they can show which stories [...]]]></description>
			<content:encoded><![CDATA[<p>Jeremy &#8220;Two First Names Make One Cool Name&#8221; Keith shares his <a href="http://adactio.com/journal/1094/">thoughts on communities</a> and I can understand his point about groups being their own worse enemies, but I don&#8217;t think individual comments represent group wisdom. The Group Wisdom in Newsvine, Digg and other such sites is the fact that they can show which stories should be the most popular. The ensuing discussions that occur in the comments are simply individual thoughts and therefore should not be representative of group think.</p>
<p>This doesn&#8217;t hide the fact that comments shouldn&#8217;t be opened up for everything and this is clearly reflected on <a href="http://kottke.org">Jason Kottke&#8217;s</a> site where he is very selective with which entry has comments open.</p>

	<h4>Related reading:</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>


<p><a href="http://feedads.g.doubleclick.net/~a/A90fwLLvhIKAk2FRATzczjkvfso/0/da"><img src="http://feedads.g.doubleclick.net/~a/A90fwLLvhIKAk2FRATzczjkvfso/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/A90fwLLvhIKAk2FRATzczjkvfso/1/da"><img src="http://feedads.g.doubleclick.net/~a/A90fwLLvhIKAk2FRATzczjkvfso/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Wisdump?a=Xq_DKFxlg04:yBLQFI8qAhU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Wisdump?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Wisdump?a=Xq_DKFxlg04:yBLQFI8qAhU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Wisdump?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Wisdump?a=Xq_DKFxlg04:yBLQFI8qAhU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Wisdump?i=Xq_DKFxlg04:yBLQFI8qAhU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Wisdump?a=Xq_DKFxlg04:yBLQFI8qAhU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Wisdump?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Wisdump/~4/Xq_DKFxlg04" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wisdump.com/notes/comments-are-not-group-wisdom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Will CSS logotypes replace image-based ones?</title>
		<link>http://www.wisdump.com/css/css-logotypes-vs-images/</link>
		<comments>http://www.wisdump.com/css/css-logotypes-vs-images/#comments</comments>
		<pubDate>Fri, 28 May 2010 02:06:15 +0000</pubDate>
		<dc:creator>Sophia Lucero</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[@font-face]]></category>
		<category><![CDATA[branding]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[identity]]></category>
		<category><![CDATA[image replacement]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[logotypes]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[techniques]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web standards]]></category>

		<guid isPermaLink="false">http://www.wisdump.com/?p=2700</guid>
		<description><![CDATA[
Jon Tangerine, David DeSandro, Trent Walton have all come up with ingenious ways to create image-free logotypes by pushing the limits of CSS (Sean Martell made a mouth-watering CSS-based logo too, but doesn&#8217;t contain text) that one has to wonder: is this the next step in online branding and identity?

The simplest argument against this could [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/nemoorange/4421737904/" title="Opera logo with CSS across browsers by Dave DeSandro, on Flickr"><img src="http://farm5.static.flickr.com/4014/4421737904_be9672475e.jpg" width="500" height="113" alt="Opera logo with CSS across browsers" class="aligncenter" /></a></p>
<p><a href="http://jontangerine.com/log/2007/11/complex-type-css-fix-cleartype-miss">Jon Tangerine</a>, <a href="http://desandro.com/articles/opera-logo-css/">David DeSandro</a>, <a href="http://trentwalton.com/2010/05/25/tdc-css3/">Trent Walton</a> have all come up with ingenious ways to create image-free logotypes by pushing the limits of CSS (<a href="http://blog.seanmartell.com/2010/03/25/raindrop-logo-in-css/">Sean Martell</a> made a mouth-watering CSS-based logo too, but doesn&#8217;t contain text) that one has to wonder: is this the next step in online branding and identity?</p>
<p><img src="http://www.wisdump.com/wp-content/uploads/2010/05/the-design-cubicle-logo-300x173.png" alt="The Design Cubicle logo" title="The Design Cubicle logo" width="300" height="173" class="alignright size-medium wp-image-2711" /></p>
<p>The simplest argument against this could be that <em>a logo must be constant</em>. In the absence of CSS styling, possibly even helper JavaScript, an image will not suddenly morph into a default browser style and render a brand <em>generic</em>. See the image above for how the CSS-based Opera logo degrades in different browsers. </p>
<p>Now that excludes the scenario where images are turned off, and where text&#8212;styled text&#8212;can come in. Instead of simple image replacement techniques, we now have <code>@font-face</code> embedding and other advanced effects to bring the text as close as possible to the original design.</p>
<p>Text is great because you can <em>read</em> it, as can search engines. Another thing text based logos have going for them is they&#8217;re easier to <a href="http://www.underconsideration.com/speakup/archives/003259.html">make bigger</a>; that&#8217;ll win over a lot of clients.</p>
<p><img src="http://www.wisdump.com/wp-content/uploads/2010/05/jon-tangerine-logo.png" alt="Jon Tangerine logo" title="Jon Tangerine logo" width="211" height="134" class="alignleft size-full wp-image-2710" /></p>
<p>But there&#8217;s a great deal of extra markup required to achieve the necessary look. Does this make sense for the notion of a logo, which is inherently more portable with an image than with a bunch of divs, spans, classes and IDs? Should logos always be images and nothing but, or can they be both text and images? Which should come first, designing the logo in the browser or in a graphics program? Or should all of this experimentation remain just that: experiments? </p>
<p>Me, I just love we could be on the brink of shattering print conventions, yet again.</p>

	<h4>Related reading:</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.wisdump.com/css/thank-you-css3-please/" title="Thank you, CSS3 Please! (March 12, 2010)">Thank you, CSS3 Please!</a></li>
	<li><a href="http://www.wisdump.com/web/ten-years-of-creating-a-better-web-google-and-a-list-apart/" title="Ten years of creating a better web: Google and A List Apart (October 8, 2008)">Ten years of creating a better web: Google and A List Apart</a></li>
	<li><a href="http://www.wisdump.com/css/not-so-standards-compliant-after-all/" title="Not so standards-compliant after all (March 2, 2010)">Not so standards-compliant after all</a></li>
	<li><a href="http://www.wisdump.com/css/google-enters-the-font-face-business/" title="Google enters the @font-face business (May 20, 2010)">Google enters the @font-face business</a></li>
	<li><a href="http://www.wisdump.com/css/eric-meyer-dissects-wasp-community-css3-feedback-2008/" title="Eric Meyer dissects WaSP Community CSS3 Feedback 2008 (February 18, 2009)">Eric Meyer dissects WaSP Community CSS3 Feedback 2008</a></li>
</ul>


<p><a href="http://feedads.g.doubleclick.net/~a/GSZanyK4BFWZvCAeqz7dTjmd36g/0/da"><img src="http://feedads.g.doubleclick.net/~a/GSZanyK4BFWZvCAeqz7dTjmd36g/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/GSZanyK4BFWZvCAeqz7dTjmd36g/1/da"><img src="http://feedads.g.doubleclick.net/~a/GSZanyK4BFWZvCAeqz7dTjmd36g/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Wisdump?a=cHMekICrfoQ:U1iuBpkwkLk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Wisdump?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Wisdump?a=cHMekICrfoQ:U1iuBpkwkLk:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Wisdump?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Wisdump?a=cHMekICrfoQ:U1iuBpkwkLk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Wisdump?i=cHMekICrfoQ:U1iuBpkwkLk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Wisdump?a=cHMekICrfoQ:U1iuBpkwkLk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Wisdump?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Wisdump/~4/cHMekICrfoQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wisdump.com/css/css-logotypes-vs-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pac Man Google Doodle: innovator and productivity killer</title>
		<link>http://www.wisdump.com/being-the-hype/pac-man-google-doodle-innovator-productivity-killer/</link>
		<comments>http://www.wisdump.com/being-the-hype/pac-man-google-doodle-innovator-productivity-killer/#comments</comments>
		<pubDate>Tue, 25 May 2010 18:40:30 +0000</pubDate>
		<dc:creator>Sophia Lucero</dc:creator>
				<category><![CDATA[Being the Hype]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[pac man]]></category>
		<category><![CDATA[web standards]]></category>

		<guid isPermaLink="false">http://www.wisdump.com/?p=2684</guid>
		<description><![CDATA[
Google brought back the 80s arcade game Pac Man to celebrate its 30th anniversary last May 22nd in the form of a fully-working Google Doodle on its homepage (it&#8217;s been since moved to a dedicated page where people can still play it). The &#8220;I&#8217;m feeling lucky&#8221; button gets replaced by &#8220;Insert coin&#8221; and clicking on [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.google.com/logos/pacman10-hp.png" alt="Google Pac Man" class="aligncenter" /></p>
<p>Google brought back the 80s arcade game Pac Man to celebrate its 30th anniversary last May 22nd in the form of a fully-working <a href="http://googleblog.blogspot.com/2010/05/celebrating-pac-mans-30th-birthday.html">Google Doodle</a> on its homepage (it&#8217;s been since moved to a <a href="http://www.google.com/pacman/">dedicated page</a> where people can still <a href="http://googleblog.blogspot.com/2010/05/pac-man-rules.html">play</a> it). The &#8220;I&#8217;m feeling lucky&#8221; button gets replaced by &#8220;Insert coin&#8221; and clicking on it lets you play. Click on it a second time and Ms. Pac Man joins in the fun. </p>
<p>Apart from hearing collective 8-bit cheers of delight upon discovering what could be Google&#8217;s most viral web toy yet, the Pac Man doodle was another display of its massive influence, both the good and the bad.<span id="more-2684"></span></p>
<h3>The Good: HTML5 evangelizer</h3>
<p><img src="http://www.google.com/logos/pacman10-hp-sprite-2.png" alt="Google Pac Man image sprites" class="aligncenter" width="500" /></p>
<p>The Pac Man game was developed in HTML, JavaScript, and CSS. Granted, Flash was used for the sounds, but other than that, this was a triumph for web standards as there is no bigger stage, no bigger <a href="http://www.wisdump.com/web-programming/browser-wars-firefox-up-ie-down-google-dumps-ie6/">endorser</a> on the Web than the Google homepage.</p>
<h3>The Bad: Procrastination enabler</h3>
<p>On the other hand, people are now questioning if Google should&#8217;ve put such a major distraction on what is supposed to be a tool for getting things done. <a href="http://blog.rescuetime.com/2010/05/24/the-tragic-cost-of-google-pac-man-4-82-million-hours/">RescueTime reports</a> that as people spent several more time on the Google homepage to play the game, millions of hours and hundreds of thousands of dollars were wasted. I wouldn&#8217;t be surprised if lawsuits started popping up, blaming Google for allowing such a thing to happen.</p>
<h3>&#8220;With great power comes great responsibility&#8221; or &#8220;Geeks just wanna have fun&#8221;?</h3>
<p>I&#8217;m just glad Google still knows how to have fun depsite how big it&#8217;s grown. And due credit must be given to advocacies it gets behind. Two years ago it was <a href="http://www.wisdump.com/web-programming/google-chrome-time-to-reinvent-the-web-browser/">Chrome</a>, last week it was <a href="http://www.wisdump.com/css/google-enters-the-font-face-business/">web fonts</a>. The Pac Man doodle just happens in between these achievements.</p>

	<h4>Related reading:</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.wisdump.com/web-programming/operas-mama-discovers-whats-under-the-hood-of-the-collective-web/" title="Opera&#8217;s MAMA discovers what&#8217;s under the hood of the collective Web (October 16, 2008)">Opera&#8217;s MAMA discovers what&#8217;s under the hood of the collective Web</a></li>
	<li><a href="http://www.wisdump.com/being-the-hype/wasp-fight-the-conficker-worm-with-web-standards/" title="WaSP: Fight the Conficker Worm with web standards (April 1, 2009)">WaSP: Fight the Conficker Worm with web standards</a></li>
	<li><a href="http://www.wisdump.com/web-experience/twitter-tweet-embedding-finally-arrives-but-is-it-any-better/" title="Twitter tweet embedding finally arrives, but is it any better? (May 7, 2010)">Twitter tweet embedding finally arrives, but is it any better?</a></li>
	<li><a href="http://www.wisdump.com/designer-resources/web-design-references/" title="No-nonsense web design references to bookmark (February 24, 2009)">No-nonsense web design references to bookmark</a></li>
	<li><a href="http://www.wisdump.com/web-programming/mozilla-jetpack-jquery-esque-firefox-add-on-development/" title="Mozilla Jetpack: jQuery-esque Firefox add-on development (December 8, 2009)">Mozilla Jetpack: jQuery-esque Firefox add-on development</a></li>
</ul>


<p><a href="http://feedads.g.doubleclick.net/~a/pQiX_S3SjrUOAtpw1crNjJi8QqE/0/da"><img src="http://feedads.g.doubleclick.net/~a/pQiX_S3SjrUOAtpw1crNjJi8QqE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/pQiX_S3SjrUOAtpw1crNjJi8QqE/1/da"><img src="http://feedads.g.doubleclick.net/~a/pQiX_S3SjrUOAtpw1crNjJi8QqE/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Wisdump?a=ZqEIfoAbik4:7KHteP17-oo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Wisdump?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Wisdump?a=ZqEIfoAbik4:7KHteP17-oo:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Wisdump?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Wisdump?a=ZqEIfoAbik4:7KHteP17-oo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Wisdump?i=ZqEIfoAbik4:7KHteP17-oo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Wisdump?a=ZqEIfoAbik4:7KHteP17-oo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Wisdump?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Wisdump/~4/ZqEIfoAbik4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wisdump.com/being-the-hype/pac-man-google-doodle-innovator-productivity-killer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
