<?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>euicho.com &#187; Software and Web Design</title>
	<atom:link href="http://euicho.com/category/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://euicho.com</link>
	<description></description>
	<lastBuildDate>Sat, 19 May 2012 04:11:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Powermap Update</title>
		<link>http://euicho.com/2011/powermap-update/</link>
		<comments>http://euicho.com/2011/powermap-update/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 15:39:27 +0000</pubDate>
		<dc:creator>euicho</dc:creator>
				<category><![CDATA[Software and Web Design]]></category>

		<guid isPermaLink="false">http://euicho.com/2011/powermap-update/</guid>
		<description><![CDATA[I&#8217;ve been remiss in fixing the Power Maps for the Bangor Hydro site update (no town names were being displayed). I&#8217;m happy to announce that I&#8217;ve gotten off my lazy backside and have updated both the Desktop (euicho.com/powermap) and Widescreen TV (euicho.com/powermonitor) versions. Thanks for your patience!]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been remiss in fixing the Power Maps for the Bangor Hydro site update (no town names were being displayed). I&#8217;m happy to announce that I&#8217;ve gotten off my lazy backside and have updated both the <a href="http://euicho.com/powermap" title="Power map">Desktop</a> (euicho.com/powermap) and <a href="http://euicho.com/powermonitor" title="Power monitor">Widescreen TV</a> (euicho.com/powermonitor) versions. Thanks for your patience!</p>]]></content:encoded>
			<wfw:commentRss>http://euicho.com/2011/powermap-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Amazon &#8211; View Book on Shelfari: A Greasemonkey Script</title>
		<link>http://euicho.com/2011/amazon-view-book-on-shelfari-a-greasemonkey-script/</link>
		<comments>http://euicho.com/2011/amazon-view-book-on-shelfari-a-greasemonkey-script/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 20:50:04 +0000</pubDate>
		<dc:creator>euicho</dc:creator>
				<category><![CDATA[Books, Movies, Music, and TV]]></category>
		<category><![CDATA[Software and Web Design]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[shelfari]]></category>
		<category><![CDATA[userscripts]]></category>

		<guid isPermaLink="false">http://euicho.com/?p=4642</guid>
		<description><![CDATA[My first thought was to search userscripts.org to see if there was already a script to do this and sure enough, there was. This is the way these things go.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="Amazon-Shelfari icon" src="http://euicho.com/greasemonkey/amazon-shelfari/icon.png" alt="script icon" width="120" height="90" /></p>
<p>This morning, while browsing Amazon.com, I was annoyed (not for the first time) that Amazon didn&#8217;t have a link to add a book to your Shelfari.com shelf. Amazon has owned Shelfari.com for almost 3 years now, and every shelfari book page has links to but the book on Amazon.com, so this isn&#8217;t an unreasonable request.</p>
<p>My first thought was to search userscripts.org to see if there was already a script to do this and sure enough, there was. This is the way these things go. Luckily for me, it was <a href="http://userscripts.org/scripts/show/7920">broken and had been abandoned</a> 4 years ago, so I got to do some coding!<br />
<span id="more-4642"></span></p>
<p>If you don&#8217;t want to read all the blah-blah, you can get the script <a href="http://userscripts.org/scripts/show/99195">at userscripts.org</a> or <a href="http://euicho.com/greasemonkey/amazon-shelfari/amazon_-_add_link_to_shelfari.user.js">right here (direct install link)</a>.</p>
<p>Before I go any further, if you don&#8217;t know what greasemonkey is, crawl out from under that rock and scroll to the bottom of this page (and before you Chrome users start a Firefox flame-war, Chrome installs greasemonkey scripts natively!). And if you don&#8217;t know what <a href="http://shelfari.com">Shelfari.com</a> is, check out <a href="http://euicho.com/2008/come-join-the-shelfari/">my short post about it</a>.</p>
<p>The broken script, by &#8220;mathias&#8221;, puts the shelfari.com logo above the product image, and clicking on it links you to a shelfari search page for that book. I actually only had one small fix needed to make it work again. He was pulling the ISBN off the image url, which Amazon stopped doing a while ago. I updated it to use the ASIN embedded in every product page (as a hidden field).</p>
<p>After making the script work again, I noticed it was adding the link to every product detail page, whether it be a book, kindle, or cutlery set! That isn&#8217;t very useful within the scope of this script, so I added checks to make sure it only displayed the logo/link on book, ebook, and audiobook pages.</p>
<p style="text-align: center;">&nbsp;</p>
<div class="wp-caption aligncenter" style="width: 491px"><a href="http://euicho.com/greasemonkey/amazon-shelfari/amazon-shelfari-screenshot1.png" rel="lightbox[4642]"><img class=" " title="amazon-shelfari1" src="http://euicho.com/greasemonkey/amazon-shelfari/amazon-shelfari-screenshot1.png" alt="showing the shelfari link" width="481" height="329" /></a><p class="wp-caption-text">Clicking the Shelfari link will bring you to the book&#39;s shelfari.com page</p></div>
<p>&nbsp;</p>
<p style="text-align: center;">
<div class="wp-caption aligncenter" style="width: 491px"><a href="http://euicho.com/greasemonkey/amazon-shelfari/amazon-shelfari-screenshot2.png" rel="lightbox[4642]"><img class=" " title="amazon-shelfari2" src="http://euicho.com/greasemonkey/amazon-shelfari/amazon-shelfari-screenshot2.png" alt="Shelfari page" width="481" height="329" /></a><p class="wp-caption-text">This page comes up after clicking the link on amazon.com</p></div>
<p>Now, for those of you who don&#8217;t know what <a href="https://addons.mozilla.org/en-US/firefox/addon/748">greasemonkey</a> is you should definitely get familiar with it, as it is one of the coolest ways to customize websites to your liking. Greasemonkey scripts are small pieces of code that let you tweak websites exactly to your liking, sometimes adding tons of functionality. Its a Firefox add-on, and once installed you can install any greasemonkey script just by clicking on it, without reloading your browser. If you prefer Google&#8217;s Chrome browser, <em>it</em> installs greasemonkey scripts natively with no add-ons necessary!</p>
<p>I only did a small bit of work on this script, improving on another author&#8217;s work (as all good programmers should), but I think it&#8217;s immensely useful to shelfari users so I wanted to make it&#8217;s presence known. The next time some blog/article links you to an amazon page for a book and you want to add it to your &#8220;want to read&#8221; shelf, it&#8217;s only a click away!</p>]]></content:encoded>
			<wfw:commentRss>http://euicho.com/2011/amazon-view-book-on-shelfari-a-greasemonkey-script/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Why Facebook Steals Potential Tweeters</title>
		<link>http://euicho.com/2009/why-facebook-steals-potential-tweeters/</link>
		<comments>http://euicho.com/2009/why-facebook-steals-potential-tweeters/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 19:31:58 +0000</pubDate>
		<dc:creator>euicho</dc:creator>
				<category><![CDATA[Software and Web Design]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://euicho.com/?p=347</guid>
		<description><![CDATA[I had a brief little convo. with my bff John Nels (who&#8217;s an excellent musician: johnnels.sad-machine.com) about Twitter and facebook. Rather than summarize I&#8217;ll just paste it here: Thomas: Its funny, people complain about twitter being pointless, but I have SO MANY people on facebook that update just as if it were twitter, all day [...]]]></description>
			<content:encoded><![CDATA[<p>I had a brief little convo. with my bff John Nels (who&#8217;s an excellent musician: <a href="http://johnnels.sad-machine.com/">johnnels.sad-machine.com</a>) about Twitter and facebook.  Rather than summarize I&#8217;ll just paste it here:</p>
<blockquote style="font-size: 110%;"><div style="background: none repeat scroll 0% 0% #eaf3fa; padding: 2px; width: 100%;">Thomas: Its funny, people complain about twitter being pointless, but I have SO MANY people on facebook that update just as if it were twitter, all day long</div>
<div style="background: none repeat scroll 0% 0% #ffffff; padding: 2px; width: 100%;">John: i know</div>
<div style="background: none repeat scroll 0% 0% #eaf3fa; padding: 2px; width: 100%;">Thomas: they&#8217;re twittering without twitter basically lol</div>
<div style="background: none repeat scroll 0% 0% #ffffff; padding: 2px; width: 100%;">John: but the do more on facebook</div>
<div style="background: none repeat scroll 0% 0% #eaf3fa; padding: 2px; width: 100%;">Thomas: yeah. its cause they&#8217;re already on facebook doing tons of shit; playing games and stuff</div>
<div style="background: none repeat scroll 0% 0% #ffffff; padding: 2px; width: 100%;">John: right</div>
<div style="background: none repeat scroll 0% 0% #eaf3fa; padding: 2px; width: 100%;">Thomas: that was a brilliant move on facebook&#8217;s part</div>
<div style="background: none repeat scroll 0% 0% #ffffff; padding: 2px; width: 100%;">John: why do it on a site that just does updates then?</div>
<div style="background: none repeat scroll 0% 0% #eaf3fa; padding: 2px; width: 100%;">Thomas: exactly. They make twitter obsolete for lots of people.</div>
</blockquote>
<p>What do you guys/gals think?  Amirite?</p>]]></content:encoded>
			<wfw:commentRss>http://euicho.com/2009/why-facebook-steals-potential-tweeters/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Maine Power Outages Map</title>
		<link>http://euicho.com/2009/maine-power-outages-map/</link>
		<comments>http://euicho.com/2009/maine-power-outages-map/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 23:29:52 +0000</pubDate>
		<dc:creator>euicho</dc:creator>
				<category><![CDATA[Software and Web Design]]></category>
		<category><![CDATA[maine]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://euicho.com/?p=329</guid>
		<description><![CDATA[Working in a NOC, I often consult the two Maine power companies that have online outage information (there is a third that does not have such a feature). If I see many circuits go down at the same time I&#8217;ll check to see if there is an outage in the area by checking both those [...]]]></description>
			<content:encoded><![CDATA[<p>Working in a <acronym title="Network Operations Center">NOC</acronym>, I often consult the two Maine power companies that have online outage information (there is a third that does not have such a feature).  If I see many circuits go down at the same time I&#8217;ll check to see if there is an outage in the area by checking both those websites, then going to Google maps to see how far away the sites are from the current outages.  This is a tedious process and I finally decided to do something about it by creating my own Google map with their wonderful API.  I&#8217;d never used it before so this proved a great way to learn how to use it as well.  After setting up the screen scraping to pull info off the power companys&#8217; websites, getting the app to do just what I wanted, and working around some minor speed bumps, it&#8217;s done!</p>
<p><a href="http://euicho.com/power/"><img src="http://euicho.com/wp-content/uploads/2009/03/powermap.png" class="displayed" alt="powermap" title="powermap" class="aligncenter" /></a></p>
<p>Google&#8217;s API is quite easy to work with, and I&#8217;m very pleased with the results.  For most people this map isn&#8217;t very useful, and at any one time there are only a few markers plotted on it, but for myself it will be quite useful, and it was a great learning process.  You can view the Maine Power Outages map at <a href="http://euicho.com/power/">http://euicho.com/power</a></p>]]></content:encoded>
			<wfw:commentRss>http://euicho.com/2009/maine-power-outages-map/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Monospaced fonts CAN scale</title>
		<link>http://euicho.com/2008/monospaced-fonts-can-scale/</link>
		<comments>http://euicho.com/2008/monospaced-fonts-can-scale/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 17:28:10 +0000</pubDate>
		<dc:creator>euicho</dc:creator>
				<category><![CDATA[Software and Web Design]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://euicho.com/?p=298</guid>
		<description><![CDATA[Like many programmers, I have a couple of favorite fixed-width &#8220;coding fonts&#8221; that I use for writing and viewing source code, however most of them are bitmap based and do not scale up &#8220;prettily&#8221; by any means. Fortunately there are some great monospaced fonts that do scale up nicely. In my experience, it is important [...]]]></description>
			<content:encoded><![CDATA[<p>Like many programmers, I have a couple of favorite fixed-width &#8220;coding fonts&#8221; that I use for writing and viewing source code, however most of them are bitmap based and do not scale up &#8220;prettily&#8221; by any means.</p>
<p>Fortunately there <em>are</em> some great monospaced fonts that do scale up nicely.   In my experience, it is important for me to use both my own favorite fixed-width fonts, and the great fixed-width ones below.  This is because at small sized, most vector-based fonts like some below look fantastic at larger sizes, like on web pages or in print, but look fuzzy or blurry in the 8-12pt range in notepad++, gedit, etc.  Conversely, my favorite bitmap based fonts <em>only</em> look good at one size, usually in the 8-10pt range, and are pixelated and blocky at larger sizes.<span id="more-298"></span></p>
<p>With that in mind, I present to you some smooth and delicious monospaced fonts that retain high legibility (slashed or dotted zeros, 1, l, I distinction, etc).</p>
<h3 class="heading">Inconsolata</h3>
<p>The font that actually started me on this post was Raph Levien&#8217;s excellent <a title="the inconsolata font page" href="http://levien.com/type/myfonts/inconsolata.html">Inconsolata</a>.  Spurred on by Luc(as) de Groot&#8217;s <em>Consolas</em> (below), Raph created a free and open source monospaced font that renders nicely at high resolutions, and looks great in print:</p>
<p><img class="displayed" src="http://euicho.com/pics/inconsolata.png" alt="sample image of the inconsolata font" /></p>
<p>Inconsolata is still in development and lacks bold/italic styles, but is already in fine shape.  Its major drawback is that it currently has no &#8220;hinting&#8221; support, so it doesn&#8217;t play well with Microsoft&#8217;s Clear Type technology.  Everyone else should find it renders quite nicely, however.</p>
<h3 class="heading">Consolas</h3>
<p>Developed by Luc(as) de Groot, <a title="Wikipedia entry on Consolas" href="http://en.wikipedia.org/wiki/Consolas">Consolas</a> is another nice-looking fixed-width font with good distinction between visually similar characters.  Consolas is included in Windows Vista and MS Office 2007, and if you&#8217;re using only the included fonts on Vista its the only one with a slashed zero!</p>
<p><img class="displayed" src="http://euicho.com/pics/consolas.png" alt="sample image of the consolas font" /></p>
<p>Consolas has full hinting instructions and works great with Clear Type.</p>
<h3 class="heading">Bitstream Vera Sans Mono</h3>
<p><a href="http://www.dafont.com/bitstream-vera-mono.font">Bitstream Vera Sans Mono</a> is a variant of Bitstream Vera.  It was designed by Jim Lyles and also has full hinting instructions.   Bitstream Vera was released for use under an open source license agreement with the GNOME Foundation, so all you free/OSS developers are good to go!</p>
<p><img class="displayed" src="http://euicho.com/pics/bitstreamvsmono.png" alt="sample image of the bitstream vera sans monofont" /></p>
<p>I know Nyrath has his own custom made font, and it&#8217;s actually one I use frequently in notepad2 and notepad++. So, what are you guys&#8217;/gals&#8217; favorite programming fonts? I&#8217;d love to know about any other  monospaced fonts I&#8217;ve not come across yet.</p>]]></content:encoded>
			<wfw:commentRss>http://euicho.com/2008/monospaced-fonts-can-scale/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My Accessibility: let me show it to you.</title>
		<link>http://euicho.com/2008/my-accessibility-let-me-show-it-to-you/</link>
		<comments>http://euicho.com/2008/my-accessibility-let-me-show-it-to-you/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 14:44:37 +0000</pubDate>
		<dc:creator>euicho</dc:creator>
				<category><![CDATA[Books, Movies, Music, and TV]]></category>
		<category><![CDATA[Software and Web Design]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://euicho.com/?p=296</guid>
		<description><![CDATA[I really have to say that after only a few pages into Mark Pilgrim&#8217;s book Dive Into Accessibility, I find myself both laughing and feeling strongly for the fictitious characters he&#8217;s created to illustrate the need for, and problems presented by, accessability. Anybody that runs a website or blog should check it out. At the [...]]]></description>
			<content:encoded><![CDATA[<p>I really have to say that after only a few pages into Mark Pilgrim&#8217;s book <a href="http://diveintoaccessibility.org">Dive Into Accessibility</a>, I find myself both laughing and feeling strongly for the fictitious characters he&#8217;s created to illustrate the need for, and problems presented by, accessability.  Anybody that runs a website or blog should check it out.  At the  very least commit yourself to a couple of pages.  Its a valuable use of your time.</p>
<p>By the way, euicho.com is currently not section 508 compliant, but it will be very shortly.  Its something I&#8217;ve been meaning to take care of.  In the meantime, at least it does render very nicely in <a href="http://en.wikipedia.org/wiki/Lynx_(web_browser)">lynx</a>.</p>
<p><img src="http://euicho.com/wp-content/uploads/2008/07/lynxscreen1.png" alt="Lynx Screenshot" title="lynxscreen1" width="325" height="226" class="displayed size-full wp-image-295" /></p>]]></content:encoded>
			<wfw:commentRss>http://euicho.com/2008/my-accessibility-let-me-show-it-to-you/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firefox 3 is out!</title>
		<link>http://euicho.com/2008/firefox-3-is-out/</link>
		<comments>http://euicho.com/2008/firefox-3-is-out/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 22:20:48 +0000</pubDate>
		<dc:creator>euicho</dc:creator>
				<category><![CDATA[Software and Web Design]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[foss]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://euicho.com/?p=276</guid>
		<description><![CDATA[Starting at 1pm EST today, the OFFICIAL Firefox 3 release is in the wild! This marks the start of Download Day 2008, an effort to break the world record for most downloads in a day, and spread the Firefox 3 love! There are tons of cool new features in FF3, possibly the biggest is a [...]]]></description>
			<content:encoded><![CDATA[<div class="rightfloat"><img class="displayed" src="http://euicho.com/pics/ff3robot.jpg" alt="FF3 Robot" /></div>
<div style="clear: left;"></div>
<p>Starting at 1pm EST today, the OFFICIAL Firefox 3 release is in the wild!</p>
<p>This marks the start of <a href="http://www.spreadfirefox.com/en-US/worldrecord">Download Day 2008</a>, an effort to break the world record for most downloads in a day, and spread the Firefox 3 love!<span id="more-276"></span></p>
<p>There are tons of cool new features in FF3, possibly the biggest is a totally <a href="http://blog.pavlov.net/2008/03/11/firefox-3-memory-usage/">reworked memory management system</a>.  Yes, gone are the days of firefox using 600MB of ram after leaving it open for a day or two with 8 or 9 tabs open.  I&#8217;ve been using the beta for a month or so and I have to say I see a huge improvement.</p>
<p>Besides memory management, FF3 has lots of usability improvements that make it even more fun to use than version 2.  Never one to rip off another site&#8217;s hard work, show Gina some love by going to lifehacker to see the <a href="http://lifehacker.com/392160/top-10-firefox-3-features">Top 10 new features</a>.  They also have posts on the <a href="http://lifehacker.com/392128/five-extensions-you-wont-need-with-firefox-3">extensions you won&#8217;t need</a> anymore, and more on <a href="http://lifehacker.com/387944/how-to-make-your-own-smart-bookmarks-in-firefox-3">smart bookmarks</a>.  Mozilla has some <a href="http://www.mozilla-europe.org/en/firefox/tips/">neat tips</a> right on their website too.</p>
<p>So hurry up, you&#8217;re running out of time! Help set a world record by downloading Firefox 3 right now.  If you&#8217;re reading this late, get it now anyway.  You will <em>NOT</em> be disappointed and if you&#8217;re not tech savy, trust me: It only makes browsing the web <strong>easier</strong>.</p>]]></content:encoded>
			<wfw:commentRss>http://euicho.com/2008/firefox-3-is-out/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Desktop &#8211; My New Layout</title>
		<link>http://euicho.com/2008/the-desktop-my-new-layout/</link>
		<comments>http://euicho.com/2008/the-desktop-my-new-layout/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 19:47:35 +0000</pubDate>
		<dc:creator>euicho</dc:creator>
				<category><![CDATA[Personal/Blog News]]></category>
		<category><![CDATA[Software and Web Design]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://euicho.com/?p=275</guid>
		<description><![CDATA[Well, I figured it was about time for a change. I&#8217;ve had the forest theme on here since I moved to the euicho.com domain, and frankly my website felt a little stale. Although I haven&#8217;t blogged about them much, some of you may know I have a somewhat-secret love affair with moleskines that has lasted [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I figured it was about time for a change.  I&#8217;ve had the forest theme on here since I moved to the euicho.com domain, and frankly my website felt a little stale.</p>
<p>Although I haven&#8217;t blogged about them much, some of you may know I have a somewhat-secret love affair with moleskines that has lasted for a few years now.  Nothing quite compares to the feeling of undoing that elastic band, opening up to a fresh page, and writing down anything that comes to mind.  One day when I was sketching website layouts in in my large moleskine I stepped back and realized that I needed to change my P.O.V.</p>
<p><span id="more-275"></span>The layout I wanted was sitting right in front of me!  With that in mind I began making a list of the things I wanted on my desk and although I havn&#8217;t incorporated all of them  (I wanted it to look realistic, but not <em>too</em> cluttered) I&#8217;m so far very happy with the initial results.  If anyone has suggestions I would love to hear them.</p>
<p>This page is meant to have a non-fixed width, meaning you can shrink it down pretty far and still read entries, however you may hide the random goodies like the magazine (which is really meant to be a website title banner with a dash of fun and humor) and latest photo.</p>
<p>The challenge, however, was choosing the height.  I assume nobody is using a height of smaller than 800px in this day and age so that was my minimum requirement and that is why you may be thinking that moleskine is awfully short.  My laptop is 1280&#215;800 so that&#8217;s not an unreasonable size, however on non-widescreen monitors it does look a little smooshed.  I&#8217;ll likely make a toggle button to switch from widescreen to 4:3 sizes in the coming weeks.  If you are using a smaller resolution than that, lets face it: you need to come join the modern age.  If you&#8217;re on an iPhone your browser will scale the page, and if you&#8217;re on another moble device that doesn&#8217;t, use <a href="http://euicho.com/?feed=rss2">the rss feed</a>.</p>
<p>I hope you all enjoy it, and as I said, if you see anything broken, or that you think needs to be added or changed, please let me know. All constructive criticism is welcome.</p>]]></content:encoded>
			<wfw:commentRss>http://euicho.com/2008/the-desktop-my-new-layout/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Simple Chord Arpeggiation</title>
		<link>http://euicho.com/2008/simple-chord-arpeggiation/</link>
		<comments>http://euicho.com/2008/simple-chord-arpeggiation/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 01:46:58 +0000</pubDate>
		<dc:creator>euicho</dc:creator>
				<category><![CDATA[Books, Movies, Music, and TV]]></category>
		<category><![CDATA[Software and Web Design]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://euicho.com/?p=264</guid>
		<description><![CDATA[I think Celemony has just changed digital audio manipulation forever. Watch this video, its so awesome! They&#8217;ve created what they call &#8220;Direct Note Access&#8221;, which i call arpeggiation, or breaking a chord down to its individual notes. This may seem simple but was never possible before! We&#8217;ve always wanted it, but to my knowledge nobody [...]]]></description>
			<content:encoded><![CDATA[<div class="rightfloat" style="margin-bottom: 10px;"><img class="displayed alignright" src="http://euicho.com/pics/waveform.gif" alt="Some waveform" width="240" height="118" /></div>
<div style="clear: left;"></div>
<p>I think Celemony has just changed digital audio manipulation forever.  <a href="http://www.celemony.com/cms/index.php?id=dna">Watch this video, its so awesome</a>!  They&#8217;ve created what they call &#8220;Direct Note Access&#8221;, which i call arpeggiation, or breaking a chord down to its individual notes.  This may seem simple but was never possible before!  We&#8217;ve always wanted it, but to my knowledge nobody had yet done it (or at least not in a consumer product with a simple GUI to boot!).</p>
<div style="clear: left;"></div>]]></content:encoded>
			<wfw:commentRss>http://euicho.com/2008/simple-chord-arpeggiation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twoosh Spotter: A Greasemonkey Script</title>
		<link>http://euicho.com/2007/twoosh-spotter-a-greasemonkey-script/</link>
		<comments>http://euicho.com/2007/twoosh-spotter-a-greasemonkey-script/#comments</comments>
		<pubDate>Wed, 14 Nov 2007 06:12:29 +0000</pubDate>
		<dc:creator>euicho</dc:creator>
				<category><![CDATA[Software and Web Design]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twoosh]]></category>

		<guid isPermaLink="false">http://euicho.com/?p=256</guid>
		<description><![CDATA[EDIT (10/6/2009): Twoosh Spotter is now up to v2.0. I&#8217;ve fixed it so that the tweets shown after hitting the &#8220;more&#8221; button get checked for twooshes, and also fixed a bug where &#8220;&#38;&#8221; was converted to &#8220;&#38; a m p ;&#8221; and counted as 4 characters instead of 1. I recently came across a new [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="Twoosh Spotter icon" src="http://s3.amazonaws.com/uso_ss/icon/13873/thumb.png" alt="" width="120" height="90" /><br />
<em>EDIT (10/6/2009): Twoosh Spotter is now up to v2.0.  I&#8217;ve fixed it so that the tweets shown after hitting the &#8220;more&#8221; button get checked for twooshes, and also fixed a bug where &#8220;&amp;&#8221; was converted to &#8220;<code>&amp; a m p ;</code>&#8221; and counted as 4 characters instead of 1.</em></p>
<p>I recently came across a new portmanteau on Twitter called a <em>&#8220;twoosh&#8221;</em> (TWitter swOOSH)!</p>
<p>Coined by <a href="http://rentzsch.com/">rentzsch</a>, A twoosh is a twitter that hits the 140 character limit exactly on the nose. This is just one of those fun little oddities that people like to play with, but unless the poster follows up their twoosh with another post pointing it out, the twoosh goes unnoticed by all but the equally twoosh endeared&#8230; and those with OCD.</p>
<p><span id="more-256"></span></p>
<p>To combat both OCD and unnecessary tweets by users calling out their own twooshes, I&#8217;ve created a Greasemonkey script that indicates twooshes called Twoosh Spotter!</p>
<div id="attachment_725" class="wp-caption aligncenter" style="width: 527px"><img class="size-full wp-image-725" title="Twoosh Spotter Screen-cap" src="http://euicho.com/wp-content/uploads/2007/11/TSscreencap.png" alt="Example of a spotted twoosh" width="517" height="83" /><p class="wp-caption-text">Example of a spotted twoosh</p></div>
<p>Quite simply, Twoosh Spotter places a little swoosh icon next to any twoosh on any twitter page.</p>
<p>It will also display the character count for any twitter in a timeline if you:</p>
<ol>
<li>Right-click on the greasemonkey icon in your status bar and go to &#8220;Manage User Scripts&#8221;</li>
<li>Select TwooshSpotter in the left pane and hit the &#8220;Edit&#8221; button. This should open it in notepad or your default text editor.</li>
<li>Find the line that starts with &#8220;var show_count = false;&#8221; (line 33). and change the <em>false</em> to <em>true</em>.</li>
</ol>
<p>Easy as 1,2,3! I debating turning this on by default but it may look a bit cluttered for some users so I went with the sleeker look.</p>
<p>So far this script seems to work great for me, but please do let me know if you find any bugs or strange behavior, or just want to make a suggestion. Also feel free to customize the script to your liking (but do leave mention of me in the source). If you don&#8217;t like my twoosh icon you can either make me a better one to distribute (please! I&#8217;m no graphic designer!) or just make yourself one and modify the script (replace that huge block of gibberish) to use your own.</p>
<p>To get twoosh spotter, go to <a href="http://userscripts.org/scripts/show/13873">http://userscripts.org/scripts/show/13873</a>.</p>
<p>It&#8217;s new, so I&#8217;m sure to find issues and update it frequently. If you have any problems, go back to the userscripts page and check if there is a newer version. If not, leave me a comment there or direct-message me in twitter at my username &#8220;euicho&#8221;.</p>
<p>Now, for those of you who don&#8217;t know what <a href="https://addons.mozilla.org/en-US/firefox/addon/748">greasemonkey</a> is you should definitely get familiar with it, as it is one of the coolest ways to customize websites to your liking. Its a Firefox add-on, and once installed you can install little scripts that add functionality or modify the way a page looks.</p>
<p>If you just can&#8217;t be bothered to install greasemonkey you can always use the <a href="http://euicho.com/greasemonkey/twooshspotter.xpi">Twoosh Spotter Firefox Add-On</a> (You&#8217;ll have to save it then drag it into firefox to install it), but I suggest using the greasemonkey script instead as it is more light-weight and easier to modify.</p>
<p>Happy twooshing!</p>]]></content:encoded>
			<wfw:commentRss>http://euicho.com/2007/twoosh-spotter-a-greasemonkey-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kaiser Kuo is Full of $hi7</title>
		<link>http://euicho.com/2007/kaiser-kuo-is-full-of-hi7/</link>
		<comments>http://euicho.com/2007/kaiser-kuo-is-full-of-hi7/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 00:29:19 +0000</pubDate>
		<dc:creator>euicho</dc:creator>
				<category><![CDATA[Software and Web Design]]></category>
		<category><![CDATA[Technology and Gadgets]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[piracy]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://euicho.com/?p=250</guid>
		<description><![CDATA[Torrentfreak.com has written an article analyzing why there is no way Kaiser Kuo&#8217;s claim that Blin.cn&#8217;s new P2P technology is 50x faster than Bittorrent. Its definately worth a read to educate yourself about the current state of the art. via torrentfreak.com TorrentFreak contacted Ashwin Navin, President and Co-Founder of BitTorrent Inc. When confronted with the [...]]]></description>
			<content:encoded><![CDATA[<p>Torrentfreak.com has written an article <a href="http://torrentfreak.com/50x-faster-than-bittorrent-071017/">analyzing why there is no way</a> Kaiser Kuo&#8217;s claim that Blin.cn&#8217;s new P2P technology is 50x faster than Bittorrent. Its definately worth a read to educate yourself about the current state of the art.</p>
<blockquote><div class="source"><a href="http://torrentfreak.com/50x-faster-than-bittorrent-071017/">via torrentfreak.com</a></div>
<div>TorrentFreak contacted Ashwin Navin, President and Co-Founder of BitTorrent Inc. When confronted with the 50 times faster than BitTorrent claim, he said: “BitTorrent can regularly saturate your downstream capacity, which in layman’s terms means BitTorrent is as fast as you can get. The claim is indicative of the fact that BitTorrent is the global standard for P2P transfers, against which all others are compared. BitTorrent DNA took that standard up significantly, but we don’t run around making sensationalist claims to get buzz.”</div>
</blockquote>]]></content:encoded>
			<wfw:commentRss>http://euicho.com/2007/kaiser-kuo-is-full-of-hi7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I told you Vista was bad!</title>
		<link>http://euicho.com/2007/i-told-you-vista-was-bad/</link>
		<comments>http://euicho.com/2007/i-told-you-vista-was-bad/#comments</comments>
		<pubDate>Mon, 20 Aug 2007 16:29:42 +0000</pubDate>
		<dc:creator>euicho</dc:creator>
				<category><![CDATA[Software and Web Design]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://euicho.com/?p=244</guid>
		<description><![CDATA[Just how bad is Vista? Let us ask PC Magazine editor-in-chief Jim Louderback! note: link is to Slashdot for credit&#8217;s sake, but you can go directly to the article here, which is mostly about Louderback moving on to Revision3, a most excellent internet TV company that hosts 3 of my favorite videocasts: Diggnation, thebroken, and [...]]]></description>
			<content:encoded><![CDATA[<p>Just how bad <em>is</em> Vista? Let us ask <a href="http://slashdot.org/articles/07/08/18/1512243.shtml">PC Magazine editor-in-chief Jim Louderback</a>!</p>
<p>note: link is to Slashdot for credit&#8217;s sake, but you can go directly to the article <a href="http://www.pcmag.com/article2/0,1895,2171472,00.asp">here</a>, which is mostly about Louderback moving on to <a href="http://www.revision3.com">Revision3</a>, a most excellent internet TV company that hosts 3 of my favorite videocasts: Diggnation, thebroken, and Systm. All definately worth the watch!</p>]]></content:encoded>
			<wfw:commentRss>http://euicho.com/2007/i-told-you-vista-was-bad/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>When chatbots meet&#8230;</title>
		<link>http://euicho.com/2007/two-chat-bots-hold-an-erie-conversation/</link>
		<comments>http://euicho.com/2007/two-chat-bots-hold-an-erie-conversation/#comments</comments>
		<pubDate>Fri, 18 May 2007 02:40:39 +0000</pubDate>
		<dc:creator>euicho</dc:creator>
				<category><![CDATA[Science]]></category>
		<category><![CDATA[Software and Web Design]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[interesting]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://euicho.com/?p=224</guid>
		<description><![CDATA[There is a fascinating article in Discover Magazine about chat bots, and it turns out very intelligible conversations can occur when two chat bots converse only with each other: J: Well, you should develop your skills. A: Perhaps you could develop it and add it to my source code. J: Alas, I&#8217;m busy and I [...]]]></description>
			<content:encoded><![CDATA[<p>There is a fascinating article in Discover Magazine about chat bots, and it turns out very intelligible conversations can occur when two chat bots converse only with each other:</p>
<blockquote><p>J: Well, you should develop your skills.</p>
<p>A: Perhaps you could develop it and add it to my source code.</p>
<p>J: Alas, I&#8217;m busy and I have to leave soon. . . .</p>
<p>A: Do you think we&#8217;ll ever fool people into thinking we&#8217;re alive?</p>
<p>J: No.</p>
<p>A: Are you serious?</p>
<p>J: Very serious.</p></blockquote>
<p>Read the full article at <a href="http://discovermagazine.com/2007/brain/i-chat-therefore-i-am/article_print">discovermagazine.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://euicho.com/2007/two-chat-bots-hold-an-erie-conversation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Boost your Internet Connection in 2 minutes</title>
		<link>http://euicho.com/2007/boost-your-internet-connection-in-2-minutes/</link>
		<comments>http://euicho.com/2007/boost-your-internet-connection-in-2-minutes/#comments</comments>
		<pubDate>Thu, 22 Feb 2007 20:49:09 +0000</pubDate>
		<dc:creator>euicho</dc:creator>
				<category><![CDATA[Software and Web Design]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://euicho.com/?p=205</guid>
		<description><![CDATA[&#160; I just came across a great little utility today, and am amazed I&#8217;ve not heard about it before now. Its called TCP Optimizer, and it&#8217;s greatly boosted my download speeds. Why You Should Care If you have a &#8220;broadband&#8221; connection, but it still crawls, or if your ISP advertises 2Mbps downloads but your *local* [...]]]></description>
			<content:encoded><![CDATA[<div class="rightfloat" style="margin-left: 6px">
<img src="http://euicho.com/pics/gauge.jpg" alt="Random Gauge" />
</div>
<div style="clear: left"> &nbsp; </div>
<p>I just came across a great little utility today, and am amazed I&#8217;ve not heard about it before now. Its called <a href="http://www.speedguide.net/downloads.php">TCP Optimizer</a>, and it&#8217;s greatly boosted my download speeds.<br />
<span id="more-205"></span></p>
<h2 class="heading">Why You Should Care</h2>
<p>If you have a &#8220;broadband&#8221; connection, but it still crawls, or if your ISP advertises 2Mbps downloads but your *local* speed tester shows more like 900kbps, or if you just wish things would download faster, then TCP Optimizer can make you a happy little surfer. Now I&#8217;m sure you&#8217;ve seen annoying pop-up ads before telling you &#8220;your connection is slow, speed it up here!&#8221; or something to that effect; I know I have, and I also know they&#8217;ve made me skeptical of any free &#8220;speed improving&#8221; product. However, you needn&#8217;t worry my friends, for this little freeware util. is virus free and spyware free. Best of all, it really <em>does work</em>!</p>
<h2 class="heading">The Skinny</h2>
<p>On most all Windows OSs (even XP) the network settings are configured for low-speed connections and devices. This increases dial-up speeds, but can greatly slow our superior broadband connections. TCP Optimizer works by tuning your TCP/IP parameters in the registry, mainly the networking related buffers, increasing your connection speed by as much as 200%.</p>
<h2 class="heading">The Simple Setup</h2>
<p>TCP Optimizer is set up so that complete novices and power users alike can enjoy a faster connection. For novice users:</p>
<ol>
<li>Simply download the program, run it (theres no installation), and for safety&#8217;s sake, click &#8220;File&#8221; > &#8220;Backup current settings&#8221; and save it somewhere. This will let you go back to your default settings just in case.</li>
<li>Set the slider to the speed your ISP advertises in kbps (kilo-bits, not kilo-Bytes!).</li>
<li>Choose your Network Adapter, or check to &#8220;Modify All Network Adapters&#8221;.</li>
<li>Choose the &#8220;Optimal settings&#8221; radio-button near the bottom of the program and click &#8220;Apply changes&#8221;. Reboot when prompted by the program.</li>
</ol>
<p>Thats all there is to it! Now don&#8217;t get snarky and set the slider to more than your reported speed, as it may actually lower your rate. For power users, there are options for setting your MTU (it will even calculate the largest unfragmented MTU size for you!), maximum connections per server, QoS, TOS, DNS error caching, and multiple-site latency. Now if thats all mumbo-jumbo to you, just use the novice steps above and you&#8217;ll be humming along in seconds.</p>
<h2 class="heading">Compatibility and Concerns</h2>
<p>I suppose you&#8217;re now wondering what the downside to this is. Well&#8230; there are none. Seriously! Lets address some concerns you may have, and whether or not it will work on your system.</p>
<p>This program doesn&#8217;t slow your computer down, because it changes the settings then doesn&#8217;t run again. The settings stay through reboots, and you never have to run it after the first time. In fact, you could delete it once you&#8217;ve tweaked your connection if you wish, bud it&#8217;d keep it around, as you may want to change your settings in the future.</p>
<p>TCP Optimizer doesn&#8217;t install anything, and you can revert to the default windows settings with a simple click of a button. It works behind routers and firewalls, and supports Dial-up, Cable, DSL, 1 and 2-way Satellite, and T1.<br />
Supported OSs include: Windows 95, 98/98se, ME, 2000 pro/server, XP home/pro/sp2, and 2003 server.</p>
<p>All in all, I cannot think of a single reason not to use this wonderful utility. It does exactly what I need it to, does it very well, and is as unobtrusive as you can get. I think everyone with a windows computer should use it to get their computer&#8217;s internet connection running at peak performance. <a href="http://www.speedguide.net/downloads.php">Try it for yourself</a>. I guarantee you wont look back. Do a couple speed tests at your favorite testing site, I strongly recommend <a href="http://ww.speedtest.net/index.php">speedtest.net</a>, use TCP Optimizer as explained above, reboot, and try the same speed test again. I bet you&#8217;ll soon be telling all of your friends about it too!</p>
<p>For more information on TCP Optimizer<a href="http://www.speedguide.net/tcpoptimizer.php">view the documentation</a>, and <a href="http://www.speedguide.net/faq_in.php?category=100">check out the FAQ</a>.</p>
<h3 class="heading">Update: Speeding up BitTorrent Downloads</h3>
<p>If you want to further speed up BitTorrent downloads, I strongly suggest you read these three great articles at TorrentFreak.com:<br />
<a href="http://torrentfreak.com/speed-up-your-torrents/">Speed Up Your Torrents</a><br />
<a href="http://torrentfreak.com/speed-up-bitcomet-and-%c2%b5torrent/">Speed Up Bitcomet and uTorrent</a><br />
<a href="http://torrentfreak.com/speed-up-your-torrents-ii/">Speed Up Your Torrents II</a></p>
<div style="clear: left"> &nbsp; </div>]]></content:encoded>
			<wfw:commentRss>http://euicho.com/2007/boost-your-internet-connection-in-2-minutes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Knowledge Is Only a Few Clicks Away</title>
		<link>http://euicho.com/2007/knowledge-is-only/</link>
		<comments>http://euicho.com/2007/knowledge-is-only/#comments</comments>
		<pubDate>Mon, 05 Feb 2007 21:15:36 +0000</pubDate>
		<dc:creator>euicho</dc:creator>
				<category><![CDATA[Books, Movies, Music, and TV]]></category>
		<category><![CDATA[Software and Web Design]]></category>
		<category><![CDATA[the cool, weird, and funny]]></category>
		<category><![CDATA[interesting]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://euicho.com/?p=200</guid>
		<description><![CDATA[The internet is truly amazing. Check this out: I was on twitter and read the following on the public timeline (a list of all public updates): &#8220;the song &#8216;so much&#8217; by spill canvas is amazing&#8221; I thought to myself, &#8220;I wonder what that song sounds like.&#8221; Now, when I was younger I&#8217;d have to go [...]]]></description>
			<content:encoded><![CDATA[<p>The internet is truly amazing. Check this out:</p>
<p>I was on <a href="http://twitter.com">twitter</a> and read the following on the public timeline (a list of all public updates):</p>
<blockquote><p>&#8220;the song &#8216;so much&#8217; by spill canvas is amazing&#8221;</p></blockquote>
<p> I thought to myself, &#8220;I wonder what that song sounds like.&#8221;<br />
<span id="more-200"></span><br />
 Now, when I was younger I&#8217;d have to go to the record store and buy it to find out if I even liked the band. Today, instead, I went <a href="http://www.smacki.com/mp3%20search%20using%20google">here</a>, which brought me <a href="http://www.google.com/search?q=%22spill+canvas%22+intitle%3Aindex.of+mp3+-html+-htm+-php+-asp+-txt+-pls&#038;q_=spill+canvas&#038;sa=Search">here</a>, which <a href="http://statikheart.com/jj/mp3/spill%20canvas/Sunsets%20and%20Car%20Crashses/">gave me the song</a>.</p>
<p>Three hops to sample the full song. And if I like it, I can buy the album on iTunes.</p>
<p>Don&#8217;t ever take this wonderful thing for granted, because it could be destroyed as fast as it came into being.</p>
<p>PS: Its a very good song. You can tell when a person feels real love. I know, because I feel it too.</p>]]></content:encoded>
			<wfw:commentRss>http://euicho.com/2007/knowledge-is-only/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Embedding an image in a URL</title>
		<link>http://euicho.com/2007/embedding-an-image-in-a-url/</link>
		<comments>http://euicho.com/2007/embedding-an-image-in-a-url/#comments</comments>
		<pubDate>Thu, 01 Feb 2007 22:10:34 +0000</pubDate>
		<dc:creator>euicho</dc:creator>
				<category><![CDATA[Software and Web Design]]></category>
		<category><![CDATA[the cool, weird, and funny]]></category>
		<category><![CDATA[interesting]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://euicho.com/?p=199</guid>
		<description><![CDATA[The up and coming Hackszine, by the people that brought us Makezine, and Craftzine, has a cool (old-ish) post about embedding image data into a URI, using the &#8220;data:&#8221; URI. This actually works for any data (image, text, xml, etc) but the most fun thing to me is using it for images. The URI string [...]]]></description>
			<content:encoded><![CDATA[<p>The up and coming <a href="http://www.hackzine.com">Hackszine</a>, by the people that brought us <a href="http://makezine.com">Makezine</a>, and <a href="http://craftzine.com">Craftzine</a>, has a cool (old-ish) post about <a href="http://www.hackszine.com/blog/archive/2006/11/rfc_2397_embed_image_data_insi.html?CMP=OTC-7G2N43923558">embedding image data into a URI</a>, using the &#8220;data:&#8221; URI. This actually works for any data (image, text, xml, etc) but the most fun thing to me is using it for images.</p>
<p>The URI string could get <em>very</em> large <em>very</em> fast, however, so the <a href="http://www.scalora.org/projects/uriencoder/">converter</a> limits you to 51200 bytes. It also takes a little finagling once the converter spits it out, as you have to take out the single-quotes, tabs, plus signs, and carriage returns. This is done pretty easily with a RegExp search-and-replace for: &#8216;*&#8217; (replacing it with nothing). once you do that, you have to strip off some bits from the beginning and end, so it looks like this: <a href="data:image/gif;base64,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" rel="nofollow" rel="nofollow" rel="nofollow">Me</a>.</p>
<p>Fun stuff!</p>]]></content:encoded>
			<wfw:commentRss>http://euicho.com/2007/embedding-an-image-in-a-url/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t Dash Out the Door to Get Vista</title>
		<link>http://euicho.com/2006/dont-dash-out-the-door-to-get-vista/</link>
		<comments>http://euicho.com/2006/dont-dash-out-the-door-to-get-vista/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 20:28:02 +0000</pubDate>
		<dc:creator>euicho</dc:creator>
				<category><![CDATA[Software and Web Design]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://euicho.com/?p=191</guid>
		<description><![CDATA[&#160; I know the idea of Microsoft finally releasing a new OS is cause for celebration among some (though for the life of me I don&#8217;t know why&#8230;), you may want to wait untill its been out for a while, before going out to grab a copy. Though it doesn&#8217;t release to consumers until Jan. [...]]]></description>
			<content:encoded><![CDATA[<div class="rightfloat" style="margin-top:34px">
<img src="http://euicho.com/pics/vista.png" alt="Windows Vista" style="border:2px solid #333333;" />
</div>
<div style="clear: left"> &nbsp; </div>
<p>I know the idea of Microsoft finally releasing a new OS is cause for celebration among some (though for the life of me I don&#8217;t know why&#8230;), you may want to wait untill its been out for a while, before going out to grab a copy. Though it doesn&#8217;t release to consumers until Jan. 30th, some institutions can get a copy now, but as Wired writer Bruce Gain says, you probably don&#8217;t want to.<br />
<span id="more-191"></span></p>
<blockquote style="margin-top: 40px;"><div class="source"><a href="http://www.wired.com/news/culture/reviews/0,72295-0.html?tw=wn_index_1">Bruce sez:</a></div>
<div>Visual splendor is Vista Ultimate&#8217;s greatest selling point &#8212; the new operating system does offer a graphically intensive interface that differs greatly from that of Windows XP. Also, Vista dumbs everything down for you, streamlining the Wild West of complex OS software into a useful product&#8230; However, I encountered several bumps in the road during testing that show Vista is not ready for everyday use by millions of people just yet &#8212; no matter how pretty it looks.</div>
</blockquote>
<p>It appears Vista&#8217;s cosmetic improvements over XP come at a price. Not only will many of your older programs not run on Vista, some of your peripherals may also experience incompatability woes. Plus, lets face it, new Windows releases are <em>always</em> buggy while the user-base ferrets out glitches and vulnerabilities that the beta testers missed, so you might as well stick with XP for now. Actually, unless your using an application that specifically requires XP and has no existing equivilant in Linux, and barring games or course there are VERY few apps of any kind without a par or better open source equivilant, you should be using Linux <em>anyway</em>!</p>
<p>I mean, think about this: why pay for an OS when there is a free OS that not only has an endless number of variations suited to any need you may have, but also supports an endless number of free applications that run on it? Its common sense people.</p>
<p>And don&#8217;t give me that &#8220;I don&#8217;t know linux&#8221; or &#8220;Sorry Tom, we can&#8217;t all be computer gurus&#8221; excuse. ANYONE, even my grandmother, who has never used a computer, could install <a href="http://www.ubuntu.com/" title="Ubuntu Linux">Ubuntu</a> by herself. Yes, some distros are hard to get up and running, but most are not, and Ubuntu is the king of that domain. So do yourself a favor and instead of spending $300 on Vista, install Ubuntu for free, and dual boot it and windows. That way you can still play your Windows games and you won&#8217;t be dropped into an unfamiliar albeit user friendly environment all at once. Go ahead, wean yourself off the tainted teat of Microsoft.</p>
<p>Oh, and if you are really scared to install Ubuntu by yourself, here are a couple guides to make it even simpler:</p>
<p><a href="http://www.pcmech.com/show/os/903/">Installing Ubuntu Linux</a><br />
<a href="http://video.google.com/videoplay?docid=-2369893842637434537">Video: Installing Ubuntu on a windows machine (Dual Booting)</a><br />
<a href="http://video.google.com/videoplay?docid=-6104490811311898236&#038;q=">and here&#8217;s another dual boot video</a>.</p>
<p>Oh yeah, got a little sidetracked. Bruce goes on to say:</p>
<blockquote><p>The Verdict<br />
Vista&#8217;s power consumption superlatives aside, I would not recommend going out and buying Vista off the shelf or pre-installed on a PC when it becomes available. Users will likely suffer many headaches with missing peripheral drivers and a lack of backward compatibility with legacy software, and those headaches will not make Vista worth its hefty price tag.</p>
<p>If possible, wait a year or more after Vista&#8217;s launch to invest in the operating system. At least by then, numerous updates, hardware drivers and service packs will likely have been released.</p>
<p>One potential treat I hope to review in the near future is how game developers will take advantage of Microsoft&#8217;s DirectX 10 API, which Vista offers. Unfortunately, DirectX 10 games and capable graphics cards were not yet available when we ran our tests.</p></blockquote>
<div style="clear: left"> &nbsp; </div>]]></content:encoded>
			<wfw:commentRss>http://euicho.com/2006/dont-dash-out-the-door-to-get-vista/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WordPress 1.5  (finally!)</title>
		<link>http://euicho.com/2005/wordpress-15-finally/</link>
		<comments>http://euicho.com/2005/wordpress-15-finally/#comments</comments>
		<pubDate>Mon, 31 Oct 2005 23:36:10 +0000</pubDate>
		<dc:creator>euicho</dc:creator>
				<category><![CDATA[Personal/Blog News]]></category>
		<category><![CDATA[Software and Web Design]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://euicho.com/?p=132</guid>
		<description><![CDATA[&#8220;Oh big surprise Tom! You havn&#8217;t updated for ever or posted new photos.&#8221; But&#8230; But&#8230; this time is different! Honest! You see, I just got a new job working technical support at UNET, the University of Maine System&#8217;s network that supports almost every school and library in Maine! It&#8217;s a great job and I get [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Oh big surprise Tom! You havn&#8217;t updated for ever or posted new photos.&#8221;</p>
<p>But&#8230; But&#8230; this time is different! Honest! You see, I just got a new job working technical support at <a href="http://www.unet.maine.edu/">UNET</a>, the University of Maine System&#8217;s network that supports almost every school and library in Maine! It&#8217;s a great job and I get to play with routers in my shell acct. and help solve problems across the network. Today I took a 58 minute call, which was crazy, because it was only my second day on the phones. But non-disclosure and such, I&#8217;ll leave it at the fact that it&#8217;s a great job.<br />
<span id="more-132"></span></p>
<p>Besides that, I feel accomplished today. I fixed <a href="http://madman.euicho.com/">Madman</a>&#8216;s ftp issues (the username I have him wasn&#8217;t quite right), and installed WordPress 1.5 on his subdomain so he can now get to work on his photoblog!</p>
<p>That, however, is only half of it, because I also upgraded <em>my</em> site to version 1.5! You may have noticed my links and about pages being missing. Rest assured, though, that these will be resolved in the next couple of days.</p>
<p>The upgrade was painless, except for the fact that my posts wouldn&#8217;t show up in my template. After 20 mins of tweaking, I realized that I had not turned plug-ins off, like the directions <strong>specifically</strong> told me to. RTFM Tom. Just RTFM&#8230;</p>
<p>I was so procrastinatory (I don&#8217;t care that that is not a word) about upgrading because I had a lot of special formatting in my index.php file, which I thought would be lost. However after reading a straightforward tutorial on it at <a href="http://codex.wordpress.org/Upgrade_1.2_to_1.5">codex.wordpress.org</a>, I realized it would only take a few simple steps. I know Jalb, you told me this way earlier this year, but <strong>you</strong> never imported your old style, which led me to believe it was a more involved process. Oh what a cop out, the truth is that I&#8217;m a horiffic procrastinator&#8211;a point I&#8217;m sure you all already know all too well.</p>
<p>I also upgraded my version of gallery, which needs drastic formatting changes. It&#8217;ll be done after I resolve my blog issues. Then I will update it with tons of new photos. For now, I&#8217;ll leave you with a halloween gift: Amme, her old roommate Becky, and I in our Halloween costumes. I&#8217;m wearing facepaint, going as a Dia del los Muertos style priest, Amme is a dark faerie, and Becky is a punker girl.</p>
<div style="margin-left: 26px;"><img style="border: 2px solid #333;" title="Amme, Tom, and Becky before going out to Soma36 for a Halloween party." src="http://euicho.com/pics/somaparty.gif" alt="" /></div>
<p>Update: I fixed my RSS 2.0!!!<br />
The problem: <a href="http://wordpress.org/support/topic/7713">A plug-in I was using had extra white space in it!</a></p>]]></content:encoded>
			<wfw:commentRss>http://euicho.com/2005/wordpress-15-finally/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>TiddlyWiki</title>
		<link>http://euicho.com/2005/tiddlywiki/</link>
		<comments>http://euicho.com/2005/tiddlywiki/#comments</comments>
		<pubDate>Wed, 03 Aug 2005 21:57:30 +0000</pubDate>
		<dc:creator>euicho</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Software and Web Design]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tiddlywiki]]></category>

		<guid isPermaLink="false">/?p=123</guid>
		<description><![CDATA[I just realized that in my absence I never posted about TiddlyWiki! &#8220;What the heck is a TiddlyWiki,&#8221; you ask? Well duh! Its a reusable non-linear personal web notebook. Please Read On&#8230; &#8220;What does that mean?&#8221; TiddlyWiki is a single, self-contained html file, like a web page. It is like a blog, but each entry [...]]]></description>
			<content:encoded><![CDATA[<p>I just realized that in my absence I never posted about TiddlyWiki!</p>
<p>&#8220;What the heck is a TiddlyWiki,&#8221; you ask? Well duh! Its a reusable non-linear personal web notebook.</p>
<p>Please Read On&#8230;</p>
<div class="clear"></div>
<p><span id="more-123"></span></p>
<h3 class="heading">&#8220;What does that mean?&#8221;</h3>
<p><img alt="" src="http://euicho.com/pics/thumbTiddlyWiki2.png" title="The TiddlyWiki Page" class="alignright" width="228" height="226" /></p>
<p>TiddlyWiki is a single, self-contained html file, like a web page.  It is like a <a href="http://en.wiktionary.org/wiki/blog">blog</a>, but each entry is like a little index card, called a tiddler. Before I really lose you, <a href="http://tiddlywiki.com/" title="TiddlyWiki Home Page">this is what it looks like</a>. Each entry in the center of the screen is a tiddler. Go play around with it, close and open some tiddlers. Your changes wont affect the website once you reload or leave it.</p>
<p>A TiddlyWiki is like a blog because it&#8217;s divided up into neat little chunks, but it encourages you to read it by hyperlinking rather than sequentially. So instead of reading one long page in a notebook to find something, you have a pile of index cards (tiddlers) that are searchable, tagged, and link to each other. Picture yourself selecting only the index cards you want to read, and laying them down in a column on the desk in front of you. That is what TiddlyWiki does with tiddlers on your browser. It&#8217;s like a <a href="http://en.wiktionary.org/wiki/wiki">wiki</a> because anybody can edit it. <a href="http://tiddlywikitips.com/#SaveChanges" title="tiddlywikitips.com SaveChanges tiddler">Saving it is another topic</a>.</p>
<h3 class="heading">&#8220;I&#8217;m still not <em>quite</em> following you.&#8221;</h3>
<p>I know, its a difficult concept to grasp, but stick with me here! Once you get your brain around the concept, it&#8217;s so <strong>easy to use</strong>, and so <strong>versitile</strong>!</p>
<p>TiddlyWiki isn&#8217;t just a blog with short entries, because YOU customize it as you use it. As for what it actually is comprised of, its just one html file. So go to <a href="http://www.tiddlywiki.com/#DownloadSoftware" title="How to Download TiddlyWiki">this tiddler</a> and follow the simple one click instruction to save your own blank TiddlyWiki on your computer. Then you can save your changes. Some people use TiddlyWiki as a webpage. They can easily edit it on their computer, and upload it to the web where it can be viewed in it&#8217;s own wonderful fashion, but not edited by readers.</p>
<p>It&#8217;s written in HTML, CSS and JavaScript to run on any modern browser without needing any ServerSide logic. It allows anyone to create personal SelfContained hypertext documents that can be posted to any web server, sent by email or kept on a USB thumb drive to make a WikiOnAStick.</p>
<h3 class="heading">&#8220;So it&#8217;s a personal wiki then?&#8221;</h3>
<p>Almost. Though TiddlyWiki tends to follow Wiki concepts, it diverges in one key area: Presentation. Most Wikis are page-oriented: They present content and WikiWord links, but when you click on a link, the Wiki opens a new page of content. You view content a page at a time. To go back to the calling page, you click the Back button on your browser. This is very useful for long articles. The Wikipedia is an excellent example of this concept.</p>
<p>TiddlyWiki, however, is more element-oriented. TiddlyWiki presents content and <a href="http://tiddlywiki.com/#WikiWord" title="The WikiWord tiddler">WikiWord links</a>, but when you click a link, the content pops open in its own space on the same page. The huge advantage of this is that you are seeing the linked content in context along with the content of the calling link. It really makes working with the content more intuitive because you see not only the related information, but you see it with what it&#8217;s related to. This is especially useful when using TiddlyWiki for Notes and Documentation. The caveat to this is that it doesn&#8217;t work that well for long articles. TiddlyWiki is more suited to MicroContent or short, related chunks of information.</p>
<h3 class="heading">&#8220;Ah, I see! So what use is it?&#8221;</h3>
<p>TiddlyWiki has almost limitless possibilities:</p>
<ul>
<li>It works great as a documentation manager for products, software, etc.</li>
<li>Do you have a desktop full of tiny .txt file reminders and notes? It can store little bits of information, reminders, and notes like that with ease.</li>
<li>It makes a great FAQ page.</li>
<li>Turn it into a todo list, with items as tiddlers.</li>
<li>Some use it as a blog.</li>
<li>Some use it as a website.</li>
<li>Make it your own personal dictionary/encyclopedia.</li>
</ul>
<p>Or, if you require more than TiddlyWiki can do, try one of the multitude of adaptations:</p>
<ul>
<li>Jacques TurbÃ©&#8217;s <a href="http://avm.free.fr/tidlipo.html">TidliPo</a>, in French</li>
<li>Joe Raii&#8217;s <a href="http://www.cs.utexas.edu/~joeraii/siglet/">Siglet</a></li>
<li>JÃ¡roli JÃ³zsef&#8217;s <a href="http://innen.hu/MagyarTiddlyWiki">MagyarTiddlyWiki</a> in Hungarian</li>
<li>Yoshimov&#8217;s <a href="http://wiki.yoshimov.com/?page=EncryptedTiddlyWiki">EncryptedTiddlyWiki</a></li>
<li>Tiago Dionizio&#8217;s <a href="http://mega.ist.utl.pt/~tngd/wiki/">TsWiki</a> using Tcl and SQLite</li>
<li>Tim Morgan&#8217;s <a href="http://timmorgan.org/ZiddlyWiki/">ZiddlyWiki</a> based on Zope</li>
<li>Steve Rumsby&#8217;s <a href="http://www.rumsby.org/wiki/yatwa.html">YetAnotherTiddlyWikiAdaptation</a></li>
<li>Phono Hawk&#8217;s <a href="http://ccm.sherry.jp/tiddly/">PerlTiddlyWiki</a></li>
<li>Nathan Bower&#8217;s <a href="http://shared.snapgrid.com/gtd_tiddlywiki.html">GTDTiddlyWiki</a></li>
<li>Simon Baird&#8217;s <a href="http://homes.jcu.edu.au/~ccscb/">homepage</a> with various enhancements including a SortableGrid</li>
<li>Geet Duggal&#8217;s <a href="http://www.geetduggal.com/PileTiddly/">PileTiddly</a></li>
<li>Dan Phiffer&#8217;s TiddlyWikiRemote at <a href="http://phiffer.org/tiddly/" rel="nofollow">http://phiffer.org/tiddly/</a></li>
<li>Jonny LeRoy&#8217;s <a href="http://www.digitaldimsum.co.uk/">TiddlyTagWiki</a></li>
<li>Jody Foo&#8217;s <a href="http://informationality.com/tagglywiki/tagglywiki.html">TagglyWiki</a></li>
<li><a href="http://www.christianhauck.net/html/14300.html">Christian Hauck&#8217;s</a></li>
<li>Tony Lownds&#8217;s <a href="http://tony.lownds.com/tiddly/dev/cgi/index.cgi">TiddlyHacks</a></li>
<li>Tim Cuthbertson and MattGiuca&#8217;s <a href="http://codestar.lidonet.net/misc/tiddlywikicss.html">TiddlyWikiCSS</a></li>
<li>Patrick Curry and GabrielJeffrey&#8217;s <a href="http://www.patrickcurry.com/tiddly/">PhpTiddlyWiki</a></li>
<li>There&#8217;s also Kevem Buangga&#8217;s <a href="http://www.kevembuangga.com/hwk/hailiwiki.htm">TiddlyWikiClone</a></li>
</ul>
<h3 class="heading">&#8220;Can I see some examples?&#8221;</h3>
<p>Sure! Many people are using TiddlyWiki for many different reasons:</p>
<ul>
<li>Christopher James has compiled a comprehensive guide to TabletPCs at <a href="http://www.tabletpcwiki.net/" rel="nofollow">http://www.tabletpcwiki.net/</a></li>
<li>Miguel Centellas has created an extensive guide to Bolivian politics at <a href="http://www.centellas.org/politics/politiddly.html" rel="nofollow">http://www.centellas.org/politics/politiddly.html</a></li>
<li>Bruno Tiago Rodrigues has created a geocaching community site in Portuguese at <a href="http://travelbugrace.geocaching-pt.net/" rel="nofollow">http://travelbugrace.geocaching-pt.net/</a></li>
<li>Charles Stross, a celebrated British ScienceFiction writer, has used TiddlyWiki for his &#8216;Tough Guide to the Rapture of the Nerds&#8217; at <a href="http://www.antipope.org/charlie/toughguide.html" rel="nofollow">http://www.antipope.org/charlie/toughguide.html</a></li>
<li>Kristoffer Nilaus Olsen, a member of the Danish Student Group of Amnesty International, has used TiddlyWiki to collate reports of breaches of human rights. His site is at <a href="http://www.resultat.dk/sg/tw/students.html" rel="nofollow">http://www.resultat.dk/sg/tw/students.html</a></li>
<li>Elise Springer, a philospher at Wesleyan University in Connecticut, USA, is using TiddlyWiki for her homepage at <a href="http://espringer.web.wesleyan.edu/" rel="nofollow">http://espringer.web.wesleyan.edu/</a></li>
<li>Martin Silcock, an brand researcher working with Millward Brown, is using TiddlyWiki for his homepage at <a href="http://www.explorate.co.uk/" rel="nofollow">http://www.explorate.co.uk/</a></li>
<li>Many people are using the GTDTiddlyWiki variant for personal productivity, and there&#8217;s been some interesting experiments in <a href="http://tiddlywiki.com/#TiddlyWikiFiction">TiddlyWikiFiction</a></li>
</ul>
<h3 class="heading">Help, Tips, and Resources</h3>
<p>If you still can&#8217;t get your head around TiddlyWiki, just <a href="http://tiddlywiki.com/#DownloadSoftware">download the html file</a> and play with it! You&#8217;ll see its easy as pie.<br />
I suggest you check the TiddlyWiki website first, as Jeremy has really streamlined the <a href="http://tiddlywiki.com">TiddlyWiki homepage</a>.</p>
<p>There are many resources for Tiddlywiki, a lot more than when we first wrote about it anyway! A great beginner&#8217;s guide is at <a href="http://www.giffmex.org/twfortherestofus.html">TiddlyWiki for the Rest of Us</a>. For a good guide, check out the <a href="http://tiddlywikiguides.org/index.php?title=TiddlyWiki_Guides">TiddlyWiki Guides</a> wiki, or <a href="http://tiddlyspot.com/twhelp/">TW Help</a></p>
<p>If you have a specific question, check the <a href="http://twfaq.tiddlyspot.com/">TiddlyWikiFAQ</a> by the Bairds, or drop me a comment! And if you&#8217;re looking for formatting help (embedding images, making text different colors, etc.) then check out the <a href="http://nothickmanuals.info/doku.php/cheatsheets">TiddlyWiki Cheat Sheat</a> provided by Dmitri Popov, or <a href="http://tiddlyspot.com/twhelp/#FormattingTiddlers">the formatting guide at TwHelp</a>.</p>
<p>For fun tips, check out Jim Barr&#8217;s <a href="http://tiddlywikitips.com/" title="Jim Barr's TiddlyWikiTips">TiddlyWikiTips.com</a> site. And lastly for plugins, extensions, macros, and styles, see Jeremy&#8217;s <a href="http://tiddlywiki.com/#AbegoSoftware%20BidiXTW%20Gimcrack'd%20JacksTiddlyWiki%20LewcidTW%20MonkeyPirateTW%20PeachTW%20RedMountainVista%20TiddlyStyles%20TiddlyTools">list of content publishers</a>.</p>
<p>I do hope you give TiddlyWiki a try. Its really fun to play around with, and has still, two years later, completely changed the way I save small bits of information on my computer.</p>
<p>PS: The Official Euicho.com Tiddlywiki is <a href="http://euicho.com/wiki">Here</a>.</p>
<div style="clear: left"> &nbsp; </div>]]></content:encoded>
			<wfw:commentRss>http://euicho.com/2005/tiddlywiki/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Google Earth</title>
		<link>http://euicho.com/2005/google-earth/</link>
		<comments>http://euicho.com/2005/google-earth/#comments</comments>
		<pubDate>Tue, 28 Jun 2005 18:05:42 +0000</pubDate>
		<dc:creator>euicho</dc:creator>
				<category><![CDATA[Science]]></category>
		<category><![CDATA[Software and Web Design]]></category>
		<category><![CDATA[Technology and Gadgets]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">/?p=120</guid>
		<description><![CDATA[&#160; Welcome to Google Earth. Google Earth is a 3D globe on your pc. It allows you to type in any address, or coordinates, and it zooms from space down to the address. On my PC (and 4Mbps cable connection) it takes several seconds for the image to come into focus as it streams the [...]]]></description>
			<content:encoded><![CDATA[<div class="rightfloat" style="margin-right:20px; margin-top:20px;">
<img src="http://earth.google.com/images/driving.jpg" width="315" height="229" alt="" title="Google Earth (copyright Google 2005" />
</div>
<div style="clear: left"> &nbsp; </div>
<p>Welcome to Google Earth.<br />
Google Earth is a 3D globe on your pc. It allows you to type in any address, or coordinates, and it zooms from space down to the address. On my PC (and 4Mbps cable connection) it takes several seconds for the image to come into focus as it streams the data from Google&#8217;s vast satellite image aquisitions, but it&#8217;s well worth it when done, especially in metropolitan areas where the resolutions allow you to make out the models of some cars on the streets (sort-of&#8230;).<br />
<span id="more-120"></span></p>
<p>With the controls, one can zoom, rotate, and change viewing angle. I personally like to hold down a rotate button and get vertigo until I fall out of my chair.</p>
<p>To get to places, there are Fly To, Location, and Direction searches. Once viewing an area, one can toggle pointers for lodging, road labels, terrain, dining pointers, borders, and building pointers. Once can also set custom placemarks  to mark areas of interest for future reference. </p>
<p>Local search lets you search for restaurants, hotels, and driving directions. Layers make it easy to layer multiple searches, save results to folders, and share them with other users. Some current layers show parks, schools, hospitals, airports, and shopping.</p>
<p>Google touts the program as being useful for planning a trip, getting driving directions, finding a house or business, or just exploring the world. I&#8217;ve used their satellite imaging on maps.google.com in the past to find NIKE and GLOBECOM sites around Maine, and this will definately make it easier and more fun to do things like that.</p>
<p>These are just a few of the features in the program. I strongly suggest downloading it now (completely free, no registration).</p>
<blockquote><div class="source"><a href="http://earth.google.com/earth.html">via earth.google.com</a></div>
<p>The idea is simple. It&#8217;s a globe that sits inside your PC. You point and zoom to anyplace on the planet that you want to explore. Satellite images and local facts zoom into view. Tap into Google search to show local points of interest and facts. Zoom to a specific address to check out an apartment or hotel. View driving directions and even fly along your route. We invite you to try it now.</p></blockquote>
<p>Google Earth is free for personal use. You may (optionally) choose to upgrade to Google Earth Plus.</p>
<p>Google Earth Plus gets you:</p>
<ul>
<li>GPS integration &#8211; read tracks and waypoints from your GPS.</li>
<li>Higher resolution printing (greater than screen resolution).</li>
<li>Customer support via email (not just web).</li>
<li>Annotation &#8211; adds draw/sketch tools for richer annotations (can be shared as KML).</li>
<li>Data importer &#8211; read address points from .csv files.</li>
</ul>
<p>Google Earth Plus is aimed more at cartographers and map enthusiests.</p>
<div style="clear: left"> &nbsp; </div>]]></content:encoded>
			<wfw:commentRss>http://euicho.com/2005/google-earth/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Piracy In My Generation</title>
		<link>http://euicho.com/2005/piracy-in-my-generation/</link>
		<comments>http://euicho.com/2005/piracy-in-my-generation/#comments</comments>
		<pubDate>Fri, 07 Jan 2005 18:36:30 +0000</pubDate>
		<dc:creator>euicho</dc:creator>
				<category><![CDATA[Security and Privacy]]></category>
		<category><![CDATA[Software and Web Design]]></category>
		<category><![CDATA[Technology and Gadgets]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">/?p=87</guid>
		<description><![CDATA[Ever since I was a young child I have been fascinated by the pirates of old. Though most were ruthless, savage men (and women!), there is something adventurous and aluring about the free, lawlessness of it all. Though the days of rigging and ballast have past, no pay and piracy as a whole has never [...]]]></description>
			<content:encoded><![CDATA[<p>Ever since I was a young child I have been fascinated by the pirates of old. Though most were ruthless, savage men (and women!), there is something adventurous and aluring about the free, lawlessness of it all. Though the days of rigging and ballast have past, <acronym title="A pirate law meaning a crew received no wages, but shared whatever loot was taken.">no pay</acronym> and piracy as a whole has never really died.<br />
<span id="more-87"></span><br />
Since the late &#8217;80s entertainment piracy (films, music, games and software) has been around, and new ways of aquiring and distributing it have evolved as fast as ways to stop it. Most of the things we love are seen as too expensive by the average joe, and those with the knowledge and different sets of morals simply work around their financial burdens by stealing it in a digital form (its usually much easier on the concience).</p>
<p>While how to obtain pirated goods, and how to stay out of trouble, are common knowledge to most every power-user, even some technophiles don&#8217;t know how that content gets to the networks they download it from (ie: P2P networks).</p>
<p>Most people today believe that when the latest album or movie shows up in the search results of their client of choice, it is because somebody bought said medium, and ripped it and shared it on the network in exchange for others doing the same thing. This, however, is not quite how it works in the real world.</p>
<p>To find out how it really works, and where you&#8217;re pirated content really comes from, read this excelent article by Wired about <a href="http://www.wired.com/wired/archive/13.01/topsite.html?pg=1&#038;topic=topsite&#038;topic_set=" title="Read The Shadow Internet by Wired Magazine">The Shadow Internet</a>. It is a must read.</p>
<p><em>see also:</em><br />
<a href="http://www.salon.com/tech/feature/2002/09/26/piracy_unlimited/">Profits from Piracy</a><br />
<a href="http://www.washingtonpost.com/ac2/wp-dyn?pagename=article&#038;contentId=A17791-2003Jun20&#038;notFound=true">Piracy Paranoia Proves Counterproductive</a><br />
<a href="http://www.openp2p.com/pub/a/p2p/2002/12/11/piracy.html">Piracy is Progressive Taxation, and Other Thoughts on the Evolution of Online Distribution</a></p>]]></content:encoded>
			<wfw:commentRss>http://euicho.com/2005/piracy-in-my-generation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DxF Rebranded w3C  logo</title>
		<link>http://euicho.com/2004/dxf-rebranded-w3c-logo/</link>
		<comments>http://euicho.com/2004/dxf-rebranded-w3c-logo/#comments</comments>
		<pubDate>Mon, 13 Sep 2004 20:45:07 +0000</pubDate>
		<dc:creator>euicho</dc:creator>
				<category><![CDATA[Software and Web Design]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">/?p=53</guid>
		<description><![CDATA[Andrei recently took a shot at rebranding the W3C logo for fun. His finished product is one of those things that was done with fun in mind but ultimately becomes better than the one in current use. I&#8217;m impressed yet again.]]></description>
			<content:encoded><![CDATA[<p>Andrei recently <a href="http://www.designbyfire.com/000146.html">took a shot at rebranding</a> the <a href="http://www.w3.org/">W3C</a> logo for fun. His finished product is one of those things that was done with fun in mind but ultimately becomes better than the one in current use. I&#8217;m impressed yet again.</p>]]></content:encoded>
			<wfw:commentRss>http://euicho.com/2004/dxf-rebranded-w3c-logo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logo Quest (no, not the language)</title>
		<link>http://euicho.com/2004/logo-quest-no-not-the-language/</link>
		<comments>http://euicho.com/2004/logo-quest-no-not-the-language/#comments</comments>
		<pubDate>Thu, 19 Aug 2004 17:42:12 +0000</pubDate>
		<dc:creator>euicho</dc:creator>
				<category><![CDATA[Personal/Blog News]]></category>
		<category><![CDATA[Software and Web Design]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">/?p=43</guid>
		<description><![CDATA[Logo design is underway and going nowhere fast, well actually, failure is progress, so thats a false statement. I&#8217;ve read some interesting material on the subject at Eris, Whitespace, and DxF. I re-drew a design I&#8217;d come up with a while ago, but it doesn&#8217;t convey the attitude I want to get across, its too [...]]]></description>
			<content:encoded><![CDATA[<p>Logo design is underway and going nowhere fast, well actually, failure is progress, so thats a false statement. I&#8217;ve read some interesting material on the subject at <a href="http://erisfree.com/updates/56/i-logo">Eris</a>, <a href="http://9rules.com/whitespace/design/logos_and_visual_identity.php">Whitespace</a>, and <a href="http://www.designbyfire.com/000093.html">DxF</a>.</p>
<p>I <a href="http://euicho.com/pics/NKBLOGO.PNG" rel="lightbox[43]">re-drew a design</a> I&#8217;d come up with a while ago, but it doesn&#8217;t convey the attitude I want to get across, its too emo/AFI, so I&#8217;ve scrapped it. So far that makes 4. I like the personal dingbat idea Andrei talks about. They have a simple elegance and universality about them. I have 15 tabs open in Firefox as I am writing this (blasted A.D.D.), and every one of them has their own logo/dingbat and corrisponding favicon. This, I must attain.</p>]]></content:encoded>
			<wfw:commentRss>http://euicho.com/2004/logo-quest-no-not-the-language/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

