<?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>FergyTech &#187; Technology</title>
	<atom:link href="http://www.fergytech.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fergytech.com</link>
	<description>The lovechild of technology and mayhem!</description>
	<lastBuildDate>Sun, 29 Jan 2012 09:34: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>Fix Catastrophic Crashes on Your Rooted Android</title>
		<link>http://www.fergytech.com/2012/01/fix-catastrophic-crashes-on-your-rooted-android/</link>
		<comments>http://www.fergytech.com/2012/01/fix-catastrophic-crashes-on-your-rooted-android/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 20:47:30 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Linuxapade]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[clockworkmod]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[cyanogenmod]]></category>
		<category><![CDATA[dalvik]]></category>
		<category><![CDATA[rom manager]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=1599</guid>
		<description><![CDATA[I have a HTC Droid Incredible running the custom ROM CyanogenMod 7.1.x. For the most part it runs great, but there are moments when it feels like the Armageddon of 2012 is happening to my phone. No matter what application I open it will frustratingly crash in mere moments. What I&#8217;ve noticed is the catalyst]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1603" title="Android mascot looking very broken." src="http://www.fergytech.com/wp-content/uploads/lead-android-broken-460x115.jpg" alt="" width="460" height="115" /></p>
<p>I have a HTC Droid Incredible running the custom ROM <a href="http://www.cyanogenmod.com/" target="_blank">CyanogenMod 7.1.x</a>. For the most part it runs great, but there are moments when it feels like the <em>Armageddon of 2012</em> is happening to my phone. No matter what application I open it will frustratingly crash in mere moments. What I&#8217;ve noticed is the catalyst to this crash-o-thon starts with some sort of &#8220;google framework&#8221; crash. Makes sense, break the framework and everything else should be coming down with it. Once that happens I will start to feel the instability of my rooted device.</p>
<p><span id="more-1599"></span></p>
<p>The simple solution, yet temporary, is to clear the <em>cache</em>. I&#8217;m guessing there is some executed code or data that got corrupted, which in turn causes the apps to crash. The two types of cache that I clear are:</p>
<ul>
<li>cache partition</li>
<li>Dalvik cache &#8211; a decent explanation of what this cache is can be found in the reference section below.</li>
</ul>
<h3>Assumptions</h3>
<p>I&#8217;m constantly making assumptions about things &#8212; it&#8217;s become quite a skill. And I will continue my assumptions by stating that this process is for <em>rooted users</em>. I&#8217;m going to assume that since your device is rooted, it&#8217;s most likely that you have a custom ROM, which also means you have <a href="https://market.android.com/details?id=com.koushikdutta.rommanager" target="_blank">ROM Manager</a> installed. The recovery section of this post is based on <em>ClockworkMod</em> (it&#8217;s a part of ROM Manager).</p>
<h3>Cache-clearing Process</h3>
<ol>
<li>Hold down the power button of your device to get the &#8220;phone options&#8221; prompt.</li>
<li>Click &#8220;Reboot&#8221;, then choose &#8220;Recovery&#8221;. Click &#8220;OK&#8221;.</li>
<li>Your phone will reboot and you will soon be in the recovery screen.</li>
<li>Choose the option &#8220;wipe cache partition&#8221;. If that option isn&#8217;t there then head to &#8220;mounts and storage&#8221; and choose &#8220;format /cache.&#8221;</li>
<li>Next choose &#8220;advanced&#8221; (from the main screen) and then click &#8220;Wipe Dalvik Cache&#8221;.</li>
<li>Once that&#8217;s finished you can reboot the device.</li>
</ol>
<p>I&#8217;ve noticed that once I reboot the device it seems to get stuck at the point where its trying to load the custom ROM. I would give it about 5 minutes. If nothing changes, remove the battery and boot the device again. Whatever the device tried to initialize the first time should be there and the device will boot just fine.</p>
<p>I mentioned earlier that this is a temporary solution. I don&#8217;t know the cause of the framework crash; it may be a combination of things, but at least you have a way out now. <img src='http://www.fergytech.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Let me know if this process works for you OR if you have a better process. At this point I&#8217;m just a tinkerer of Android so I might be talking crap about the whole cache and corruption. I&#8217;d love to know.</p>
<h3>References</h3>
<ol>
<li><a href="http://forum.xda-developers.com/showpost.php?p=3844295&amp;postcount=5" target="_blank">http://forum.xda-developers.com/showpost.php?p=3844295&amp;postcount=5</a></li>
<li><a href="http://androidforums.com/eris-all-things-root/76110-what-dalvik-cache.html#post710236" target="_blank">http://androidforums.com/eris-all-things-root/76110-what-dalvik-cache.html#post710236</a></li>
<li><a href="http://en.wikipedia.org/wiki/Dalvik_(software)" target="_blank">http://en.wikipedia.org/wiki/Dalvik_(software)</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2012/01/fix-catastrophic-crashes-on-your-rooted-android/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I Scream, You Scream, WE ALL SCREAM!</title>
		<link>http://www.fergytech.com/2011/11/i-scream-you-scream-we-all-scream/</link>
		<comments>http://www.fergytech.com/2011/11/i-scream-you-scream-we-all-scream/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 19:56:14 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[android]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=1542</guid>
		<description><![CDATA[Android enthusiasts know exactly what the title of this article is referencing. I&#8217;m hearing a lot about Android 4.0 aka Ice Cream Sandwich. I remember when I first got my Android 2.1 phone (Motorola Droid), I couldn&#8217;t wait to get my hands on it. I knew 800MHz of processing power was too low, but I had to get my]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1543" title="Android 4.0 (aka Ice Cream Sandwich)" src="http://www.fergytech.com/wp-content/uploads/lead-android-ice-cream-sandwich-460x115.jpg" alt="" width="460" height="115" /></p>
<p>Android enthusiasts know exactly what the title of this article is referencing. I&#8217;m hearing a lot about <a href="http://youtu.be/-F_ke3rxopc" target="_blank">Android 4.0 aka Ice Cream Sandwich</a>. I remember when I first got my Android 2.1 phone (Motorola Droid), I couldn&#8217;t wait to get my hands on it. I knew 800MHz of processing power was too low, but I had to get my hands on one. And yes the phone was already out 6+ months &#8212; I had to get my hands on one! Cellular carriers were launching new Android phones left and right. At one point I was looking into getting the <a href="http://www.o2.co.uk/samsung/galaxy-ace" target="_blank">Samsung Galaxy Ace</a>.</p>
<p>So many choices, but I&#8217;ve learned to be patient. I&#8217;ve gotten the Android-gitters out of my system so now I can wait for the <em>right</em> phone. I&#8217;m going to wait for Android 4.0 to be released before I even consider getting a new phone. It&#8217;s too close to choose anything else.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2011/11/i-scream-you-scream-we-all-scream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hardware to Wetware Interfacing</title>
		<link>http://www.fergytech.com/2011/10/hardware-to-wetware-interfacing/</link>
		<comments>http://www.fergytech.com/2011/10/hardware-to-wetware-interfacing/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 01:45:29 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[assistant]]></category>
		<category><![CDATA[kickstarter]]></category>
		<category><![CDATA[marketplace]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[speaktoit]]></category>
		<category><![CDATA[voice]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=1526</guid>
		<description><![CDATA[I learned something about myself today. I&#8217;m not sure what the full meaning of this revelation is, but on one hand it makes me look like a cool up-on-the-tech tech-guy. On the other hand it makes me look like a delusional technological nerf herder unable to interface with something the general public refers to as]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1536" title="I, Robot" src="http://www.fergytech.com/wp-content/uploads/lead-i-robot-460x115.jpg" alt="" width="460" height="115" /></p>
<p>I learned something about myself today. I&#8217;m not sure what the full meaning of this revelation is, but on one hand it makes me look like a cool up-on-the-tech tech-guy. On the other hand it makes me look like a delusional technological nerf herder unable to interface with something the general public refers to as &#8220;common sense.&#8221; What is this discovery that I&#8217;ve made? I&#8217;ve learned how to communicate with my children through the process of toying with a voice-recognition software. :-/</p>
<h3><span id="more-1526"></span></h3>
<h3>Hardware</h3>
<p>The voice-recognition software I&#8217;m referring to, purposefully miscategoriezed as &#8220;hardware&#8221; to fit my title, is an Android application called <a href="http://www.speaktoit.com/" target="_blank">Speaktoit Assistant</a>. I heard about it while driving home from work listening to <a href="http://twit.tv/show/all-about-android/30" target="_blank">TWiT&#8217;s All About Android podcast</a>. The hosts <em>fail whaled</em> a demo of the Assistant application. Even though it bombed I was intrigued enough to install and try it for myself. At first I didn&#8217;t know  exactly what I was I supposed to be asking this piece of software. I pushed the voice input button and kind of gave my phone a blank stare. After gathering my thoughts I then tried some simple commands, after all, I didn&#8217;t expect this thing to really interface with me like I&#8217;ve seen in the movies. So; I said &#8220;Hi&#8221; and a mono-computerized female voice replied, &#8220;Hi there, friend!&#8221; I thought, &#8220;Oh really!? This is the first time we&#8217;re communicating and I&#8217;m already your <em>friend</em>.&#8221; I remembered in the demo that Assistant called the user by name so I asked, &#8220;What&#8217;s your name?&#8221; It replied, &#8220;My name is Sam.&#8221;</p>
<h3>Wetware</h3>
<p><img class="alignright size-full wp-image-1533" title="The main screen for Speaktoit Assistant" src="http://www.fergytech.com/wp-content/uploads/speaktoit-assistant-screen.jpg" alt="" width="239" height="379" /></p>
<p>I continued to speak commands at this program to see what the results would be. A nice thing about the interface is the visual feedback. In the lower-left corner you&#8217;ll see what the program thought you said after analysing the input. It wasn&#8217;t too accurate, but understandable; I was in my car so it&#8217;s probably picking up background noise. I played with it some more, each time adjusting my output to guarantee a more accurate input. I made a mental note that I couldn&#8217;t flat-out have a dialogue with <em>Sam</em>. I had to give her short commands. I recalled from the podcast that in their demo Sam updated the user&#8217;s Facebook status. So; I tried it. &#8220;Update Facebook status.&#8221; She then prompted with &#8220;What should I change your Facebook status to?&#8221; I paused, not knowing what to really have this program post for me. My mouth stumbled out some words, but it wasn&#8217;t recognizable enough for her to make any real sense of it. Sam confirmed if I wanted that poorly constructed message to be posted. I quickly said, &#8220;No, no.&#8221;</p>
<p>I tried it again; this time with more clarity and purpose. Success; Sam changed my Facebook status. In a small way &#8212; that  accomplished task &#8212; felt exhilarating. I was able to communicate outside of my car without typing anything. I know, this isn&#8217;t super rare, but my brain made a big deal about it. I then tried another popular service, Twitter. Again; successful post. I was really warming up to this concept of having a digital personal assistant.</p>
<h3>Interface</h3>
<p>I got into the house and laid down on the couch. My son finished his dinner and saw me playing with the phone. Not just touching the screen, but speaking directly to it. He kept starting his queries with &#8220;Hi&#8230;&#8221; or &#8220;Hey&#8230;&#8221; I told him that it would keep saying &#8220;Hi&#8221; back. I instructed him to make direct commands. He eventually adjusted, but it was very interesting for me to see my six-year-old son interface with Sam. It sparked something inside me. I&#8217;m not certain what&#8217;s going on, but I like the change in the wind.</p>
<p>I then had to convince my four-year old to finish eating her food and my two-year old to stop playing and eat her food. I noticed that I wasn&#8217;t my Oscar-the-grouchy self. I spoke in a calm fashion, being deliberate with my commands and not distorting my request by expressing my frustration. As I continued to communicate with my daughters I realized that they were actually doing what I wanted them to. It wasn&#8217;t a smooth process by any stretch of the imagination, but the progress was certainly more tangible than any of my previous attempts.</p>
<p>Before this experiment of testing the Speaktoit Assistant application I was very sceptical to voice-recognition software on a smart phone. I didn&#8217;t see the purpose. I occasionally use the voice-to-text function of my Android phone to post a status update or IM while in my car, but <em>that</em> was the peak of my interest. With this connection I&#8217;ve made, my interest in this type of technology is really taking root. I can imagine talking to my phone in order to hear what my schedule is, what tasks I have to accomplish and updating my social media platforms. Assistant certainly has a long way to go, but I like what I&#8217;ve experienced in its beta form. Check out <a href="http://www.speaktoit.com/" target="_blank">Speaktoit</a>&#8216;s web site. They are doing a <a href="http://www.kickstarter.com/projects/speaktoit/speaktoit-talking-personal-assistant-for-mobile-de" target="_blank">Kickstarter</a> in order to gain more capital. I wish them success and you count on me evangelising their efforts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2011/10/hardware-to-wetware-interfacing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Android SDK: Folder Fails to be Renamed or Moved</title>
		<link>http://www.fergytech.com/2011/03/android-sdk-folder-fails-to-be-renamed-or-moved/</link>
		<comments>http://www.fergytech.com/2011/03/android-sdk-folder-fails-to-be-renamed-or-moved/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 17:36:50 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[software development kit]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=1385</guid>
		<description><![CDATA[Recently I tried to update my Android SDK from revision 7 to revision 10 on my Windows 7 (32 bit) machine. I ran into an issue where a simple temporary folder couldn&#8217;t be renamed or moved and the updater kept throwing me an error. I tried numerous ways to resolve the problem, but to no]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1387" title="Three instances of the Android mascot with a tool belt." src="http://www.fergytech.com/wp-content/uploads/lead-android-sdk-460px.jpg" alt="" width="460" height="115" /></p>
<p>Recently I tried to update my Android SDK from revision 7 to revision 10 on my Windows 7 (32 bit) machine. I ran into an issue where a simple <em>temporary </em>folder couldn&#8217;t be renamed or moved and the updater kept throwing me an error. I tried numerous ways to resolve the problem, but to no avail. I ended up on Google Code and found some helpful solutions.</p>
<p><span id="more-1385"></span></p>
<ol>
<li>Close Windows Explorer. Explorer tends to latch on to folders and files as you browse them. Hopefully if you close the program it will remove the vice grasp it has on them.</li>
<li>Temporarily disable the Anti-virus program (Norton, AVG, etc).</li>
<li>Copy the files inside of &#8220;temp/tools_rNN-windows.zip&#8221; into the &#8220;tools&#8221; directory. &#8220;NN&#8221; is the revision number (ex: 10).</li>
</ol>
<p>The third solution was the one that worked for me. I simply copied and pasted the content from the compressed file into the &#8220;tools&#8221; directory and restarted &#8220;SDK Manager.exe&#8221; and I was good to go. If you want to scour the thread for other solutions the link is below.</p>
<h3>References</h3>
<ol>
<li><a href="http://code.google.com/p/android/issues/detail?id=4410">http://code.google.com/p/android/issues/detail?id=4410</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2011/03/android-sdk-folder-fails-to-be-renamed-or-moved/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Rooting the NOOKcolor Without a MicroSD Card Reader</title>
		<link>http://www.fergytech.com/2011/03/rooting-the-nookcolor-without-a-microsd-card-reader/</link>
		<comments>http://www.fergytech.com/2011/03/rooting-the-nookcolor-without-a-microsd-card-reader/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 18:25:46 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[droid]]></category>
		<category><![CDATA[nookcolor]]></category>
		<category><![CDATA[rooting]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=1358</guid>
		<description><![CDATA[I wanted to root my NOOKcolor the other night, but was stopped dead in my tracks when I saw the instructions requiring a MicroSD card reader. Well Mister Fancy-pants, some of us don&#8217;t have a MicroSD card reader, but we do have all the other necessary pieces to the puzzle. I scoured the Android Tablets]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1372" title="The NOOKcolor with superuser icon in the foreground." src="http://www.fergytech.com/wp-content/uploads/lead-nookcolor-superuser-460x1151.jpg" alt="" width="460" height="115" /></p>
<p>I wanted to root my NOOKcolor the other night, but was stopped dead in  my tracks when I saw the instructions requiring a MicroSD card reader. <em>Well Mister Fancy-pants</em>, some of us don&#8217;t have a MicroSD card reader, but we do have all the other necessary pieces to the puzzle. I scoured the Android Tablets forum for a solution and ended up posting <a href="http://www.androidtablets.net/forum/nook-color-technical/10155-can-i-root-without-removing-microsd-card.html" target="_blank">the question</a>. To my surprise the solution was pretty simple &#8212; use your cell phone.</p>
<p><span id="more-1358"></span>I&#8217;m going to walk you through my experience of rooting my NOOKcolor using the instructions from <a href="http://nookdevs.com/NookColor_Rooting" target="_blank">nookDevs</a>. I&#8217;m assuming that you&#8217;re using a Windows machine and that you&#8217;re a little familiar with the Android interface already.</p>
<h3>Items Needed</h3>
<ol>
<li>Of course the first item is a Barnes &amp; Nobles NOOKcolor (NC).</li>
<li>A MicroSD card with at least 128 MB of space on it.</li>
<li>A computer. I used a Windows machine in this instance.</li>
<li>A mobile phone with a MicroSD slot.</li>
<li>A Gmail/YouTube linked account.</li>
<li>The program <a href="https://launchpad.net/win32-image-writer/+download" target="_blank">Image Writer for Windows</a> (win32diskimager).</li>
<li>Auto Nooter [<a href="http://nooter.googlecode.com/files/auto-nooter-2-12-15.img.zip" target="_blank">for NC v1.0.0</a>] [<a href="http://nooter.googlecode.com/files/auto-nooter-2.12.25.img.zip" target="_blank">for NC v1.0.1</a>]</li>
</ol>
<h3>The Rooting Process</h3>
<p><a href="http://www.fergytech.com/wp-content/uploads/win32diskimage.jpg"><img class="alignright size-full wp-image-1365" title="Win32 Disk Imager interface." src="http://www.fergytech.com/wp-content/uploads/win32diskimage.jpg" alt="" width="334" height="164" /></a></p>
<h4>Preparing the MicroSD Card</h4>
<ol>
<li>Turn off your cell phone and insert the new MicroSD card.</li>
<li>Turn on your cell phone and plug it into your computer.</li>
<li>Make sure it mounts and has a letter drive associated to it. (example: G:\)</li>
<li>Unzip the Auto Nooter file.</li>
<li>Open <em>Image Writer for Windows</em> program and locate the Auto Nooter file.
<ol>
<li>Choose the correct drive letter (under Device) and click the &#8220;Write&#8221; button. <strong>A small warning:</strong> it will overwrite the entire MicroSD card.</li>
</ol>
</li>
</ol>
<p>Once it finishes writing to the MicroSD card, you can close the program and <em>Eject </em>your cell phone from the computer. That&#8217;s it, your card is ready to be used.</p>
<h4>Run Auto Nooter on Your NOOKcolor</h4>
<ol>
<li>Turn your NOOKcolor completely off and make sure it&#8217;s NOT plugged into your computer.</li>
<li>Insert the newly written MicroSD card into your NOOKcolor.</li>
<li>Plug the NOOKcolor into your computer.
<ol>
<li>The NOOKcolor will automatically boot even though the screen is off. Wait about a minute or so.</li>
</ol>
</li>
<li>Once the process is complete the NOOKcolor will reboot itself and you&#8217;ll see a new boot animation.</li>
</ol>
<p>At that point you can safely remove the MicroSD card or format it using NOOK&#8217;s settings. That&#8217;s it &#8212; your NOOKcolor is now rooted!</p>
<h3>The Aftermath</h3>
<p><a href="http://www.fergytech.com/wp-content/uploads/nookcolor-extras-rooted.jpg"><img class="alignright size-medium wp-image-1367" title="The NOOKcolor Extras menu with applications from the Android Market." src="http://www.fergytech.com/wp-content/uploads/nookcolor-extras-rooted-175x300.jpg" alt="" width="175" height="300" /></a></p>
<p>Rooting was the easy part of this adventure, what happened afterward was a bit jarring at first. I worked my way through it and emerged with an understanding of just how flexible Android is. After your NC is rooted you&#8217;ll get a very familiar &#8220;Start&#8221; screen. The same type of screen when you first start playing with your Android phone. It&#8217;s a wizard that connects your Google account to your device. This one is called <strong>LogicPD Zoom2</strong>. For some odd reason I was unable to register my Gmail account &#8212; it was an endless loop of reentering my username and password.</p>
<p>At first my physical home button (NOOK button) wouldn&#8217;t send me to the home screen. I rebooted the device to see if there was something stuck in memory preventing me from moving on. That wasn&#8217;t it. Eventually I found my way back to the home screen. At this point, due to my lack of understanding, I was expecting the same experience as I do on my <a href="http://www.fergytech.com/android/">Motorola Droid</a>. A combination of the physical home button and the <a href="https://market.android.com/details?id=net.hoopajoo.android.SoftKeys" target="_blank">SoftKeys</a> button is essential for you getting around the apps, menus, etc. Take some time and get used to dealing with it.</p>
<p>Overall; it&#8217;s still the same NOOK layer, but you have the ability to use <a href="https://market.android.com/" target="_blank">Android Market</a> apps. I ended up installing a launcher that I was familiar with, <a href="https://market.android.com/details?id=org.adw.launcher" target="_blank">ADW.Launcher</a>. I have the typical set of apps running &#8212; Amazon Kindle, Angry Birds, Dropbox, Facebook, Gmail, TweetDeck, etc. I did experience some quirks:</p>
<ul>
<li>Gmail gave me an error that sync needs to be enable in order to access email. I fiddled around with it, but I wasn&#8217;t able to get into the typical <em>Settings &gt; Accounts &amp; sync</em> to enable it. Once I got into the inbox I did a refresh and that got things going.</li>
<li>Calendar didn&#8217;t pull up any of my events or calendars.</li>
<li>YouTube worked for a short while, but now it crashes when I open it. <a href="http://twitter.com/#!/pbnjoely/status/45838796956250112" target="_blank">@pbnjoely</a> advised me to simply uninstall/re-install the signed YouTube.apk file.</li>
<li>Downloading files from the Internet is an odd occurrence. The download process goes through just fine, but I have NO IDEA where those files went. For instance I wanted a new wallpaper so i downloaded one <a href="http://www.nookcolorwallpapers.com/download.php?dirname=miscellaneous&amp;file=bw_road.jpg" target="_blank">Nook Color Wallpapers</a>. <em>The Maker</em> only knows where that file is stored? I used <a href="https://market.android.com/details?id=com.metago.astro" target="_blank">ASTRO</a> to look for it, but was unsuccessful.</li>
</ul>
<h3>What&#8217;s Next</h3>
<p>The next thing that I&#8217;m going to work on is getting it tethered to my Droid. I&#8217;ll probably also look for a custom ROM to install on my NC. Who knows!? At this point the world is my oyster and I&#8217;m craving for a bit of digital adventure! If you&#8217;ve rooted your NOOKcolor let me know how the process went for you?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2011/03/rooting-the-nookcolor-without-a-microsd-card-reader/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>First Impression of the NOOKcolor</title>
		<link>http://www.fergytech.com/2011/03/first-impression-of-the-nookcolor/</link>
		<comments>http://www.fergytech.com/2011/03/first-impression-of-the-nookcolor/#comments</comments>
		<pubDate>Sun, 06 Mar 2011 19:23:51 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[galaxy tab]]></category>
		<category><![CDATA[nook]]></category>
		<category><![CDATA[nookcolor]]></category>
		<category><![CDATA[superbowl]]></category>
		<category><![CDATA[xoom]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=1350</guid>
		<description><![CDATA[So; I finally got my hands on a NOOKcolor. The wife and I bought nooks and they were delivered to our home last week. She got the original NOOK primarily because of the e-ink technology and I got the NOOKcolor because word-on-the-street labeled it as a great introduction into tablets. I certainly don&#8217;t have $600]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1352" title="The bottom half of a NOOKcolor displaying the LendMe application." src="http://www.fergytech.com/wp-content/uploads/lead-nookcolor.-460x115.jpg" alt="" width="460" height="115" /></p>
<p>So; I finally got my hands on a <a href="http://www.barnesandnoble.com/nookcolor/index.asp" target="_blank">NOOKcolo</a>r. The wife and I bought nooks and they were delivered to our home last week. She got the original <a href="http://www.barnesandnoble.com/nook/index.asp?PID=34323&amp;cds2Pid=35700" target="_blank">NOOK</a> primarily because of the e-ink technology and I got the NOOKcolor because word-on-the-street labeled it as a great introduction into tablets. I certainly don&#8217;t have $600 to put down on a Samsung GALAXY Tab and Motorola&#8217;s Xoom is NOT living up to the snowball hype it generated during <a href="http://www.youtube.com/watch?v=ZBUoLYOWR8I" target="_blank">Superbowl XLV</a>. So; here&#8217;s what I think of it.</p>
<p><span id="more-1350"></span>While at work I was super excited to know it was at home waiting for me. My wife didn&#8217;t confirm the arrival because the previous day we missed the delivery. She ranted on about what we could have done differently to receive the devices and I said, &#8220;I don&#8217;t want to talk about it anymore. I purposely don&#8217;t get excited about things until it&#8217;s in my hands. That way I won&#8217;t be disappointed if I miss the delivery.&#8221; She probably took that as a hint not to tell me about it until I got home. It was too late though, I knew the devices would be home that day and was sweating it out at work. <img src='http://www.fergytech.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h3>Hardware</h3>
<p>The hardware is nice and it has a very modern look and feel to it. The screen is 7 inches, just like the GALAXY Tab and all the pros advertised with having a tablet that fits into your hand is confirmed. The device feels sturdy. I don&#8217;t plan on using the ear jack so I don&#8217;t have anything to say about it. The power button is oddly placed to the upper left side of the device. I guess I&#8217;m used to that button being on the very top-right, but it&#8217;s not so bad. The volume buttons don&#8217;t seem to sit well with me. I rarely turn the volume up or down, but when I do, it just doesn&#8217;t feel right.</p>
<p>It&#8217;s got a 800MHz processor and I&#8217;m OK with that. My current Motorola Droid only has 550MHz which makes the NC the faster Android device.</p>
<blockquote><p>I&#8217;m going to refer to the NOOKcolor as &#8220;NC&#8221; from here on out. You&#8217;ll notice the same verbiage being used on any of the Android-related forums.</p></blockquote>
<p><a href="http://www.fergytech.com/wp-content/uploads/nook-color-android-ebook-reader-official-big.jpg"><img class="alignright size-medium wp-image-1354" title="NOOKcolor." src="http://www.fergytech.com/wp-content/uploads/nook-color-android-ebook-reader-official-big-249x300.jpg" alt="" width="249" height="300" /></a></p>
<p>The screen is very nicely lit. I haven&#8217;t tried reading in the outdoors yet, but based on how bright the screen gets I&#8217;m assuming I won&#8217;t have a problem.</p>
<p>I did order a <a href="http://gifts.barnesandnoble.com/Color-Field-Cover-in-Storm-Gray/e/9781616865061/?cds2Pid=35616" target="_blank">Color Field Cover in Storm Gray</a> for my NC. I was initially disappointed with it when I saw it. I expected it to be darker in color and I wasn&#8217;t too happy with the material. After using it that Friday during my regular commute to and from work I began to like it more. I feel that it really protects my NC, I&#8217;m beginning to like the material, but that gray needs to be darker.</p>
<h3>Software</h3>
<p>My NC came with version 1.0.1 software and it is VERY basic. As an eReader you really shouldn&#8217;t expect much more from it, but because I know Android lives at the very core of this thing, I WANT it to do more! I&#8217;m treating it like a tablet when it&#8217;s clearly packaged as an eBook reader. So; I&#8217;m giving myself about a week to play with the vanilla software and then I&#8217;m rooting the hell out of it!</p>
<p>Reading it&#8217;s bad, I&#8217;m becoming more familiar with the differences between EPUB and PDF formats. I would certainly prefer my PDFs in an EPUB format, but when I convert them using <a href="http://calibre-ebook.com/" target="_blank">Calibre E-book management</a>, I can see how it strips down the document to its bare essentials, thus removing the original formatting the author/publisher did. It&#8217;s like having a Rich Text document vs and HTML page. You can do a lot more with the HTML page, but then you lose some of the convenient software interaction, such as: bookmarking certain pages, being able to jump around using the table of contents, and highlighting and writing notes.</p>
<h3>Rooting</h3>
<p>There are tons of resources out there to help you figure out how to root the device. I&#8217;m looking at the various forums trying to completely understand where this device, it&#8217;s software, and the rooting-stage fits. Since it&#8217;s the Wi-Fi Only model I can&#8217;t take advantage of surfing the web or checking my email and social media platforms while on the go. I&#8217;d have to tether it to my Droid. I tried, but it didn&#8217;t work. I later found out that the NC can only hook-up via Ad-hoc Wi-Fi, which means that I&#8217;ll need to root the device in order to get it working with my phone. Even more incentive!</p>
<p>Overall; I&#8217;m really happy with it. I&#8217;ll be even more happy once I root it. Here are some resources that I&#8217;m familiarizing myself with:</p>
<ol>
<li><a href="http://www.androidtablets.net/forum/nook/" target="_blank">http://www.androidtablets.net/forum/nook/</a></li>
<li><a href="http://nookdevs.com/Portal:NookColor" target="_blank">http://nookdevs.com/Portal:NookColor</a></li>
<li><a href="http://forum.xda-developers.com/forumdisplay.php?f=860" target="_blank">http://forum.xda-developers.com/forumdisplay.php?f=860</a></li>
</ol>
<p>If you have a NOOKcolor, I&#8217;d love hear about your adventures either making the best of the standard software or rooted.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2011/03/first-impression-of-the-nookcolor/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SCVNGR Review for Android</title>
		<link>http://www.fergytech.com/2011/01/scvngr-review-for-android/</link>
		<comments>http://www.fergytech.com/2011/01/scvngr-review-for-android/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 13:09:12 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[geolocation]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[scvngr]]></category>
		<category><![CDATA[this week in startups]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=1216</guid>
		<description><![CDATA[I checked-in to one of my favorite podcasts while traveling to work, This Week in Startups. Jason Calanis interviewed an impressive 21-year old CEO, Seth Priebatsch. The interview greatly peaked my interest in yet-another-geolocation application oddly named SCVNGR (pronounced scav·en·ger). To my surprise, this app has a few features that exceed other geolocation apps. Seth]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1218" title="scvngr logo" src="http://www.fergytech.com/wp-content/uploads/lead-scvngr-460px.jpg" alt="" width="460" height="115" /><br />
I checked-in to one of my favorite podcasts while traveling to work, <a href="http://thisweekin.com/thisweekin-startups/this-week-in-startups-95-with-seth-priebatsch-ceo-of-scvngr/" target="_blank">This Week in Startups</a>. Jason Calanis interviewed an impressive 21-year old CEO, Seth Priebatsch. The interview greatly peaked my interest in yet-another-geolocation application oddly named <a href="http://scvngr.com/" target="_blank">SCVNGR</a> (pronounced scav·en·ger). To my surprise, this app has a few features that exceed other geolocation apps. Seth coined the application as &#8220;social gaming.&#8221; From my time toying with this &#8220;social gaming app&#8221; I can see that some of the processes have been well thought out and as a result displays an intriguing user interface. I know it&#8217;s a bit extreme, but within 5 minutes of playing with this app, I felt that I could easily drop my faithful Foursquare and Gowalla apps.<br />
<span id="more-1216"></span></p>
<h3>What Makes This Appealing?</h3>
<p><a href="http://www.fergytech.com/wp-content/uploads/scvngr-screen.jpg"><img class="alignright size-medium wp-image-1284" title="scvngr's home screen on the Android phone." src="http://www.fergytech.com/wp-content/uploads/scvngr-screen-168x300.jpg" alt="" width="168" height="300" /></a></p>
<p>So; what makes SCVNGR so appealing? We&#8217;re all pretty bombarded with applications for our smart phone(s) &#8212; especially with the hottest trend being the <a href="http://en.wikipedia.org/wiki/Geolocation" target="_blank">geolocation</a> market. The biggest difference that I see between SCVNGR and the two current trend setters (Foursquare and Gowalla) is (1) the user interface and (2) how long it keeps me looking at the app. The interface is very clean and I find it much faster than Foursquare. Granted one can argue that the current speed is due to its lack of users, thus not a heavily burdened network.</p>
<p>As is the default &#8211; It integrates with Facebook and Twitter and makes it easy to see what you&#8217;re Facebook friends have checked into under the &#8220;Friends Feed&#8221; section. I&#8217;ve been using it for a number of weeks and I&#8217;m very happy with it. It&#8217;s using <a href="http://www.google.com/places/" target="_blank">Google Places</a> to pull the venues. That&#8217;s a plus for me, I&#8217;m still not comfortable with Facebook hosting that kind of data.</p>
<h3>What&#8217;s Wrong with It?</h3>
<p>I did notice, while cruising the Places screen for more friends, that I was able to view the activities of total strangers. It looks like sharing is totally open out-of-the-box. If you go into the Settings menu, you can change it to only share with your friends. Besides THAT the only thing wrong with SCVNGR is that my friends don&#8217;t know about it. It&#8217;s hard enough for me to get my immediate circle of friends into geolocation, but to have them switch to another app after finally getting them into Foursquare is going to be challenging.</p>
<h3>Features</h3>
<p>Once you load the application there are a couple of features accessible from the home screen: Friend&#8217;s Feed, Profile, Friends, Badges, Places, Rewards, Treks, and Social Map. There&#8217;s also a notification bar at the very bottom of the home screen.</p>
<h4>Friend&#8217;s Feed</h4>
<div id="attachment_1290" class="wp-caption alignright" style="width: 160px"><a href="http://www.fergytech.com/wp-content/uploads/scvngr-friends-feed-cropped.png"><img class="size-thumbnail wp-image-1290" title="scvngr-friends-feed-cropped" src="http://www.fergytech.com/wp-content/uploads/scvngr-friends-feed-cropped-150x150.png" alt="" width="150" height="150" /></a><p class="wp-caption-text">SCVNGR interface displaying the Friend Feed&#39;s screen.</p></div>
<p>The Friend&#8217;s Feed is pretty self explanatory, it displays a list of your friend&#8217;s check-ins. It has two tabs: Recent and Popular. To be honest I&#8217;m not sure what the criteria is for a check-in to be &#8220;popular.&#8221; The neat thing about the Recent tab is it mixes both your SCVNGR and Facebook friends. You can&#8217;t interact with the FB feed, but it&#8217;s at least nice to see where your closest buddies are.</p>
<h4>Profile</h4>
<p>This section really doesn&#8217;t have anything special compared to other geolocation application. It&#8217;s more or less a dashboard of how many points you have, challenges you&#8217;ve done, places you&#8217;ve visited, how many badges you&#8217;ve acquired, and how many friends you have. Your avatar is pretty big so if you really like looking at yourself, they built a function to satisfy that craving.</p>
<h4>Friends</h4>
<p>The Friends screen has three tabs: Find, All friends, and Leaderboard. The Friends feature is where you can expand your friend&#8217;s list by finding people in your Facebook circle that have linked their accounts to SCVNGR. You can also do a simple search for a user or invite friends by allowing the app to post a message through other social media applications you may have installed on your phone. The Leaderboard screen is where the competitive nature of a person comes out to play. Once you have a couple of friends to play with you can then compare how many points/challenges you&#8217;ve acquired. It doesn&#8217;t reset every week like Foursquare, it&#8217;s simply an overall score. So; you can be at a slight disadvantage if you friend someone that has been heavily using SCVNGR.</p>
<h4>Badges</h4>
<p><a href="http://www.fergytech.com/wp-content/uploads/scvngr-badge-newyears-225.png"><img class="alignright size-thumbnail wp-image-1298" title="SCNGR Badge for the Holidays" src="http://www.fergytech.com/wp-content/uploads/scvngr-badge-newyears-225-150x150.png" alt="" width="150" height="150" /></a></p>
<p>If you&#8217;re familiar with social media apps, badges is an aspect that these companies/apps use to exploit our loyal and competitive nature. These badges are acquired after reaching a certain status or completing a number of challenges. These badges are drawn nice so they are easy-on-the-eyes. This screen will list all the badges you&#8217;ve acquired in a four-column fashion. You can click on individual badges to get a little more detail as to what the badge is about and when you received it. My only issue with this feature is the irony that the app supports a good amount of text in order to explain what the badge is about, but the actual explanation of the badge is vague and confusing. There are many badges that I&#8217;m still unclear WHY I&#8217;ve acquired them.</p>
<h4>Places</h4>
<p>This is the meat and potatoes of the application. This screen will initially load all venues within your intimidate area. If a venue doesn&#8217;t show up you can do a search to add it.</p>
<blockquote><p>Make sure you use propercase before submitting a search. If the system doesn&#8217;t find that venue it will use your submission as the entry name.</p></blockquote>
<p>When you choose a venue to check-in to that screen has three tabs: Challenges, Activity, and Info. The default challenges with every venue is: check-in, social check-in, say something, and snap a picture. Each challenge has a certain amount of points associated with it. The social check-in is a pretty cool challenge. You and another SCVNGR user can bump phones to get twice as many points for that check-in. The more challenges you do, the more points you acquire. Once you&#8217;ve gained a certain amount of points you can then add your own challenges. I&#8217;m not sure why, but I have yet to create a challenge for the available venues. My creativity on creating challenges has proven to be limited. :-/</p>
<h4>Rewards</h4>
<p>The Rewards screen has two tabs: My Rewards and Nearby. This feature incorporates the growing Groupon-inspired trend of offering discounts from vendors. I haven&#8217;t tried this feature, so I can only theorize how it actually works.</p>
<h4>Treks</h4>
<p>This feature I believe was inspired from <a href="http://gowalla.com/trips" target="_blank">Gowalla&#8217;s Trips</a>. For example the &#8220;Best of Atlanta&#8221; trek lists 8 challenges for you to complete. Once you visit one of the venues in the list, such as Georgia Aquarium, the trek challenge is to click on &#8220;Fish Face&#8221;. This particular challenge is to impersonate a fish and take a picture of your ugly mug doing it. Stuff like that is pretty cool and will certainly keep you motivated to explore.</p>
<h4>Social Map</h4>
<p>I was very excited when I saw this feature. It reminded me of a third-party web site a friend took me to in order to see a visual history of his Foursquare check-ins. The Social Map screen displays a map, most likely powered by Google Maps with pins of avatars showing recent activities, maximum of up to 24 hours. I can see that it shows both mine and friends&#8217; activities. It&#8217;s got a bug or two once you start sliding that time line around and zooming in and out of the map, but it&#8217;s got a lot of potential.</p>
<h3>Other Reviews</h3>
<p>Initially I didn&#8217;t plan to write a detailed review of this app. I had a real hard time finding a significant Android post so I filled the gap. Below are other blog posts I found that might give you another aspect of this very intriguing app. You can find my SCVNGR profile at the following link &#8212; <a href="http://www.scvngr.com/fergatron" target="_blank">www.scvngr.com/fergatron</a> &#8212; let&#8217;s stalk each other, it&#8217;ll be fun.</p>
<ul>
<li><a href="http://techsavvyagent.com/mobile-apps/scvngr-review-could-this-be-the-foursquare-of-real-estate/" target="_blank">SCVNGR Review &#8211; Could This Be the Foursquare of Real Estate</a> [Tech Savvy Agent] &#8211; Video, focuses on iPhone</li>
<li><a href="http://androidandme.com/2010/05/news/scvngr-a-check-in-app-with-a-twist/" target="_blank">SCVNGR: A check-in app with a fun twist</a> [Android and Me]</li>
<li><a href="http://mashable.com/2010/07/28/scvngr-rewards/" target="_blank">SCVNGR Launches Sophisticated Rewards Program</a> [Mashable]</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2011/01/scvngr-review-for-android/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Forward Thinking with Chrome Web Store</title>
		<link>http://www.fergytech.com/2010/12/forward-thinking-with-chrome-web-store/</link>
		<comments>http://www.fergytech.com/2010/12/forward-thinking-with-chrome-web-store/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 14:52:08 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Linuxapade]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[cr-48]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[semantic web]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=1236</guid>
		<description><![CDATA[I&#8217;m somewhat taken back by the lack of understanding towards Google&#8217;s Chrome Web Store from various hosts on technology podcasts that I listen to, such as: Buzz Out Loud and Tech News Today. The general consensus is, &#8220;Why do we need yet another marketplace?&#8221; And &#8220;How many times will a developer have to create an]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1242" title="A screenshot of the Google Chrome Web Store." src="http://www.fergytech.com/wp-content/uploads/lead-google-chrome-web-store-460x115.jpg" alt="" width="460" height="115" /></p>
<p>I&#8217;m somewhat taken back by the lack of understanding towards <a href="https://chrome.google.com/webstore" target="_blank">Google&#8217;s Chrome Web Store</a> from various hosts on technology podcasts that I listen to, such as: <a href="http://www.cnet.com/buzz-out-loud-podcast/" target="_blank">Buzz Out Loud</a> and <a href="http://twit.tv/tnt" target="_blank">Tech News Today</a>. The general consensus is, &#8220;Why do we need yet another marketplace?&#8221; And &#8220;How many times will a developer have to create an application?&#8221; It&#8217;s almost as if they can&#8217;t see the future coming. In my tiny/little world I&#8217;m not afraid of marketplaces because they remind me of the software repositories available to us in Linux. Also with the <a href="http://en.wikipedia.org/wiki/Semantic_Web" target="_blank">semantic web</a> meaning something to web developers, we&#8217;re finally clearing the jungle of web applications not working on multiple browsers.<br />
<span id="more-1236"></span></p>
<h3>Where is Google Taking Us?</h3>
<p>Before I continue I&#8217;m going to make some assumptions, and of course we know that assuming things will make you look like an ASS<span style="text-decoration: line-through;">umption</span>. We <strong>should</strong> all be aware that Google more or less acts as a catalyst to what&#8217;s coming in the world of technology. The company is stacked to the brim with very smart engineers and forward thinkers; the &#8220;pathfinding&#8221; is an inevitable result. We all know that Google is horrible (simply horrible) at marketing. So; whenever they launch a product or service it may not make sense to us now, but when it all comes together you&#8217;ll be glad that Google did it and not some other mega corporation; looking at their bottom line.</p>
<h3>Segmentation</h3>
<p><img class="alignright size-full wp-image-1243" title="Android Central's BAD-ASS version of Android." src="http://www.fergytech.com/wp-content/uploads/android-central.jpg" alt="" width="207" height="279" /></p>
<p>The big debate for the podcasters is them trying to understand why Google has both the <a href="http://www.android.com/" target="_blank">Android OS</a> and <a href="http://www.google.com/chromeos/index.html" target="_blank">Chrome OS</a>. To me, it&#8217;s pretty simple. Android isn&#8217;t ready to be on devices such as a Tablet, Notebook, Netbook, or a Desktop. Instead of forking Chrome OS to work on small devices such as a smart phone, Google focused on a &#8220;small device OS&#8221; and happily named it &#8220;Android.&#8221; As for the other devices, with the operating system becoming a thing of the 90&#8242;s, Google is focusing on a platform that can interface with the increasing number of applications hosted on the Internet.</p>
<h3>So; What About the Web Store</h3>
<p>This web store is kind of greasing the pipes for us that already live on the Web. For those of us that have an understanding that Chrome OS is still alive and the Internet will continue to expand our abilities to be productive&#8230; the web store is giving us a glimpse into life using Chrome OS.</p>
<p>For one; it only works if you have a Chrome browser. While using the browser on your desktop, try using ONLY web applications. Figure out what applications you currently use and then pick the equivalent app in the Chrome Web Store. Below is a comparison table for desktop applications and their web-based counterparts.</p>
<table>
<caption>Desktop Applications and Their Web-based Counterparts</caption>
<thead>
<tr>
<th>Desktop</th>
<th>Web</th>
<th>Purpose</th>
</tr>
</thead>
<tbody>
<tr>
<td>GAIM</td>
<td>eBuddy</td>
<td>Both applications are multi-protocol instant messenger clients, but eBuddy is web-based.</td>
</tr>
<tr>
<td>Kindle/Nook</td>
<td>Google Books</td>
<td>Instead of carrying multiple devices you can now just carry one eBook reader. Yes; not all books are supported on both, but that&#8217;ll get worked out (eventually).</td>
</tr>
<tr>
<td>Microsoft Outlook</td>
<td>Gmail</td>
<td>As an email client the spam filter in Outlook is laughable compared to Gmail. Plus all the cool kids are using it.</td>
</tr>
<tr>
<td>Microsoft Office</td>
<td>Google Docs</td>
<td>Your documents and spreadsheets in Google Docs won&#8217;t be as pretty as could be in Office, but give it some time. Also; Google Calendar is pretty hot stuff.</td>
</tr>
<tr>
<td>mIRC</td>
<td>Mibbit</td>
<td>If Internet Relay Chat is your thing then Mibbit should be your weapon of choice.</td>
</tr>
<tr>
<td>TweetDeck</td>
<td>HootSuite</td>
<td>TweetDeck is a perfect desktop Twitter client. HootSuite supports a lot more protocols.</td>
</tr>
<tr>
<td>Windows Media Center</td>
<td>Clicker.TV</td>
<td>Clicker.TV virtually has every television show cataloged. Most of them can be viewed online at various web sites.</td>
</tr>
<tr>
<td>Windows Media Player</td>
<td>Last.fm</td>
<td>Instead of just listening to music you have stored on your hard drive, why not get exposed to various indy artists through an ever-changing playlist via Last.FM.</td>
</tr>
<tr>
<td>World of Warcraft</td>
<td>Rune Scape</td>
<td>Ok; Rune Scape is not comparable to WoW, but it&#8217;s been around for a very long time so you&#8217;re bound to join a RS guild sooner rather than later.</td>
</tr>
</tbody>
</table>
<h3>Chrome Notebook</h3>
<p><a href="http://www.fergytech.com/wp-content/uploads/cr48-10.jpg"><img class="alignright size-thumbnail wp-image-1248" title="The shipping box for Google's Chrome Notebook, Cr48." src="http://www.fergytech.com/wp-content/uploads/cr48-10-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>I signed up to the pilot program for a <a href="http://www.google.com/chromeos/pilot-program-cr48.html" target="_blank">Cr-48 Chrome notebook</a>. Normally; I didn&#8217;t think it was possible for a lone web developer, such as myself to get one of these, but while listening to these short-sighted podcasters &#8212; I&#8217;m optimistic. I&#8217;m a perfect candidate, I practically live on the web anyway. My biggest challenge would be web development. My most intense developing situation would be a PHP application connecting to a MySQL database, but for the most part I develop simple, yet web standards compliant web sites [INSERT SHAMELESS PLUG FOR <a href="http://www.digitalalias.net" target="_blank">DIGITAL ALIAS</a> HERE]. If Google provides me an enhanced version of Notepad+ or Bluefish, I think I&#8217;d live.</p>
<p>I&#8217;d love to know what you think of the Chrome Web Store and where our Internet gods are taking us!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2010/12/forward-thinking-with-chrome-web-store/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Enable Widgets in a WordPress Theme</title>
		<link>http://www.fergytech.com/2010/09/enable-widgets-in-a-wordpress-theme/</link>
		<comments>http://www.fergytech.com/2010/09/enable-widgets-in-a-wordpress-theme/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 16:20:36 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=1182</guid>
		<description><![CDATA[I&#8217;m still surprised at the lackluster search results I get when I try to remember how to enable widgets into a WordPress theme. In this tutorial I&#8217;m only going to go through the basics, nothing fancy at all&#8230; just dry conditional statements. In general this requires you to edit or create two files: /wp-content/themes/{theme of]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1189" title="Wordpress widgets" src="http://www.fergytech.com/wp-content/uploads/lead-wordpress-widgets.jpg" alt="" width="460" height="115" /></p>
<p>I&#8217;m still surprised at the lackluster search results I get when I try to remember how to enable widgets into a WordPress theme. In this tutorial I&#8217;m only going to go through the basics, nothing fancy at all&#8230; just dry conditional statements. In general this requires you to edit or create two files:</p>
<ol>
<li>/wp-content/themes/{theme of the day}/functions.php file.</li>
<li>/wp-content/themes/{theme of the day}/sidebar.php file.</li>
</ol>
<p><span id="more-1182"></span></p>
<h3>Theme Functions</h3>
<p>This file (<strong>functions.php</strong>) can be a pretty powerful addition to your WordPress theme. Basically; you can put all your PHP functions into this file and call them at-will on other pages. In this case all you need to do is add a function to &#8220;register&#8221; the sidebar feature.</p>
<blockquote><p>&lt;?php<br />
if (function_exists(&#8216;register_sidebar&#8217;))<br />
register_sidebar();<br />
?&gt;</p></blockquote>
<p>You can simply use &#8220;register_sidebar()&#8221;, but the <em>conditional statement </em>is simply a best practice for coding just in case for some odd reason that function isn&#8217;t available. That way your site won&#8217;t throw an error and disrupt the rendering of your beautiful WP theme.</p>
<h3>Applying the Sidebar</h3>
<p>Now that you&#8217;ve told your WP theme to use the sidebar feature, you&#8217;ll need to actually apply it. Usually this next function is applied to the <strong>sidebar.php</strong> file. Edit it to run the following code:</p>
<blockquote><p>&lt;?php<br />
if(function_exists(&#8216;dynamic_sidebar&#8217;))<br />
dynamic_sidebar();<br />
?&gt;</p></blockquote>
<p>&#8230;and you&#8217;re done! Next time you log into /wp-admin and click on <strong>Appearance | Widgets</strong> you&#8217;ll see options of attaching widgets to your sidebar! You&#8217;re welcome! <img src='http://www.fergytech.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<h3>References</h3>
<ol>
<li><a href="http://codex.wordpress.org/Function_Reference" target="_blank">http://codex.wordpress.org/Function_Reference</a></li>
<li><a href="http://www.quickonlinetips.com/archives/2007/11/how-to-widget-enable-wordpress-themes-in-3-easy-steps/" target="_blank">http://www.quickonlinetips.com/archives/2007/11/how-to-widget-enable-wordpress-themes-in-3-easy-steps/</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2010/09/enable-widgets-in-a-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Vague Android 2.2 &#8220;Froyo&#8221; Review</title>
		<link>http://www.fergytech.com/2010/08/vague-android-2-2-froyo-review/</link>
		<comments>http://www.fergytech.com/2010/08/vague-android-2-2-froyo-review/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 14:11:16 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[advanced task killer]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[google listen]]></category>
		<category><![CDATA[home++]]></category>
		<category><![CDATA[lastfm]]></category>
		<category><![CDATA[motorola]]></category>
		<category><![CDATA[seesmic]]></category>
		<category><![CDATA[task manager]]></category>
		<category><![CDATA[tweekdeck]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[verizon]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=1156</guid>
		<description><![CDATA[This morning, while getting ready for work, I received a notification on my phone that there was a system update! I almost blew my wad! Yes; that&#8217;s a bit graphic, but for some odd reason I&#8217;m a BIG fan of system updates. Having the latest and greatest that&#8217;s been tested and tweaked to work on]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1158" title="Android 2.2 (aka Froyo)" src="http://www.fergytech.com/wp-content/uploads/lead-android-froyo-460x115.jpg" alt="" width="460" height="115" /></p>
<p>This morning, while getting ready for work, I received a notification on my phone that there was a system update! I almost blew my wad! Yes; that&#8217;s a bit graphic, but for some odd reason I&#8217;m a BIG fan of system updates. Having the latest and greatest that&#8217;s been tested and tweaked to work on my device does something to me (internally). Maybe that&#8217;s another reason why I&#8217;m such a fan of Linux.</p>
<p>I was presented with three buttons (install, not install, and more info&#8230;). One would think that I&#8217;d read the &#8220;more info&#8230;&#8221; just to see what&#8217;s actually being installed. I blew right by that idea and clicked &#8220;install&#8221;. After clicking the button I did think, &#8220;Darn it, I really should have read what the update was&#8230; oh well.&#8221;</p>
<p><span id="more-1156"></span></p>
<h3>Initial Reaction</h3>
<div id="attachment_1161" class="wp-caption alignright" style="width: 178px"><img class="size-medium wp-image-1161" title="Android 2.2 desktop (new buttons)" src="http://www.fergytech.com/wp-content/uploads/froyo-dock-168x300.jpg" alt="" width="168" height="300" /><p class="wp-caption-text">This is not a screenshot of my own phone. I just want to show you the new buttons and dots!</p></div>
<p>You can probably guess what my initial reaction was to the update. &#8220;Woot, oh yah, <a href="http://www.android.com/" target="_blank">Froyo 2.2</a> here we go!&#8221; Once my Motorola Droid rebooted, I noticed that on the bottom of the screen were new shortcut buttons. Three to be exact with two small dots on both sides. The three buttons were: Phone, Menu, and Browser. That took care of some of the icons on my home screen. I learned that the dots on either side of those shortcut buttons represented desktops. Yup, I went from, stock, three desktops to five! Booyah!</p>
<p>Now; I&#8217;ve played with other desktop apps before, such as <a href="http://hpp.intuitit.mobi/" target="_blank">Home++ beta</a>. There was one more, but I forget the name. I actually like it better than Home++. The problem I experienced with these desktop replacement apps was performance. At first it was great, but later on it took longer to get back to the home screen. As I flipped through <a href="http://listen.googlelabs.com/" target="_blank">Google Listen</a>, <a href="http://seesmic.com/seesmic_mobile/android/" target="_blank">Seesmic</a>, <a href="http://www.last.fm" target="_blank">LastFM</a> and other data-intensive apps I soon realized that these cool home apps aren&#8217;t worth the lag. So; I went back to using the vanilla home screen. One of the benefits from my early experimentation with home screen apps was the ability to increase my desktop count. Because of the CPU/Memory limitation I could only go up to 4 desktops without significantly slowing down the OS.</p>
<p>I wish I had more desktops, but not at the sacrifice of performance. Well with Android 2.2, I&#8217;m up to five desktops and I&#8217;ve loaded it with widgets just to test the long-term effects. So far so good!</p>
<h3>Application Management</h3>
<div id="attachment_1160" class="wp-caption alignright" style="width: 190px"><img class="size-medium wp-image-1160" title="Android 2.2 - Application Manager" src="http://www.fergytech.com/wp-content/uploads/froyo-applicationmanager-180x300.png" alt="" width="180" height="300" /><p class="wp-caption-text">Again; this is not a screenshot of my own phone. I just want to show you the four new tabs.</p></div>
<p>Since I&#8217;m a big tinkerer-of-things, I try out lots of apps at any given time. So; I was happy to see that the application management is a little easier. The biggest plus to me is I can update multiple apps at the same time through Android Market. No more clicking 15 x 3 times in order to update apps. Also; &#8220;Settings &gt; Applications &gt; Manage Applications&#8221; window has four tabs.</p>
<p>I noticed that &#8220;<a href="http://www.androlib.com/android.application.com-wingtseng123-systemmemorymonitor-qFC.aspx" target="_blank">Task Manager</a>&#8221; and &#8220;<a href="http://blog.twitter.com/2010/04/twitter-for-android-robots-like-to.html" target="_blank">Twitter</a>&#8221; apps came with the update. I had &#8220;<a href="http://www.androidtapp.com/advanced-task-killer/" target="_blank">Advanced Task Killer</a>&#8220;, but I removed it just to give this &#8220;recommended&#8221; app a try. If I didn&#8217;t install the <a href="http://bit.ly/abTN3K" target="_blank">TweetDeck beta</a> app yesterday I&#8217;d probably use the Twitter app. I did notice that I couldn&#8217;t remove the Twitter app. Looks like Verizon baked it right in! :-/</p>
<h3>Wrap It Up Already</h3>
<p>In the end; I&#8217;m very excited about this update and my phone seems to run smoother than before. I know there&#8217;s a lot more things this version of Android is supposed to do, but I haven&#8217;t explored them yet. This is just a first-hand experience with a Verizon customer finally getting a &#8220;system update&#8221; on his Android phone.</p>
<p>If you are looking for a more robust review, I think <a href="http://smarterware.org/6085/android-2-2-screenshot-tour-my-favorite-features-in-froyo" target="_blank">Smarterware</a> has a good article.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2010/08/vague-android-2-2-froyo-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

