<?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>William book</title>
	<atom:link href="http://williamtsang.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://williamtsang.wordpress.com</link>
	<description>William's Feel , William's View</description>
	<lastBuildDate>Fri, 13 Mar 2009 18:27:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='williamtsang.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/898e0a98372422d3f2df059aa1d0281d?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>William book</title>
		<link>http://williamtsang.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://williamtsang.wordpress.com/osd.xml" title="William book" />
	<atom:link rel='hub' href='http://williamtsang.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Lightbox + PhotoNav = LightNav</title>
		<link>http://williamtsang.wordpress.com/2009/03/13/lightbox-photonav-lightnav/</link>
		<comments>http://williamtsang.wordpress.com/2009/03/13/lightbox-photonav-lightnav/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 18:27:08 +0000</pubDate>
		<dc:creator>hkttz</dc:creator>
				<category><![CDATA[photo view]]></category>

		<guid isPermaLink="false">http://williamtsang.wordpress.com/?p=282</guid>
		<description><![CDATA[Posted on: 09/02/09 &#124; Posted in: DIY &#124; 8 comments If you&#8217;ve been around the web for a while, you might have heard of Lightbox. And if you used it, you might also know the limitations. One of those limitations is of course the fact that an image wider than your screen goes out of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=williamtsang.wordpress.com&amp;blog=5227208&amp;post=282&amp;subd=williamtsang&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2><a title="Lightbox + PhotoNav = LightNav" href="http://gayadesign.nl/post/7/"><br />
</a></h2>
<div class="stats">Posted on: 09/02/09 | Posted in: <a title="Posted in DIY" href="http://gayadesign.nl/post/cat/2/">DIY</a> | <a title="Comments on Lightbox + PhotoNav = LightNav" href="http://gayadesign.nl/post/7/#comments"><img src="http://gayadesign.nl/images/comments.gif" alt="comments" /> 8 comments</a></div>
<p>If you&#8217;ve been around the web for a while, you might have heard of <a href="http://www.huddletogether.com/projects/lightbox2/">Lightbox</a>. And if you used it, you might also know the limitations.</p>
<p>One of those limitations is of course the fact that an image wider than your screen goes out of bounds. Very annoying! And it creates ugly scrolbars.</p>
<p>As you might know, I have created a <a href="http://gayadesign.nl/post/4/">Panoramic Photoviewer in Javascript</a> to fix the problem of images going out of bounds. And I thought to myself: &#8220;Why not try and implement PhotoNav on top of Lightbox?&#8221;. With this, even super large images would be viewable.</p>
<p>I created LightNav for this. It runs along Lightbox without changing the script, so you can always update Lightbox if needed.</p>
<div class="border"><img src="http://www.gayadesign.com/images/uploaded/lightnav.jpg" alt="" width="532" height="354" /></div>
<p style="clear:both;height:100px;"><a class="refbutton download" href="http://www.gayadesign.com/scripts/lightnav/lightnav.zip">Download<br />
<em>LightNav zip-archive</em></a> <a class="refbutton example" href="http://www.gayadesign.com/scripts/lightnav/">Example<br />
<em>Open the LightNav example</em></a></p>
<p>The <em>example page</em> is located here:<br />
<a href="http://www.gayadesign.com/scripts/lightnav/">http://www.gayadesign.com/scripts/lightnav/</a></p>
<p>And the <em>archive is downloadable</em> here:<br />
<a href="http://www.gayadesign.com/scripts/lightnav/lightnav.zip">http://www.gayadesign.com/scripts/lightnav/lightnav.zip</a></p>
<p>Using LightNav is easy! I&#8217;ll tell you what you need to do in this step-by-step guide:</p>
<p><strong>1. Download Lightbox and upload to your webpage.</strong></p>
<p>Go to the Lightbox project page and download the zip: <a href="http://www.huddletogether.com/projects/lightbox2/#download">http://www.huddletogether.com/projects/lightbox2/#download</a></p>
<p>The files from the zip we are going to need are: <strong>lightbox.js</strong>, <strong>lightbox.css</strong> and the images in the <strong>images</strong> folder.</p>
<p>For this installation, we <strong>don&#8217;t need</strong> the prototype.js and scriptaculous.js file from this zip.</p>
<p>Now upload the files to your server. Check the <strong>lightbox.js file</strong> in the top section for the image paths. These settings are on line 49 and line 50. They have to be set correctly to get a good output on your page.</p>
<p><strong>2. Download and use Scriptaculous.</strong></p>
<p>Go to <a href="http://script.aculo.us/downloads">http://script.aculo.us/downloads</a> and download the latest version of <strong>scriptaculous</strong>.</p>
<p>Upload the files to your server.</p>
<p>Now it&#8217;s time to make use of Lightbox and Scriptaculous on your webpage by placing this code in the head section of your webpage:</p>
<div class="dp-highlighter">
<div class="bar">
<div class="tools"><a href="http://gayadesign.nl/post/7/#">view plain</a><a href="http://gayadesign.nl/post/7/#">copy to clipboard</a><a href="http://gayadesign.nl/post/7/#">print</a></div>
</div>
<ol class="dp-xml">
<li class="alt"><span><span class="tag">&lt;</span><span class="tag-name">script</span><span> </span><span class="attribute">src</span><span>=</span><span class="attribute-value">&#8220;js/prototype.js&#8221;</span><span> </span><span class="attribute">type</span><span>=</span><span class="attribute-value">&#8220;text/javascript&#8221;</span><span class="tag">&gt;</span><span class="tag">&lt;/</span><span class="tag-name">script</span><span class="tag">&gt;</span><span> </span></span></li>
<li><span><span class="tag">&lt;</span><span class="tag-name">script</span><span> </span><span class="attribute">src</span><span>=</span><span class="attribute-value">&#8220;js/scriptaculous.js&#8221;</span><span> </span><span class="attribute">type</span><span>=</span><span class="attribute-value">&#8220;text/javascript&#8221;</span><span class="tag">&gt;</span><span class="tag">&lt;/</span><span class="tag-name">script</span><span class="tag">&gt;</span><span> </span></span></li>
<li class="alt"><span><span class="tag">&lt;</span><span class="tag-name">script</span><span> </span><span class="attribute">src</span><span>=</span><span class="attribute-value">&#8220;js/lightbox.js&#8221;</span><span> </span><span class="attribute">type</span><span>=</span><span class="attribute-value">&#8220;text/javascript&#8221;</span><span class="tag">&gt;</span><span class="tag">&lt;/</span><span class="tag-name">script</span><span class="tag">&gt;</span><span> </span></span></li>
<li><span><span class="tag">&lt;</span><span class="tag-name">link</span><span> </span><span class="attribute">href</span><span>=</span><span class="attribute-value">&#8220;css/lightbox.css&#8221;</span><span> </span><span class="attribute">rel</span><span>=</span><span class="attribute-value">&#8220;stylesheet&#8221;</span><span> </span><span class="attribute">type</span><span>=</span><span class="attribute-value">&#8220;text/css&#8221;</span><span> </span></span></li>
<li class="alt"><span><span class="attribute">media</span><span>=</span><span class="attribute-value">&#8220;screen&#8221;</span><span> </span><span class="tag">/&gt;</span><span> </span></span></li>
</ol>
</div>
<pre class="html" style="display:none;">&lt;script src="js/prototype.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;script src="js/scriptaculous.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;script src="js/lightbox.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;link href="css/lightbox.css" rel="stylesheet" type="text/css"
media="screen" /&gt;</pre>
<p><strong>Fix the paths</strong> to the files as they are on your server. Now you have included the technology which will make Lightbox work. Now it&#8217;s time to include <a href="http://gayadesign.nl/post/7/">LightNav</a> to upgrade Lightbox!</p>
<p><strong>3. Download LightNav and use with Lightbox.</strong></p>
<p><strong>Download</strong> LightNav here: <a href="http://www.gayadesign.com/scripts/lightnav/lightnav.zip">http://www.gayadesign.com/scripts/lightnav/lightnav.zip</a></p>
<p><strong>Upload </strong>the contents to your server.</p>
<p>Now place the following code in the head section of your page (<strong>under the previous tags!</strong>)</p>
<div class="dp-highlighter">
<div class="bar">
<div class="tools"><a href="http://gayadesign.nl/post/7/#">view plain</a><a href="http://gayadesign.nl/post/7/#">copy to clipboard</a><a href="http://gayadesign.nl/post/7/#">print</a></div>
</div>
<ol class="dp-xml">
<li class="alt"><span><span class="tag">&lt;</span><span class="tag-name">script</span><span> </span><span class="attribute">src</span><span>=</span><span class="attribute-value">&#8220;js/lightnav.js&#8221;</span><span> </span><span class="attribute">type</span><span>=</span><span class="attribute-value">&#8220;text/javascript&#8221;</span><span class="tag">&gt;</span><span class="tag">&lt;/</span><span class="tag-name">script</span><span class="tag">&gt;</span><span> </span></span></li>
<li><span><span class="tag">&lt;</span><span class="tag-name">script</span><span> </span><span class="attribute">src</span><span>=</span><span class="attribute-value">&#8220;js/photonav.js&#8221;</span><span> </span><span class="attribute">type</span><span>=</span><span class="attribute-value">&#8220;text/javascript&#8221;</span><span class="tag">&gt;</span><span class="tag">&lt;/</span><span class="tag-name">script</span><span class="tag">&gt;</span><span> </span></span></li>
<li class="alt"><span> </span></li>
<li><span><span class="tag">&lt;</span><span class="tag-name">link</span><span> </span><span class="attribute">href</span><span>=</span><span class="attribute-value">&#8216;css/photonav.css&#8217;</span><span> </span><span class="attribute">rel</span><span>=</span><span class="attribute-value">&#8216;stylesheet&#8217;</span><span> </span><span class="attribute">type</span><span>=</span><span class="attribute-value">&#8216;text/css&#8217;</span><span> </span><span class="tag">/&gt;</span><span> </span></span></li>
</ol>
</div>
<pre class="html" style="display:none;">&lt;script src="js/lightnav.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;script src="js/photonav.js" type="text/javascript"&gt;&lt;/script&gt;

&lt;link href='css/photonav.css' rel='stylesheet' type='text/css' /&gt;</pre>
<p>LightNav will overwrite some functionality of Lightbox and make use of <a href="http://gayadesign.nl/post/4/">PhotoNav</a> to create a navigation feature.</p>
<p>You are basically done now! But if you can configure LightNav to your needs in the following part of the lightnav.js file:</p>
<div class="dp-highlighter">
<div class="bar">
<div class="tools"><a href="http://gayadesign.nl/post/7/#">view plain</a><a href="http://gayadesign.nl/post/7/#">copy to clipboard</a><a href="http://gayadesign.nl/post/7/#">print</a></div>
</div>
<ol class="dp-c">
<li class="alt"><span><span class="comment">//you can adjust this to your needs.</span><span> </span></span></li>
<li><span><span class="keyword">var</span><span> LightNavOptions = { </span></span></li>
<li class="alt"><span> maxWidth: 800, </span></li>
<li><span> maxHeight: 600 </span></li>
<li class="alt"><span>} </span></li>
</ol>
</div>
<pre class="jscript" style="display:none;">//you can adjust this to your needs.
var LightNavOptions = {
    maxWidth: 800,
    maxHeight: 600
}</pre>
<p>The <strong>maxWidth </strong>and <strong>maxHeight </strong>give the maximum width and height (in pixels) of the LightBox window, making it impossible to get bigger than that.<br />
If you set these variables to <strong>0</strong> LightNav will create a width and height according to the browse window of the user, which will also fix the out of bounds problem!</p>
<p>I hope I helped some people with this. <a href="http://feeds2.feedburner.com/GayaDesign">Follow my feed</a> if you wish to see more Javascript tweaks.</p>
<p>Happy tweaking your Lightbox!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/williamtsang.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/williamtsang.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/williamtsang.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/williamtsang.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/williamtsang.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/williamtsang.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/williamtsang.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/williamtsang.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/williamtsang.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/williamtsang.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/williamtsang.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/williamtsang.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/williamtsang.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/williamtsang.wordpress.com/282/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=williamtsang.wordpress.com&amp;blog=5227208&amp;post=282&amp;subd=williamtsang&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://williamtsang.wordpress.com/2009/03/13/lightbox-photonav-lightnav/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22587b677160a66ad74fbeea9fbc42ef?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hkttz</media:title>
		</media:content>

		<media:content url="http://gayadesign.nl/images/comments.gif" medium="image">
			<media:title type="html">comments</media:title>
		</media:content>

		<media:content url="http://www.gayadesign.com/images/uploaded/lightnav.jpg" medium="image" />
	</item>
		<item>
		<title>75+ Excellent Free Fonts For Professional Design</title>
		<link>http://williamtsang.wordpress.com/2009/03/13/75-excellent-free-fonts-for-professional-design/</link>
		<comments>http://williamtsang.wordpress.com/2009/03/13/75-excellent-free-fonts-for-professional-design/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 18:07:25 +0000</pubDate>
		<dc:creator>hkttz</dc:creator>
				<category><![CDATA[Font]]></category>

		<guid isPermaLink="false">http://williamtsang.wordpress.com/?p=278</guid>
		<description><![CDATA[In this article tripwire magazine presents an overview of more than 75 excellent free fonts you should consider using for your designs. Not all free Fonts are worth using but the Fonts listed in this article have all been picked out because they are better than the rest. The importance of typography in design can’t [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=williamtsang.wordpress.com&amp;blog=5227208&amp;post=278&amp;subd=williamtsang&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In this article <strong>tripwire magazine presents an overview of more than 75 excellent free fonts </strong>you should consider using for your designs. Not all free Fonts are worth using but the Fonts listed in this article have all been picked out because they are better than the rest.</p>
<p>The importance of <strong>typography</strong> in design can’t be underestimated. The right choice of fonts can really help to deliver the message in a more direct and suitable way.</p>
<p>Before using fonts please read the license agreements carefully — they can change from time to time.</p>
<h4><a href="http://www.glashaus-design.com/">Lacuna</a></h4>
<p>To download the font enter the Flash page, click on “Glashaus Fonts” in the navigation menu at the top, in the opened page click on [MAC] or [PC] in the left menu to download the font.</p>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Lacuna.png" alt="Lacuna" width="472" height="181" /></p>
<h4><a href="http://web.archive.org/web/20040225205030/http://us.uvm.dk/erhverv/specialpaedagogisk_st/" target="_blank">Union</a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/union.png" alt="union" width="473" height="227" /></h4>
<h4><a href="http://www.glashaus-design.com/">Echolot</a></h4>
<p>To download the font enter the Flash page, click on “Glashaus Fonts” in the navigation menu at the top, in the opened page click on [MAC] or [PC] in the left menu to download the font.</p>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Echolot.png" alt="Echolot" width="473" height="213" /></p>
<h4><a href="http://moorstation.org/typoasis/designers/klein03/text02/petitlatin.htm" target="_blank">PetitLatin</a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/petitlatin.png" alt="petitlatin" width="472" height="283" /></h4>
<h4><a href="http://inde-graphics.deviantart.com/art/advent-pro-FINAL-57338302">Advent Pro</a></h4>
<p>A fresh, modern typeface coming in 7 weights — bold, bold extra, regular rounded, regular, regular oblique, light and light extra. Commercial work containing this typeface must include the reference to the author; personal projects don’t neccessary need to have a reference. The advanced version of the font can be purchased.</p>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/advent-pro.png" alt="advent-pro" width="472" height="211" /></p>
<p><a href="http://jelloween.deviantart.com/art/Font-AMBROSIA-demo-39421709">Ambrosia</a><br />
This font is free to use for personal purposes only. This version doesn’t contain kerning, accented character and foreign currency symbols.</p>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Ambrosia.png" alt="Ambrosia" width="473" height="173" /></p>
<h4><a href="http://www.designerinaction.de/fonts/" target="_blank">Medium Condensed</a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Medium-Condensed.png" alt="Medium-Condensed" width="449" height="221" /></h4>
<h4><a href="http://ficod.deviantart.com/art/telegrafico-65509498">Telegrafico</a></h4>
<p>Licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 License. TrueType (.ttf).</p>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/telegrafico.png" alt="telegrafico" width="450" height="265" /></p>
<h4><a href="http://www.designerinaction.de/fonts/" target="_blank">Synapse</a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Synapse.png" alt="Synapse" width="472" height="195" /></h4>
<h4><a href="http://www.designerinaction.de/fonts/" target="_blank">176MKSD </a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/176MKSD.png" alt="176MKSD" width="473" height="235" /></h4>
<h4><a href="http://liquisoft.deviantart.com/art/Fonce-Sans-Regular-Trial-25092730">Fonce Sans Regular</a></h4>
<p>A sans-serif typeface that includes old style (hanging) numbers, a number of english and non-english lettering, some additional symbols and complete punctuation. This typeface is considered a Trial Version, in which certain letterforms have been replaced. Available only for <strong>non-commercial use</strong> as .otf. The advanced version of the font can be purchased.<img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Fonce-Sans-Regular.png" alt="Fonce-Sans-Regular" width="473" height="248" /></p>
<h4><a href="http://moorstation.org/typoasis/designers/klein03/text02/slabtallx.htm" target="_blank">SlabTallx</a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/slabtallx.png" alt="slabtallx" width="473" height="288" /></h4>
<h4><a href="http://www.gov.nu.ca/english/font/">Pigiarniq Inuktitut font</a></h4>
<p>Have you ever known about the existence of Nunavut? A small region in Canada with one of the lowest population rate of the world? Probably not. Only 0,01 people live there per km<sup>2</sup>, mostly Eskimo. The citizens of Nunabut speak four languages — French, English, Innuinaqtun and Inuktitut. Nothing spectacular so far, right?</p>
<p>Few years ago the government of the region has decided to design a new typeface to enable its 28.000 citizens to use all four languages in a uniform manner. The result is a beautiful, rich and professional <strong>sans-serif free font</strong>. The family includes a bold, heavy, italic, light and regular weights. <a href="http://praegnanz.de/essays/pigiarniq">Examples</a>.</p>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Pigiarniq.png" alt="Pigiarniq" width="473" height="342" /></p>
<h4><a href="http://www.josbuivenga.demon.nl/museo.html" target="_blank">MUSEO </a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/MUSEO.png" alt="MUSEO" width="473" height="246" /></h4>
<h4><a title="Delicious" href="http://www.josbuivenga.demon.nl/delicious.html">Delicious</a></h4>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Delicious.png" alt="Delicious" width="473" height="217" /></p>
<h4><a href="http://www.smeltery.net/fonts/twenty-one" target="_blank">Twenty one</a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/twenty-one.png" alt="twenty-one" width="473" height="524" /></h4>
<h4><a href="http://www.josbuivenga.demon.nl/museosans.html" target="_blank">Museo Sans</a></h4>
<p>Museo Sans is based on the well-known <a href="http://www.josbuivenga.demon.nl/museo.html">Museo</a>. It is a sturdy, low contrast, geometric, highly legible sans serif typeface very well suited for any display and text use.</p>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Museo-Sans.png" alt="Museo-Sans" width="473" height="355" /></p>
<h4><a href="http://www.josbuivenga.demon.nl/tallys.html" target="_blank">Tallys</a></h4>
<p>Tallys is a font that is one degree slanted and has large caps, a small x-height and long ascenders. It comes (see also <a href="http://www.josbuivenga.demon.nl/fontin.html">Fontin</a>) with hybrid numbers and a complete character set.</p>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Tallys.png" alt="Tallys" width="473" height="221" /></p>
<h4><a href="http://www.josbuivenga.demon.nl/anivers.html">Anivers</a></h4>
<p>The name Anivers derives from the word anniversary and was originally designed to celebrate the anniversary of <a href="http://www.smashingmagazine.com/2007/09/03/get-out-the-balloons-smashings-1st-anniversary/" target="_blank">Smashing Magazine</a>. See some <a href="http://www.josbuivenga.demon.nl/anivers.html">examples here.</a></p>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Anivers.png" alt="Anivers" width="472" height="244" /></p>
<h4><a href="http://www.kontrapunkt.dk/news/ddprize_typeface_of_the_year_2004">Kontrapunkt</a></h4>
<p>On October 22 2004 Kontrapunkt was awarded the Danish Design Prize for best typeface. The awarded typeface is our own corporate typeface ‘Kontrapunkt Light’, used in headers on this website and our printed material. The award was handed over by Crown Prince Frederik to creative director Bo Linnemann at a ceremony in Danish Design Centre.</p>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/kontrapunkt.png" alt="kontrapunkt" width="473" height="246" /></p>
<h4><a href="http://www.1001freefonts.com/aardvarkcafe.php" target="_blank">Aardvark Cafe Font</a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Aardvark-Cafe-Font.png" alt="Aardvark-Cafe-Font" width="473" height="171" /></h4>
<h4><a href="http://www.fontfont.com/downloads/" target="_blank">Reminga</a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Reminga%20OT%20Bold%20Italic.png" alt="Reminga OT Bold Italic" width="473" height="305" /></h4>
<h4><a href="http://www.fontfont.com/downloads/" target="_blank">FF MT</a></h4>
<p>Employing obscure but powerful techniques like vwl mmssn and cap reduction, FF Mt uses up to 50% less paper, screen, and wall space than other text faces without a single condensed letter.</p>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/FF%20MT.png" alt="FF MT" width="473" height="249" /></p>
<h4><a href="http://www.josbuivenga.demon.nl/diavlo.html" target="_blank">Diavlo</a></h4>
<p>Diavlo is a free font that contains 5 weights: <strong>Light, Book</strong>, <strong>Medium, Bold </strong>and<strong> Black</strong>.</p>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Diavlo.png" alt="Diavlo" width="473" height="300" /></p>
<h4><a href="http://www.josbuivenga.demon.nl/fertigo.html" target="_blank">Fertigo</a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Fertigo.png" alt="Fertigo" width="473" height="244" /></h4>
<h4><a href="http://www.josbuivenga.demon.nl/fontinsans.html" target="_blank">Fontin Sans</a></h4>
<p>With a nice classical appearance it will be a perfect match.</p>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/fontin-sans.png" alt="fontin-sans" width="473" height="215" /></p>
<h4><a title="Mido" href="http://www.midofont.se/">Mido</a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Mido.png" alt="Mido" width="473" height="264" /></h4>
<h4><a href="http://kapitza.com/shop/fonts/pop">Kapitza Pop</a> (decorative)</h4>
<p>A free version of Pop contains 8 graphic elements in 4 weights (Pop10, Pop20, Pop30, Pop40). When repeated, each Pop element creates a unique pattern which can be combined into an infinite variety of patterns. This font is not free to<br />
use commercially, please read the Licence Agreement.</p>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Kapitza-Pop.png" alt="Kapitza-Pop" width="473" height="315" /></p>
<h4><a href="http://home.comcast.net/%7Ecrudfactory/fonts.xhtml">Goudy Bookletter 1911</a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Goudy-Bookletter-1911.png" alt="Goudy-Bookletter-1911" width="472" height="223" /></h4>
<h4><a href="http://moorstation.org/typoasis/designers/klein04/text/faustant.htm" target="_blank">Faustant</a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/faustant.png" alt="faustant" width="473" height="259" /></h4>
<h4><a href="http://aajohan.deviantart.com/art/Comfortaa-font-105395949" target="_blank">Comfortaa</a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/comfortaa.png" alt="comfortaa" width="472" height="176" /></h4>
<h4><a href="http://www.josbuivenga.demon.nl/fontin.html" target="_blank">Fontin </a></h4>
<p>The Fontin is designed to be used at small sizes. The color is darkish, the spacing loose and the x-height tall.</p>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/fontin.png" alt="fontin" width="473" height="214" /></p>
<h4><a href="http://www.smeltery.net/fonts/bankrutt" target="_blank">bankrutt</a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/bankrutt.png" alt="bankrutt" width="473" height="282" /></h4>
<h4><a href="http://www.smeltery.net/fonts/heretica" target="_blank">Heretica<br />
</a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/heretica.png" alt="heretica" width="473" height="326" /></h4>
<h4><a href="http://www.dafont.com/font.php?file=steiner&amp;page=1&amp;nb_ppp_old=10&amp;text=Type+your+text+here&amp;nb_ppp=10&amp;psize=l&amp;classt=alpha">Steiner</a></h4>
<p>This typeface is ideal for <strong>logos and general design</strong>. It isn’t very suitable to be used with word-processors as it lacks some symbols and letters. Sans Serif, free for personal use only.</p>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/steiner.png" alt="steiner" width="473" height="389" /></p>
<h4><a title="MG Open Moderna" href="http://www.ellak.gr/fonts/mgopen/" target="_blank">Mg Open Moderna</a></h4>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/MgOpenModerna.png" alt="MgOpenModerna" width="472" height="259" /></p>
<h4><a href="http://www.smeltery.net/fonts/patronne" target="_blank">Patronne</a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/patronne.png" alt="patronne" width="473" height="346" /></h4>
<h4><a href="http://www.dafont.com/font.php?file=geo_sans_light&amp;page=1&amp;nb_ppp_old=10&amp;text=Geo+Sans+Light&amp;nb_ppp=10&amp;psize=l&amp;classt=alpha">Geo Sans Light</a></h4>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Geo+Sans.png" alt="Geo+Sans" /></p>
<h4><a href="http://www.smeltery.net/">AUdimat (v2)</a></h4>
<p>OpenType, Mac, PC, in four weights: regular, italic, bold, bold italic.</p>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/audimat.png" alt="audimat" width="473" height="392" /></p>
<h4><a href="http://www.smeltery.net/fonts/alusine" target="_blank">alusine</a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/alusine.png" alt="alusine" width="472" height="220" /></h4>
<h4><a href="http://www.smeltery.net/fonts/consume-more" target="_blank">consume more</a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/consume-more.png" alt="consume-more" width="473" height="467" /></h4>
<h4><a href="http://www.smeltery.net/fonts/megalopolis-extra" target="_blank">Megalopolis extra</a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/megalopolis-extra.png" alt="megalopolis-extra" width="472" height="277" /></h4>
<h4><a href="http://www.smeltery.net/fonts/stigmate" target="_blank">stigmate</a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/stigmate.png" alt="stigmate" width="473" height="377" /></h4>
<h4><a title="Liberation Sans" href="http://www.dafont.com/liberation-sans.font">Liberation Sans</a></h4>
<p>Public domain / GNU GPL, Regular, Italic, Bold, Bold Italic, PC / Mac OS X</p>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/liberation-sanf.png" alt="liberation-sanf" width="473" height="252" /></p>
<h4><a title="Liberation Serif" href="http://www.dafont.com/liberation-serif.font">Liberation Serif</a></h4>
<p>Public domain / GNU GPL, Regular, Italic, Bold, Bold Italic, PC / Mac OS X</p>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/liberation-serif.png" alt="liberation-serif" width="473" height="238" /></p>
<h4><a href="http://www.smeltery.net/fonts/enfer" target="_blank">Enfer</a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/enfer.png" alt="enfer" width="473" height="551" /></h4>
<h4><a href="http://moorstation.org/typoasis/designers/klein03/text/justold.htm">JustOldFashion</a></h4>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/justold.png" alt="justold" width="473" height="283" /></p>
<h4><a title="Lido STF" href="http://www.stormtype.com/free.html">Lido STF</a></h4>
<p>The typeface is suitable for all periodicals wishing to abandon inconspicuously the hideous system typefaces with their even more hideous accents and to change over to the contemporary level of graphic design. It is also most convenient for everyday work in text editors and office applications. It has a fairly large x-height of lower case letters, shortened serifs and simplified endings of rounded strokes. <a href="http://praegnanz.de/essays/336/lido-stf">Lido STF examples</a>. For professional use you need a valid license which means <span style="text-decoration:underline;">purchasing the font</span>.</p>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/lido.png" alt="lido" width="473" height="286" /></p>
<h4><a href="http://www.smeltery.net/fonts/watch-tv" target="_blank">Watch tv</a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/watch-tv.png" alt="watch-tv" width="472" height="336" /></h4>
<h4><a href="http://www.ellak.gr/fonts/mgopen/" target="_blank">Mg Open Canonica</a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/MgOpenCanonica.png" alt="MgOpenCanonica" width="473" height="308" /></h4>
<h4><a href="http://praegnanz.de/essays/411/yanone-kaffeesatz">Yanone Kaffeesatz</a></h4>
<p>This “coffee”-font is supposed to be used in <strong>headlines and brief text passages</strong>; it shouldn’t, however, be used for body copy. The numbers and currency signs are monospaced, which means that they have the same width. The alternative and historic symbols as well as ligatures can be activated via the OpenType-option »optional ligatures«. Released under Creative Commons license. <a href="http://praegnanz.de/essays/411/yanone-kaffeesatz">Examples</a>.</p>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/yanone-kaffeesatz.png" alt="yanone-kaffeesatz" width="473" height="213" /></p>
<h4><a href="http://www.ellak.gr/fonts/mgopen/" target="_blank">Mg Open Cosmetica</a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/MgOpenCosmetica.png" alt="MgOpenCosmetica" width="473" height="278" /></h4>
<h4><a href="http://www.smeltery.net/fonts/audimat-mono" target="_blank">Audimat mono</a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/audimat-mono.png" alt="audimat-mono" width="473" height="347" /></h4>
<h4><a href="http://www.smeltery.net/fonts/geronto-bis" target="_blank">Geronto bis</a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/geronto-bis.png" alt="geronto-bis" width="473" height="372" /></h4>
<h4><a href="http://www.dafont.com/font.php?file=cicle&amp;page=1&amp;nb_ppp_old=10&amp;text=Type+your+text+here&amp;nb_ppp=10&amp;psize=l&amp;classt=alpha">Cicle</a></h4>
<p>Sans-Serif, 7 weights, freeware.</p>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/cicle.png" alt="cicle" width="473" height="435" /></p>
<h4><a title="Cardo" href="http://scholarsfonts.net/cardofnt.html">Cardo</a></h4>
<p>Cardo is a large Unicode font specifically designed for the needs of classicists, Biblical scholars, medievalists, and linguists. This font is free for personal, non-commercial, or non-profit use. <a href="http://praegnanz.de/essays/435/cardo">Examples</a>.</p>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/cardo.png" alt="cardo" width="473" height="232" /></p>
<h4><a href="http://www.ellak.gr/fonts/mgopen/" target="_blank">Mg Open Modata</a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/MgOpenModerna.png" alt="MgOpenModerna" width="472" height="259" /></h4>
<h4><a href="http://www.smeltery.net/fonts/telerysm-mono-2" target="_blank">Telerysm mono 2</a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/telerysm-mono-2.png" alt="telerysm-mono-2" width="473" height="427" /></h4>
<h4><a href="http://www.smeltery.net/fonts/ohmygod" target="_blank">OHmygod</a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/ohmygod.png" alt="ohmygod" width="473" height="361" /></h4>
<h4><a href="http://apostrophiclab.pedroreina.net/0189-DayRoman/dayroman.html">Day Roman</a></h4>
<p>In digitizing this typeface, attention was mainly given to duplicate the technical imperfections of 16th century printing, which have been lost with today’s technologies. In order to accomplish this, some digital type design conventions have been avoided &#8211; things like the uniformity of the serifs, overall stroke precision, vertical proportion exactitude. This digitization should work nicely when used anywhere from <strong>10 to 30 pt</strong>. Some design oddities, appealing or otherwise, may appear in 30+ pt usage. This serif-font is available in PC Type 1 and PC True Type formats. <a href="http://praegnanz.de/essays/417/day-roman">Examples</a>.</p>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/day-roman.png" alt="day-roman" width="473" height="346" /></p>
<h4><a title="Gentium" href="http://scripts.sil.org/gentium">Gentium</a></h4>
<p>Gentium is a typeface family designed to enable the diverse ethnic groups around the world who use the Latin script to produce readable, high-quality publications. It supports a wide range of Latin-based alphabets and includes glyphs that correspond to all the Latin ranges of Unicode. <a href="http://praegnanz.de/essays/308/gentium">Gentium examples</a>.</p>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Gentium.png" alt="Gentium" width="473" height="262" /></p>
<h4><a href="http://www.philsfonts.com/freefont.html">District Thin</a></h4>
<p>A very calm, serious and impressive sans-serif free font from GarageFonts’ District family. The font is available as Mac Postscript, Mac TrueType, PC Postscript, PC Truetype and OpenType.</p>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/District-Thin.png" alt="District-Thin" width="473" height="268" /></p>
<h4><a href="http://typies.blogspot.com/2006/12/romeral-display-typeface.html">Romeral</a></h4>
<p><a href="http://typies.blogspot.com/2006/12/romeral-display-typeface.html">Romeral</a> offers aside from optimal legibility an elegant style, rounded forms and sharp geometric structure of its letters. Romeral is designed to produce a noticeable visual impact that invites the audience to the reading due to its sizable thickness. Interestingly enough, the basic idea of this <strong>OpenType-font</strong> was to find a way to fill the color titles zone in order to create a comfortable atmosphere for the reading experience. It can be used for body copy and headlines. Free to use in personal and commercial projects.</p>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Romeral.png" alt="Romeral" width="473" height="216" /></p>
<h4><a href="http://letritas.blogspot.com/2006/05/chcara-una-tipografa-econmica.html">Chúcara</a></h4>
<p>To get the font, contact the designer Juan Pablo De Gregorio or add a comment to the post, explaining, who you are, why are you willing to get the font and how do you intend to use it. The author sends the font via e-mail.</p>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/chcara-una-tipografa.png" alt="chcara-una-tipografa" width="473" height="202" /></p>
<h4><a href="http://www.smeltery.net/fonts/redevance" target="_blank">Redevance</a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/redevance.png" alt="redevance" width="472" height="296" /></h4>
<h4><a href="http://pedroreina.net/apostrophiclab/0158-Scriptina/scriptina.html">Scriptina</a></h4>
<p>Handwriting, PC, Mac.</p>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/scriptina.png" alt="scriptina" width="472" height="325" /></p>
<h4><a href="http://die-gestalten.de/fonts/freefonts/details.html?id=16">Engel Light Ltd</a></h4>
<p>Sans-Serif, PC, Mac, no special characters available.</p>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Engel.png" alt="Engel" width="473" height="293" /></p>
<h4><a href="http://www.dafont.com/font.php?file=mank_sans&amp;page=1&amp;nb_ppp_old=10&amp;text=Mank+Sans&amp;nb_ppp=10&amp;psize=m&amp;classt=alpha">Mank Sans</a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Mank-Sans.png" alt="Mank-Sans" width="473" height="348" /></h4>
<h4><a href="http://www.smeltery.net/fonts/justice" target="_blank">justice</a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/justice.png" alt="justice" width="473" height="363" /></h4>
<h4><a href="http://www.greyscale.net/basic/">Greyscale Basic</a></h4>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Greyscale%20Basic.png" alt="Greyscale Basic" width="473" height="228" /></h4>
<h4><a href="http://www.smeltery.net/fonts/trottoir" target="_blank">Trottoir</a></h4>
<p>Based on the most trampled typeface in the world: the Pont-à-Mousson’s sewer covers font.</p>
<h4><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/trottoir.png" alt="trottoir" width="472" height="323" /></h4>
<h4><a href="http://www.dafont.com/font.php?file=qlassik&amp;page=1&amp;nb_ppp_old=10&amp;text=Qlassik&amp;a=on&amp;e=on&amp;nb_ppp=10&amp;psize=m&amp;classt=alpha">Qlassik</a></h4>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Qlassik.png" alt="Qlassik" width="473" height="297" /></p>
<h4><a href="http://www.dafont.com/font.php?file=existence&amp;page=1&amp;nb_ppp_old=10&amp;text=Type+your+text+here&amp;nb_ppp=10&amp;psize=l&amp;classt=alpha">Existence Light</a></h4>
<p>A free sans-serif font designed by Yeah Noah. 3 weights — Light, UnicaseLight, StencilLight. OpenType, PC, Mac OS X.</p>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Existence-Light.png" alt="Existence-Light" width="473" height="226" /></p>
<h4><a href="http://www.ctan.org/tex-archive/fonts/venturisadf/" target="_blank">Venturis ADF</a></h4>
<p>20 weights.</p>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/venturisadf.png" alt="venturisadf" width="473" height="207" /></p>
<h4 class="title"><a class="title" href="http://com4t-fff.seesaa.net/article/20901050.html">COM4t Fine Regular</a></h4>
<p><img src="http://www.tripwiremagazine.com/images/stories/Articles/freefront/COM4t-fine-reg.png" alt="COM4t-fine-reg" width="473" height="335" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/williamtsang.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/williamtsang.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/williamtsang.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/williamtsang.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/williamtsang.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/williamtsang.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/williamtsang.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/williamtsang.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/williamtsang.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/williamtsang.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/williamtsang.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/williamtsang.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/williamtsang.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/williamtsang.wordpress.com/278/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=williamtsang.wordpress.com&amp;blog=5227208&amp;post=278&amp;subd=williamtsang&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://williamtsang.wordpress.com/2009/03/13/75-excellent-free-fonts-for-professional-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22587b677160a66ad74fbeea9fbc42ef?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hkttz</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Lacuna.png" medium="image">
			<media:title type="html">Lacuna</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/union.png" medium="image">
			<media:title type="html">union</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Echolot.png" medium="image">
			<media:title type="html">Echolot</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/petitlatin.png" medium="image">
			<media:title type="html">petitlatin</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/advent-pro.png" medium="image">
			<media:title type="html">advent-pro</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Ambrosia.png" medium="image">
			<media:title type="html">Ambrosia</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Medium-Condensed.png" medium="image">
			<media:title type="html">Medium-Condensed</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/telegrafico.png" medium="image">
			<media:title type="html">telegrafico</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Synapse.png" medium="image">
			<media:title type="html">Synapse</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/176MKSD.png" medium="image">
			<media:title type="html">176MKSD</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Fonce-Sans-Regular.png" medium="image">
			<media:title type="html">Fonce-Sans-Regular</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/slabtallx.png" medium="image">
			<media:title type="html">slabtallx</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Pigiarniq.png" medium="image">
			<media:title type="html">Pigiarniq</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/MUSEO.png" medium="image">
			<media:title type="html">MUSEO</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Delicious.png" medium="image">
			<media:title type="html">Delicious</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/twenty-one.png" medium="image">
			<media:title type="html">twenty-one</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Museo-Sans.png" medium="image">
			<media:title type="html">Museo-Sans</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Tallys.png" medium="image">
			<media:title type="html">Tallys</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Anivers.png" medium="image">
			<media:title type="html">Anivers</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/kontrapunkt.png" medium="image">
			<media:title type="html">kontrapunkt</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Aardvark-Cafe-Font.png" medium="image">
			<media:title type="html">Aardvark-Cafe-Font</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Reminga%20OT%20Bold%20Italic.png" medium="image">
			<media:title type="html">Reminga OT Bold Italic</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/FF%20MT.png" medium="image">
			<media:title type="html">FF MT</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Diavlo.png" medium="image">
			<media:title type="html">Diavlo</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Fertigo.png" medium="image">
			<media:title type="html">Fertigo</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/fontin-sans.png" medium="image">
			<media:title type="html">fontin-sans</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Mido.png" medium="image">
			<media:title type="html">Mido</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Kapitza-Pop.png" medium="image">
			<media:title type="html">Kapitza-Pop</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Goudy-Bookletter-1911.png" medium="image">
			<media:title type="html">Goudy-Bookletter-1911</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/faustant.png" medium="image">
			<media:title type="html">faustant</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/comfortaa.png" medium="image">
			<media:title type="html">comfortaa</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/fontin.png" medium="image">
			<media:title type="html">fontin</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/bankrutt.png" medium="image">
			<media:title type="html">bankrutt</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/heretica.png" medium="image">
			<media:title type="html">heretica</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/steiner.png" medium="image">
			<media:title type="html">steiner</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/MgOpenModerna.png" medium="image">
			<media:title type="html">MgOpenModerna</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/patronne.png" medium="image">
			<media:title type="html">patronne</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Geo+Sans.png" medium="image">
			<media:title type="html">Geo+Sans</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/audimat.png" medium="image">
			<media:title type="html">audimat</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/alusine.png" medium="image">
			<media:title type="html">alusine</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/consume-more.png" medium="image">
			<media:title type="html">consume-more</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/megalopolis-extra.png" medium="image">
			<media:title type="html">megalopolis-extra</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/stigmate.png" medium="image">
			<media:title type="html">stigmate</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/liberation-sanf.png" medium="image">
			<media:title type="html">liberation-sanf</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/liberation-serif.png" medium="image">
			<media:title type="html">liberation-serif</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/enfer.png" medium="image">
			<media:title type="html">enfer</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/justold.png" medium="image">
			<media:title type="html">justold</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/lido.png" medium="image">
			<media:title type="html">lido</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/watch-tv.png" medium="image">
			<media:title type="html">watch-tv</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/MgOpenCanonica.png" medium="image">
			<media:title type="html">MgOpenCanonica</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/yanone-kaffeesatz.png" medium="image">
			<media:title type="html">yanone-kaffeesatz</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/MgOpenCosmetica.png" medium="image">
			<media:title type="html">MgOpenCosmetica</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/audimat-mono.png" medium="image">
			<media:title type="html">audimat-mono</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/geronto-bis.png" medium="image">
			<media:title type="html">geronto-bis</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/cicle.png" medium="image">
			<media:title type="html">cicle</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/cardo.png" medium="image">
			<media:title type="html">cardo</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/MgOpenModerna.png" medium="image">
			<media:title type="html">MgOpenModerna</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/telerysm-mono-2.png" medium="image">
			<media:title type="html">telerysm-mono-2</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/ohmygod.png" medium="image">
			<media:title type="html">ohmygod</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/day-roman.png" medium="image">
			<media:title type="html">day-roman</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Gentium.png" medium="image">
			<media:title type="html">Gentium</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/District-Thin.png" medium="image">
			<media:title type="html">District-Thin</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Romeral.png" medium="image">
			<media:title type="html">Romeral</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/chcara-una-tipografa.png" medium="image">
			<media:title type="html">chcara-una-tipografa</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/redevance.png" medium="image">
			<media:title type="html">redevance</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/scriptina.png" medium="image">
			<media:title type="html">scriptina</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Engel.png" medium="image">
			<media:title type="html">Engel</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Mank-Sans.png" medium="image">
			<media:title type="html">Mank-Sans</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/justice.png" medium="image">
			<media:title type="html">justice</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Greyscale%20Basic.png" medium="image">
			<media:title type="html">Greyscale Basic</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/trottoir.png" medium="image">
			<media:title type="html">trottoir</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Qlassik.png" medium="image">
			<media:title type="html">Qlassik</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/Existence-Light.png" medium="image">
			<media:title type="html">Existence-Light</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/venturisadf.png" medium="image">
			<media:title type="html">venturisadf</media:title>
		</media:content>

		<media:content url="http://www.tripwiremagazine.com/images/stories/Articles/freefront/COM4t-fine-reg.png" medium="image">
			<media:title type="html">COM4t-fine-reg</media:title>
		</media:content>
	</item>
		<item>
		<title>12 Excellent Tools for Picking a Domain Name</title>
		<link>http://williamtsang.wordpress.com/2009/03/13/12-excellent-tools-for-picking-a-domain-name/</link>
		<comments>http://williamtsang.wordpress.com/2009/03/13/12-excellent-tools-for-picking-a-domain-name/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 18:05:26 +0000</pubDate>
		<dc:creator>hkttz</dc:creator>
				<category><![CDATA[Web design]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[new web site]]></category>

		<guid isPermaLink="false">http://williamtsang.wordpress.com/?p=276</guid>
		<description><![CDATA[Selecting the perfect domain name for your website is the most important, and oftentimes hardest, step in establishing a web presence. There are plenty of tools out there that can help you ease the burden of checking available domains and suggesting similar names that are related to your searches. In this article, you’ll read about [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=williamtsang.wordpress.com&amp;blog=5227208&amp;post=276&amp;subd=williamtsang&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Selecting the perfect domain name for your website is the most important, and oftentimes hardest, step in establishing a web presence. There are plenty of tools out there that can help you ease the burden of checking available domains and suggesting similar names that are related to your searches.</p>
<p>In this article, you’ll read about <strong>12 neat web tools</strong> that will lend you a hand in finding and choosing domain names. You’ll find a variety of search and suggestion tools that have an assortment of features so that, hopefully, you’ll discover a few favorites.</p>
<h3>1. <a href="http://domai.nr/">Domainr</a></h3>
<p><a href="http://domai.nr/"><img src="http://images.sixrevisions.com/2009/03/10-01_domainer.png" alt="Domainr - screen shot." width="550" height="280" /></a></p>
<p>Nowadays, it’s difficult to find a domain name that end with  the popular .com, .net, and .org <a title="Top-level Domains - Wikipedia entry." href="http://en.wikipedia.org/wiki/Top-level_domain">TLD</a>’s. <em>Domainr</em> is an innovative web tool that helps you explore other TLD’s that have made popular websites like last.fm and del.icio.us stand out from the crowd. Of course, searches will also include popular top-level domains that are available.</p>
<h3>2. <a href="http://www.dotomator.com/">Dot-o-mator</a></h3>
<p><a href="http://www.dotomator.com/"><img src="http://images.sixrevisions.com/2009/03/10-02_dot-to-mator.png" alt="Dot-o-mator - screen shot." width="550" height="280" /></a></p>
<p><em>Dot-o-mator</em> is a web tool that suggests site names based on prefixes and suffixes that you’ve entered (keywords). Alternatively, you can use a category of prefixes (like &#8220;Tech&#8221; or &#8220;Games&#8221;) and suffixes (like &#8220;Hardware&#8221; or &#8220;Web 2.0 words&#8221;) to generate suggested site names for you. It’s a helpful tool for, at the very least, obtaining inspiration for a site name.</p>
<p>They also have a fun tool called <a href="http://www.dotomator.com/web20.html">Web 2.0 Domain Name Generator</a> that generates &#8220;Web 2.0&#8243; site names like &#8220;Yakidoo&#8221; or  &#8220;Zoompulse&#8221;.</p>
<h3>3. <a href="http://www.bustaname.com/">BustAName</a></h3>
<p><a href="http://www.bustaname.com/"><img src="http://images.sixrevisions.com/2009/03/10-03_bustaname.png" alt="BustAName - screen shot." width="550" height="280" /></a></p>
<p><em>BustAName</em> is a robust and feature-packed domain finder that uses linguistic data to help you search domains. BustAName allows you to save and manage/organize your searches for later use. It has a &#8220;List of Words&#8221; feature that advise you of similar words to your search &#8211; which you can then organize inside folders.</p>
<p>Available domains that are returned can be sorted in a number of ways such as &#8220;by quality (readability)&#8221; or &#8220;by length&#8221; for easier viewing. Though the web tool is very intuitive, the creators have a <a href="http://www.bustaname.com/">video  tutorial</a> on how to utilize BustAName.</p>
<h3>4. <a href="http://www.domaintools.com/">Domain Tools</a></h3>
<p><a href="http://www.domaintools.com/"><img src="http://images.sixrevisions.com/2009/03/10-04_domaintools.png" alt="Domain Tools - screen shot." width="550" height="280" /></a></p>
<p><em>Domain Tools</em> is a set of domain name search engines that will help you uncover relevant information about certain domain names. They have a &#8220;Whois&#8221; search that reveals records about the party who registered the domain, a &#8220;Suggestions&#8221; search to help you find similar domain names, a &#8220;Domain Search&#8221; which shows you what TLDs of a domain name are available, and domain names that are &#8220;For Sale&#8221; or &#8220;At Auction&#8221;.</p>
<h3>5. <a href="https://domize.com/">Domize</a></h3>
<p><a href="https://domize.com/"><img src="http://images.sixrevisions.com/2009/03/10-05_domize.png" alt="Domize - screen shot." width="550" height="280" /></a></p>
<p><em>Domize</em> is a fast,  Ajax-based search engine that you can use to rapidly check the availability of  domains. Domize has <a title="Demo of Domize widget." href="http://phasetwo.org/post/coming-soon-domize-domain-name-widget.html">a widget</a> that you can install on your  website to provide a domain search engine to your visitors. Domize also has an <a href="http://www.apple.com/webapps/searchtools/domizeinstantdomainnamelookup.html">iPhone  app</a> – because domain name inspiration can hit you at anytime (hopefully you  have your iPhone with you when it happens).</p>
<h3>6. <a href="http://squurl.com/">squurl</a></h3>
<p><a href="http://squurl.com/"><img src="http://images.sixrevisions.com/2009/03/10-06_squurl.png" alt="squurl - screen shot." width="550" height="280" /></a></p>
<p><em>squurl</em> is another fast Ajax-based domain search engine. It has a &#8220;Suggestions&#8221; feature to help you discover similar domains to the ones you’ve typed.</p>
<h3>7. <a href="http://www.domainsbot.com/">DomainsBot</a></h3>
<p><a href="http://www.domainsbot.com/"><img src="http://images.sixrevisions.com/2009/03/10-07_domainsbot.png" alt="DomainsBot - screen shot." width="550" height="280" /></a></p>
<p><em>DomainsBot</em> is a domain search engine that has an &#8220;Advanced&#8221; search feature so that you can conduct a more customized and refined search. For example, you can set the maximum domain character length to eliminate lengthy domain names from the results or exclude domain results that have a hyphen (-).</p>
<h3>8. <a href="http://www.dnscoop.com/">dnScoop</a></h3>
<p><a href="http://www.dnscoop.com/"><img src="http://images.sixrevisions.com/2009/03/10-08_dnscoop.png" alt="dnScoop - screen shot." width="550" height="280" /></a></p>
<p><em>dnScoop</em> tries to estimate the value of a particular domain based on several statistics such as site traffic, links pointing to the domain, and other factors. This will help you gain some insight on the value of a particular domain name in case the name you really want is &#8220;for sale&#8221; and you want to see if the asking price is fair, or to make an offer to a site owner that owns the domain you really want.</p>
<h3>9. <a href="http://www.stuckdomains.com/">StuckDomains</a></h3>
<p><a href="http://www.stuckdomains.com/"><img src="http://images.sixrevisions.com/2009/03/10-09_stuckdomains.png" alt="StuckDomains - screen shot." width="550" height="280" /></a></p>
<p><em>StuckDomains</em> is a database of expired domain names that previous owners have not renewed. This can be an opportunity to find a domain name that doesn’t involve odd names like &#8220;fujiyakuku.com&#8221;.</p>
<h3>10. <a href="http://www.nameboy.com/">Nameboy</a></h3>
<p><a href="http://www.nameboy.com/"><img src="http://images.sixrevisions.com/2009/03/10-10_nameboy.png" alt="Nameboy - screen shot." width="550" height="280" /></a></p>
<p><em>Nameboy</em> is a popular domain name generator. This straightforward web tool asks for a &#8220;Primary Word&#8221; and &#8220;Secondary Word&#8221; that describe the topic of your website, and based on your input, it suggests possible domain names.</p>
<p>For example, typing in &#8220;web&#8221; as the Primary Word and &#8220;superman&#8221; as the Secondary Word returned results such as webhero, supeweb and supermanweb. There’s a &#8220;Rhyme&#8221; option that tries to suggest domain names that rhyme with the search phrases, but the feature didn’t seem to work on the above example.</p>
<h3>11. <a href="http://dyyo.com/search_form.php">dyyo.com</a></h3>
<p><a href="http://dyyo.com/search_form.php"><img src="http://images.sixrevisions.com/2009/03/10-11_dyyo.png" alt="dyyo.com - screen shot." width="550" height="280" /></a></p>
<p>It’s common practice to keep domain names as short as possible so that it can be quickly typed and also so that they’re easier to remember. <em>dyyo.com</em> specializes in  helping you find 4-letter domain names to keep your URLs terse.</p>
<h3>12. <a href="http://ajaxwhois.com/">Ajax Whois</a></h3>
<p><a href="http://ajaxwhois.com/"><img src="http://images.sixrevisions.com/2009/03/10-12_ajaxwhois.png" alt="Ajax Whois - screen shot." width="550" height="280" /></a></p>
<p><em>Ajax Whois</em> is a simple Ajax-based domain search that makes domain-name-hunting effortless and rapid. To make your searches even faster, they have <a href="http://ajaxwhois.com/shortcuts/">a set of useful keyboard shortcuts</a> to  satisfy the power user in you.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/williamtsang.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/williamtsang.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/williamtsang.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/williamtsang.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/williamtsang.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/williamtsang.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/williamtsang.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/williamtsang.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/williamtsang.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/williamtsang.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/williamtsang.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/williamtsang.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/williamtsang.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/williamtsang.wordpress.com/276/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=williamtsang.wordpress.com&amp;blog=5227208&amp;post=276&amp;subd=williamtsang&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://williamtsang.wordpress.com/2009/03/13/12-excellent-tools-for-picking-a-domain-name/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22587b677160a66ad74fbeea9fbc42ef?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hkttz</media:title>
		</media:content>

		<media:content url="http://images.sixrevisions.com/2009/03/10-01_domainer.png" medium="image">
			<media:title type="html">Domainr - screen shot.</media:title>
		</media:content>

		<media:content url="http://images.sixrevisions.com/2009/03/10-02_dot-to-mator.png" medium="image">
			<media:title type="html">Dot-o-mator - screen shot.</media:title>
		</media:content>

		<media:content url="http://images.sixrevisions.com/2009/03/10-03_bustaname.png" medium="image">
			<media:title type="html">BustAName - screen shot.</media:title>
		</media:content>

		<media:content url="http://images.sixrevisions.com/2009/03/10-04_domaintools.png" medium="image">
			<media:title type="html">Domain Tools - screen shot.</media:title>
		</media:content>

		<media:content url="http://images.sixrevisions.com/2009/03/10-05_domize.png" medium="image">
			<media:title type="html">Domize - screen shot.</media:title>
		</media:content>

		<media:content url="http://images.sixrevisions.com/2009/03/10-06_squurl.png" medium="image">
			<media:title type="html">squurl - screen shot.</media:title>
		</media:content>

		<media:content url="http://images.sixrevisions.com/2009/03/10-07_domainsbot.png" medium="image">
			<media:title type="html">DomainsBot - screen shot.</media:title>
		</media:content>

		<media:content url="http://images.sixrevisions.com/2009/03/10-08_dnscoop.png" medium="image">
			<media:title type="html">dnScoop - screen shot.</media:title>
		</media:content>

		<media:content url="http://images.sixrevisions.com/2009/03/10-09_stuckdomains.png" medium="image">
			<media:title type="html">StuckDomains - screen shot.</media:title>
		</media:content>

		<media:content url="http://images.sixrevisions.com/2009/03/10-10_nameboy.png" medium="image">
			<media:title type="html">Nameboy - screen shot.</media:title>
		</media:content>

		<media:content url="http://images.sixrevisions.com/2009/03/10-11_dyyo.png" medium="image">
			<media:title type="html">dyyo.com - screen shot.</media:title>
		</media:content>

		<media:content url="http://images.sixrevisions.com/2009/03/10-12_ajaxwhois.png" medium="image">
			<media:title type="html">Ajax Whois - screen shot.</media:title>
		</media:content>
	</item>
		<item>
		<title>Design Resource &#124; 25 Best Sites to Download Free Vector Files</title>
		<link>http://williamtsang.wordpress.com/2009/03/06/design-resource-25-best-sites-to-download-free-vector-files/</link>
		<comments>http://williamtsang.wordpress.com/2009/03/06/design-resource-25-best-sites-to-download-free-vector-files/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 18:52:13 +0000</pubDate>
		<dc:creator>hkttz</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Vector]]></category>

		<guid isPermaLink="false">http://williamtsang.wordpress.com/?p=273</guid>
		<description><![CDATA[1) 123Vectors 2) QVectors 3) Vecteezy 4) Vector Vally 5) Vector 4 Free 6) Cool Vectors 7) Vector Art Dezignus 9) Vector Portal 10) For Designers 11) deviantART 12) Vector Junky 13) Vector Tuts 14) GoMedia Zine 15) BittBox 16) 123 Free Vectors 17) I Heart Vector 18) Keep Designing 19) Web Design Blog 20) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=williamtsang.wordpress.com&amp;blog=5227208&amp;post=273&amp;subd=williamtsang&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3><strong>1) <a href="http://www.123vectors.com/" target="_blank">123Vectors</a></strong></h3>
