<?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>Kevin Becker .net</title>
	<atom:link href="http://www.kevinbecker.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kevinbecker.net/blog</link>
	<description>don&#039;t expect frequent updates</description>
	<lastBuildDate>Thu, 24 Jan 2013 02:09:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Wow, it&#8217;s been a while. (Cleaning up the blog)</title>
		<link>http://www.kevinbecker.net/blog/2013/01/23/wow-its-been-a-while-cleaning-up-the-blog/</link>
		<comments>http://www.kevinbecker.net/blog/2013/01/23/wow-its-been-a-while-cleaning-up-the-blog/#comments</comments>
		<pubDate>Thu, 24 Jan 2013 02:09:16 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.kevinbecker.net/blog/?p=229</guid>
		<description><![CDATA[Not sure how it happened, but it has been almost 2 years since I last posted here. Time flies. Been busy as usual. Recent personal stuff can be found on Facebook and since I tend to focus on technology stuff here, so I&#8217;ll go over what&#8217;s new in that area. Websites: KevinBecker.net: This website is [...]]]></description>
				<content:encoded><![CDATA[<p>Not sure how it happened, but it has been almost 2 years since I last posted here. Time flies. Been busy as usual. Recent personal stuff can be found on <a href="http://www.facebook.com/kevin.becker">Facebook</a> and since I tend to focus on technology stuff here, so I&#8217;ll go over what&#8217;s new in that area.</p>
<p><strong>Websites:</strong><br />
<a href="http://www.kevinbecker.net">KevinBecker.net</a>: This website is still just this blog. I found a new, clean theme for the blog that I&#8217;m now using. It works well enough for now. I also cleaned up the sidebar widgets so it&#8217;s only things I actually use on there now.<br />
<a href="http://www.thezorklibrary.com">The Zork Library</a>: I don&#8217;t think I&#8217;ve mentioned it much here, but about 2.5 years ago I took over ownership of the Zork Library website from its previous owner, DAT. It&#8217;s a pretty quiet website, but there&#8217;s some discussions going on periodically and it&#8217;s the only actively maintained website about Zork left, so I feel it&#8217;s important to keep it alive. I post anything new related to Zork that I find.<br />
<a href="http://www.thezorklibrary.com/installguides">Zork Install Guides</a>: I continue to maintain guides for installing and running Zork games on modern operating systems, including smartphones. Nothing new to mention, but I continue adding support as new operating systems come along. I&#8217;m currently looking to hear how things run in Windows 8 since I don&#8217;t have access to it and I don&#8217;t see myself getting access anytime soon.<br />
<a href="http://www.saintbenedicts.com">St. Benedict&#8217;s</a>: I&#8217;m part of a team that maintains the website for St. Benedict&#8217;s Roman Catholic Church. I mainly do the technical stuff and others handle content. We&#8217;re using Joomla 2.5.x currently and it&#8217;s been a learning experience. Content Management Systems have come a long way since I last tried using them about 5 years ago.</p>
<p><strong>Software Development:</strong><br />
<a href="http://www.calspan.com">Calspan</a>: I&#8217;m not going to go into all the stuff that I&#8217;m doing at work, but I continue to learn a lot and have a good time working with cool tech. I&#8217;ve been using more Arch Linux at work and started working with Qt and OpenGL over the last year. We&#8217;ve also been investigating smaller form factor devices like the <a href="http://www.raspberrypi.org/">Raspberry Pi</a>, <a href="http://beagleboard.org/bone">BeagleBone</a> and <a href="https://gumstix.com/">Gumstix</a>.<br />
<a href="http://www.saintbenedicts.com/bible">Douay-Rheims Bible</a>: St. Benedict&#8217;s was looking for a way to reference scriptures without depending on a third-party that can (and often will) change their URLs causing link breakage. So I came up with a PHP-based bible viewer using some public domain HTML data of the Douay-Rheims translation that I found. It&#8217;s basic, but it handles URLs of the format http://saintbenedicts.com/bible/book/chapter:verse , http://saintbenedicts.com/bible/book/chapter or http://saintbenedicts.com/bible/book so that&#8217;s pretty neat. The fixed URL structure was the most important part to get correct right away. It&#8217;s not the prettiest interface, but that&#8217;ll be something I can clean up at a later time. We&#8217;ll probably do something similar for the Catechism of the Catholic Church sooner or later.<br />
<a href="http://www.skygoblin.com/the-journey-down/">The Journey Down</a> &#038; <a href="http://distractionware.com/blog/">Super Hexagon</a>: I&#8217;ve been getting into beta testing indie games recently, starting with the Steam release for Windows and Linux of The Journey Down and now the Android release of Super Hexagon. Both are great games that I highly recommend. It&#8217;s not really software development, but software testing is close enough to that.<br />
<a href="http://www.onegameamonth.com/">#onegameamonth</a>: This is a game development initiative I&#8217;m interested in trying that encourages you to make one complete game each month in 2013. I&#8217;ll talk more about this in another post soon once I get my feet wet with my first project.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinbecker.net/blog/2013/01/23/wow-its-been-a-while-cleaning-up-the-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android App Recommendations Vol. 3</title>
		<link>http://www.kevinbecker.net/blog/2011/04/06/android-app-recommendations-vol-3/</link>
		<comments>http://www.kevinbecker.net/blog/2011/04/06/android-app-recommendations-vol-3/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 22:21:04 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.kevinbecker.net/blog/?p=211</guid>
		<description><![CDATA[Since the last app recommendation article, I  upgraded my phone from a T-Mobile G1 to a T-Mobile G2. It&#8217;s been several months now, so I think it&#8217;s time to feature some more apps! Cordy &#8211; Cordy is an excellent platform game with great controls, graphics, level design and puzzles. Reminds me of Sonic, but a [...]]]></description>
				<content:encoded><![CDATA[<p>Since the last app recommendation article, I  upgraded my phone from a T-Mobile G1 to a T-Mobile G2. It&#8217;s been several months now, so I think it&#8217;s time to feature some more apps!</p>
<p><strong><a href="http://www.appbrain.com/app/cordy/com.silvertree.cordy">Cordy</a></strong> &#8211; Cordy is an excellent platform game with great controls, graphics, level design and puzzles. Reminds me of Sonic, but a little slower and with more puzzle solving. <strong>Note: This app requires Android 2.1 or higher.</strong></p>
<p><strong><a href="http://www.appbrain.com/app/daap-media-player/org.mult.daap">DAAP Media Player</a></strong> &#8211; This app lets you stream music from <a href="http://en.wikipedia.org/wiki/Digital_Audio_Access_Protocol">DAAP</a> servers like <a href="http://en.wikipedia.org/wiki/Firefly_Media_Server">mt-daapd</a>.</p>
<p><strong><a href="http://www.appbrain.com/app/google-reader/com.google.android.apps.reader">Google Reader</a></strong> &#8211; Google Reader is a great RSS reader on the web and this app syncs with it perfectly. It has an excellent interface for keeping track of the news.</p>
<p><strong><a href="http://www.kongregate.com/android">Kongregate Arcade</a></strong> &#8211; Let&#8217;s you play lots of the great games from <a href="http://www.kongregate.com">Kongregate</a> on your phone. <strong>Note: This app requires Android 2.1 or higher, and Adobe Flash.</strong></p>
<p><strong><a href="http://www.appbrain.com/app/launcherpro/com.fede.launcher">Launcher Pro</a></strong> &#8211; Like ADW, this is a home screen alternative. At the moment, I like it better than ADW, but they&#8217;re very similar. Give it a try!</p>
<p><strong><a href="http://www.appbrain.com/app/rom-manager/com.koushikdutta.rommanager">ROM Manager</a></strong> &#8211; This app makes switching between ROMs quick and easy. Setup ROM installs, data wipes and data backups from this app, then it reboots to recovery and does it all for you automatically. You never have to bother with the recovery mode menus again! <strong>Note: This app requires root.</strong></p>
<p>&nbsp;</p>
<p>Current ROM: <strong><a href="http://forum.cyanogenmod.com/topic/15771-cyanogenmod-7-for-vision-v700-rc4-30-march-2011/">Cyanogenmod 7.0-RC4 (Vision)</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinbecker.net/blog/2011/04/06/android-app-recommendations-vol-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android App Recommendations Vol. 2</title>
		<link>http://www.kevinbecker.net/blog/2010/08/24/android-app-recommendations-vol-2/</link>
		<comments>http://www.kevinbecker.net/blog/2010/08/24/android-app-recommendations-vol-2/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 01:12:55 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.kevinbecker.net/blog/?p=167</guid>
		<description><![CDATA[Here&#8217;s a few more apps that I&#8217;ve come across that I&#8217;d like to highlight. Thanks to Justin for the Mario LWP recommendation! Like last time, some of these apps will only work on rooted phones or on certain versions of Android. Chrome to Phone &#8211; Send data from your web browser to your phone. Also [...]]]></description>
				<content:encoded><![CDATA[<p>Here&#8217;s a few more apps that I&#8217;ve come across that I&#8217;d like to highlight. Thanks to Justin for the Mario LWP recommendation! Like <a href="http://www.kevinbecker.net/blog/2010/06/28/android-app-recommendations/">last time</a>, some of these apps will only work on <a href="http://wiki.cyanogenmod.com/">rooted phones</a> or on certain versions of Android.</p>
<p><a href="http://www.cyrket.com/p/android/com.google.android.apps.chrometophone/"><strong>Chrome to Phone</strong></a> &#8211; Send data from your web browser to your phone. Also requires <a href="https://chrome.google.com/extensions/detail/oadboiipflhobonjjffjbfekfjcgkhco">Chrome to Phone extension for Chrome</a> or <a href="http://www.google.com/url?sa=t&amp;source=web&amp;cd=1&amp;ved=0CBUQFjAA&amp;url=https%3A%2F%2Faddons.mozilla.org%2Fen-US%2Ffirefox%2Faddon%2F161941%2F&amp;ei=wHZpTJfmEpTwngfa3rTBBQ&amp;usg=AFQjCNEvoytfV-KIsqYGinC0E1SJ_ZAjWg&amp;sig2=yOkkBER95saoPXr37ihBDQ">Send to Phone extension for Firefox</a>. <strong>WARNING: This app requires Android 2.2.</strong></p>
<p><strong><a href="http://www.cyrket.com/p/android/net.androidcomics.acv/">Droid Comic Viewer</a></strong> &#8211; Read comic books in cbz, cbr and other formats.</p>
<p><a href="https://www.dropbox.com/android"><strong>Dropbox</strong></a> &#8211; Full and fast dropbox access on your phone. It has a very simple interface and works exactly as I expect it should.</p>
<p><a href="http://forum.xda-developers.com/showthread.php?t=710647"><strong>Mario LWP</strong></a> &#8211; Best Live Wallpaper Ever. <strong>WARNING: This app requires Android 2.1 or newer.</strong></p>
<p><a href="http://www.mint.com/features/android/"><strong>Mint.com</strong></a> &#8211; A simplified view of your finances from Mint.</p>
<p><a href="http://www.cyrket.com/p/android/nextapp.systempanel/"><strong>SystemPanel Lite</strong></a> &#8211; A really slick task manager with pretty graphs. <strong>WARNING: This app&#8217;s task killing features are only supported on rooted phones.</strong></p>
<p><a href="http://www.cyrket.com/p/android/com.keramidas.TitaniumBackup/"><strong>Titanium Backup</strong></a> &#8211; If you use a rooted phone, Titanium Backup will make your life easier. Lots of functions related to backing up and restoring your apps and settings. If you buy a license for $3.99, you get automated batch processing, market cleanup and update.zip builder functions. <strong>WARNING: This app is only supported on rooted phones.</strong></p>
<p><a href="http://www.tweetdeck.com/api/android_whitelist/"><strong>TweetDeck</strong></a> &#8211; This app is still in beta, but it&#8217;s a great app that supports Twitter, Facebook status messages, Google Buzz and Foursquare. It is very quick, slick and easy to use. Sign up for free access at the link provided. <strong>WARNING: This app requires Android 2.1 or newer (for now, future versions will support 1.5/1.6)</strong></p>
<p><a href="http://www.where.com/google-android/"><strong>Where</strong></a> &#8211; This app has all the info you&#8217;ll need while you&#8217;re out places. Restaurants, Gas, Stores, Weather, and tons more. A very handy app to have.</p>
<p><strong><br />
</strong></p>
<p>Current ROM: <strong><a href="http://forum.cyanogenmod.com/topic/2327-cyanogenmod-6-for-ds-they-said-it-couldnt-do-that-v600-rc3-08152010/">CyanogenMod 6.0-RC3 D/S</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinbecker.net/blog/2010/08/24/android-app-recommendations-vol-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stay Back Grues, the Lantern Has Been Refueled</title>
		<link>http://www.kevinbecker.net/blog/2010/08/16/stay-back-grues-the-lantern-has-been-refueled/</link>
		<comments>http://www.kevinbecker.net/blog/2010/08/16/stay-back-grues-the-lantern-has-been-refueled/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 00:06:14 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Zork]]></category>

		<guid isPermaLink="false">http://www.kevinbecker.net/blog/?p=180</guid>
		<description><![CDATA[I am happy to announce that I have taken over hosting The Zork Library from it&#8217;s former owner DAT. The Zork Library has been one of the foremost websites about the Zork series of video games for over 10 years. I intend to maintain and expand the website. For the immediate future, my Zork installation [...]]]></description>
				<content:encoded><![CDATA[<p>I am happy to announce that I have taken over hosting <a href="http://www.thezorklibrary.com">The Zork Library</a> from it&#8217;s former owner DAT. The Zork Library has been one of the foremost websites about the <a href="http://en.wikipedia.org/wiki/Zork">Zork</a> series of video games for over 10 years. I intend to maintain and expand the website. For the immediate future, <a href="http://www.kevinbecker.net/zorkguides">my Zork installation guides</a> will remain a part of kevinbecker.net. At some point in the future, they will be moved to The Zork Library. I also plan to expand coverage of Legends of Zork, plus promote The Zork Library and Zork as a whole on social networks like Twitter and Facebook. See <a href="http://thezorklibrary.com/phpbb/viewtopic.php?f=1&amp;t=398">this post on TZL</a> for more details.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinbecker.net/blog/2010/08/16/stay-back-grues-the-lantern-has-been-refueled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fun with IT Crowd gifs</title>
		<link>http://www.kevinbecker.net/blog/2010/07/27/fun-with-it-crowd-gifs/</link>
		<comments>http://www.kevinbecker.net/blog/2010/07/27/fun-with-it-crowd-gifs/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 11:27:14 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.kevinbecker.net/blog/?p=195</guid>
		<description><![CDATA[I thought these two gifs would go well next to each other. That is all.]]></description>
				<content:encoded><![CDATA[<p>I thought these two gifs would go well next to each other. That is all.</p>
<p><a href="http://www.kevinbecker.net/blog/wp-content/uploads/2010/07/renham.gif"><img class="lazy alignnone size-full wp-image-196" title="renham" src="http://www.kevinbecker.net/blog/wp-content/plugins/jquery-image-lazy-loading/images/grey.gif" data-original="http://www.kevinbecker.net/blog/wp-content/uploads/2010/07/renham.gif" alt="" width="90" height="120" /><noscript><img class="alignnone size-full wp-image-196" title="renham" src="http://www.kevinbecker.net/blog/wp-content/uploads/2010/07/renham.gif" alt="" width="90" height="120" /></noscript></a><a href="http://www.kevinbecker.net/blog/wp-content/uploads/2010/07/moss.gif"><img class="lazy alignnone size-full wp-image-197" title="moss" src="http://www.kevinbecker.net/blog/wp-content/plugins/jquery-image-lazy-loading/images/grey.gif" data-original="http://www.kevinbecker.net/blog/wp-content/uploads/2010/07/moss.gif" alt="" width="90" height="120" /><noscript><img class="alignnone size-full wp-image-197" title="moss" src="http://www.kevinbecker.net/blog/wp-content/uploads/2010/07/moss.gif" alt="" width="90" height="120" /></noscript></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinbecker.net/blog/2010/07/27/fun-with-it-crowd-gifs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android App Recommendations</title>
		<link>http://www.kevinbecker.net/blog/2010/06/28/android-app-recommendations/</link>
		<comments>http://www.kevinbecker.net/blog/2010/06/28/android-app-recommendations/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 22:03:54 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.kevinbecker.net/blog/?p=132</guid>
		<description><![CDATA[Now that I know a few people that use Android phones, I decided to share some of the apps, plus the current ROM I&#8217;m using at this time. In this article I&#8217;m only going to post about apps that I have been using for a long time. I have a few new apps that I [...]]]></description>
				<content:encoded><![CDATA[<p>Now that I know a few people that use Android phones, I decided to share some of the apps, plus the current ROM I&#8217;m using at this time. In this article I&#8217;m only going to post about apps that I have been using for a long time. I have a few new apps that I think are great, but I&#8217;ll save them for a future article. Some of these apps will only work on <a href="http://wiki.cyanogenmod.com">rooted phones</a>.</p>
<p><strong><a href="http://www.cyrket.com/p/android/com.bigtincan.android.adfree/" target="_blank">AdFree</a></strong> &#8211; Block (almost) all advertisements from your phone. <strong>WARNING: This app only supports rooted phones.</strong></p>
<p><a href="http://jbthemes.com/anderweb/"><strong>ADW.Launcher</strong></a> &#8211; A replacement home screen. Allows for changing number of homescreens, number of apps in launcher drawer, live wallpapers, and few different launcher/animation styles. <strong>WARNING: This app only supports rooted phones with Android 2.1 or newer.</strong></p>
<p><a href="http://www.cyrket.com/p/android/com.google.code.apndroid/"><strong>APNdroid</strong></a> &#8211; Completely turn off/on cellular data to better control your battery usage. <strong>WARNING: This app only supports rooted phones.</strong></p>
<p><strong><a href="http://www.cyrket.com/p/android/com.metago.astro/">ASTRO</a></strong> &#8211; A very fast and simple file manager. Also has a task killer and an SD card usage analyzer built in.</p>
<p><strong><a href="http://www.cyrket.com/p/android/com.a0soft.gphone.aTrackDog/">aTrackDog</a></strong> &#8211; Track the latest updates of your apps, so you don&#8217;t have to rely on the android market to tell you. It&#8217;s also very useful if you use a lot of apps that aren&#8217;t in the android market.</p>
<p><a href="http://www.cyrket.com/p/android/com.wsl.CardioTrainer/"><strong>CardioTrainer</strong></a> &#8211; Track your exercise (running, biking, etc.) with GPS. Includes a built in music player and voice notification of exercise statistics (pace, distance, etc.).</p>
<p><strong><a href="http://www.cyrket.com/p/android/com.facebook.katana/">Facebook</a></strong> &#8211; It&#8217;s facebook on your phone. It&#8217;s most feature-complete, reliable and fast facebook app I&#8217;ve tried. Some people like <a href="http://www.cyrket.com/p/android/dc.bloo_free/">Bloo</a> better because its interface is a little simpler, but Bloo has been unreliable and slow for me.</p>
<p><strong><a href="http://www.cyrket.com/p/android/com.google.android.apps.listen/">Google Listen</a></strong> &#8211; There&#8217;s a lot of podcast players/downloaders out there, but I like listen because it syncs with Google Reader and has a simple interface. It crashes occasionally and hogs memory, but I haven&#8217;t found any other podcast app that doesn&#8217;t have those problems while being nearly as good as Listen.</p>
<p><strong><a href="http://www.cyrket.com/p/android/com.google.android.apps.googlevoice/">Google Voice</a></strong> &#8211; It&#8217;s Google Voice. It has completely replaced my voicemail, very much so for the better. nuff said.</p>
<p><a href="http://last.fm/android"><strong>Last.fm</strong></a> &#8211; Last.fm on your phone. Again, nuff said.</p>
<p><a href="http://www.mapdroyd.com/"><strong>MapDroyd</strong></a> &#8211; Maps without a data connection! Plus they&#8217;re rotatable and performance is much better.</p>
<p><a href="http://www.cyrket.com/p/android/de.stohelit.folderplayer/"><strong>MortPlayer</strong></a> &#8211; A great music player that doesn&#8217;t depend on building media libraries. I organize my music into folders myself and MortPlayer respects that choice. It is faster because it doesn&#8217;t need to scan my entire SD card to build a music library and uses my folder structure to navigate my music.</p>
<p><a href="http://www.cyrket.com/p/android/com.newsrob/"><strong>NewsRob</strong></a> &#8211; A simple and quick RSS reader.</p>
<p><strong><a href="http://www.cyrket.com/p/android/com.opera.mini.android/">Opera  Mini</a></strong> &#8211; Similar to the built-in browser but faster, especially  when having multiple pages open at once.</p>
<p><a href="http://anddev.at.ua/news/scummvm_port_in_progress/2010-06-02-1"><strong>ScummVM</strong></a> &#8211; Play a lot of classic adventure games on your phone!</p>
<p><a href="http://www.pokedev.com/setcpu/"><strong>SetCPU</strong></a> &#8211; Change the processor speed of your phone for better speed or better battery life. <strong>WARNING: This app only supports rooted phones. It is $1.99 on the android market, but free from the developer&#8217;s website or XDA.<br />
</strong></p>
<p><a href="http://www.cyrket.com/p/android/com.shazam.android/"><strong>Shazam</strong></a> &#8211; Detects what song is playing around you. Hold it up to the radio to find out what you&#8217;re listening to.</p>
<p><a href="http://chris.boyle.name/projects/android-puzzles"><strong>Simon Tatham&#8217;s Puzzles</strong></a> &#8211; A large collection of fun puzzle games.</p>
<p><a href="http://tasker.dinglisch.net/"><strong>Tasker</strong></a> &#8211; Performs actions automatically based on contexts. I mainly use it to control ringer/media volume, vibration, screen brightness and wifi on/off based on place and time. Warning: This is a paid app. It has a 14 day free trial, but costs 3.49GBP (~$5) direct from the developer or (soon) 3.99GBP (~$6) on the android market. This is CHEAP for the awesome functionality you get.</p>
<p><strong><a href="http://www.cyrket.com/p/android/org.paulmach.textedit/">Text Edit</a></strong> &#8211; This is a simple, but very functional text editor. I use it for quick notes and grocery lists. There&#8217;s not much to it, but that&#8217;s why I like it. It lets me get in, type some text and quickly save it.</p>
<p><a href="http://twidroid.com/"><strong>Twidroid</strong></a> &#8211; The best twitter client on android.</p>
<p>Current ROM:  <a href="http://forum.cyanogenmod.com/topic/394-cyanogenmod-5-for-dreammagic-mean-lean-pastry-machine-v508-06192010/"><strong>CyanogenMod 5.0.8 D/S</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinbecker.net/blog/2010/06/28/android-app-recommendations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome Extension Recommendations</title>
		<link>http://www.kevinbecker.net/blog/2009/12/09/google-chrome-extension-recommendations/</link>
		<comments>http://www.kevinbecker.net/blog/2009/12/09/google-chrome-extension-recommendations/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 01:26:58 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.kevinbecker.net/blog/?p=102</guid>
		<description><![CDATA[Recently, Google opened up its Chrome Extension Gallery for use with the Google Chrome Browser. The beta channel and dev channel versions of Chrome have had extension support for a while, but with the opening of Google&#8217;s official gallery, many new extensions have been made public. In my opinion, extensions are the main thing Chrome has been missing in [...]]]></description>
				<content:encoded><![CDATA[<p>Recently, Google opened up its <a href="https://chrome.google.com/extensions">Chrome Extension Gallery</a> for use with the <a href="http://www.google.com/chrome/">Google Chrome Browser</a>. The <a href="http://www.google.com/intl/en/landing/chrome/beta/">beta channel</a> and <a href="http://www.chromium.org/getting-involved/dev-channel">dev channel</a> versions of Chrome have had extension support for a while, but with the opening of Google&#8217;s official gallery, many new extensions have been made public. In my opinion, extensions are the main thing Chrome has been missing in comparison to Firefox so far. Here is a list of several extensions I recommend. These extensions get Chrome very close to feature parity with Firefox for my uses, with the one glaring exception of a replacement for Firefox&#8217;s <a href="http://noscript.net/">NoScript</a>.</p>
<p><a href="https://chrome.google.com/extensions/detail/cfhdojbkjhnklbpkdaibdccddilifddb">AdThwart</a> &#8211; AdThwart is an ad blocker that ports parts of Adblock Plus from Firefox to Chrome. It&#8217;s still early in its development so it still doesn&#8217;t compare to Adblock Plus, but so far this seems to be the ad-blocking system with the most potential on Chrome.</p>
<p><a href="https://chrome.google.com/extensions/detail/leblldeckionmjdaejhekaegbiadddmc">Bit.ly Shorten Url</a> &#8211; If you use Twitter much, you&#8217;re probably familiar with URL shorteners like bit.ly. This extension puts a button in your address bar that shortens the current page&#8217;s URL with bit.ly. Simple and effective.</p>
<p><a href="https://chrome.google.com/extensions/detail/encaiiljifbdbjlphpgpiimidegddhic">Chromed Bird</a> &#8211; A simple Twitter client that sits in the toolbar. It updates you with new tweets and allows you to tweet without going to the Twitter website.</p>
<p><a href="https://chrome.google.com/extensions/detail/chieodlkhimccchlojdmiondhiggkhmf">ChromeMilk</a> &#8211; A great client for <a href="http://www.rememberthemilk.com">Remember the Milk</a>, the online to-do list software, that sits in the toolbar.</p>
<p><a href="https://chrome.google.com/extensions/detail/cfkohgkpafhkpdcnfadadcibfboapggi">One Number</a> &#8211; Addicted to Google? This extension keeps you up to date on GMail, Google Wave, Google Reader and Google Voice.</p>
<p><a href="https://chrome.google.com/extensions/detail/ajpgkpeckebdhofmmjfgcjjiiejpodla">XMarks for Chrome</a> &#8211; Chrome does incorporate <a href="http://www.google.com/bookmarks/">Google Bookmarks</a>, but I find <a href="http://www.xmarks.com/">XMarks</a> gives much more control on what is synced and where, plus it works on more browsers. Just like XMarks&#8217; extension on other browsers, this one syncs your bookmarks online for free and lets you choose which bookmarks are which computers.</p>
<p><a href="https://chrome.google.com/extensions/detail/jdfcdchagengcohljogplihnenhgeipf">youTagger</a> and <a href="https://chrome.google.com/extensions/detail/kchoimdlcbapmcdnheaahjcdpdjdpfco">YouTube HTML5-ifier</a> &#8211; Don&#8217;t like Flash, but like YouTube? No problem! These extensions replace the YouTube Flash Player with YouTube&#8217;s new HTML5-based player. The HTML5 player improves performance of YouTube videos and makes them less likely to crash the browser. I&#8217;m currently listing both extensions because each has an issue that could bug you. youTagger works everywhere but loads the low quality version of the video. YouTube HTML5-ifier loads the highest quality version of the video, but only works when directly on a YouTube video page, not on embedded YouTube videos or on YouTube User Channels.</p>
<p>Hopefully, proper high-granularity content blocking will be implemented soon so that real equivalents to Adblock Plus and NoScript on Firefox become possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinbecker.net/blog/2009/12/09/google-chrome-extension-recommendations/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Back to the Blog</title>
		<link>http://www.kevinbecker.net/blog/2009/12/09/back-to-the-blog/</link>
		<comments>http://www.kevinbecker.net/blog/2009/12/09/back-to-the-blog/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 21:57:13 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.kevinbecker.net/blog/?p=92</guid>
		<description><![CDATA[Wow, it&#8217;s been almost 11 months! Far too long to leave this website dormant! To be fair, it&#8217;s been an eventful year for me, though that won&#8217;t be discussed here at this time. I plan to get this thing back up an running over the next month and I&#8217;ve already started with a new theme [...]]]></description>
				<content:encoded><![CDATA[<p>Wow, it&#8217;s been almost 11 months! Far too long to leave this website dormant! To be fair, it&#8217;s been an eventful year for me, though that won&#8217;t be discussed here at this time. I plan to get this thing back up an running over the next month and I&#8217;ve already started with a new theme and new sidebar widgets (Twitter, Last.fm, new links). I plan to better integrate what&#8217;s going on here with Twitter and Facebook so everyone is kept informed no matter where they are. That&#8217;s the current plan anyway. YMMV</p>
<p>A few of the things coming in the next week or so:</p>
<ul>
<li>Google Chrome Extensions Recommendations</li>
<li>Real updates to my eBay page and new auctions</li>
<li>Zork Guides website update and discussion on that topic</li>
<li>Discussion on some of the recent computing-related topics I&#8217;ve been tweeting about</li>
</ul>
<p>More topics to be featured here long-term:</p>
<ul>
<li>Android discussion (and maybe even an app I develop!)</li>
<li>Google discussion (Chrome browser, Chome OS, Google Wave, etc)</li>
<li>Operating Systems (recent releases, current trends)</li>
<li>My 2010 Projects: Cleaning/Fixing my Xbox 360, Building a kitchen pc, a new desktop pc, other cool household projects, MAME cabinet (maybe)</li>
</ul>
<p>It&#8217;s exciting to be working on the website again. I&#8217;ve had the web design itch for a while now and though this isn&#8217;t real web design (it&#8217;s manipulating WordPress and it&#8217;s themes/plugins to do my bidding), I may do some real web design again at some point in 2010. It&#8217;s a new decade after all!</p>
<p>Edit (12/11/09): Also, FYI: I&#8217;m cleaning up some of the old posts including the ones that are merely links to outdated eBay auctions, or posts that are no longer or any relevance.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinbecker.net/blog/2009/12/09/back-to-the-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zork Guides Website Updates</title>
		<link>http://www.kevinbecker.net/blog/2009/01/16/zork-guides-website-updates/</link>
		<comments>http://www.kevinbecker.net/blog/2009/01/16/zork-guides-website-updates/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 01:44:42 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Videogames]]></category>
		<category><![CDATA[Zork]]></category>

		<guid isPermaLink="false">http://www.kevinbecker.net/blog/?p=83</guid>
		<description><![CDATA[About 7 months ago, I posted a new website related to running Zork games on modern operating systems. Over these last 7 months, I&#8217;ve been compiling feedback to the guides and working on making the website a better tool for users. The first of those changes are complete and there&#8217;s more to come. One promising [...]]]></description>
				<content:encoded><![CDATA[<p>About 7 months ago, I posted <a href="http://www.kevinbecker.net/zorkguides">a new website related to running Zork games on modern operating systems</a>. Over these last 7 months, I&#8217;ve been compiling feedback to the guides and working on making the website a better tool for users. The first of those changes are complete and there&#8217;s more to come.</p>
<p>One promising lead is that <a href="http://www.scummvm.org">ScummVM</a> has <a href="http://wiki.scummvm.org/index.php/MADE">a work-in-progress port of the MADE engine</a>, so Return to Zork can be played. It&#8217;s currently only available in their <a href="http://www.scummvm.org/downloads.php#SVN">daily SVN builds</a>, but once the engine is more stable, I&#8217;ll write up a guide for it. Because of the consistency of ScummVM cross-platform and the ease of use of the software, this guide will be appropriate for Windows XP/Vista, Linux and OS X without much difference between each version. A second development is the continued growth of <a href="http://www.winehq.org">Wine</a>. Recently a patch was created that addresses <a href="http://bugs.winehq.org/show_bug.cgi?id=1347">one of the big bugs</a> that get in the way of playing Zork Nemesis and Zork Grand Inquisitor on Linux and OS X. That patch isn&#8217;t in the main wine codebase yet, but once it is, I&#8217;ll revisit writing a guide for Zork Nemesis and Zork Grand Inquisitor on Linux. Mac OS X continues to be a problem because I can&#8217;t test on that system, but I have researched a few options that may allow for the games to be played on OS X and placed those links in the table of configurations on the website.</p>
<p>Lastly, I want to bring up a real piece of news in the Zork universe, probably the first real piece of news in a decade. Activision announced Wednesday that they&#8217;re working on a new Zork game called <a href="http://www.legendsofzork.com">Legends of Zork</a>. It will be a multiplayer adventure played through a web browser and will target iPhone so it will likely be JavaScript-based. More info can be found at <a href="http://www.gamasutra.com/php-bin/news_index.php?story=21852">Gamasutra</a> and <a href="http://www.forumopolis.com/showthread.php?t=82906">Forumopolis</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinbecker.net/blog/2009/01/16/zork-guides-website-updates/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>eBaying again</title>
		<link>http://www.kevinbecker.net/blog/2009/01/03/ebaying-again/</link>
		<comments>http://www.kevinbecker.net/blog/2009/01/03/ebaying-again/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 20:28:28 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[eBay]]></category>

		<guid isPermaLink="false">http://www.kevinbecker.net/blog/?p=70</guid>
		<description><![CDATA[Now that I have moved into the new house, I&#8217;ve been organizing things and finding old stuff that I&#8217;ll never use again. What good is that stuff for? Selling on eBay! Today I&#8217;ll add things to the eBay page as I find things to get rid of. Hopefully tomorrow I&#8217;ll start the first auctions based [...]]]></description>
				<content:encoded><![CDATA[<p>Now that I have moved into the new house, I&#8217;ve been organizing things and finding old stuff that I&#8217;ll never use again. What good is that stuff for? Selling on eBay! Today I&#8217;ll add things to the <a href="http://www.kevinbecker.net/blog/ebay">eBay page</a> as I find things to get rid of. Hopefully tomorrow I&#8217;ll start the first auctions based on that list. As always, if you see something you want, you can make an offer directly to me before the auction starts. If the offer is reasonable, I&#8217;ll sell it to you.</p>
<p>And happy new year to everyone!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinbecker.net/blog/2009/01/03/ebaying-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Posting from Android</title>
		<link>http://www.kevinbecker.net/blog/2008/11/13/posting-from-android/</link>
		<comments>http://www.kevinbecker.net/blog/2008/11/13/posting-from-android/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 02:56:13 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.kevinbecker.net/blog/2008/11/13/posting-from-android/</guid>
		<description><![CDATA[This is a test post sent from my T-Mobile G1 with the wpToGo app.]]></description>
				<content:encoded><![CDATA[<p>This is a test post sent from my T-Mobile G1 with the wpToGo app.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinbecker.net/blog/2008/11/13/posting-from-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Woot Woot</title>
		<link>http://www.kevinbecker.net/blog/2008/08/07/woot-woot/</link>
		<comments>http://www.kevinbecker.net/blog/2008/08/07/woot-woot/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 02:16:09 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.kevinbecker.net/blog/?p=54</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.nerdtests.com/ft_nt2.php"><br />
<img class="lazy " src="http://www.kevinbecker.net/blog/wp-content/plugins/jquery-image-lazy-loading/images/grey.gif" data-original="http://www.nerdtests.com/images/badge/nt2/da48c64d2c0e765c.png" alt="NerdTests.com says I'm an Uber Cool Nerd King.  What are you?  Click here!"><noscript><img src="http://www.nerdtests.com/images/badge/nt2/da48c64d2c0e765c.png" alt="NerdTests.com says I'm an Uber Cool Nerd King.  What are you?  Click here!"></noscript><br />
</a><br />
<a href="http://www.nerdtests.com/ft_cg.php?im"><br />
<img class="lazy " src="http://www.kevinbecker.net/blog/wp-content/plugins/jquery-image-lazy-loading/images/grey.gif" data-original="http://www.nerdtests.com/images/ft/cg.php?val=0848" alt="My computer geek score is greater than 100% of all people in the world! How do you compare? Click here to find out!"><noscript><img src="http://www.nerdtests.com/images/ft/cg.php?val=0848" alt="My computer geek score is greater than 100% of all people in the world! How do you compare? Click here to find out!"></noscript> </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinbecker.net/blog/2008/08/07/woot-woot/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Summer Cleaning</title>
		<link>http://www.kevinbecker.net/blog/2008/07/31/summer-cleaning/</link>
		<comments>http://www.kevinbecker.net/blog/2008/07/31/summer-cleaning/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 02:13:31 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.kevinbecker.net/blog/?p=48</guid>
		<description><![CDATA[As you can see, I made some changes to the website. I was starting to get tired of my theme, so I found a new one. It&#8217;s not made by me, but I like it enough to use it anyway. It&#8217;s called PhoenixBlue. I just made some small modifications to add support for the Quoter [...]]]></description>
				<content:encoded><![CDATA[<p>As you can see, I made some changes to the website. I was starting to get tired of my theme, so I found a new one. It&#8217;s not made by me, but I like it enough to use it anyway. It&#8217;s called PhoenixBlue. I just made some small modifications to add support for the Quoter plugin.</p>
<p>I also upgraded to the latest version of WordPress, upgraded some old plugins, and installed some new ones. The main new thing you will notice are social links below each post. If you like what you&#8217;ve read, you can submit the article to one of the social media websites listed. I currently have buttons for <a title="Digg" href="http://www.digg.com">Digg</a>, <a title="Del.icio.us" href="http://del.icio.us">Del.icio.us</a>, <a title="Facebook" href="http://www.facebook.com">Facebook</a>, <a href="http://www.google.com">Google</a>, <a href="http://www.stumbleupon.com">StumbleUpon</a>, <a title="Twitter" href="http://www.twitter.com">Twitter</a>, <a title="Pownce" href="http://www.pownce.com">Pownce</a> and <a title="Reddit" href="http://www.reddit.com">Reddit</a>. If you would like another website added, let me know. The plugin I use has a ton more options, but I only added the most common social media sites.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinbecker.net/blog/2008/07/31/summer-cleaning/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Running Zork Games on XP, Vista, Linux, &amp; Mac OS X</title>
		<link>http://www.kevinbecker.net/blog/2008/07/01/guides-for-installing-zork-games-on-xpvistalinuxmac-os-x/</link>
		<comments>http://www.kevinbecker.net/blog/2008/07/01/guides-for-installing-zork-games-on-xpvistalinuxmac-os-x/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 03:11:57 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Videogames]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Zork]]></category>

		<guid isPermaLink="false">http://www.kevinbecker.net/blog/?p=47</guid>
		<description><![CDATA[Back in 2004, I wrote a guide for getting the game Zork Grand Inquisitor running on Windows XP. The game didn&#8217;t work well without the guide because it was originally designed for Windows 98. I&#8217;ve been a fan of the Zork series for almost 10 years now. After receiving a message from another Zork fan [...]]]></description>
				<content:encoded><![CDATA[<p>Back in 2004, I wrote a <a href="http://home.earthlink.net/~infernofilecabinet4/XpSetupsU_Z/Guest/zorkgi.htm">guide</a> for getting the game <a href="http://en.wikipedia.org/wiki/Zork_Grand_Inquisitor">Zork Grand Inquisitor</a> running on Windows XP. The game didn&#8217;t work well without the guide because it was originally designed for Windows 98. I&#8217;ve been a fan of the Zork series for almost 10 years now. After receiving a message from another Zork fan in regards to that guide I wrote, I decided that it was time to look into the games again. With a few changes, the more modern games in the series are supported under Windows XP and possibly Vista. That&#8217;s when I had an idea. With <a href="http://www.winehq.org">Wine</a>, <a href="http://www.dosbox.com">DOSBox</a> and <a href="http://frotz.homeunix.org/frotz/">Frotz</a>, it should be possible to run any Zork game on Linux and Mac OS X too. With that, it becomes feasible to run any game in the Zork series on any major operating system. That&#8217;s a big task. I began a project to work on making that idea a reality. I&#8217;m not alone though. I&#8217;m receiving some help and hosting from DAT, the maintainer of the only Zork website still active, <a href="http://www.thezorklibrary.com">The Zork Library</a>.</p>
<p>The guides are currently at <a href="http://www.kevinbecker.net/zorkguides">http://www.kevinbecker.net/zorkguides</a> and will soon be hosted on <a href="http://www.thezorklibrary.com">http://www.thezorklibrary.com</a> as well. The project is a work in progress and needs help on the configurations I can&#8217;t test myself, mainly Mac OS X and Vista. Help with writing the guides and testing them, as well as comments and questions would be greatly appreciated!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinbecker.net/blog/2008/07/01/guides-for-installing-zork-games-on-xpvistalinuxmac-os-x/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>The Curious Case of the Wii</title>
		<link>http://www.kevinbecker.net/blog/2008/06/15/the-curious-case-of-the-wii/</link>
		<comments>http://www.kevinbecker.net/blog/2008/06/15/the-curious-case-of-the-wii/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 02:35:44 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Videogames]]></category>
		<category><![CDATA[Wii]]></category>

		<guid isPermaLink="false">http://www.kevinbecker.net/blog/?p=42</guid>
		<description><![CDATA[After 19 months, the Wii is still hard to find. I&#8217;m not aware of any stores nearby that have stock for long after getting a shipment. There is economics at work here, plus the allure of a popular, hard to get item, but there&#8217;s more to it. Nintendo is making tons of Wiis. With worldwide [...]]]></description>
				<content:encoded><![CDATA[<p>After 19 months, the Wii is still hard to find. I&#8217;m not aware of any stores nearby that have stock for long after getting a shipment. There is economics at work here, plus the allure of a popular, hard to get item, but there&#8217;s more to it. Nintendo is making tons of Wiis. With worldwide sales of above 27 million, they&#8217;ve sold more than twice that of the PS3 and even about 50% more than the Xbox 360, which had a year head start in sales. (Source: <a href="http://www.vgchartz.com/">vgchartz.com</a>) Something is different about the Wii and its sales.</p>
<p><span id="more-42"></span></p>
<p>When I first heard about the Wii, I thought that it would be a flop. Honestly, I thought that it was possible that Nintendo would go the way of Sega after Nintendo&#8217;s poor Gamecube sales if the next console was a financial failure. I certainly didn&#8217;t want to see Mario and Link in games of the poor quality of recent Sonic games, but then a funny thing happened. As we all know, the Wii is a hit, but it is a hit despite that it has all the things that gamers typically don&#8217;t want and doesn&#8217;t have all the things that gamers typically do want from the newest consoles. First, it has a gimmicky controller and multiple games that have their own attachments for the controller, plus the nunchuck and the classic controller. Historically, add-ons and special controllers don&#8217;t sell well. (See: <a href="http://en.wikipedia.org/wiki/Sega_32x">Sega 32X</a>, <a href="http://en.wikipedia.org/wiki/Power_Glove">Nintendo Power Glove</a>, <a href="http://www.steelbattalion.org/controller.php">Steel Battalion</a>). Second, it has a completely new user interface. Nintendo tried new interfaces before with the <a href="http://en.wikipedia.org/wiki/Virtual_Boy">Virtual Boy</a> and it was one of the biggest disasters in Nintendo&#8217;s history. Third, the Wii isn&#8217;t capable of high definition picture resolutions, which was one of the big things gamers were excited about with <a href="http://en.wikipedia.org/wiki/History_of_video_game_consoles_(seventh_generation)">this generation of consoles</a>. Fourth, it has extremely poor online service for multiplayer with the abysmal friend code system that is so far behind Xbox Live or even the Playstation Network. All of these things made the Wii seem like a terrible idea to the typical hardcore gamer. The only things going for it are its lower price and the typical Nintendo franchises. These things held the GameCube afloat, but just barely. Even with all that, the Wii sold and isn&#8217;t stopping anytime soon. Beyond that, the Wii isn&#8217;t selling to hardcore gamers, at least not as much as previous consoles.</p>
<p>The Wii sets itself apart by selling to the people historically least likely to play video games&#8230; people over 40, women, and every other non-gamer demographic out there, including my parents. Not that it sold really poorly with gamers, it being a Nintendo console after all, but the percentage of hardcore gamers buying the Wii is probably less than any console ever. Let&#8217;s look at why this has happened. There are a few obvious reasons: the low price, the familiar Nintendo franchises and the hype of the console that no one can seem to find in stores. Beyond that, I think there&#8217;s two broad reasons in addition to those: the controler and the games, and both these reasons show interesting trends in gaming.</p>
<p>The Wii remote is the first motion sensitive video game controller to go mainstream. It&#8217;s the console controller with the fewest buttons since the original Nintendo Entertainment System&#8217;s controller from 1985 (counting the buttons on only the Wii remote, not any add-ons). One of the problems many people who are traditionally &#8220;non-gamers&#8221; have with games are the controls. The controllers and their buttons are not intuitive to them. They probably weren&#8217;t for me either, but I don&#8217;t remember back that far. Video game controllers have been second nature to my hands for more than 15 years, so I grew up with simpler controllers, simpler games and grew into today&#8217;s gaming control complexities. In addition to difficulties with the physical controller, navigating a 3D world is difficult for the uninitiated. The Wii gets around both these issues with its unique motion controls. Not only are there fewer buttons to learn, the act of controlling on screen movement is as simple as moving your hand. Rather than forcing your brain to translate your wishes to the control scheme of the buttons, your brain simply uses your already well developed muscle functions to control events on screen naturally, so the games are much easier to get into in terms of interaction.</p>
<p>More intuitive control is an important step in getting more people playing games, but makes little difference if you&#8217;re pushing games like <a href="http://en.wikipedia.org/wiki/Ikaruga">Ikaruga</a> (a scrolling space shooter that is  masochistically difficult to master), <a href="http://en.wikipedia.org/wiki/.hack">.Hack</a> (a single player, offline, japanese-style role playing game [<a href="http://www.gamespot.com/features/vgs/universal/rpg_hs/first.html">JRPG</a>] episodic series where you play as a video gamer who plays a virtual reality massively multiplayer online roleplaying game [<a href="http://en.wikipedia.org/wiki/Massively_multiplayer_online_role-playing_game">MMORPG</a>] where some players are unable to log out to get back to the real world; you play in that online roleplaying game&#8217;s interface as if you are in the virtual reality world with others, despite it being a single player game&#8230; yes it&#8217;s that abstract and convoluted, really!), or <a href="http://en.wikipedia.org/wiki/Deus_Ex">Deus Ex</a> (a cyber-punk hybrid of first person shooter and role playing games with a deep, complex story with an equally deep and complex system of character customization). I could go on and on listing games that are either very difficult to play and master, very difficult wrap your head around or just plain weird. Those aren&#8217;t the type of games that bring in casual gamers. Games like Wii Sports, Wii Play, Rayman Raving Rabids, Warioware and now Wii Fit give non-gamers accessible experiences that can be played for small amounts of time without the mental and physical investment of a more hardcore game. The Wii succeeds because it primarily provides these types of games.</p>
<p>The combination of these two factors results in the fact that the Wii gives experiences that are genuinely fun. More importantly, it is fun in a way that is obvious to most people, by being physical and being social. It&#8217;s great at a party. That said, it&#8217;s not fun in the way a <a href="http://speeddemosarchive.com/">speed run</a> in a mario game, a <a href="http://www.gamefaqs.com/console/ps2/file/459841/46465">low level challenge</a> in an roleplaying game, or a <a href="http://youtube.com/mcdan40">gold star, full combo performace in Rock Band recorded for YouTube</a> are to a hardcore gamer, but that&#8217;s Nintendo&#8217;s point. They&#8217;re catering to those who pay the bills now, and that&#8217;s not necessarily the hardcore gamer anymore.</p>
<p>The real question is what effect this is having on the gaming industry. Obviously, hardcore games are becoming more of a niche than ever, especially on the Wii and there&#8217;s lots of evidence of it. A game like the previously mentioned Ikaruga will never see retail release again, as Ikaruga and many like it are relegated to being downloadable games because those hardcore enough to play it will be hardcore enough to buy games on services like Xbox Live Arcade, WiiWare and the Playstation Network Store. Another example would be <a href="http://en.wikipedia.org/wiki/Rayman_(series)">Rayman</a>, which was previously a platformer series that was transformed (or some may say perverted) into a casual assortment of mini-games like Warioware. Games which were once extremely difficult like the <a href="http://en.wikipedia.org/wiki/Ninja_Gaiden_(series)">Ninja Gaiden</a> series now have newer sequels released with a significantly easier level of difficulty as the default. There are exceptions to this trend, like <a href="http://en.wikipedia.org/wiki/No_More_Heroes_(video_game)">No More Heroes</a> for the Wii, and games that stradle line between both hardcore and casual gaming, like <a href="http://rockband.scorehero.com/">Rock Band</a>, but it&#8217;s obvious that casual games are taking a bigger and bigger piece of the gaming pie.</p>
<p>A full critical discussion of the intricacies of the new balance between hardcore and casual games being forged today is a topic for another article though. That said, I&#8217;m not the only one thinking about the issue. IGN recently tauted 2008 as year of the <a href="http://insider.ign.com/articles/881/881724p1.html">&#8220;Death of Hardcore Games&#8221;</a>. I&#8217;m not so convinced about them being dead, or if the proliferation of casual gaming is such a bad thing, but that&#8217;s a topic I&#8217;ll discuss more in the future. This is certainly an interesting time for games!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinbecker.net/blog/2008/06/15/the-curious-case-of-the-wii/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Hero</title>
		<link>http://www.kevinbecker.net/blog/2008/06/06/my-hero/</link>
		<comments>http://www.kevinbecker.net/blog/2008/06/06/my-hero/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 02:03:16 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Guitar Hero/Rock Band]]></category>
		<category><![CDATA[Videogames]]></category>

		<guid isPermaLink="false">http://www.kevinbecker.net/blog/?p=45</guid>
		<description><![CDATA[I can&#8217;t not post this. iamchris4life has finally done it. He FC&#8217;ed Through the Fire and Flames in Guitar Hero III on expert, the first person ever to do so. (That means he finished the hardest guitar hero song ever, perfectly, no missed notes and no extra notes) He&#8217;s been working on this for several [...]]]></description>
				<content:encoded><![CDATA[<p>I can&#8217;t not post this. <a href="http://www.scorehero.com/scores.php?user=8308&#038;group=4&#038;game=0&#038;diff=4">iamchris4life</a> has finally done it. He FC&#8217;ed Through the Fire and Flames in Guitar Hero III on expert, the first person ever to do so. (That means he finished the hardest guitar hero song ever, perfectly, no missed notes and no extra notes) He&#8217;s been working on this for several months now. The Guiness Book of World Records needs to update it&#8217;s 2008 book now that iamchris4life destroyed his previous score. The necessary proof follows. The freaking out after finishing is priceless.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/S5GpRJItqjw&#038;hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/S5GpRJItqjw&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinbecker.net/blog/2008/06/06/my-hero/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The History of Computing Flourishes in the YouTube Era</title>
		<link>http://www.kevinbecker.net/blog/2008/06/05/the-history-of-computing-flourishes-in-the-youtube-era/</link>
		<comments>http://www.kevinbecker.net/blog/2008/06/05/the-history-of-computing-flourishes-in-the-youtube-era/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 01:45:26 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating Systems]]></category>

		<guid isPermaLink="false">http://www.kevinbecker.net/blog/?p=44</guid>
		<description><![CDATA[I love YouTube and Google Video. Sure there&#8217;s genius parodies of music videos, but there&#8217;s important stuff too. Like a pivotal event in computing history, the demo of the first GUI by Doug Engelbart in 1968 &#8230; &#8230;and a retrospective of the origins of the little operating system that could by Linus Torvalds in 2001.]]></description>
				<content:encoded><![CDATA[<p>I love YouTube and Google Video. Sure there&#8217;s <a href="http://youtube.com/dashstudios">genius parodies of music videos</a>, but there&#8217;s important stuff too. </p>
<p>Like a pivotal event in computing history, the demo of the first GUI by Doug Engelbart in 1968 &#8230;<br />
<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100" height="100" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="id" value="VideoPlayback" /><param name="flashvars" value="fs=true" /><param name="src" value="http://video.google.com/googleplayer.swf?docid=-8734787622017763097&amp;hl=en" /><embed id="VideoPlayback" type="application/x-shockwave-flash" width="425" height="350" src="http://video.google.com/googleplayer.swf?docid=-8734787622017763097&amp;hl=en" flashvars="fs=true"></embed></object><br />
<br />
&#8230;and a retrospective of the origins of the little operating system that could by Linus Torvalds in 2001.<br />
<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/WVTWCPoUt8w&amp;hl=en" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/WVTWCPoUt8w&amp;hl=en" wmode="transparent"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinbecker.net/blog/2008/06/05/the-history-of-computing-flourishes-in-the-youtube-era/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guitar Hero Robot</title>
		<link>http://www.kevinbecker.net/blog/2008/06/02/guitar-hero-robot/</link>
		<comments>http://www.kevinbecker.net/blog/2008/06/02/guitar-hero-robot/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 21:14:52 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Videogames]]></category>

		<guid isPermaLink="false">http://www.kevinbecker.net/blog/?p=43</guid>
		<description><![CDATA[I&#8217;ve been meaning to do something like this&#8230; someone beat me to it. A robot that plays guitar hero.]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been meaning to do something like this&#8230; someone beat me to it. <a href="http://www.mnwest.edu/feature-stories/robot-guitarist/">A robot that plays guitar hero</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinbecker.net/blog/2008/06/02/guitar-hero-robot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eBay &#8212; Starting Selling, Virtua Fighter 5 (PS3)</title>
		<link>http://www.kevinbecker.net/blog/2008/04/27/ebay-starting-selling-virtua-fighter-5-ps3/</link>
		<comments>http://www.kevinbecker.net/blog/2008/04/27/ebay-starting-selling-virtua-fighter-5-ps3/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 00:15:29 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[eBay]]></category>
		<category><![CDATA[PS3]]></category>

		<guid isPermaLink="false">http://www.kevinbecker.net/blog/?p=35</guid>
		<description><![CDATA[I just wanted to let everyone I know that I&#8217;m not dead. I&#8217;ve just been busy with life. Things are going great in my life so I&#8217;m going to try and get back into writing on the website again. One thing that will keep me coming back here often is that I just started to [...]]]></description>
				<content:encoded><![CDATA[<p>I just wanted to let everyone I know that I&#8217;m not dead. I&#8217;ve just been busy with life. Things are going great in my life so I&#8217;m going to try and get back into writing on the website again. One thing that will keep me coming back here often is that I just started to sell on eBay. I currently have one item up, <a href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;ssPageName=STRK:MESEX:IT&amp;item=150241274004">Virtua Fighter 5 for PS3</a>. Consider buying if you&#8217;re interested. I will be selling various movies, games and books over the next month so check back for what I&#8217;m currently selling. I created an <a href="http://www.kevinbecker.net/blog/ebay/">eBay page to track the current sales</a>. Also, I have linked my eBay account with my facebook account so you can check my profile to see what I&#8217;m selling as well. That&#8217;s all for now. Hopefully I&#8217;ll write more soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinbecker.net/blog/2008/04/27/ebay-starting-selling-virtua-fighter-5-ps3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Functional Programming from Microsoft?</title>
		<link>http://www.kevinbecker.net/blog/2007/11/11/functional-programming-from-microsoft/</link>
		<comments>http://www.kevinbecker.net/blog/2007/11/11/functional-programming-from-microsoft/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 23:30:01 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.kevinbecker.net/blog/2007/11/11/functional-programming-from-microsoft/</guid>
		<description><![CDATA[Ars Technica reports that Microsoft will be bringing a functional programming lanaguage to Visual Studio, called F#. The language is a functional langugage that is based on OCaml and will of course link in with .Net. I find this very interesting. Learning different programming paradigms (like procedural, object-oriented, functional, structured, logic and so on) is [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://arstechnica.com/news.ars/post/20071023-microsoft-to-push-functional-programming-into-the-mainstream-with-f.html">Ars Technica reports that Microsoft will be bringing a functional programming lanaguage to Visual Studio, called F#</a>. <a href="http://en.wikipedia.org/wiki/F_Sharp_programming_language">The language</a> is a functional langugage that is based on <a href="http://en.wikipedia.org/wiki/OCaml">OCaml</a> and will of course link in with .Net.</p>
<p>I find this very interesting. Learning different programming paradigms (like <a href="http://en.wikipedia.org/wiki/Procedural_programming">procedural</a>, <a href="http://en.wikipedia.org/wiki/Object-oriented">object-oriented</a>, <a href="http://en.wikipedia.org/wiki/Functional_programming">functional</a>, <a href="http://en.wikipedia.org/wiki/Structured_programming">structured</a>, <a href="http://en.wikipedia.org/wiki/Logic_programming">logic</a> and so on) is a good thing for programmers to do. I see this as a good thing that Microsoft is encouraging functional programming. My favorite lesser-known programming language is Scheme, another functional programming language.</p>
<p>One of the problems with less popular programming lanaguages (the popular ones are usually only procedural, structural or object-oriented languages) is that there are few libraries to support them so its hard to actually do something useful. Microsoft linking F# to .Net will be benefitial to the Windows world by bringing the power of <a href="http://en.wikipedia.org/wiki/.NET_Framework">.Net</a> (and <a href="http://en.wikipedia.org/wiki/Mono_%28software%29">Mono</a>, in a way) to functional programming. I have a feeling that <a href="http://labs.live.com/">Microsoft Live Labs</a> has something to do with this and did it so they can do cool projects that take advantage of functional programming paradigms.</p>
<p>This news just shows yet again how unpredictable Microsoft is because of its size. Some parts of it are making <a href="http://en.wikipedia.org/wiki/Windows_Vista">blunder</a> <a href="http://en.wikipedia.org/wiki/Microsoft_Zune">after</a> <a href="http://en.wikipedia.org/wiki/Windows_Genuine_Advantage">blunder</a> while others keep <a href="http://en.wikipedia.org/wiki/Ribbon_%28computing%29">doing</a> <a href="http://en.wikipedia.org/wiki/Photosynth">tons</a> <a href="http://en.wikipedia.org/wiki/Xbox_360">of</a> <a href="http://en.wikipedia.org/wiki/Xbox_live">amazing</a> <a href="http://en.wikipedia.org/wiki/Xbox_Live_Arcade">things</a> like this.</p>
<p style="text-align: right; font-size: 8px">Blogged with <a href="http://www.flock.com/blogged-with-flock" title="Flock" target="_new">Flock</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinbecker.net/blog/2007/11/11/functional-programming-from-microsoft/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 1085/1296 objects using disk: basic

 Served from: www.kevinbecker.net @ 2013-05-25 06:51:36 by W3 Total Cache -->