<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Newest Industry &#187; css</title>
	<atom:link href="http://newestindustry.org/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://newestindustry.org</link>
	<description>Web Performance, Branding, and Social Media</description>
	<lastBuildDate>Fri, 12 Mar 2010 21:41:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom:link rel='hub' href='http://newestindustry.org/?pushpress=hub'/>
<cloud domain='newestindustry.org' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Google Chrome: See No Evil, Do No Evil &#8211; An Internet Performance Perspective</title>
		<link>http://newestindustry.org/2008/09/01/google-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective/</link>
		<comments>http://newestindustry.org/2008/09/01/google-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 22:52:51 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[WebPerformance.Org]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[browser war]]></category>
		<category><![CDATA[browser wars]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google Web Accelerator]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[HTTP pipelining]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[MSIE]]></category>
		<category><![CDATA[persistent connections]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=1878</guid>
		<description><![CDATA[
			
				
			
		
The intertubes of the Web are abuzz with talk of the new, open-source Google Chrome browser [two articles here and here]. I will not presume to wade into the debate of whether it is necessary, or what strategic business goals Google has set that rely on having its own browser. I will limit my comments [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>The intertubes of the Web are abuzz with talk of the new, open-source <em>Google Chrome</em> browser [two articles <a title="BoomTown - Google Ignites a New Browser War With Microsoft By Unveiling One of its Own This Week" href="http://kara.allthingsd.com/20080901/google-ignites-a-new-browser-war-with-microsoft-by-unveiling-one-of-its-own/" target="_blank">here</a> and <a title="Google Chrome, Google's Browser Project " href="http://blogoscoped.com/archive/2008-09-01-n47.html" target="_blank">here</a>]. I will not presume to wade into the debate of whether it is necessary, or what strategic business goals Google has set that rely on having its own browser. I will limit my comments to the area of Web performance.</p>
<h3>Open-Source Browser: Ours or Theirs?</h3>
<p>When I read that Google Chrome was an open-source browser, the first thought was: is it theirs or a re-branded Firefox? No one knows at this point, but that will have a direct effect on how the browser performs, and how extensible it will be.</p>
<h3>HTTP Standards</h3>
<p>Unlike other standards, HTTP standards set out how a browser uses the underlying TCP stack. MSIE6/7 have very broken implementations, and MSIE8 is building on those by i<a title="Newest Industry - MSIE8 is coming - Are you ready?" href="http://newestindustry.org/2008/04/18/ie-8-is-comingare-you-ready/">ncreasing the number of connections per host to 6</a>, up from 2 set out in <a title="IETF - RFC 2616" href="http://www.ietf.org/rfc/rfc2616.txt" target="_blank">RFC 2616</a>.</p>
<p>Firefox can be configured to mangle this as well, but by default it plays by the standard, adding the option of <a title="Wikipedia - HTTP Pipelining" href="http://en.wikipedia.org/wiki/HTTP_pipelining" target="_blank">HTTP pipelining</a> into its mix of <a title="Wikipedia - HTTP Persistent Connections" href="http://en.wikipedia.org/wiki/HTTP_persistent_connection" target="_blank">persistent HTTP connections</a>.</p>
<p>It will be VERY interesting to see how Google Chrome comes configured out of the box, and how much control users have over the HTTP behaviour of this new browser.</p>
<h3>(X)HTML/CSS/JS Standards</h3>
<p>This area is a mess. No browser implements this standards in a way that is completely consistent with the written text, and page designers have to use a variety of page testing products (such as <a title="BrowserCam" href="http://www.browsercam.com/Default2.aspx" target="_blank">BrowserCam</a>) prior to release to ensure that their design is somewhat presentable in all browsers on all platforms.</p>
<p>The rendering of Javascript will be crucial in this new browser, as so much of the <em>new</em> Web is built on applications that are almost completely Javascript-driven.</p>
<p>I am sure that there will be sites that will be completely mangled by the new browser, but, knowing Google, we will be getting a 2.0 release, the 1.0 release being used within Google for a while now to test it under real-world conditions.</p>
<h3>Caching</h3>
<p>As a few sites in the world do use cache-control headers properly, it will be interesting to see how a browser created by one of the major ad-serving and search providers on the Web tracks page objects. Will it follow explicit/implicit caching rules? Or will it impose a heavy penalty on bandwidth by downloading objects more frequently than other production browsers do?</p>
<h3>Proxies, and the Debacle of the Google Web Accelerator</h3>
<p>Back in 2005, Google launched a badly designed and gighly flawed product called the <a title="Newest Industry - Google Web Accelerator" href="http://newestindustry.org/2005/05/04/google-web-accelerator/" target="_blank">Google Web Accelerator</a>. This product proxied Web traffic through the Google network and allowed the company to develop a pattern of user browsing habits and search selections that would allow them to better target their ad products.</p>
<p>I have a great fear that this will be an integrated part of the Google browser project. If it is, it should be a configurable option, not an out-of-the box standard.</p>
<p>I am sure that there will be a few performance conversations that occur around the Google Chrome browser in the weeks ahead. I look forward to hearing what the community has to say about this new addition to the <em>browser wars</em>.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F&amp;t=Google%20Chrome%3A%20See%20No%20Evil%2C%20Do%20No%20Evil%20-%20An%20Internet%20Performance%20Perspective" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Google%20Chrome%3A%20See%20No%20Evil%2C%20Do%20No%20Evil%20-%20An%20Internet%20Performance%20Perspective%20-%20http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F&amp;title=Google%20Chrome%3A%20See%20No%20Evil%2C%20Do%20No%20Evil%20-%20An%20Internet%20Performance%20Perspective&amp;body=The%20intertubes%20of%20the%20Web%20are%20abuzz%20with%20talk%20of%20the%20new%2C%20open-source%20Google%20Chrome%20browser%20%5Btwo%20articles%20here%20and%20here%5D.%20I%20will%20not%20presume%20to%20wade%20into%20the%20debate%20of%20whether%20it%20is%20necessary%2C%20or%20what%20strategic%20business%20goals%20Google%20has%20set%20that%20rely" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F&amp;title=Google%20Chrome%3A%20See%20No%20Evil%2C%20Do%20No%20Evil%20-%20An%20Internet%20Performance%20Perspective&amp;bodytext=The%20intertubes%20of%20the%20Web%20are%20abuzz%20with%20talk%20of%20the%20new%2C%20open-source%20Google%20Chrome%20browser%20%5Btwo%20articles%20here%20and%20here%5D.%20I%20will%20not%20presume%20to%20wade%20into%20the%20debate%20of%20whether%20it%20is%20necessary%2C%20or%20what%20strategic%20business%20goals%20Google%20has%20set%20that%20rely" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F&amp;title=Google%20Chrome%3A%20See%20No%20Evil%2C%20Do%20No%20Evil%20-%20An%20Internet%20Performance%20Perspective" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F&amp;title=Google%20Chrome%3A%20See%20No%20Evil%2C%20Do%20No%20Evil%20-%20An%20Internet%20Performance%20Perspective&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=The%20intertubes%20of%20the%20Web%20are%20abuzz%20with%20talk%20of%20the%20new%2C%20open-source%20Google%20Chrome%20browser%20%5Btwo%20articles%20here%20and%20here%5D.%20I%20will%20not%20presume%20to%20wade%20into%20the%20debate%20of%20whether%20it%20is%20necessary%2C%20or%20what%20strategic%20business%20goals%20Google%20has%20set%20that%20rely" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F&amp;title=Google%20Chrome%3A%20See%20No%20Evil%2C%20Do%20No%20Evil%20-%20An%20Internet%20Performance%20Perspective" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Google%20Chrome%3A%20See%20No%20Evil%2C%20Do%20No%20Evil%20-%20An%20Internet%20Performance%20Perspective&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F&amp;title=Google%20Chrome%3A%20See%20No%20Evil%2C%20Do%20No%20Evil%20-%20An%20Internet%20Performance%20Perspective&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F&amp;title=Google%20Chrome%3A%20See%20No%20Evil%2C%20Do%20No%20Evil%20-%20An%20Internet%20Performance%20Perspective&amp;notes=The%20intertubes%20of%20the%20Web%20are%20abuzz%20with%20talk%20of%20the%20new%2C%20open-source%20Google%20Chrome%20browser%20%5Btwo%20articles%20here%20and%20here%5D.%20I%20will%20not%20presume%20to%20wade%20into%20the%20debate%20of%20whether%20it%20is%20necessary%2C%20or%20what%20strategic%20business%20goals%20Google%20has%20set%20that%20rely" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Google%20Chrome%3A%20See%20No%20Evil%2C%20Do%20No%20Evil%20-%20An%20Internet%20Performance%20Perspective&amp;body=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2008/09/01/google-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GSM Phones are my weakness&#8230;</title>
		<link>http://newestindustry.org/2007/09/27/gsm-phones-are-my-weakness/</link>
		<comments>http://newestindustry.org/2007/09/27/gsm-phones-are-my-weakness/#comments</comments>
		<pubDate>Thu, 27 Sep 2007 16:07:16 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[RANTING]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ARIN]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[current]]></category>
		<category><![CDATA[GSM]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[Om]]></category>
		<category><![CDATA[One]]></category>
		<category><![CDATA[pr]]></category>
		<category><![CDATA[Razr]]></category>
		<category><![CDATA[run]]></category>

		<guid isPermaLink="false">http://crazycanuck.org/2007/09/27/gsm-phones-are-my-weakness/</guid>
		<description><![CDATA[
			
				
			
		
I have a problem: I like to collect GSM phones. Right now, I have seven.

From left to right.


MOTORAZR V3


MOTORIZR Z3


MOTOSLVR L7i (current phone in use)


Motorola V188 (running V220 software)


Sony Ericsson K700i


Nokia of some description


Samsung T619


Ugh.



Spread the Love:


	
	
	
	
	
	
	
	
	
	
	
	
	


]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F09%2F27%2Fgsm-phones-are-my-weakness%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F09%2F27%2Fgsm-phones-are-my-weakness%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>I have a problem: I like to collect GSM phones. Right now, I have seven.</p>
<p align="center"><a title="Photo Sharing" href="http://www.flickr.com/photos/spierzchala/1448650090/"><img height="161" alt="&quot;Hi, my name is Stephen, and I have a problem&quot;" src="http://farm2.static.flickr.com/1232/1448650090_a52643108a.jpg" width="500"></a></p>
<p align="left">From left to right.</p>
<ul>
<li>
<div align="left">MOTORAZR V3</div>
</li>
<li>
<div align="left">MOTORIZR Z3</div>
</li>
<li>
<div align="left">MOTOSLVR L7i (current phone in use)</div>
</li>
<li>
<div align="left">Motorola V188 (running V220 software)</div>
</li>
<li>
<div align="left">Sony Ericsson K700i</div>
</li>
<li>
<div align="left">Nokia of some description</div>
</li>
<li>
<div align="left">Samsung T619</div>
</li>
</ul>
<p align="left">Ugh.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2007%2F09%2F27%2Fgsm-phones-are-my-weakness%2F&amp;t=GSM%20Phones%20are%20my%20weakness..." title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=GSM%20Phones%20are%20my%20weakness...%20-%20http%3A%2F%2Fnewestindustry.org%2F2007%2F09%2F27%2Fgsm-phones-are-my-weakness%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2007%2F09%2F27%2Fgsm-phones-are-my-weakness%2F&amp;title=GSM%20Phones%20are%20my%20weakness...&amp;body=I%20have%20a%20problem%3A%20I%20like%20to%20collect%20GSM%20phones.%20Right%20now%2C%20I%20have%20seven.%20%20From%20left%20to%20right.%20%20%20MOTORAZR%20V3%20%20MOTORIZR%20Z3%20%20MOTOSLVR%20L7i%20%28current%20phone%20in%20use%29%20%20Motorola%20V188%20%28running%20V220%20software%29%20%20Sony%20Ericsson%20K700i%20%20Nokia%20of%20some%20description%20%20Sams" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2007%2F09%2F27%2Fgsm-phones-are-my-weakness%2F&amp;title=GSM%20Phones%20are%20my%20weakness...&amp;bodytext=I%20have%20a%20problem%3A%20I%20like%20to%20collect%20GSM%20phones.%20Right%20now%2C%20I%20have%20seven.%20%20From%20left%20to%20right.%20%20%20MOTORAZR%20V3%20%20MOTORIZR%20Z3%20%20MOTOSLVR%20L7i%20%28current%20phone%20in%20use%29%20%20Motorola%20V188%20%28running%20V220%20software%29%20%20Sony%20Ericsson%20K700i%20%20Nokia%20of%20some%20description%20%20Sams" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F09%2F27%2Fgsm-phones-are-my-weakness%2F&amp;title=GSM%20Phones%20are%20my%20weakness..." title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2007%2F09%2F27%2Fgsm-phones-are-my-weakness%2F&amp;title=GSM%20Phones%20are%20my%20weakness...&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=I%20have%20a%20problem%3A%20I%20like%20to%20collect%20GSM%20phones.%20Right%20now%2C%20I%20have%20seven.%20%20From%20left%20to%20right.%20%20%20MOTORAZR%20V3%20%20MOTORIZR%20Z3%20%20MOTOSLVR%20L7i%20%28current%20phone%20in%20use%29%20%20Motorola%20V188%20%28running%20V220%20software%29%20%20Sony%20Ericsson%20K700i%20%20Nokia%20of%20some%20description%20%20Sams" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F09%2F27%2Fgsm-phones-are-my-weakness%2F&amp;title=GSM%20Phones%20are%20my%20weakness..." title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=GSM%20Phones%20are%20my%20weakness...&amp;url=http%3A%2F%2Fnewestindustry.org%2F2007%2F09%2F27%2Fgsm-phones-are-my-weakness%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F09%2F27%2Fgsm-phones-are-my-weakness%2F&amp;title=GSM%20Phones%20are%20my%20weakness...&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2007%2F09%2F27%2Fgsm-phones-are-my-weakness%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2007%2F09%2F27%2Fgsm-phones-are-my-weakness%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F09%2F27%2Fgsm-phones-are-my-weakness%2F&amp;title=GSM%20Phones%20are%20my%20weakness...&amp;notes=I%20have%20a%20problem%3A%20I%20like%20to%20collect%20GSM%20phones.%20Right%20now%2C%20I%20have%20seven.%20%20From%20left%20to%20right.%20%20%20MOTORAZR%20V3%20%20MOTORIZR%20Z3%20%20MOTOSLVR%20L7i%20%28current%20phone%20in%20use%29%20%20Motorola%20V188%20%28running%20V220%20software%29%20%20Sony%20Ericsson%20K700i%20%20Nokia%20of%20some%20description%20%20Sams" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=GSM%20Phones%20are%20my%20weakness...&amp;body=http%3A%2F%2Fnewestindustry.org%2F2007%2F09%2F27%2Fgsm-phones-are-my-weakness%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2007/09/27/gsm-phones-are-my-weakness/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Pierzchala.com: Re-Design</title>
		<link>http://newestindustry.org/2007/04/01/pierzchalacom-re-design/</link>
		<comments>http://newestindustry.org/2007/04/01/pierzchalacom-re-design/#comments</comments>
		<pubDate>Sun, 01 Apr 2007 23:30:34 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Architecture / Design]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[EAD]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[Om]]></category>
		<category><![CDATA[One]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[pr]]></category>
		<category><![CDATA[Technorati]]></category>

		<guid isPermaLink="false">http://crazycanuck.org/2007/04/01/pierzchalacom-re-design/</guid>
		<description><![CDATA[
			
				
			
		
I have been playing with my personal site, Pierzchala.com, and finally set the re-design loose last night. The last time I touched the layout was 2002 (I think), and it was all done in tables. The new design uses CSS, and makes controlling the layout so easy.
And, thanks to Matt Mullenweg, the header logo rotates [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F04%2F01%2Fpierzchalacom-re-design%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F04%2F01%2Fpierzchalacom-re-design%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>I have been playing with my personal site, <a href="http://pierzchala.com/">Pierzchala.com</a>, and finally set the re-design loose last night. The last time I touched the layout was 2002 (I think), and it was all done in tables. The new design uses CSS, and makes controlling the layout so easy.</p>
<p>And, thanks to <a href="http://photomatt.net/about/">Matt Mullenweg</a>, the <a href="http://photomatt.net/scripts/randomimage/">header logo rotates for each visit</a>. For someone who wants to improve performance, this is a simple attempt at vanity. Enjoy the home-brew headers.</p>
<p>Tags: <a rel="tag" href="http://technorati.com/tag/re-design">re-design</a>, <a rel="tag" href="http://technorati.com/tag/pierzchala.com">pierzchala.com</a>, <a rel="tag" href="http://technorati.com/tag/pierzchala">pierzchala</a>, <a rel="tag" href="http://technorati.com/tag/logo">logo</a>, <a rel="tag" href="http://technorati.com/tag/matt+mullenweg">matt mullenweg</a></p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2007%2F04%2F01%2Fpierzchalacom-re-design%2F&amp;t=Pierzchala.com%3A%20Re-Design" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Pierzchala.com%3A%20Re-Design%20-%20http%3A%2F%2Fnewestindustry.org%2F2007%2F04%2F01%2Fpierzchalacom-re-design%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2007%2F04%2F01%2Fpierzchalacom-re-design%2F&amp;title=Pierzchala.com%3A%20Re-Design&amp;body=I%20have%20been%20playing%20with%20my%20personal%20site%2C%20Pierzchala.com%2C%20and%20finally%20set%20the%20re-design%20loose%20last%20night.%20The%20last%20time%20I%20touched%20the%20layout%20was%202002%20%28I%20think%29%2C%20and%20it%20was%20all%20done%20in%20tables.%20The%20new%20design%20uses%20CSS%2C%20and%20makes%20controlling%20the%20layout" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2007%2F04%2F01%2Fpierzchalacom-re-design%2F&amp;title=Pierzchala.com%3A%20Re-Design&amp;bodytext=I%20have%20been%20playing%20with%20my%20personal%20site%2C%20Pierzchala.com%2C%20and%20finally%20set%20the%20re-design%20loose%20last%20night.%20The%20last%20time%20I%20touched%20the%20layout%20was%202002%20%28I%20think%29%2C%20and%20it%20was%20all%20done%20in%20tables.%20The%20new%20design%20uses%20CSS%2C%20and%20makes%20controlling%20the%20layout" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F04%2F01%2Fpierzchalacom-re-design%2F&amp;title=Pierzchala.com%3A%20Re-Design" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2007%2F04%2F01%2Fpierzchalacom-re-design%2F&amp;title=Pierzchala.com%3A%20Re-Design&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=I%20have%20been%20playing%20with%20my%20personal%20site%2C%20Pierzchala.com%2C%20and%20finally%20set%20the%20re-design%20loose%20last%20night.%20The%20last%20time%20I%20touched%20the%20layout%20was%202002%20%28I%20think%29%2C%20and%20it%20was%20all%20done%20in%20tables.%20The%20new%20design%20uses%20CSS%2C%20and%20makes%20controlling%20the%20layout" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F04%2F01%2Fpierzchalacom-re-design%2F&amp;title=Pierzchala.com%3A%20Re-Design" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Pierzchala.com%3A%20Re-Design&amp;url=http%3A%2F%2Fnewestindustry.org%2F2007%2F04%2F01%2Fpierzchalacom-re-design%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F04%2F01%2Fpierzchalacom-re-design%2F&amp;title=Pierzchala.com%3A%20Re-Design&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2007%2F04%2F01%2Fpierzchalacom-re-design%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2007%2F04%2F01%2Fpierzchalacom-re-design%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F04%2F01%2Fpierzchalacom-re-design%2F&amp;title=Pierzchala.com%3A%20Re-Design&amp;notes=I%20have%20been%20playing%20with%20my%20personal%20site%2C%20Pierzchala.com%2C%20and%20finally%20set%20the%20re-design%20loose%20last%20night.%20The%20last%20time%20I%20touched%20the%20layout%20was%202002%20%28I%20think%29%2C%20and%20it%20was%20all%20done%20in%20tables.%20The%20new%20design%20uses%20CSS%2C%20and%20makes%20controlling%20the%20layout" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Pierzchala.com%3A%20Re-Design&amp;body=http%3A%2F%2Fnewestindustry.org%2F2007%2F04%2F01%2Fpierzchalacom-re-design%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2007/04/01/pierzchalacom-re-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dwell: One more thing on the new site&#8230;</title>
		<link>http://newestindustry.org/2007/02/22/dwell-one-more-thing-on-the-new-site/</link>
		<comments>http://newestindustry.org/2007/02/22/dwell-one-more-thing-on-the-new-site/#comments</comments>
		<pubDate>Thu, 22 Feb 2007 16:36:28 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Architecture / Design]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[RANTING]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[ARIN]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[ISP]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[MSIE]]></category>
		<category><![CDATA[Om]]></category>
		<category><![CDATA[One]]></category>
		<category><![CDATA[Technorati]]></category>

		<guid isPermaLink="false">http://crazycanuck.wordpress.com/2007/02/22/dwell-one-more-thing-on-the-new-site/</guid>
		<description><![CDATA[
			
				
			
		
Did we mention that the layout doesn&#8217;t work in Firefox or MSIE 7?


Oooops.
Technorati tags: Dwell, css, design, firefox, msie 7



Spread the Love:


	
	
	
	
	
	
	
	
	
	
	
	
	


]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F02%2F22%2Fdwell-one-more-thing-on-the-new-site%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F02%2F22%2Fdwell-one-more-thing-on-the-new-site%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Did we mention that the layout doesn&#8217;t work in Firefox or MSIE 7?</p>
<p align="center"><a title="Photo Sharing" href="http://www.flickr.com/photos/spierzchala/398862176/"><img height="354" alt="dwell-2-firefox" src="http://farm1.static.flickr.com/134/398862176_8f4bfc748e.jpg" width="500"></a></p>
<p align="center"><a title="Photo Sharing" href="http://www.flickr.com/photos/spierzchala/398862206/"><img height="353" alt="dwell-2-msie7" src="http://farm1.static.flickr.com/126/398862206_2361df8122.jpg" width="500"></a></p>
<p>Oooops.</p>
<div class="wlWriterSmartContent" style="display:inline;margin:0;padding:0;">Technorati tags: <a href="http://technorati.com/tags/Dwell" rel="tag">Dwell</a>, <a href="http://technorati.com/tags/css" rel="tag">css</a>, <a href="http://technorati.com/tags/design" rel="tag">design</a>, <a href="http://technorati.com/tags/firefox" rel="tag">firefox</a>, <a href="http://technorati.com/tags/msie%207" rel="tag">msie 7</a></div>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2007%2F02%2F22%2Fdwell-one-more-thing-on-the-new-site%2F&amp;t=Dwell%3A%20One%20more%20thing%20on%20the%20new%20site..." title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Dwell%3A%20One%20more%20thing%20on%20the%20new%20site...%20-%20http%3A%2F%2Fnewestindustry.org%2F2007%2F02%2F22%2Fdwell-one-more-thing-on-the-new-site%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2007%2F02%2F22%2Fdwell-one-more-thing-on-the-new-site%2F&amp;title=Dwell%3A%20One%20more%20thing%20on%20the%20new%20site...&amp;body=Did%20we%20mention%20that%20the%20layout%20doesn%27t%20work%20in%20Firefox%20or%20MSIE%207%3F%20%20%20Oooops.%20Technorati%20tags%3A%20Dwell%2C%20css%2C%20design%2C%20firefox%2C%20msie%207" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2007%2F02%2F22%2Fdwell-one-more-thing-on-the-new-site%2F&amp;title=Dwell%3A%20One%20more%20thing%20on%20the%20new%20site...&amp;bodytext=Did%20we%20mention%20that%20the%20layout%20doesn%27t%20work%20in%20Firefox%20or%20MSIE%207%3F%20%20%20Oooops.%20Technorati%20tags%3A%20Dwell%2C%20css%2C%20design%2C%20firefox%2C%20msie%207" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F02%2F22%2Fdwell-one-more-thing-on-the-new-site%2F&amp;title=Dwell%3A%20One%20more%20thing%20on%20the%20new%20site..." title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2007%2F02%2F22%2Fdwell-one-more-thing-on-the-new-site%2F&amp;title=Dwell%3A%20One%20more%20thing%20on%20the%20new%20site...&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=Did%20we%20mention%20that%20the%20layout%20doesn%27t%20work%20in%20Firefox%20or%20MSIE%207%3F%20%20%20Oooops.%20Technorati%20tags%3A%20Dwell%2C%20css%2C%20design%2C%20firefox%2C%20msie%207" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F02%2F22%2Fdwell-one-more-thing-on-the-new-site%2F&amp;title=Dwell%3A%20One%20more%20thing%20on%20the%20new%20site..." title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Dwell%3A%20One%20more%20thing%20on%20the%20new%20site...&amp;url=http%3A%2F%2Fnewestindustry.org%2F2007%2F02%2F22%2Fdwell-one-more-thing-on-the-new-site%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F02%2F22%2Fdwell-one-more-thing-on-the-new-site%2F&amp;title=Dwell%3A%20One%20more%20thing%20on%20the%20new%20site...&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2007%2F02%2F22%2Fdwell-one-more-thing-on-the-new-site%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2007%2F02%2F22%2Fdwell-one-more-thing-on-the-new-site%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F02%2F22%2Fdwell-one-more-thing-on-the-new-site%2F&amp;title=Dwell%3A%20One%20more%20thing%20on%20the%20new%20site...&amp;notes=Did%20we%20mention%20that%20the%20layout%20doesn%27t%20work%20in%20Firefox%20or%20MSIE%207%3F%20%20%20Oooops.%20Technorati%20tags%3A%20Dwell%2C%20css%2C%20design%2C%20firefox%2C%20msie%207" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Dwell%3A%20One%20more%20thing%20on%20the%20new%20site...&amp;body=http%3A%2F%2Fnewestindustry.org%2F2007%2F02%2F22%2Fdwell-one-more-thing-on-the-new-site%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2007/02/22/dwell-one-more-thing-on-the-new-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rotating technology through Europe</title>
		<link>http://newestindustry.org/2006/05/21/rotating-technology-through-europe/</link>
		<comments>http://newestindustry.org/2006/05/21/rotating-technology-through-europe/#comments</comments>
		<pubDate>Sun, 21 May 2006 21:32:52 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Europe]]></category>
		<category><![CDATA[Germany]]></category>
		<category><![CDATA[GSM]]></category>
		<category><![CDATA[H1]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[Om]]></category>
		<category><![CDATA[One]]></category>
		<category><![CDATA[pr]]></category>
		<category><![CDATA[Razr]]></category>
		<category><![CDATA[Technorati]]></category>

		<guid isPermaLink="false">http://crazycanuck.wordpress.com/2006/05/21/rotating-technology-through-europe/</guid>
		<description><![CDATA[
			
				
			
		
When I got to the London office, I started talking about how I had an addiction to sexy GSM phones, and showed off my collection. I then noted that the Motorola Razr seems to be a pretty hot commodity these days in London. My colleagues laughed, and one of them pulled his old Razr out [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F05%2F21%2Frotating-technology-through-europe%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F05%2F21%2Frotating-technology-through-europe%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>When I got to the London office, I started talking about how I had an addiction to sexy GSM phones, and showed off my collection. I then noted that the Motorola Razr seems to be a pretty hot commodity these days in London. My colleagues laughed, and one of them pulled his old Razr out of a drawer, effectively saying that it was so last year.</p>
<p>Since the Razr was unlocked, I asked if he was doing anything with it. So, I am now the proud owner of a first-series black Razr, a London office cast-off.</p>
<p>Seems that all of Europe wants a <a href="http://www.sonyericsson.com/spg.jsp?cc=gb&amp;lc=en&amp;ver=4000&amp;template=ph1&amp;zone=ph">Sony-Ericsson</a> W-series or the <a href="http://www.nokia.com/nseries/index.html">Nokia N-series</a>. Razrs are so old school.</p>
<p>When I arrived in Germany with my Treo 600 now relegated to backup position by the Rzr, one of my German colleagues was bemoaning the fact that any PDA phone was horrendously expensive. I then offered him up the Treo 600, which I had adopted from its previous owner. After a hard reset, he spent the rest of the day fiddling with it, and grinning maniacally.</p>
<p>Sometimes technology just finds its way to the right place.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/Razr" rel="tag">Razr</a>, <a href="http://technorati.com/tag/Treo 600" rel="tag">Treo 600</a>, <a href="http://technorati.com/tag/European phones" rel="tag">European phones</a>, <a href="http://technorati.com/tag/GSM" rel="tag">GSM</a></p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2006%2F05%2F21%2Frotating-technology-through-europe%2F&amp;t=Rotating%20technology%20through%20Europe" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Rotating%20technology%20through%20Europe%20-%20http%3A%2F%2Fnewestindustry.org%2F2006%2F05%2F21%2Frotating-technology-through-europe%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2006%2F05%2F21%2Frotating-technology-through-europe%2F&amp;title=Rotating%20technology%20through%20Europe&amp;body=When%20I%20got%20to%20the%20London%20office%2C%20I%20started%20talking%20about%20how%20I%20had%20an%20addiction%20to%20sexy%20GSM%20phones%2C%20and%20showed%20off%20my%20collection.%20I%20then%20noted%20that%20the%20Motorola%20Razr%20seems%20to%20be%20a%20pretty%20hot%20commodity%20these%20days%20in%20London.%20My%20colleagues%20laughed%2C%20and%20" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2006%2F05%2F21%2Frotating-technology-through-europe%2F&amp;title=Rotating%20technology%20through%20Europe&amp;bodytext=When%20I%20got%20to%20the%20London%20office%2C%20I%20started%20talking%20about%20how%20I%20had%20an%20addiction%20to%20sexy%20GSM%20phones%2C%20and%20showed%20off%20my%20collection.%20I%20then%20noted%20that%20the%20Motorola%20Razr%20seems%20to%20be%20a%20pretty%20hot%20commodity%20these%20days%20in%20London.%20My%20colleagues%20laughed%2C%20and%20" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F05%2F21%2Frotating-technology-through-europe%2F&amp;title=Rotating%20technology%20through%20Europe" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2006%2F05%2F21%2Frotating-technology-through-europe%2F&amp;title=Rotating%20technology%20through%20Europe&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=When%20I%20got%20to%20the%20London%20office%2C%20I%20started%20talking%20about%20how%20I%20had%20an%20addiction%20to%20sexy%20GSM%20phones%2C%20and%20showed%20off%20my%20collection.%20I%20then%20noted%20that%20the%20Motorola%20Razr%20seems%20to%20be%20a%20pretty%20hot%20commodity%20these%20days%20in%20London.%20My%20colleagues%20laughed%2C%20and%20" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F05%2F21%2Frotating-technology-through-europe%2F&amp;title=Rotating%20technology%20through%20Europe" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Rotating%20technology%20through%20Europe&amp;url=http%3A%2F%2Fnewestindustry.org%2F2006%2F05%2F21%2Frotating-technology-through-europe%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F05%2F21%2Frotating-technology-through-europe%2F&amp;title=Rotating%20technology%20through%20Europe&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2006%2F05%2F21%2Frotating-technology-through-europe%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2006%2F05%2F21%2Frotating-technology-through-europe%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F05%2F21%2Frotating-technology-through-europe%2F&amp;title=Rotating%20technology%20through%20Europe&amp;notes=When%20I%20got%20to%20the%20London%20office%2C%20I%20started%20talking%20about%20how%20I%20had%20an%20addiction%20to%20sexy%20GSM%20phones%2C%20and%20showed%20off%20my%20collection.%20I%20then%20noted%20that%20the%20Motorola%20Razr%20seems%20to%20be%20a%20pretty%20hot%20commodity%20these%20days%20in%20London.%20My%20colleagues%20laughed%2C%20and%20" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Rotating%20technology%20through%20Europe&amp;body=http%3A%2F%2Fnewestindustry.org%2F2006%2F05%2F21%2Frotating-technology-through-europe%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2006/05/21/rotating-technology-through-europe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GSM Phone Addict.</title>
		<link>http://newestindustry.org/2006/04/24/gsm-phone-addict/</link>
		<comments>http://newestindustry.org/2006/04/24/gsm-phone-addict/#comments</comments>
		<pubDate>Mon, 24 Apr 2006 23:44:25 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[GSM]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[mobile phones]]></category>
		<category><![CDATA[Om]]></category>
		<category><![CDATA[One]]></category>
		<category><![CDATA[pr]]></category>
		<category><![CDATA[Technorati]]></category>

		<guid isPermaLink="false">http://crazycanuck.wordpress.com/2006/04/24/gsm-phone-addict/</guid>
		<description><![CDATA[
			
				
			
		
I will admit it.
I have a problem.
I am addicted to GSM phones.
From L to R: Samsung R225m, Motorola V188, Treo 600, Sony Ericsson K700i
Ok, I admit my problem. But it is not as bad as Russell Beattie&#8217;s issue.
Â©2005, Russell Beattie

Ok, maybe I don&#8217;t have a problem&#8230;just an issue.

Technorati Tags: GSM, mobile phones, cell phones, gadgets



Spread [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F24%2Fgsm-phone-addict%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F24%2Fgsm-phone-addict%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>I will admit it.</p>
<p>I have a problem.</p>
<p>I am addicted to GSM phones.</p>
<div align="center"><img src="http://static.flickr.com/47/134472737_35c99b5720_o.jpg" /><br /><b>From L to R: Samsung R225m, Motorola V188, Treo 600, Sony Ericsson K700i</b></div>
<p>Ok, I admit my problem. But it is not as bad as <a href="http://www.russellbeattie.com/notebook/1008497.html">Russell Beattie&#8217;s issue</a>.</p>
<div align="center"><img src="http://www.russellbeattie.com/notebook/images/mygadgets.jpg" /><br /><b>Â©2005, Russell Beattie</b></p>
<p>
<div align="left">Ok, maybe I don&#8217;t have a problem&#8230;just an issue.</div>
</div>
<p>Technorati Tags: <a href="http://technorati.com/tag/GSM" rel="tag">GSM</a>, <a href="http://technorati.com/tag/mobile%20phones" rel="tag">mobile phones</a>, <a href="http://technorati.com/tag/cell%20phones" rel="tag">cell phones</a>, <a href="http://technorati.com/tag/gadgets" rel="tag">gadgets</a></p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F24%2Fgsm-phone-addict%2F&amp;t=GSM%20Phone%20Addict." title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=GSM%20Phone%20Addict.%20-%20http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F24%2Fgsm-phone-addict%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F24%2Fgsm-phone-addict%2F&amp;title=GSM%20Phone%20Addict.&amp;body=I%20will%20admit%20it.I%20have%20a%20problem.I%20am%20addicted%20to%20GSM%20phones.From%20L%20to%20R%3A%20Samsung%20R225m%2C%20Motorola%20V188%2C%20Treo%20600%2C%20Sony%20Ericsson%20K700iOk%2C%20I%20admit%20my%20problem.%20But%20it%20is%20not%20as%20bad%20as%20Russell%20Beattie%27s%20issue.%C3%82%C2%A92005%2C%20Russell%20BeattieOk%2C%20maybe%20I%20don%27t%20ha" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F24%2Fgsm-phone-addict%2F&amp;title=GSM%20Phone%20Addict.&amp;bodytext=I%20will%20admit%20it.I%20have%20a%20problem.I%20am%20addicted%20to%20GSM%20phones.From%20L%20to%20R%3A%20Samsung%20R225m%2C%20Motorola%20V188%2C%20Treo%20600%2C%20Sony%20Ericsson%20K700iOk%2C%20I%20admit%20my%20problem.%20But%20it%20is%20not%20as%20bad%20as%20Russell%20Beattie%27s%20issue.%C3%82%C2%A92005%2C%20Russell%20BeattieOk%2C%20maybe%20I%20don%27t%20ha" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F24%2Fgsm-phone-addict%2F&amp;title=GSM%20Phone%20Addict." title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F24%2Fgsm-phone-addict%2F&amp;title=GSM%20Phone%20Addict.&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=I%20will%20admit%20it.I%20have%20a%20problem.I%20am%20addicted%20to%20GSM%20phones.From%20L%20to%20R%3A%20Samsung%20R225m%2C%20Motorola%20V188%2C%20Treo%20600%2C%20Sony%20Ericsson%20K700iOk%2C%20I%20admit%20my%20problem.%20But%20it%20is%20not%20as%20bad%20as%20Russell%20Beattie%27s%20issue.%C3%82%C2%A92005%2C%20Russell%20BeattieOk%2C%20maybe%20I%20don%27t%20ha" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F24%2Fgsm-phone-addict%2F&amp;title=GSM%20Phone%20Addict." title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=GSM%20Phone%20Addict.&amp;url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F24%2Fgsm-phone-addict%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F24%2Fgsm-phone-addict%2F&amp;title=GSM%20Phone%20Addict.&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F24%2Fgsm-phone-addict%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F24%2Fgsm-phone-addict%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F24%2Fgsm-phone-addict%2F&amp;title=GSM%20Phone%20Addict.&amp;notes=I%20will%20admit%20it.I%20have%20a%20problem.I%20am%20addicted%20to%20GSM%20phones.From%20L%20to%20R%3A%20Samsung%20R225m%2C%20Motorola%20V188%2C%20Treo%20600%2C%20Sony%20Ericsson%20K700iOk%2C%20I%20admit%20my%20problem.%20But%20it%20is%20not%20as%20bad%20as%20Russell%20Beattie%27s%20issue.%C3%82%C2%A92005%2C%20Russell%20BeattieOk%2C%20maybe%20I%20don%27t%20ha" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=GSM%20Phone%20Addict.&amp;body=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F24%2Fgsm-phone-addict%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2006/04/24/gsm-phone-addict/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Jimi Wallet</title>
		<link>http://newestindustry.org/2006/04/24/my-jimi-wallet/</link>
		<comments>http://newestindustry.org/2006/04/24/my-jimi-wallet/#comments</comments>
		<pubDate>Mon, 24 Apr 2006 23:34:02 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[GTD]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[gif]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[LAN]]></category>
		<category><![CDATA[Om]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Technorati]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://crazycanuck.wordpress.com/2006/04/24/my-jimi-wallet/</guid>
		<description><![CDATA[
			
				
			
		
My Jimi Wallet arrived today. And it is exactly as advertised.
Small. Compact. Solid.

It forces you to seriously consider the items that you need to take with you on your everyday. I narrowed it down to exactly what I thought it would in this post. 
What I am waiting for are the hacks that are sure [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F24%2Fmy-jimi-wallet%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F24%2Fmy-jimi-wallet%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>My Jimi Wallet arrived today. And it is exactly as advertised.</p>
<p>Small. Compact. Solid.</p>
<div align="center"><img src="http://static.flickr.com/52/134472740_736f5cd850_m.jpg" /></div>
<p>It forces you to seriously consider the items that you need to take with you on your everyday. I narrowed it down to exactly what I thought it would in <a href="http://crazycanuck.org/index.php/2006/04/19/the-jimi-wallet/">this post</a>. </p>
<p>What I am waiting for are the hacks that are sure to appear from the hardcore GTD freaks. Likely they will be able to turn it into a dayplanner, notetaker and laptop computer with a paper clip and folded paper.</p>
<p><i><b>UPDATE:</b></i> I forgot to mention that the gift bag the Jimi comes in is a great carrying case for my Sony Ericsson K700i!</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/GTD" rel="tag">GTD</a>, <a href="http://technorati.com/tag/Jimi" rel="tag">Jimi</a>, <a href="http://technorati.com/tag/Jimi%20Wallet" rel="tag">Jimi Wallet</a></p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F24%2Fmy-jimi-wallet%2F&amp;t=My%20Jimi%20Wallet" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=My%20Jimi%20Wallet%20-%20http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F24%2Fmy-jimi-wallet%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F24%2Fmy-jimi-wallet%2F&amp;title=My%20Jimi%20Wallet&amp;body=My%20Jimi%20Wallet%20arrived%20today.%20And%20it%20is%20exactly%20as%20advertised.Small.%20Compact.%20Solid.It%20forces%20you%20to%20seriously%20consider%20the%20items%20that%20you%20need%20to%20take%20with%20you%20on%20your%20everyday.%20I%20narrowed%20it%20down%20to%20exactly%20what%20I%20thought%20it%20would%20in%20this%20post.%20Wha" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F24%2Fmy-jimi-wallet%2F&amp;title=My%20Jimi%20Wallet&amp;bodytext=My%20Jimi%20Wallet%20arrived%20today.%20And%20it%20is%20exactly%20as%20advertised.Small.%20Compact.%20Solid.It%20forces%20you%20to%20seriously%20consider%20the%20items%20that%20you%20need%20to%20take%20with%20you%20on%20your%20everyday.%20I%20narrowed%20it%20down%20to%20exactly%20what%20I%20thought%20it%20would%20in%20this%20post.%20Wha" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F24%2Fmy-jimi-wallet%2F&amp;title=My%20Jimi%20Wallet" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F24%2Fmy-jimi-wallet%2F&amp;title=My%20Jimi%20Wallet&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=My%20Jimi%20Wallet%20arrived%20today.%20And%20it%20is%20exactly%20as%20advertised.Small.%20Compact.%20Solid.It%20forces%20you%20to%20seriously%20consider%20the%20items%20that%20you%20need%20to%20take%20with%20you%20on%20your%20everyday.%20I%20narrowed%20it%20down%20to%20exactly%20what%20I%20thought%20it%20would%20in%20this%20post.%20Wha" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F24%2Fmy-jimi-wallet%2F&amp;title=My%20Jimi%20Wallet" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=My%20Jimi%20Wallet&amp;url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F24%2Fmy-jimi-wallet%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F24%2Fmy-jimi-wallet%2F&amp;title=My%20Jimi%20Wallet&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F24%2Fmy-jimi-wallet%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F24%2Fmy-jimi-wallet%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F24%2Fmy-jimi-wallet%2F&amp;title=My%20Jimi%20Wallet&amp;notes=My%20Jimi%20Wallet%20arrived%20today.%20And%20it%20is%20exactly%20as%20advertised.Small.%20Compact.%20Solid.It%20forces%20you%20to%20seriously%20consider%20the%20items%20that%20you%20need%20to%20take%20with%20you%20on%20your%20everyday.%20I%20narrowed%20it%20down%20to%20exactly%20what%20I%20thought%20it%20would%20in%20this%20post.%20Wha" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=My%20Jimi%20Wallet&amp;body=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F24%2Fmy-jimi-wallet%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2006/04/24/my-jimi-wallet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>T-Mobile: How I love thee&#8230;</title>
		<link>http://newestindustry.org/2006/04/23/t-mobile-how-i-love-thee/</link>
		<comments>http://newestindustry.org/2006/04/23/t-mobile-how-i-love-thee/#comments</comments>
		<pubDate>Sun, 23 Apr 2006 15:21:11 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Europe]]></category>
		<category><![CDATA[GSM]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[Om]]></category>
		<category><![CDATA[One]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[pr]]></category>
		<category><![CDATA[T-Mobile]]></category>
		<category><![CDATA[Technorati]]></category>

		<guid isPermaLink="false">http://crazycanuck.wordpress.com/2006/04/23/t-mobile-how-i-love-thee/</guid>
		<description><![CDATA[
			
				
			
		
Scott Johnson writes about how we all want to drop our mobile provider every once and a while. [here]
I have the same provider that Scott does: T-Mobile.
I am a complete T-Mobile lover. The coverage is great, and the use of GSM makes it so perfect for my travel needs, which includes the occasional trip to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F23%2Ft-mobile-how-i-love-thee%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F23%2Ft-mobile-how-i-love-thee%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Scott Johnson writes about how we all want to drop our mobile provider every once and a while. [<a href="http://fuzzyblog.com/archives/2006/04/23/why-we-all-hate-our-cellphone-provider/">here</a>]</p>
<p>I have the same provider that Scott does: T-Mobile.</p>
<p>I am a complete T-Mobile lover. The coverage is great, and the use of GSM makes it so perfect for my travel needs, which includes the occasional trip to Europe. T-Mobile has been a great provider, and the fact that I never have to think about it should tell you how good they are.</p>
<p>I will say that their selection of phones is limited. But guess what? That doesn&#8217;t matter. You can buy unlocked GSM phones on the net, and have a phone that is so much sexier than what the provider gives you. I have a <a href="http://www.sonyericsson.com/spg.jsp?cc=us&amp;lc=en&amp;ver=4000&amp;template=pp1_loader&amp;php=php1_10139&amp;zone=pp&amp;lm=pp1&amp;pid=10139">Sony Ericsson K700i</a> that I bought and it is so very hot!</p>
<p>On the whole, I would never go back to a traditional US CDMA phone provider, as it is so old school, so, clunky, so&#8230;1995.</p>
<p>T-Mobile, keep up the great work!</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/T-Mobile" rel="tag">T-Mobile</a>, <a href="http://technorati.com/tag/k700i" rel="tag">k700i</a>, <a href="http://technorati.com/tag/GSM" rel="tag">GSM</a></p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F23%2Ft-mobile-how-i-love-thee%2F&amp;t=T-Mobile%3A%20How%20I%20love%20thee%26%238230%3B" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=T-Mobile%3A%20How%20I%20love%20thee%26%238230%3B%20-%20http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F23%2Ft-mobile-how-i-love-thee%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F23%2Ft-mobile-how-i-love-thee%2F&amp;title=T-Mobile%3A%20How%20I%20love%20thee%26%238230%3B&amp;body=Scott%20Johnson%20writes%20about%20how%20we%20all%20want%20to%20drop%20our%20mobile%20provider%20every%20once%20and%20a%20while.%20%5Bhere%5DI%20have%20the%20same%20provider%20that%20Scott%20does%3A%20T-Mobile.I%20am%20a%20complete%20T-Mobile%20lover.%20The%20coverage%20is%20great%2C%20and%20the%20use%20of%20GSM%20makes%20it%20so%20perfect%20for%20" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F23%2Ft-mobile-how-i-love-thee%2F&amp;title=T-Mobile%3A%20How%20I%20love%20thee%26%238230%3B&amp;bodytext=Scott%20Johnson%20writes%20about%20how%20we%20all%20want%20to%20drop%20our%20mobile%20provider%20every%20once%20and%20a%20while.%20%5Bhere%5DI%20have%20the%20same%20provider%20that%20Scott%20does%3A%20T-Mobile.I%20am%20a%20complete%20T-Mobile%20lover.%20The%20coverage%20is%20great%2C%20and%20the%20use%20of%20GSM%20makes%20it%20so%20perfect%20for%20" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F23%2Ft-mobile-how-i-love-thee%2F&amp;title=T-Mobile%3A%20How%20I%20love%20thee%26%238230%3B" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F23%2Ft-mobile-how-i-love-thee%2F&amp;title=T-Mobile%3A%20How%20I%20love%20thee%26%238230%3B&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=Scott%20Johnson%20writes%20about%20how%20we%20all%20want%20to%20drop%20our%20mobile%20provider%20every%20once%20and%20a%20while.%20%5Bhere%5DI%20have%20the%20same%20provider%20that%20Scott%20does%3A%20T-Mobile.I%20am%20a%20complete%20T-Mobile%20lover.%20The%20coverage%20is%20great%2C%20and%20the%20use%20of%20GSM%20makes%20it%20so%20perfect%20for%20" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F23%2Ft-mobile-how-i-love-thee%2F&amp;title=T-Mobile%3A%20How%20I%20love%20thee%26%238230%3B" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=T-Mobile%3A%20How%20I%20love%20thee%26%238230%3B&amp;url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F23%2Ft-mobile-how-i-love-thee%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F23%2Ft-mobile-how-i-love-thee%2F&amp;title=T-Mobile%3A%20How%20I%20love%20thee%26%238230%3B&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F23%2Ft-mobile-how-i-love-thee%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F23%2Ft-mobile-how-i-love-thee%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F23%2Ft-mobile-how-i-love-thee%2F&amp;title=T-Mobile%3A%20How%20I%20love%20thee%26%238230%3B&amp;notes=Scott%20Johnson%20writes%20about%20how%20we%20all%20want%20to%20drop%20our%20mobile%20provider%20every%20once%20and%20a%20while.%20%5Bhere%5DI%20have%20the%20same%20provider%20that%20Scott%20does%3A%20T-Mobile.I%20am%20a%20complete%20T-Mobile%20lover.%20The%20coverage%20is%20great%2C%20and%20the%20use%20of%20GSM%20makes%20it%20so%20perfect%20for%20" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=T-Mobile%3A%20How%20I%20love%20thee%26%238230%3B&amp;body=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F23%2Ft-mobile-how-i-love-thee%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2006/04/23/t-mobile-how-i-love-thee/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Looking for a new Unlocked GSM Phone</title>
		<link>http://newestindustry.org/2006/04/03/looking-for-a-new-unlocked-gsm-phone/</link>
		<comments>http://newestindustry.org/2006/04/03/looking-for-a-new-unlocked-gsm-phone/#comments</comments>
		<pubDate>Mon, 03 Apr 2006 11:44:45 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[EAD]]></category>
		<category><![CDATA[GSM]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[Om]]></category>
		<category><![CDATA[One]]></category>
		<category><![CDATA[pr]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[Technorati]]></category>

		<guid isPermaLink="false">http://crazycanuck.wordpress.com/2006/04/03/looking-for-a-new-unlocked-gsm-phone/</guid>
		<description><![CDATA[
			
				
			
		
I have been shopping around for a new, unlocked GSM phone. I live in the US, so these are not as readily available as they are in the rest of the civilized world.
The criteria I have can be summed up easily:

Candybar/brick: I have learned to hate flip phones
Tri-Band: 900/1800/1900 (no 850 for me!) for largest [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F03%2Flooking-for-a-new-unlocked-gsm-phone%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F03%2Flooking-for-a-new-unlocked-gsm-phone%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>I have been shopping around for a new, unlocked GSM phone. I live in the US, so these are not as readily available as they are in the rest of the civilized world.</p>
<p>The criteria I have can be summed up easily:
<ul>
<li>Candybar/brick: I have learned to hate flip phones</li>
<li>Tri-Band: 900/1800/1900 (no 850 for me!) for largest range of coverage</li>
<li>Keypad for easy text messaging</li>
</ul>
<p>So far, I have narrowed the search down to three options:
<ul>
<li>Sony Ericsson J200i</li>
<li>Motorola C650</li>
<li>Motorola T68i</li>
<li>Motorola L6 (A boy has to dream!)</li>
</ul>
<p>If anyone knows of any other candidates, or has domments on my shortlist, they would be appreciated.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/J200i" rel="tag">J200i</a>, <a href="http://technorati.com/tag/C650" rel="tag">C650</a>, <a href="http://technorati.com/tag/T68i" rel="tag">T68i</a>, <a href="http://technorati.com/tag/unlocked%20GSM" rel="tag">unlocked GSM</a>, <a href="http://technorati.com/tag/GSM" rel="tag">GSM</a>, <a href="http://technorati.com/tag/900/1800/1900" rel="tag">900/1800/1900</a>, <a href="http://technorati.com/tag/tri-band" rel="tag">tri-band</a>, <a href="http://technorati.com/tag/worldphone" rel="tag">worldphone</a>, <a href="http://technorati.com/tag/world%20phone" rel="tag">world phone</a></p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F03%2Flooking-for-a-new-unlocked-gsm-phone%2F&amp;t=Looking%20for%20a%20new%20Unlocked%20GSM%20Phone" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Looking%20for%20a%20new%20Unlocked%20GSM%20Phone%20-%20http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F03%2Flooking-for-a-new-unlocked-gsm-phone%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F03%2Flooking-for-a-new-unlocked-gsm-phone%2F&amp;title=Looking%20for%20a%20new%20Unlocked%20GSM%20Phone&amp;body=I%20have%20been%20shopping%20around%20for%20a%20new%2C%20unlocked%20GSM%20phone.%20I%20live%20in%20the%20US%2C%20so%20these%20are%20not%20as%20readily%20available%20as%20they%20are%20in%20the%20rest%20of%20the%20civilized%20world.The%20criteria%20I%20have%20can%20be%20summed%20up%20easily%3ACandybar%2Fbrick%3A%20I%20have%20learned%20to%20hate%20flip%20" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F03%2Flooking-for-a-new-unlocked-gsm-phone%2F&amp;title=Looking%20for%20a%20new%20Unlocked%20GSM%20Phone&amp;bodytext=I%20have%20been%20shopping%20around%20for%20a%20new%2C%20unlocked%20GSM%20phone.%20I%20live%20in%20the%20US%2C%20so%20these%20are%20not%20as%20readily%20available%20as%20they%20are%20in%20the%20rest%20of%20the%20civilized%20world.The%20criteria%20I%20have%20can%20be%20summed%20up%20easily%3ACandybar%2Fbrick%3A%20I%20have%20learned%20to%20hate%20flip%20" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F03%2Flooking-for-a-new-unlocked-gsm-phone%2F&amp;title=Looking%20for%20a%20new%20Unlocked%20GSM%20Phone" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F03%2Flooking-for-a-new-unlocked-gsm-phone%2F&amp;title=Looking%20for%20a%20new%20Unlocked%20GSM%20Phone&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=I%20have%20been%20shopping%20around%20for%20a%20new%2C%20unlocked%20GSM%20phone.%20I%20live%20in%20the%20US%2C%20so%20these%20are%20not%20as%20readily%20available%20as%20they%20are%20in%20the%20rest%20of%20the%20civilized%20world.The%20criteria%20I%20have%20can%20be%20summed%20up%20easily%3ACandybar%2Fbrick%3A%20I%20have%20learned%20to%20hate%20flip%20" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F03%2Flooking-for-a-new-unlocked-gsm-phone%2F&amp;title=Looking%20for%20a%20new%20Unlocked%20GSM%20Phone" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Looking%20for%20a%20new%20Unlocked%20GSM%20Phone&amp;url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F03%2Flooking-for-a-new-unlocked-gsm-phone%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F03%2Flooking-for-a-new-unlocked-gsm-phone%2F&amp;title=Looking%20for%20a%20new%20Unlocked%20GSM%20Phone&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F03%2Flooking-for-a-new-unlocked-gsm-phone%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F03%2Flooking-for-a-new-unlocked-gsm-phone%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F03%2Flooking-for-a-new-unlocked-gsm-phone%2F&amp;title=Looking%20for%20a%20new%20Unlocked%20GSM%20Phone&amp;notes=I%20have%20been%20shopping%20around%20for%20a%20new%2C%20unlocked%20GSM%20phone.%20I%20live%20in%20the%20US%2C%20so%20these%20are%20not%20as%20readily%20available%20as%20they%20are%20in%20the%20rest%20of%20the%20civilized%20world.The%20criteria%20I%20have%20can%20be%20summed%20up%20easily%3ACandybar%2Fbrick%3A%20I%20have%20learned%20to%20hate%20flip%20" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Looking%20for%20a%20new%20Unlocked%20GSM%20Phone&amp;body=http%3A%2F%2Fnewestindustry.org%2F2006%2F04%2F03%2Flooking-for-a-new-unlocked-gsm-phone%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2006/04/03/looking-for-a-new-unlocked-gsm-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This blog no longer supports MSIE &lt;= 6.x</title>
		<link>http://newestindustry.org/2005/09/26/this-blog-no-longer-supports-msie-6x/</link>
		<comments>http://newestindustry.org/2005/09/26/this-blog-no-longer-supports-msie-6x/#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[smp]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[MSIE]]></category>
		<category><![CDATA[Om]]></category>

		<guid isPermaLink="false">http://crazycanuck.wordpress.com/2005/09/26/this-blog-no-longer-supports-msie-6x/</guid>
		<description><![CDATA[
			
				
			
		
I have been making some changes to this blog and MSIE continues to gibble the CSS layout.
Well, too bad for them.
Get a real browser.
This blog no longer supports MSIE &#60;= 6.x.



Spread the Love:


	
	
	
	
	
	
	
	
	
	
	
	
	


]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2005%2F09%2F26%2Fthis-blog-no-longer-supports-msie-6x%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2005%2F09%2F26%2Fthis-blog-no-longer-supports-msie-6x%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>I have been making some changes to this blog and MSIE continues to gibble the CSS layout.</p>
<p>Well, too bad for them.</p>
<p>Get a real browser.</p>
<p>This blog no longer supports MSIE &lt;= 6.x.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2005%2F09%2F26%2Fthis-blog-no-longer-supports-msie-6x%2F&amp;t=This%20blog%20no%20longer%20supports%20MSIE%20%26%2360%3B%3D%206.x" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=This%20blog%20no%20longer%20supports%20MSIE%20%26%2360%3B%3D%206.x%20-%20http%3A%2F%2Fnewestindustry.org%2F2005%2F09%2F26%2Fthis-blog-no-longer-supports-msie-6x%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2005%2F09%2F26%2Fthis-blog-no-longer-supports-msie-6x%2F&amp;title=This%20blog%20no%20longer%20supports%20MSIE%20%26%2360%3B%3D%206.x&amp;body=I%20have%20been%20making%20some%20changes%20to%20this%20blog%20and%20MSIE%20continues%20to%20gibble%20the%20CSS%20layout.%0A%0AWell%2C%20too%20bad%20for%20them.%0A%0AGet%20a%20real%20browser.%0A%0AThis%20blog%20no%20longer%20supports%20MSIE%20%26lt%3B%3D%206.x." title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2005%2F09%2F26%2Fthis-blog-no-longer-supports-msie-6x%2F&amp;title=This%20blog%20no%20longer%20supports%20MSIE%20%26%2360%3B%3D%206.x&amp;bodytext=I%20have%20been%20making%20some%20changes%20to%20this%20blog%20and%20MSIE%20continues%20to%20gibble%20the%20CSS%20layout.%0A%0AWell%2C%20too%20bad%20for%20them.%0A%0AGet%20a%20real%20browser.%0A%0AThis%20blog%20no%20longer%20supports%20MSIE%20%26lt%3B%3D%206.x." title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2005%2F09%2F26%2Fthis-blog-no-longer-supports-msie-6x%2F&amp;title=This%20blog%20no%20longer%20supports%20MSIE%20%26%2360%3B%3D%206.x" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2005%2F09%2F26%2Fthis-blog-no-longer-supports-msie-6x%2F&amp;title=This%20blog%20no%20longer%20supports%20MSIE%20%26%2360%3B%3D%206.x&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=I%20have%20been%20making%20some%20changes%20to%20this%20blog%20and%20MSIE%20continues%20to%20gibble%20the%20CSS%20layout.%0A%0AWell%2C%20too%20bad%20for%20them.%0A%0AGet%20a%20real%20browser.%0A%0AThis%20blog%20no%20longer%20supports%20MSIE%20%26lt%3B%3D%206.x." title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2005%2F09%2F26%2Fthis-blog-no-longer-supports-msie-6x%2F&amp;title=This%20blog%20no%20longer%20supports%20MSIE%20%26%2360%3B%3D%206.x" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=This%20blog%20no%20longer%20supports%20MSIE%20%26%2360%3B%3D%206.x&amp;url=http%3A%2F%2Fnewestindustry.org%2F2005%2F09%2F26%2Fthis-blog-no-longer-supports-msie-6x%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2005%2F09%2F26%2Fthis-blog-no-longer-supports-msie-6x%2F&amp;title=This%20blog%20no%20longer%20supports%20MSIE%20%26%2360%3B%3D%206.x&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2005%2F09%2F26%2Fthis-blog-no-longer-supports-msie-6x%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2005%2F09%2F26%2Fthis-blog-no-longer-supports-msie-6x%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2005%2F09%2F26%2Fthis-blog-no-longer-supports-msie-6x%2F&amp;title=This%20blog%20no%20longer%20supports%20MSIE%20%26%2360%3B%3D%206.x&amp;notes=I%20have%20been%20making%20some%20changes%20to%20this%20blog%20and%20MSIE%20continues%20to%20gibble%20the%20CSS%20layout.%0A%0AWell%2C%20too%20bad%20for%20them.%0A%0AGet%20a%20real%20browser.%0A%0AThis%20blog%20no%20longer%20supports%20MSIE%20%26lt%3B%3D%206.x." title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=This%20blog%20no%20longer%20supports%20MSIE%20%26%2360%3B%3D%206.x&amp;body=http%3A%2F%2Fnewestindustry.org%2F2005%2F09%2F26%2Fthis-blog-no-longer-supports-msie-6x%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2005/09/26/this-blog-no-longer-supports-msie-6x/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