<p><a href="http://www.123vectors.com/" target="_blank"><img style="border:0 none;vertical-align:middle;margin:0;" src="http://dzineblog.com/wp-content/uploads/2009/03/vsites/1.jpg" alt="Sites to download Free Vectors" width="462" height="189" /></a></p>
<h3>2) <a href="http://qvectors.com/" target="_blank">QVectors</a></h3>
<p><a href="http://qvectors.com/" target="_blank"><img style="border:0 none;vertical-align:middle;margin:0;" src="http://dzineblog.com/wp-content/uploads/2009/03/vsites/2.jpg" alt="Sites to download Free Vectors" width="462" height="189" /><br />
</a></p>
<h3>3) <a href="http://www.vecteezy.com/" target="_blank">Vecteezy</a></h3>
<p><a href="http://www.vecteezy.com/" target="_blank"><img style="border:0 none;vertical-align:middle;margin:0;" src="http://dzineblog.com/wp-content/uploads/2009/03/vsites/3.jpg" alt="Sites to download Free Vectors" width="462" height="189" /></a></p>
<h3>4) <a href="http://www.vectorvalley.com/" target="_blank">Vector Vally</a></h3>
<p><a href="http://www.vectorvalley.com/" target="_blank"><img style="border:0 none;vertical-align:middle;margin:0;" src="http://dzineblog.com/wp-content/uploads/2009/03/vsites/4.jpg" alt="Sites to download Free Vectors" width="462" height="189" /></a></p>
<h3>5) <a href="http://vector4free.com/" target="_blank">Vector 4 Free</a></h3>
<p><a href="http://vector4free.com/" target="_blank"><img style="border:0 none;vertical-align:middle;margin:0;" src="http://dzineblog.com/wp-content/uploads/2009/03/vsites/5.jpg" alt="Sites to download Free Vectors" width="462" height="189" /></a></p>
<h3>6) <a href="http://coolvectors.com/" target="_blank">Cool Vectors</a></h3>
<p><a href="http://coolvectors.com/" target="_blank"><img style="border:0 none;vertical-align:middle;margin:0;" src="http://dzineblog.com/wp-content/uploads/2009/03/vsites/6.jpg" alt="Sites to download Free Vectors" width="462" height="189" /></a></p>
<h3>7) <a href="http://www.vectorart.org/" target="_blank">Vector Art</a></h3>
<p><a href="http://www.vectorart.org/" target="_blank"><img style="border:0 none;vertical-align:middle;margin:0;" src="http://dzineblog.com/wp-content/uploads/2009/03/vsites/7.jpg" alt="Sites to download Free Vectors" width="462" height="189" /></a></p>
<h3><img class="wp-smiley" src="http://dzineblog.com/wp-includes/images/smilies/icon_cool.gif" alt="8)" /> <a href="http://dezignus.com/category/vector/" target="_blank">Dezignus</a></h3>
<p><a href="http://dezignus.com/category/vector/" target="_blank"><img style="border:0 none;vertical-align:middle;margin:0;" src="http://dzineblog.com/wp-content/uploads/2009/03/vsites/8.jpg" alt="Sites to download Free Vectors" width="462" height="189" /></a></p>
<h3>9) <a href="http://www.vectorportal.com/" target="_blank">Vector Portal</a></h3>
<p><a href="http://www.vectorportal.com/" target="_blank"><img style="border:0 none;vertical-align:middle;margin:0;" src="http://dzineblog.com/wp-content/uploads/2009/03/vsites/9.jpg" alt="Sites to download Free Vectors" width="462" height="189" /></a></p>
<h3>10) <a href="http://www.fordesigner.com/maps_list/list2-1.htm" target="_blank">For Designers</a></h3>
<p><a href="http://www.fordesigner.com/maps_list/list2-1.htm" target="_blank"><img style="border:0 none;vertical-align:middle;margin:0;" src="http://dzineblog.com/wp-content/uploads/2009/03/vsites/10.jpg" alt="Sites to download Free Vectors" width="462" height="189" /></a></p>
<h3>11) <a href="http://browse.deviantart.com/resources/vector/#order=9&amp;q=vectors" target="_blank">deviantART</a></h3>
<p><a href="http://browse.deviantart.com/resources/vector/#order=9&amp;q=vectors" target="_blank"><img style="border:0 none;vertical-align:middle;margin:0;" src="http://dzineblog.com/wp-content/uploads/2009/03/vsites/11.jpg" alt="Sites to download Free Vectors" width="462" height="189" /></a></p>
<h3>12) <a href="http://www.vectorjunky.com/" target="_blank">Vector Junky</a></h3>
<p><a href="http://www.vectorjunky.com/" target="_blank"><img style="border:0 none;vertical-align:middle;margin:0;" src="http://dzineblog.com/wp-content/uploads/2009/03/vsites/12.jpg" alt="Sites to download Free Vectors" width="462" height="189" /></a></p>
<h3>13) <a href="http://vector.tutsplus.com/category/freebies/" target="_blank">Vector Tuts </a></h3>
<h3><a href="http://vector.tutsplus.com/category/freebies/" target="_blank"><img style="border:0 none;vertical-align:middle;margin:0;" src="http://dzineblog.com/wp-content/uploads/2009/03/vsites/13.jpg" alt="Sites to download Free Vectors" width="462" height="189" /></a></h3>
<h3>14) <a href="http://www.gomediazine.com/category/freebies/" target="_blank">GoMedia Zine</a></h3>
<p><a href="http://www.gomediazine.com/category/freebies/" target="_blank"><img style="border:0 none;vertical-align:middle;margin:0;" src="http://dzineblog.com/wp-content/uploads/2009/03/vsites/14.jpg" alt="Sites to download Free Vectors" width="462" height="189" /></a></p>
<h3>15) <a href="http://www.bittbox.com/tag/vectors/" target="_blank">BittBox</a></h3>
<p><a href="http://www.bittbox.com/tag/vectors/" target="_blank"><img style="border:0 none;vertical-align:middle;margin:0;" src="http://dzineblog.com/wp-content/uploads/2009/03/vsites/15.jpg" alt="Sites to download Free Vectors" width="462" height="189" /></a></p>
<h3>16) <a href="http://123freevectors.com/" target="_blank">123 Free Vectors</a></h3>
<p><a href="http://123freevectors.com/" target="_blank"><img style="border:0 none;vertical-align:middle;margin:0;" src="http://dzineblog.com/wp-content/uploads/2009/03/vsites/16.jpg" alt="Sites to download Free Vectors" width="462" height="189" /></a></p>
<h3>17) <a href="http://www.iheartvector.com/category/free/" target="_blank">I Heart Vector</a></h3>
<p><a href="http://www.iheartvector.com/category/free/" target="_blank"><img style="border:0 none;vertical-align:middle;margin:0;" src="http://dzineblog.com/wp-content/uploads/2009/03/vsites/17.jpg" alt="Sites to download Free Vectors" width="462" height="189" /></a></p>
<h3>18) <a href="http://www.keepdesigning.com/category/vectors/" target="_blank">Keep Designing</a></h3>
<p><a href="http://www.keepdesigning.com/category/vectors/" target="_blank"><img style="border:0 none;vertical-align:middle;margin:0;" src="http://dzineblog.com/wp-content/uploads/2009/03/vsites/18.jpg" alt="Sites to download Free Vectors" width="462" height="189" /></a></p>
<h3>19) <a href="http://garcya.us/blog/category/vector-graphics/" target="_blank">Web Design Blog</a></h3>
<p><a href="http://garcya.us/blog/category/vector-graphics/" target="_blank"><img style="border:0 none;vertical-align:middle;margin:0;" src="http://dzineblog.com/wp-content/uploads/2009/03/vsites/19.jpg" alt="Sites to download Free Vectors" width="462" height="189" /></a></p>
<h3>20) <a href="http://hydro74.wordpress.com/category/free/" target="_blank">Hydro 74</a></h3>
<h3><a href="http://hydro74.wordpress.com/category/free/" target="_blank"><img style="border:0 none;vertical-align:middle;margin:0;" src="http://dzineblog.com/wp-content/uploads/2009/03/vsites/20.jpg" alt="Sites to download Free Vectors" width="462" height="189" /></a></h3>
<h3>21) <a href="http://vectorlady.com/" target="_blank">Vector Lady</a></h3>
<p><a href="http://vectorlady.com/" target="_blank"><img style="border:0 none;vertical-align:middle;margin:0;" src="http://dzineblog.com/wp-content/uploads/2009/03/vsites/21.jpg" alt="Sites to download Free Vectors" width="462" height="189" /></a></p>
<h3>22) <a href="http://www.vectorsworkshop.com/" target="_blank">Vector Workshop</a></h3>
<p><a href="http://www.vectorsworkshop.com/" target="_blank"><img style="border:0 none;vertical-align:middle;margin:0;" src="http://dzineblog.com/wp-content/uploads/2009/03/vsites/22.jpg" alt="Sites to download Free Vectors" width="462" height="189" /></a></p>
<h3>23) <a href="http://www.uberpiglet.com/category/vectors/" target="_blank">Vector Magic</a></h3>
<p><a href="http://www.uberpiglet.com/category/vectors/" target="_blank"><img style="border:0 none;vertical-align:middle;margin:0;" src="http://dzineblog.com/wp-content/uploads/2009/03/vsites/23.jpg" alt="Sites to download Free Vectors" width="462" height="189" /></a></p>
<h3>24) <a href="http://www.freevectors.net/" target="_blank">Free Vectors</a></h3>
<p><a href="http://www.freevectors.net/" target="_blank"><img style="border:0 none;vertical-align:middle;margin:0;" src="http://dzineblog.com/wp-content/uploads/2009/03/vsites/24.jpg" alt="Sites to download Free Vectors" width="462" height="189" /></a></p>
<h3>25) <a href="http://www.vectorjungle.com/" target="_blank">Vector Jungle</a></h3>
<p><a href="http://www.vectorjungle.com/" target="_blank"><img style="border:0 none;vertical-align:middle;margin:0;" src="http://dzineblog.com/wp-content/uploads/2009/03/vsites/25.jpg" alt="Sites to download Free Vectors" width="462" height="189" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/williamtsang.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/williamtsang.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/williamtsang.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/williamtsang.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/williamtsang.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/williamtsang.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/williamtsang.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/williamtsang.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/williamtsang.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/williamtsang.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/williamtsang.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/williamtsang.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/williamtsang.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/williamtsang.wordpress.com/273/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=williamtsang.wordpress.com&amp;blog=5227208&amp;post=273&amp;subd=williamtsang&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://williamtsang.wordpress.com/2009/03/06/design-resource-25-best-sites-to-download-free-vector-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22587b677160a66ad74fbeea9fbc42ef?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hkttz</media:title>
		</media:content>

		<media:content url="http://dzineblog.com/wp-content/uploads/2009/03/vsites/1.jpg" medium="image">
			<media:title type="html">Sites to download Free Vectors</media:title>
		</media:content>

		<media:content url="http://dzineblog.com/wp-content/uploads/2009/03/vsites/2.jpg" medium="image">
			<media:title type="html">Sites to download Free Vectors</media:title>
		</media:content>

		<media:content url="http://dzineblog.com/wp-content/uploads/2009/03/vsites/3.jpg" medium="image">
			<media:title type="html">Sites to download Free Vectors</media:title>
		</media:content>

		<media:content url="http://dzineblog.com/wp-content/uploads/2009/03/vsites/4.jpg" medium="image">
			<media:title type="html">Sites to download Free Vectors</media:title>
		</media:content>

		<media:content url="http://dzineblog.com/wp-content/uploads/2009/03/vsites/5.jpg" medium="image">
			<media:title type="html">Sites to download Free Vectors</media:title>
		</media:content>

		<media:content url="http://dzineblog.com/wp-content/uploads/2009/03/vsites/6.jpg" medium="image">
			<media:title type="html">Sites to download Free Vectors</media:title>
		</media:content>

		<media:content url="http://dzineblog.com/wp-content/uploads/2009/03/vsites/7.jpg" medium="image">
			<media:title type="html">Sites to download Free Vectors</media:title>
		</media:content>

		<media:content url="http://dzineblog.com/wp-includes/images/smilies/icon_cool.gif" medium="image">
			<media:title type="html">8)</media:title>
		</media:content>

		<media:content url="http://dzineblog.com/wp-content/uploads/2009/03/vsites/8.jpg" medium="image">
			<media:title type="html">Sites to download Free Vectors</media:title>
		</media:content>

		<media:content url="http://dzineblog.com/wp-content/uploads/2009/03/vsites/9.jpg" medium="image">
			<media:title type="html">Sites to download Free Vectors</media:title>
		</media:content>

		<media:content url="http://dzineblog.com/wp-content/uploads/2009/03/vsites/10.jpg" medium="image">
			<media:title type="html">Sites to download Free Vectors</media:title>
		</media:content>

		<media:content url="http://dzineblog.com/wp-content/uploads/2009/03/vsites/11.jpg" medium="image">
			<media:title type="html">Sites to download Free Vectors</media:title>
		</media:content>

		<media:content url="http://dzineblog.com/wp-content/uploads/2009/03/vsites/12.jpg" medium="image">
			<media:title type="html">Sites to download Free Vectors</media:title>
		</media:content>

		<media:content url="http://dzineblog.com/wp-content/uploads/2009/03/vsites/13.jpg" medium="image">
			<media:title type="html">Sites to download Free Vectors</media:title>
		</media:content>

		<media:content url="http://dzineblog.com/wp-content/uploads/2009/03/vsites/14.jpg" medium="image">
			<media:title type="html">Sites to download Free Vectors</media:title>
		</media:content>

		<media:content url="http://dzineblog.com/wp-content/uploads/2009/03/vsites/15.jpg" medium="image">
			<media:title type="html">Sites to download Free Vectors</media:title>
		</media:content>

		<media:content url="http://dzineblog.com/wp-content/uploads/2009/03/vsites/16.jpg" medium="image">
			<media:title type="html">Sites to download Free Vectors</media:title>
		</media:content>

		<media:content url="http://dzineblog.com/wp-content/uploads/2009/03/vsites/17.jpg" medium="image">
			<media:title type="html">Sites to download Free Vectors</media:title>
		</media:content>

		<media:content url="http://dzineblog.com/wp-content/uploads/2009/03/vsites/18.jpg" medium="image">
			<media:title type="html">Sites to download Free Vectors</media:title>
		</media:content>

		<media:content url="http://dzineblog.com/wp-content/uploads/2009/03/vsites/19.jpg" medium="image">
			<media:title type="html">Sites to download Free Vectors</media:title>
		</media:content>

		<media:content url="http://dzineblog.com/wp-content/uploads/2009/03/vsites/20.jpg" medium="image">
			<media:title type="html">Sites to download Free Vectors</media:title>
		</media:content>

		<media:content url="http://dzineblog.com/wp-content/uploads/2009/03/vsites/21.jpg" medium="image">
			<media:title type="html">Sites to download Free Vectors</media:title>
		</media:content>

		<media:content url="http://dzineblog.com/wp-content/uploads/2009/03/vsites/22.jpg" medium="image">
			<media:title type="html">Sites to download Free Vectors</media:title>
		</media:content>

		<media:content url="http://dzineblog.com/wp-content/uploads/2009/03/vsites/23.jpg" medium="image">
			<media:title type="html">Sites to download Free Vectors</media:title>
		</media:content>

		<media:content url="http://dzineblog.com/wp-content/uploads/2009/03/vsites/24.jpg" medium="image">
			<media:title type="html">Sites to download Free Vectors</media:title>
		</media:content>

		<media:content url="http://dzineblog.com/wp-content/uploads/2009/03/vsites/25.jpg" medium="image">
			<media:title type="html">Sites to download Free Vectors</media:title>
		</media:content>
	</item>
		<item>
		<title>20 Corporate Brand Logo Evolution</title>
		<link>http://williamtsang.wordpress.com/2009/03/03/20-corporate-brand-logo-evolution/</link>
		<comments>http://williamtsang.wordpress.com/2009/03/03/20-corporate-brand-logo-evolution/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 16:05:10 +0000</pubDate>
		<dc:creator>hkttz</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://williamtsang.wordpress.com/?p=271</guid>
		<description><![CDATA[20 Corporate Brand Logo Evolution Dkumar M Have you ever wonder how the first Apple logo looks in 30 years back? Did you know Volkswagen was Hitler’s idea? Or how the IBM logo changes over the time? Or where the Mercedes-Benz Brand And The Three-Pointed Star logo came from? As we already know that Logo [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=williamtsang.wordpress.com&amp;blog=5227208&amp;post=271&amp;subd=williamtsang&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3 class="h1"><a title="Permanent Link to 20 Corporate Brand Logo Evolution" rel="bookmark" href="http://www.instantshift.com/2009/01/29/20-corporate-brand-logo-evolution/">20 Corporate Brand Logo Evolution</a></h3>
<div class="post-meta-top">
<div class="auth"><strong><em><a title="Posts by Dkumar M" href="http://www.instantshift.com/author/is-deepak/">Dkumar M</a></em></strong></div>
</div>
<p><!--content with more link--><img class="alignnone size-full" title="Best Corporate Brand Logo Evolution" src="http://www.instantshift.com/wp-content/uploads/2009/01/bcle.jpg" alt="Best Corporate Brand Logo Evolution" width="300" height="400" /></p>
<p><strong>Have you ever wonder how the first Apple logo looks in 30 years back? Did you know Volkswagen was Hitler’s idea? Or how the IBM logo changes over the time? Or where the Mercedes-Benz Brand And The Three-Pointed Star logo came from?</strong></p>
<p>As we already know that Logo is the identities that are fundamental to building a brand and communicating with the target audience. Many well-known corporate brand changes their logo to archive the perfect identification because identity’s creation is not an occasional activity, but a permanent one.</p>
<p>Below we listed <a href="http://www.instantshift.com/2009/01/29/20-corporate-brand-logo-evolution/" target="_blank"><strong>20 Corporate Brand Logo Evolution</strong></a> with their fascinating stories linked to their current official site.</p>
<p>Let’s take a look at the Interesting stories behind the logos of some of the most popular brands in the world. Be sure to let us know if I have missed anything!</p>
<p>You may be interested in the following personnel or corporate identity related articles as well.</p>
<ul>
<li><a href="http://www.instantshift.com/2009/01/13/mind-blowing-collection-of-business-card-designs/" target="_blank"><strong>Mind Blowing Collection of Business Card Designs</strong></a></li>
<li><a href="http://www.instantshift.com/2009/01/16/mind-blowing-collection-of-business-card-designs-part-ii/" target="_blank"><strong>Mind Blowing Collection of Business Card Designs &#8211; PART II</strong></a></li>
<li><a href="http://www.instantshift.com/2009/01/05/90-inspirational-and-creative-portfolio-designs/" target="_blank"><strong>90 Inspirational And Creative Portfolio Designs</strong></a></li>
</ul>
<p>You are always welcome to share your thoughts even if you have more Identity related reference links that our readers may like.</p>
<h1><span>Corporate Brand Logo Evolution</span></h1>
<p><span>01. <span style="text-decoration:underline;">Apple</span></span></p>
<p><a href="http://www.apple.com/" target="_blank"><img class="alignnone size-full top_m" title="Best Corporate Brand Logo Evolution" src="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-01.jpg" alt="Best Corporate Brand Logo Evolution" width="640" height="220" /></a><br />
It is one of the biggest consumer electronics and Software Company, best known for products like Macintosh, iPod and iphone. Steve Jobs, Steve Wozniak, and Ronald Wayne had together setup Apple in 1976, to sell their hand-built computer Apple I. They had offered their product to HP first but were declined by them. I think HP would still be regretting this today.</p>
<p>The road to success wasn’t easy for Apple, and Wayne liquidated his share in the company for a mere $ 800. After the launch of Apple II in 1977, things started to look up for Apple and we all know what heights the company has reached since then.</p>
<p>Apple II was successful mainly because it had colored graphics. Great and simple design, has always been the USP (Unique Selling Proposition) for Apple, and their logo is no exception. When Apple was started, the logo was a complicated picture of Isaac Newton sitting under a tree. This had been designed by Jobs and Wayne, with the inscription: “Newton … A Mind Forever Voyaging Through Strange Seas of Thought … Alone.” Frankly, I don’t think it was just a coincidence that Apple had slow sales during this period.</p>
<p>However, Steve Jobs hired Rob Janoff to simplify the logo, which turned out to be a great idea. Rob created the ‘Rainbow Apple’ which was the logo for company till 1998. There are many rumors as to why Rob had chosen to create such a logo. One of them says that the Apple was a tribute to Newton (discovery of gravity from an Apple), and since the USP for Apple at that time was colored graphics, it had the rainbow colors. Another explanation exists that the bitten apple pays homage to the Mathematician Alan Turing, who committed suicide by eating an apple he had laced with cyanide. Turing is regarded as the father of computers. The rainbow colors of the logo are rumored to be a reference to the rainbow flag, as homage to Turing’s homosexuality.</p>
<p>Janoff, however, said in an interview that though he was mindful of the “byte/bite” pun (Apple’s slogan back then: “Byte into an Apple”), he designed the logo as such to “prevent the apple from looking like a cherry tomato.”</p>
<p>When Apple launched the new iMac in 1998, they changed their logo to a monochromatic apple logo, almost identical to the rainbow logo. Now, the Apple logo comes with nice gradient chrome silver design. It is one of the most recognized brand symbols in the world today, and the shape is what identifies the company more than the color.</p>
<p>Official Link: <a href="http://www.apple.com/" target="_blank">Click Here</a></p>
<p><span>02. <span style="text-decoration:underline;">Shell</span></span></p>
<p><a href="http://www.shell.com/" target="_blank"><img class="alignnone size-full top_m" title="Best Corporate Brand Logo Evolution" src="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-02.jpg" alt="Best Corporate Brand Logo Evolution" width="640" height="270" /></a><br />
Back in 1900, when the company was started the logo was a realistic and simple shell which lies flat on the ground. This was a pectin or scallop shell, but today the company has a logo which is bold, colorful and much more simplistic.</p>
<p>The evolution of the logo began after 1915, when rendering enabled the company to reproduce its identity easily. This is visible in the 1930 logo for the company. When the company started a project in California, it added the red and yellow colors to the symbol. The colors help Shell to stand out. Additionally, these are the colors of Spain, where many Californian settlers were born, which might have helped the company to create an emotional bond with the people.</p>
<p>With the advent of internet and fax machines over the later years, it became necessary for the company to simplify their logo, which would prevent it from being distorted in small images. The 1971 logo designed by Raymond Loewy is very simple as compared to the earlier logos.</p>
<p>This has helped the company because this logo is more memorable and recognizable, accountable to the simplicity of the logo. The 1971 logo is still used by the company albeit with minor changes, but it has become so recognizable that it often appears without the company name now.</p>
<p>Official Link: <a href="http://www.shell.com/" target="_blank">Click Here</a></p>
<p><span>03. <span style="text-decoration:underline;">Xerox</span></span></p>
<p><a href="http://www.xerox.com/" target="_blank"><img class="alignnone size-full top_m" title="Best Corporate Brand Logo Evolution" src="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-03.jpg" alt="Best Corporate Brand Logo Evolution" width="640" height="300" /></a><br />
The Xerox Company used to be known as the Haloid Company almost 100 years ago. But in 1938, Chester Carlson invented a technique called xerography which we today call the photocopy technique. Unfortunately no one was willing to invest in his invention, and many big giants like IBM, GE, RCA and others decided not to finance this invention.</p>
<p>But Haloid Company decided to go with Chester and made the first photocopying machine named Haloid Xerox 14. As can be seen in their logos, the original Haloid word which was prominent in the company’s logo before 1961 was completely replaced by Xerox due to the immense success of this idea.</p>
<p>They retained almost the same logo from 1961 to 2004. But in 2004 there was a problem with the Xerox books and it tried to reinvent itself with a new logo. People associate the company only with photocopy machines, and that has been a major problem for Xerox.</p>
<p>The company changed its logo in 2008 to get away from this stereotyped image, by changing the font of the word. They also added a ball which has a stylish X instead of their ‘boring’ X in earlier times According to <a href="http://topics.nytimes.com/top/reference/timestopics/people/m/anne_m_mulcahy/index.html?inline=nyt-per" target="_blank"><strong>Anne M. Mulcahy</strong></a>, Xerox’s chief, that little piece of art represents the connection to customers, partners, industry and innovation.</p>
<p>Official Link: <a href="http://www.xerox.com/" target="_blank">Click Here</a></p>
<p><span>04. <span style="text-decoration:underline;">BMW</span></span></p>
<p><a href="http://www.bmw.com/" target="_blank"><img class="alignnone size-full top_m" title="Best Corporate Brand Logo Evolution" src="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-04.jpg" alt="Best Corporate Brand Logo Evolution" width="640" height="140" /></a><br />
BMW or Bayerische Motoren Werke AG (Bavarian Motor Works) was originally founded as an aircraft company. The aircrafts manufactured were painted with the colors of the Bavarian flag, which is the color of BMW logo. Another explanation is that when the pilot used to sit in the plane he would see alternating segments of white and blue due to rotation the plane propeller (blue being the sky).</p>
<p>The major business of BMW was to supply planes to the German army during World War I. But after the war they were forced to change their business. It made railway brakes, before making motorized bicycle, motorcycles and cars.</p>
<p>The logo itself hasn’t changed a lot during the years, but now has a more stylish look due to the different gradients. The unchanged logo has made it easier for people to remember and has given the company more recognition.</p>
<p>Official Link: <a href="http://www.bmw.com/" target="_blank">Click Here</a></p>
<p><span>05. <span style="text-decoration:underline;">Nike</span></span></p>
<p><a href="http://www.nike.com/" target="_blank"><img class="alignnone size-full top_m" title="Best Corporate Brand Logo Evolution" src="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-05.jpg" alt="Best Corporate Brand Logo Evolution" width="640" height="130" /></a><br />
Nike probably got the best deal amongst all companies when Caroline Davidson designed its logo for just $35 in 1971. The main part of the logo hasn’t really changed with time. However, I don’t understand why they waited for 7 years before they realized that the text and the swoosh were overlapping each other.</p>
<p>As the brand gained recognition, the company name was dropped from the logo, which made it more simplistic and memorable. The company has different variations of this logo for its various departments like Skate, Soccer etc.</p>
<p>Official Link: <a href="http://www.nike.com/" target="_blank">Click Here</a></p>
<p><span>06. <span style="text-decoration:underline;">IBM</span></span></p>
<p><a href="http://www.ibm.com/" target="_blank"><img class="alignnone size-full top_m" title="Best Corporate Brand Logo Evolution" src="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-06.jpg" alt="Best Corporate Brand Logo Evolution" width="640" height="260" /></a><br />
As you would observe from the logos above that IBM was earlier known as The International Time Recording Company (ITR), whose major products were mechanical time recorders, invented and patented by Willard L. Bundy in 1888. So in the earlier periods the logo of the company had ITR inscribed on it. Later in 1911, ITR was merged with the Computing-Tabulating-Recording Company, which is why you will see that both ITR and CTR are there in the 1911 logo.</p>
<p>In 1924, the Computing-Tabulating-Recording Company adapted the name International Business Machines Corporation. The ornate, rococo letters that formed the “CTR” logo were replaced by the words “Business Machines” in more contemporary sans-sarif type, and in a form intended to suggest a globe, girdled by the word “International.”<br />
In 1947, IBM decided to drop the globe from its logo, which was by then quite familiar amongst the people. The logo was not the only change in 1947; it was accompanied by a change in business from the punched-card tabulating business to computers. The typeface of this logo was called Beton Bold.</p>
<p>In 1956, before Thomas J. Watson, Sr died he appointed Tom Watson, Jr. as the CEO. Tom Watson, Jr. decided to project the beginning of a new era in the company, for that he changed the company’s logo as well as the actions. Paul Rand designed the new logo which represented that the changes in the company would be subtle and will not disrupt the continuity. Also, the new logo looked more solid, grounded and balanced.</p>
<p>Another change in the logo was designed by Paul Rand which had stripes instead of the solid font. It depicted ‘speed and dynamism’. Since, then the logo has more or less remained the same, and the design has been recognized and replicated all over the world.</p>
<p>Official Link: <a href="http://www.ibm.com/" target="_blank">Click Here</a></p>
<p><span>07. <span style="text-decoration:underline;">Canon</span></span></p>
<p><a href="http://www.canon.com/" target="_blank"><img class="alignnone size-full top_m" title="Best Corporate Brand Logo Evolution" src="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-07.jpg" alt="Best Corporate Brand Logo Evolution" width="640" height="170" /></a><br />
The company had always wanted a global perspective, and the logos reflected the same as early as 1934. A specialized advertising designer had created the logo which included typeface never seen before in Europe or North America.</p>
<p>The first camera launched by the company in 1934, was named as Kwanon, after the Buddhist goddess of mercy. The logo included the wordings and a picture of the goddess with 1000 arms and flames.</p>
<p>As the years went by, like all other logos we have seen above, the company strived to make the logo as simple and memorable as possible. The logo had only been trademarked in 1935, and after that a lot of designing work went into making the logo more balanced. After 1956, the logo hasn’t been changed, but the designing effort is clearly visible in their simple but classic logo.</p>
<p>Official Link: <a href="http://www.canon.com/" target="_blank">Click Here</a></p>
<p><span>08. <span style="text-decoration:underline;">Google</span></span></p>
<p><a href="http://www.google.com/" target="_blank"><img class="alignnone size-full top_m" title="Best Corporate Brand Logo Evolution" src="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-08.jpg" alt="Best Corporate Brand Logo Evolution" width="640" height="130" /></a><br />
The clarity of thought is visible in the company’s logo right from the very beginning, when in 1996 two Stanford University computer science graduate students Larry Page and Sergey Brin built the search engine.</p>
<p>The name of the search engine is derived from Googol (meaning one followed by 100 zeros). Google’s first logo was created by Sergey Brin, after he taught himself to use the free graphic software GIMP. Later, an exclamation mark mimicking the Yahoo! logo was added. In 1999, Stanford’s Consultant Art Professor Ruth Kedar designed the Google logo that the company uses today.</p>
<p>Official Link: <a href="http://www.google.com/" target="_blank">Click Here</a></p>
<p><span>09. <span style="text-decoration:underline;">Kodak</span></span></p>
<p><a href="http://www.kodak.com/" target="_blank"><img class="alignnone size-full top_m" title="Best Corporate Brand Logo Evolution" src="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-09.jpg" alt="Best Corporate Brand Logo Evolution" width="640" height="300" /></a><br />
Interestingly, Kodak was the first company to integrate its name and looks into one symbol in 1907. After 1935, Kodak predominantly used yellow and red colors and the complete name of the company. First time the Kodak name was completely written in the logo in 1935, which began the use of yellow and red colors as well.</p>
<p>In 1960, they tried to show a flip page as a logo, but was changed to a box and graphic “K” element in 1971. I think the logo in 1971 was quite trendy, but it might have been a little complex. Retaining the 1971 concept, there was a slight variation in the font in 1987. The new font looked contemporary.</p>
<p>Again, like other companies, Kodak decided to simplify their logo in 1996, and removed the boxes. The red color gives a more brighter and structured feel of the company. In 2006, again a slight variation was made in the logo with a rounded ‘a’ and ‘d’, to give a contemporary look.</p>
<p>Official Link: <a href="http://www.kodak.com/" target="_blank">Click Here</a></p>
<p><span>10. <span style="text-decoration:underline;">Microsoft</span></span></p>
<p><a href="http://www.microsoft.com/" target="_blank"><img class="alignnone size-full top_m" title="Best Corporate Brand Logo Evolution" src="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-10.jpg" alt="Best Corporate Brand Logo Evolution" width="640" height="210" /></a><br />
The Microsoft story began in 1975, when Bill Gates and his friend Paul Allen coded the first computer language for a PC and named it BASIC. Soon they named their partnership as Micro-Soft which explains the first logo of the company.</p>
<p>They changed the logo in that year itself and dropped the hyphen too. For the next 12 years, the logo had a distinctive O. The employees called this as “Blibbet”. It is said that at that time, the Microsoft cafeteria even had a double cheeseburger named “”Blibbet Burger”.</p>
<p>When a new logo came on in 1987, there was a campaign within the company to “Save the Blibbet”. But, this couldn’t stop the company from adopting a new logo. The logo designed by Scott Baker, came to be known as “the Pacman logo” due to the distinctive cut in the O.</p>
<p>In 1994, they integrated their tagline ‘Where do you want to go today?’ within the logo. This was widely mocked and the company kept trying different taglines like People Ready, Start Something, Making it Easier etc.</p>
<p>The new 2008 logo has all the text in Italics (including the tagline), but the look of the logo has remained pretty much the same. Basically, the company is so well renowned already, that I don’t think the logo needs to change, since people already recognize and connect with it worldwide.</p>
<p>Official Link: <a href="http://www.microsoft.com/" target="_blank">Click Here</a></p>
<p><span>11. <span style="text-decoration:underline;">Volkswagen</span></span></p>
<p><a href="http://www.volkswagen.com/" target="_blank"><img class="alignnone size-full top_m" title="Best Corporate Brand Logo Evolution" src="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-11.jpg" alt="Best Corporate Brand Logo Evolution" width="640" height="150" /></a><br />
Volkswagen means ‘People’s car’ in German. The history of the company is tied with Adolf Hitler.<br />
Before the rise of Hitler, the German economy was in a very bad shape; as a result people couldn’t afford to buy cars. In 1933, Hitler raised the idea of an inexpensive car in the Auto show.</p>
<p>In 1934, Ferdinand Porsche met with Hitler to design the car. Hitler gave him all the specifications of the car and Porsche promised to deliver the design. In 1937, the Gesellschaft zur Vorbereitung des Deutschen Volkswagens mbH was created (it became simply Volkswagenwerk GmbH a year later). In 1938, Hitler opened a state funded Volkswagen factory in Walburg. It was suppose to produce commercial cars, but it was used to churn out military cars. It was only later found that Hitler had intended to use the Porsche car as a military vehicle only, which could carry 3 men and a machine gun.</p>
<p>After the WWII, Britishers took over the company. They renamed the car as Beetle. Surprisingly all the car makers like Fiat and Ford declined to take ‘free control’ of the Volkswagen factory. So, it was returned to the German government, and went on to become one of the world’s bestselling cars ever.</p>
<p>The first logo was designed by Franz Xavier Reimspiess, a Porsche employee during an office logo design competition. The main part of the logo hasn’t changed much, but understandably after the WWII, they got rid of the design around the circle which seems to be inspired from the Nazi flag. I love the colors that were added in 2000, to the logo which was built after WWII, it depicts a positive change in the company and the ability to adapt to the new millennium.</p>
<p>Official Link: <a href="http://www.volkswagen.com/" target="_blank">Click Here</a></p>
<p><span>12. <span style="text-decoration:underline;">MasterCard</span></span></p>
<p><a href="http://www.mastercard.com/" target="_blank"><img class="alignnone size-full top_m" title="Best Corporate Brand Logo Evolution" src="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-12.jpg" alt="Best Corporate Brand Logo Evolution" width="640" height="110" /></a><br />
In 1966, seventeen bankers formed a federation for the reciprocal acceptance of their credit cards. They called this federation as Interbank and hence, the first 1966 logo. The ‘i’ was used to identify the participating members of Interbank Card Association.</p>
<p>In 1969, the name was changed to Master Charge. The new logo had the two familiar intersecting circles which make sense when we think about the interbank card business. Also, the ‘i’ was retained at the bottom to show continuity and also to make it easy for people to recognize their earlier familiar logo.</p>
<p>Finally, in 1979, the name MasterCard was adopted and they lost the ‘i’ from the logo. In 1990, bold colors were adopted which also made it easier to recognize the 23 horizontal bars between the two circles, which I think denoted the idea of multiple simultaneous interbank relationships. The logo looks more contemporary and simple, with an italic, sans-serif typeface.</p>
<p>In 1996, a more prominent font replaces the old font, and the number of bars was also reduced, resulting in a simple and powerful logo. The Brand Mark’s visibility, recognition, and overall brand image are improved, with new features including larger lettering highlighted with a drop shadow, fewer interlocking bars within the red and yellow circles, and a new dark blue background for use on decals and signage.</p>
<p>Official Link: <a href="http://www.mastercard.com/" target="_blank">Click Here</a></p>
<p><span>13. <span style="text-decoration:underline;">Mozilla Firefox</span></span></p>
<p><a href="http://www.mozilla.com/firefox/" target="_blank"><img class="alignnone size-full top_m" title="Best Corporate Brand Logo Evolution" src="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-13.jpg" alt="Best Corporate Brand Logo Evolution" width="640" height="180" /></a><br />
An open source web browser, created by Dave Hyatt and Blake Ross, was first of all named as Phoenix, which is visible in their first logo in 2002. Due to some trademark issues, the name had to be changed to Firebird, but the name was chosen so that they would be able to retain the same logo.</p>
<p>Unfortunately, this name also had trademark issues because of existing software. Then, they finally got lucky and chose the name Firefox, which has become one of the favorite and most used browser worldwide. In 2003, the now famous logo was designed by professional interface designer John Hicks.</p>
<p>The logo depicted a Firefox engulfing the whole world, which also signifies the global reach that the company strived for. There has been a minor change in the logo since then, with the colors of the continents using a lighter blue color, just to differentiate them better from the oceans.</p>
<p>Official Link: <a href="http://www.mozilla.com/firefox/" target="_blank">Click Here</a></p>
<p><span>14. <span style="text-decoration:underline;">Pepsi</span></span></p>
<p><a href="http://www.pepsi.com/" target="_blank"><img class="alignnone size-full top_m" title="Best Corporate Brand Logo Evolution" src="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-14.jpg" alt="Best Corporate Brand Logo Evolution" width="640" height="360" /></a><br />
Today, one of the biggest soft drinks company, was first started by Caleb Bradham in 1890’s. Initially named as Brad’s drink the name was quickly changed to Pepsi-Cola, which is visible in the first 1898 logo. Finally in 1903, the name was trademarked and hasn’t been changed till date.</p>
<p>In the early years, Brad made custom logos for the brand as it became more famous. In 1933, the company was bought by Loft, Inc. The company changed the bottle size from 6 to 12 oz. and came up with the ‘Refreshing and Healthful’ logo.</p>
<p>However, the major breakthrough in the Pepsi logo design came in 1940’s. Walter Mack, the CEO of Pepsi came up with the idea of a new bottle design, with a crown having the Pepsi logo. The ‘Pepsi Globe’ emerged when USA was in WWII, and to support the country’s war efforts, Pepsi had a blue, red and white logo.</p>
<p>This logo became hugely popular, and went on to be the identifier for the company. As a result, in 1950 and 1962, this bottle cap with the swirling blue and red became prominent in the company logo. During the 1960’s when it became even more popular, the script was changed from the curly red, and the main attraction was on the bottle cap in the logo.</p>
<p>We see the first appearance of the Pepsi Globe instead of the bottle cap in 1973. The typeface was made smaller so as to fit in the globe. The Pepsi Globe was “boxed in”, with a red bar coming in from the left and a light-blue bar coming in from the right.</p>
<p>In 1991, the typeface was moved from inside the globe. The red bar was lengthened and the typeface came on the top of the globe. In 1998, the white background in the logo was replaced by the blue color, which also resulted in dropping the red horizontal band. The globe now had 3D graphic and larger than earlier versions. It might be that since, Pepsi and the globe touch each other for the first time in the logo, the name ‘the Pepsi Globe’ was given to the logo.</p>
<p>After 1998, it seems that Pepsi had decided to give the globe more prominence than the script itself. So, the globe came on top of the script in 2003, and in their current logo they have done away with the script altogether.</p>
<p>Official Link: <a href="http://www.pepsi.com/" target="_blank">Click Here</a></p>
<p><span>15. <span style="text-decoration:underline;">LG</span></span></p>
<p><a href="http://www.lge.com/" target="_blank"><img class="alignnone size-full top_m" title="Best Corporate Brand Logo Evolution" src="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-15.jpg" alt="Best Corporate Brand Logo Evolution" width="640" height="140" /></a><br />
LG was formed from two different companies named Lucky (chemical cosmetic company, 1947) and Goldstar (radio manufacturing plant, 1958). Though, these were different companies they were essentially owned by one person. In 1995, Lucky Goldstar was renamed to LG Electronics.</p>
<p>Actually, LG is a chaebol (a South Korean conglomerate), so there’s a whole range of LG companies that also changed their names, such as LG Chemicals, LT Telecom, and even a baseball team called the LG Twins. These companies all adopted the “Life is Good” tagline you often see alongside its logo. LG denies that their name now stands for Lucky Goldstar. They’re just “LG.”</p>
<p>Official Link: <a href="http://www.lge.com/" target="_blank">Click Here</a></p>
<p><span>16. <span style="text-decoration:underline;">Mercedes-Benz</span></span></p>
<p><a href="http://www.mercedes-benz.com/" target="_blank"><img class="alignnone size-full top_m" title="Best Corporate Brand Logo Evolution" src="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-16.jpg" alt="Best Corporate Brand Logo Evolution" width="640" height="260" /></a><br />
The Mercedes-Benz was formed by the merger of two car companies – DMG (Daimler-Motored-Gesellschaft, founded by Gottlieb Daimler) and Benz &amp; Cie, founded by Karl Benz. Both the companies were similar in their work and were situated in close proximity.</p>
<p>It was after the World War I, when the German economy was shattered, that both these companies decided to from a syndicate in 1924, and then finally merge in 1926, called Diamler-Benz.</p>
<p>In 1902, the logo for Mercedes was nothing more than the simple company name. However, it was changed to a 3 pointed star in 1909. The origin of this star came from a postcard by Diamler, where he had drawn a 3 pointed star which represented ‘making vehicles in land water and sky’.</p>
<p>After 1926, a new symbol for Mercedes-Benz came into picture, where the original logo of both the companies was merged into one. It combined the 3 pointed star of Mercedes and the laurel wreath of Benz.</p>
<p>Over the years, the symbol has been improved vastly in design and simplicity. It has been recognized as a symbol representing luxury and top tier cars.</p>
<p>Official Link: <a href="http://www.mercedes-benz.com/" target="_blank">Click Here</a></p>
<p><span>17. <span style="text-decoration:underline;">General Electric</span></span></p>
<p><a href="http://www.ge.com/" target="_blank"><img class="alignnone size-full top_m" title="Best Corporate Brand Logo Evolution" src="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-17.jpg" alt="Best Corporate Brand Logo Evolution" width="640" height="130" /></a><br />
The company has a great history. It was formed in 1892 by the merger of Edison Electric Light Company (founded by Thomas Edison to sell his invention, the light bulb) and Thomson-Houston Electric Company.</p>
<p>The basic logo font face is still quite similar to what it was in 1892. Over time, a circle engulfing the company name has been added to the logo, which might be due to the increasing global presence and vision of the company. The current logo, which was designed by Wolff Olins, adds blue color to the logo instead of the black color which had been used in all the previous logos. Accompanied with the logo change was also a change in the tagline of the company from “We bring good things to life” to “Imagination at work”.</p>
<p>Official Link: <a href="http://www.ge.com/" target="_blank">Click Here</a></p>
<p><span>18. <span style="text-decoration:underline;">Nokia</span></span></p>
<p><a href="http://www.nokia.com/" target="_blank"><img class="alignnone size-full top_m" title="Best Corporate Brand Logo Evolution" src="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-18.jpg" alt="Best Corporate Brand Logo Evolution" width="640" height="160" /></a><br />
‘Nokia’ in Finnish means means a dark, furry animal we now call the Pine Marten weasel. However, this has little to do with the current business and brand image. The origin of the company name, can rather be attributed to the setting up of the wood pulp mill (set up by Knut Fredrik Idestam), on the banks of Nokianvirta river in the town of Nokia.</p>
<p>The Nokia Corporation was formed as a merger of Finnish Rubber Works (which also used a Nokia brand), the Nokia Wood Mill, and the Finnish Cable Works in 1967. The company has sold a variety of products in the past including television, shoes, car tires and others. The evolution and the meaning of the logo is unclear due to the changing business over the years.</p>
<p>Official Link: <a href="http://www.nokia.com/" target="_blank">Click Here</a></p>
<p><span>19. <span style="text-decoration:underline;">Ford</span></span></p>
<p><a href="http://www.ford.com/" target="_blank"><img class="alignnone size-full top_m" title="Best Corporate Brand Logo Evolution" src="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-19.jpg" alt="Best Corporate Brand Logo Evolution" width="640" height="280" /></a><br />
Henry Ford used to work for Thomas Edison. He founded two companies before settling on Ford. His first company went bankrupt after just two years, and he left the second company after just one year. However, the second company became Cadillac later on. His third company, founded in 1902, was called Ford &amp; Malcomson, Ltd.</p>
<p>He was unable to pay the bills for parts in his third company, but some investors agreed to put money in the company, and it was renamed as Ford Motor Co. This is the company name in the first logo of 1903. The 1909 logo, which has a similar font as today’s logo was borrowed from Childe Harold Wills, who had made this font for his business card.</p>
<p>In 1912, the Ford logo was given a complete makeover, as compared to the earlier simplistic design. When a car was launched in 1927, called Model A, the famous blue oval was introduced in the logo. This was the shape and color, on which all future Ford logos have been made.</p>
<p>The company has experimented with different shape going from ellipse to circle, and even a diamond like shape in 1957. The 1976 logo was essentially, the last major change in the symbol, and is very similar to their current logo. Finally, in 2003, the company released a new logo, which came to be known as “Centennial Blue Oval”.</p>
<p>Official Link: <a href="http://www.ford.com/" target="_blank">Click Here</a></p>
<p><span>20. <span style="text-decoration:underline;">Wal-Mart</span></span></p>
<p><a href="http://www.walmart.com/" target="_blank"><img class="alignnone size-full top_m" title="Best Corporate Brand Logo Evolution" src="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-20.jpg" alt="Best Corporate Brand Logo Evolution" width="640" height="240" /></a><br />
The company has tried out various colors and variation of the word Walmart over the years. In 1962, when Sam Walton started, the company, the logo had simply the word spelled in a very basic design.</p>
<p>The logo was changed in 1964, when a hyphen was added and the color was also changed from blue to black. This came to be known as the “Frontier Font Logo”. The 1968 logo shown here is the discount city logo, which was mainly used for uniforms, in-store signing etc, but it was never used to advertise or even in annual reports.<br />
The 1981 logo changed the curly font to a more solid font, giving the company a more stable, established and balanced look. The hyphen in this logo was replaced by the star in 1992, and the familiar blue color of the logo returned for the first time after the company’s inception.</p>
<p>Walmart is probably one of the few companies, who have tried so many logos, but their current logo is more like the original logo, other than any other intermediate logo. The font differs a little from the original and is indeed more stylish, but the ‘Walmart’ word without a break appears for the first time after 1962. They have kept the star from 1992, but moved it to the end.</p>
<p>Official Link: <a href="http://www.walmart.com/" target="_blank">Click Here</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/williamtsang.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/williamtsang.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/williamtsang.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/williamtsang.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/williamtsang.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/williamtsang.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/williamtsang.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/williamtsang.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/williamtsang.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/williamtsang.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/williamtsang.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/williamtsang.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/williamtsang.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/williamtsang.wordpress.com/271/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=williamtsang.wordpress.com&amp;blog=5227208&amp;post=271&amp;subd=williamtsang&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://williamtsang.wordpress.com/2009/03/03/20-corporate-brand-logo-evolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22587b677160a66ad74fbeea9fbc42ef?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hkttz</media:title>
		</media:content>

		<media:content url="http://www.instantshift.com/wp-content/uploads/2009/01/bcle.jpg" medium="image">
			<media:title type="html">Best Corporate Brand Logo Evolution</media:title>
		</media:content>

		<media:content url="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-01.jpg" medium="image">
			<media:title type="html">Best Corporate Brand Logo Evolution</media:title>
		</media:content>

		<media:content url="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-02.jpg" medium="image">
			<media:title type="html">Best Corporate Brand Logo Evolution</media:title>
		</media:content>

		<media:content url="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-03.jpg" medium="image">
			<media:title type="html">Best Corporate Brand Logo Evolution</media:title>
		</media:content>

		<media:content url="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-04.jpg" medium="image">
			<media:title type="html">Best Corporate Brand Logo Evolution</media:title>
		</media:content>

		<media:content url="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-05.jpg" medium="image">
			<media:title type="html">Best Corporate Brand Logo Evolution</media:title>
		</media:content>

		<media:content url="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-06.jpg" medium="image">
			<media:title type="html">Best Corporate Brand Logo Evolution</media:title>
		</media:content>

		<media:content url="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-07.jpg" medium="image">
			<media:title type="html">Best Corporate Brand Logo Evolution</media:title>
		</media:content>

		<media:content url="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-08.jpg" medium="image">
			<media:title type="html">Best Corporate Brand Logo Evolution</media:title>
		</media:content>

		<media:content url="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-09.jpg" medium="image">
			<media:title type="html">Best Corporate Brand Logo Evolution</media:title>
		</media:content>

		<media:content url="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-10.jpg" medium="image">
			<media:title type="html">Best Corporate Brand Logo Evolution</media:title>
		</media:content>

		<media:content url="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-11.jpg" medium="image">
			<media:title type="html">Best Corporate Brand Logo Evolution</media:title>
		</media:content>

		<media:content url="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-12.jpg" medium="image">
			<media:title type="html">Best Corporate Brand Logo Evolution</media:title>
		</media:content>

		<media:content url="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-13.jpg" medium="image">
			<media:title type="html">Best Corporate Brand Logo Evolution</media:title>
		</media:content>

		<media:content url="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-14.jpg" medium="image">
			<media:title type="html">Best Corporate Brand Logo Evolution</media:title>
		</media:content>

		<media:content url="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-15.jpg" medium="image">
			<media:title type="html">Best Corporate Brand Logo Evolution</media:title>
		</media:content>

		<media:content url="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-16.jpg" medium="image">
			<media:title type="html">Best Corporate Brand Logo Evolution</media:title>
		</media:content>

		<media:content url="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-17.jpg" medium="image">
			<media:title type="html">Best Corporate Brand Logo Evolution</media:title>
		</media:content>

		<media:content url="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-18.jpg" medium="image">
			<media:title type="html">Best Corporate Brand Logo Evolution</media:title>
		</media:content>

		<media:content url="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-19.jpg" medium="image">
			<media:title type="html">Best Corporate Brand Logo Evolution</media:title>
		</media:content>

		<media:content url="http://www.instantshift.com/wp-content/uploads/2009/01/bcle-20.jpg" medium="image">
			<media:title type="html">Best Corporate Brand Logo Evolution</media:title>
		</media:content>
	</item>
		<item>
		<title>Do you want thin?</title>
		<link>http://williamtsang.wordpress.com/2009/03/03/do-you-want-thin/</link>
		<comments>http://williamtsang.wordpress.com/2009/03/03/do-you-want-thin/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 13:25:59 +0000</pubDate>
		<dc:creator>hkttz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[thin]]></category>

		<guid isPermaLink="false">http://williamtsang.wordpress.com/2009/03/03/do-you-want-thin/</guid>
		<description><![CDATA[Just upload photo here and you can -50lbs http://www0.modiface.com/weightmirror/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=williamtsang.wordpress.com&amp;blog=5227208&amp;post=270&amp;subd=williamtsang&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just upload photo here and you can -50lbs</p>
<p>http://www0.modiface.com/weightmirror/</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/williamtsang.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/williamtsang.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/williamtsang.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/williamtsang.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/williamtsang.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/williamtsang.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/williamtsang.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/williamtsang.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/williamtsang.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/williamtsang.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/williamtsang.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/williamtsang.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/williamtsang.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/williamtsang.wordpress.com/270/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=williamtsang.wordpress.com&amp;blog=5227208&amp;post=270&amp;subd=williamtsang&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://williamtsang.wordpress.com/2009/03/03/do-you-want-thin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22587b677160a66ad74fbeea9fbc42ef?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hkttz</media:title>
		</media:content>
	</item>
		<item>
		<title>Add my Twitter</title>
		<link>http://williamtsang.wordpress.com/2009/02/28/add-my-twitter/</link>
		<comments>http://williamtsang.wordpress.com/2009/02/28/add-my-twitter/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 04:53:29 +0000</pubDate>
		<dc:creator>hkttz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://williamtsang.wordpress.com/2009/02/28/add-my-twitter/</guid>
		<description><![CDATA[http://twitter.com/hkttz come and follow me<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=williamtsang.wordpress.com&amp;blog=5227208&amp;post=268&amp;subd=williamtsang&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>http://twitter.com/hkttz</p>
<p>come and follow me <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/williamtsang.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/williamtsang.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/williamtsang.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/williamtsang.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/williamtsang.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/williamtsang.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/williamtsang.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/williamtsang.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/williamtsang.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/williamtsang.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/williamtsang.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/williamtsang.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/williamtsang.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/williamtsang.wordpress.com/268/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=williamtsang.wordpress.com&amp;blog=5227208&amp;post=268&amp;subd=williamtsang&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://williamtsang.wordpress.com/2009/02/28/add-my-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22587b677160a66ad74fbeea9fbc42ef?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hkttz</media:title>
		</media:content>
	</item>
		<item>
		<title>Mouse x 10 Flash game</title>
		<link>http://williamtsang.wordpress.com/2009/02/15/mouse-x-10-flash-game/</link>
		<comments>http://williamtsang.wordpress.com/2009/02/15/mouse-x-10-flash-game/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 17:21:48 +0000</pubDate>
		<dc:creator>hkttz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://williamtsang.wordpress.com/?p=264</guid>
		<description><![CDATA[Funny flash game , you must play it http://www.nekogames.jp/mt/2008/01/cursor10.html<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=williamtsang.wordpress.com&amp;blog=5227208&amp;post=264&amp;subd=williamtsang&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Funny flash game , you must play it</p>
<p>http://www.nekogames.jp/mt/2008/01/cursor10.html</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/williamtsang.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/williamtsang.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/williamtsang.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/williamtsang.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/williamtsang.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/williamtsang.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/williamtsang.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/williamtsang.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/williamtsang.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/williamtsang.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/williamtsang.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/williamtsang.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/williamtsang.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/williamtsang.wordpress.com/264/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=williamtsang.wordpress.com&amp;blog=5227208&amp;post=264&amp;subd=williamtsang&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://williamtsang.wordpress.com/2009/02/15/mouse-x-10-flash-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22587b677160a66ad74fbeea9fbc42ef?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hkttz</media:title>
		</media:content>
	</item>
		<item>
		<title>fun game , can play with 4 offline player</title>
		<link>http://williamtsang.wordpress.com/2009/02/15/fun-game-can-play-with-4-offline-player/</link>
		<comments>http://williamtsang.wordpress.com/2009/02/15/fun-game-can-play-with-4-offline-player/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 08:51:25 +0000</pubDate>
		<dc:creator>hkttz</dc:creator>
				<category><![CDATA[fun]]></category>
		<category><![CDATA[flash game]]></category>

		<guid isPermaLink="false">http://williamtsang.wordpress.com/?p=259</guid>
		<description><![CDATA[http://nonoba.com/yaief/race-to-the-bottom It very fun and speed game , easy to play only need push any key , like &#8220;down&#8221; key to play and when you have another play , just push another key , like &#8220;a&#8221; or &#8220;g&#8221; or &#8220;l&#8221; key just another key is okay , total can have 5 player at the same [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=williamtsang.wordpress.com&amp;blog=5227208&amp;post=259&amp;subd=williamtsang&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>http://nonoba.com/yaief/race-to-the-bottom</p>
<p><img class="alignnone size-full wp-image-260" title="1" src="http://williamtsang.files.wordpress.com/2009/02/1.jpg?w=420" alt="1"   /></p>
<p>It very fun and speed game , easy to play</p>
<p>only need push any key , like &#8220;down&#8221; key to play</p>
<p>and when you have another play , just push another key , like &#8220;a&#8221; or &#8220;g&#8221; or &#8220;l&#8221; key</p>
<p>just another key is okay , total can have 5 player at the same time</p>
<p>every player can have one key</p>
<p>now you only need to push your &#8220;key&#8221; and run down to target</p>
<p>you will see the BUG following you , don&#8217;t let it eat u</p>
<p><img class="alignnone size-full wp-image-261" title="2" src="http://williamtsang.files.wordpress.com/2009/02/2.jpg?w=420" alt="2"   /></p>
<p>and the last player will win ,</p>
<p>have fun</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/williamtsang.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/williamtsang.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/williamtsang.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/williamtsang.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/williamtsang.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/williamtsang.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/williamtsang.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/williamtsang.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/williamtsang.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/williamtsang.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/williamtsang.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/williamtsang.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/williamtsang.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/williamtsang.wordpress.com/259/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=williamtsang.wordpress.com&amp;blog=5227208&amp;post=259&amp;subd=williamtsang&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://williamtsang.wordpress.com/2009/02/15/fun-game-can-play-with-4-offline-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22587b677160a66ad74fbeea9fbc42ef?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hkttz</media:title>
		</media:content>

		<media:content url="http://williamtsang.files.wordpress.com/2009/02/1.jpg" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://williamtsang.files.wordpress.com/2009/02/2.jpg" medium="image">
			<media:title type="html">2</media:title>
		</media:content>
	</item>
		<item>
		<title>Letter is from Banta Singh of Punjab to Mr. Bill Gates of Microsoft</title>
		<link>http://williamtsang.wordpress.com/2009/02/11/letter-is-from-banta-singh-of-punjab-to-mr-bill-gates-of-microsoft/</link>
		<comments>http://williamtsang.wordpress.com/2009/02/11/letter-is-from-banta-singh-of-punjab-to-mr-bill-gates-of-microsoft/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 09:21:30 +0000</pubDate>
		<dc:creator>hkttz</dc:creator>
				<category><![CDATA[fun]]></category>
		<category><![CDATA[bill gates]]></category>

		<guid isPermaLink="false">http://williamtsang.wordpress.com/?p=257</guid>
		<description><![CDATA[Letter is from Banta Singh of Punjab to Mr. Bill Gates of Microsoft Subject: Problems with my new computer Dear Mr. Bill Gates, We have bought a computer for our home and we have found some problems, which I want to bring to your notice. 1. There is a button &#8216;start&#8217; but there is no [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=williamtsang.wordpress.com&amp;blog=5227208&amp;post=257&amp;subd=williamtsang&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Letter is from Banta Singh of Punjab to Mr. Bill Gates of Microsoft<br />
Subject: Problems with my new computer</p>
<p>Dear Mr. Bill Gates,<br />
We have bought a computer for our home and we have found some<br />
problems,  which I want to bring to your notice.</p>
<p>1. There is a button &#8216;start&#8217; but there is no &#8216;stop&#8217; button. We request you to check this.</p>
<p>2. We find there is &#8216;Run&#8217; in the menu. One of my friends clicked &#8216;run&#8217;   he ran up to Amritsar ! So, we request you to change that to &#8216;sit&#8217;, so that we can click that by sitting.</p>
<p>3. One doubt is whether any &#8216;re-scooter&#8217; is available in system? I<br />
find    only &#8216;re-cycle&#8217;, but I own a scooter at my home.</p>
<p>4. There is &#8216;Find&#8217; button but it is not working properly. My wife lost the door key and we tried a lot trace the key with this &#8216; find&#8217;<br />
button,  but was unable to trace. Please rectify this problem.</p>
<p>5. My child learnt &#8216;Microsoft word&#8217; now he wants to learn &#8216;Microsoft sentence&#8217;, so when you will provide that?</p>
<p>6. I brought computer, CPU, mouse and keyboard, but there is only one icon which shows &#8216;MY Computer&#8217;: when you will provide the remaining items?</p>
<p>7. It is surprising that windows says &#8216;MY Pictures&#8217; but there is not   even a single photo of mine. So when will you keep my photo in that.</p>
<p>8. There is &#8216;MICROSOFT OFFICE&#8217; what about &#8216;MICROSOFT HOME&#8217; since I use the PC at home only.</p>
<p>9. You provided &#8216;My Recent Documents&#8217;. When you will provide &#8216;My Past Documents&#8217;?</p>
<p>10. You provide &#8216;My Network Places&#8217;. For God shake please do not<br />
provide   &#8216;My Secret Places&#8217;. I do not want to let my wife know where I go after my  office hours.</p>
<p>Regards,</p>
<p>Banta</p>
<p>Last one from me to Mr Bill Gates :</p>
<p>Sir, how is it that your name is Gates but u are selling WINDOWS?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/williamtsang.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/williamtsang.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/williamtsang.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/williamtsang.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/williamtsang.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/williamtsang.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/williamtsang.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/williamtsang.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/williamtsang.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/williamtsang.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/williamtsang.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/williamtsang.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/williamtsang.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/williamtsang.wordpress.com/257/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=williamtsang.wordpress.com&amp;blog=5227208&amp;post=257&amp;subd=williamtsang&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://williamtsang.wordpress.com/2009/02/11/letter-is-from-banta-singh-of-punjab-to-mr-bill-gates-of-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22587b677160a66ad74fbeea9fbc42ef?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hkttz</media:title>
		</media:content>
	</item>
	</channel>
</rss>
