<?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>Sunsational - Never Too Old</title>
	<atom:link href="http://www.sunsationaldesign.com/wpblog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.sunsationaldesign.com/wpblog</link>
	<description>This site is about never being too old to start new adventures!</description>
	<lastBuildDate>Wed, 10 Aug 2011 21:29:48 +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>Feels like you are working in a copy of the database but you know it is the original!</title>
		<link>http://www.sunsationaldesign.com/wpblog/?p=154</link>
		<comments>http://www.sunsationaldesign.com/wpblog/?p=154#comments</comments>
		<pubDate>Mon, 08 Aug 2011 15:42:25 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[Windows Network]]></category>

		<guid isPermaLink="false">http://www.sunsationaldesign.com/wpblog/?p=154</guid>
		<description><![CDATA[Crazy title, isn&#8217;t it?!  &#8220;Feels like you are working in a copy of the database but you know it&#8217;s not a copy&#8221;! As a support technician, I often-times think I have seen it all.  But, last week,  I ran into something I had never seen before, with regards to our software  at a customer site. [...]]]></description>
			<content:encoded><![CDATA[<p>Crazy title, isn&#8217;t it?!  &#8220;Feels like you are working in a copy of the database but you know it&#8217;s not a copy&#8221;!</p>
<p>As a support technician, I often-times think I have seen it all.  But, last week,  I ran into something I had <strong>never </strong>seen before, with regards to our software  at a customer site.  When I finally, perplexedly  Googled the symptoms, looking for an explanation or solution,  nothing helpful came up.  It was the most dumbfounding thing I had ever seen!  So, hopefully, should anyone else ever run into this situation,  the information I am about to include here may help!</p>
<p>I work for a transportation software company that caters mostly to over-the-road trucking companies.  Our data is stored in xBase flat file .dbf format and each software module may have dozens of database tables.</p>
<p>The support call came in from one of our customers, that one of his dispatchers had entered a new truck in the system, but for some reason, he couldn&#8217;t see it from his computer.  He could see where a new load (order) referenced that truck, but he just couldn&#8217;t see the truck, itself, in the truck file maintenance screen.</p>
<p>My first thought was bad index, so I recommended indexing the files.  When he said that didn&#8217;t&#8217; help, I remoted into his system to have a look.  He was correct, the truck just didn&#8217;t show up on his Windows 7 workstation.  I remoted over to the workstation  that had created the entry, an older XP, and the truck was there and active. &#8220;Hmmm&#8230; how odd&#8221;, I thought.  There has to be a simple explanation for this!</p>
<p>But it became more confounding by the moment!  My second thought was that he <em>MUST</em> be working in a backup copy of the system!  But as I jumped back and forth between his computer and his dispatcher&#8217;s computer, checking the paths and the folders that the data was stored in, I could see that they were both pointing to the network&#8217;s F: drive and to the same data folder.  I tried creating a text file in the data folder from the dispatcher&#8217;s XP computer and sure enough, I could see it from both computers.  <strong>So I knew they were both working in the same folder </strong>and looking at the same files!  So why was the new truck record not showing in the truck database from both computers???!</p>
<p>I asked them if anything had changed recently.  They said not really, but three weeks earlier they had added this  new Windows 7 machine to their network.  But they said it had been working fine until that day.   I asked if there had been any other changes or problems.  They said no, not really.  They had had a printer problem earlier that day, but it was <em>unrelated</em> and already resolved.</p>
<p>I decided that maybe the Windows 2008 file server was acting up and told them to try rebooting it.  They said they had done that earlier, but they would try again.  I told them  if that didn&#8217;t help, to try adding that same truck to the system from the machine that couldn&#8217;t see it.  I figured maybe it was just some oddness that might work itself out in a few days.  I was WRONG!</p>
<p>They called me about four days later and said, &#8220;Sunny, we really have a problem!  The user on the new Windows 7 machine has added about 200 new loads and we just realized that the other dispatcher cannot see any of them&#8221;!!</p>
<p>What was the deal???!!!  The new load records being added from the Windows 7 computer were not being seen by the XP machine and truck records by XP wasn&#8217;t being seen by the Windows 7!  But, they could see everything else in all of the other shared tables.  I reaffirmed, again, that there was no shadow of a doubt, they were working in the same file folder on the network!  To make it even more strange, with the exception of the load file and the truck file, they could both see the same information that was stored in other files in that same folder!!!  It was as though a few isolated files were not being shared, almost like they were working in a backup copy of that file, yet everything pointed to the correct place.  With this particular piece of software, there was no way to tell it to write to some files in one folder and other files in a separate folder.  They MUST be in the same physical location!  How could this be happening??!!?</p>
<p>I finally told the customer that I was just flabbergasted and had no explanation and that I really didn&#8217;t think it was something in the software.  I suspected something in the hardware setup, but had no reasonable explanation as to what that could be.  He called in two different network consultants, but they were as bumfuddled as I was.  It was as though, out of dozens of files, that mostly they were both seeing,  there were an isolated few, where it was as though they were looking at two different copies!   But where were the copies and how was this happening??!!?</p>
<p>Finally, the second network tech, Dave, and I were looking at one of the files in question, through Windows Explorer, when suddenly he noticed in small letters, but right in plain site:  <span style="color: #000080;"><strong>Offline status:  offline </strong></span></p>
<p>WTH!!!??  Then the pieces of the puzzled started falling into place. After quizzing the user a little more, we discovered that a week ago, when they had the printer problem (you know, the one that was <em>unrelated</em>!), one of the dispatchers had decided to reboot the server.  It never occurred to him to have everyone log out first.  He just REBOOTED!  In the meantime, the user on the Windows 7 machine was just working merrily away!  Windows 7 had sensed the loss of the network connection, so it took &#8220;offline&#8221; the  open database tables that he was working in.  When the network was brought back up, it should have synchronized his offline files with the network online files, but it did not.</p>
<p>Fortunately, now that we had finally identified the problem, it was a relatively easy fix.  For more information about offline files and file synchronization, go to:  <a href="http://windows.microsoft.com/en-US/windows-vista/Working-with-network-files-when-you-are-offline">http://windows.microsoft.com/en-US/windows-vista/Working-with-network-files-when-you-are-offline</a></p>
<p>~Sunny</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.sunsationaldesign.com%2Fwpblog%2F%3Fp%3D154&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.sunsationaldesign.com/wpblog/?feed=rss2&#038;p=154</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tether and Root my Android LG Ally (sounds like we are gardening!)</title>
		<link>http://www.sunsationaldesign.com/wpblog/?p=144</link>
		<comments>http://www.sunsationaldesign.com/wpblog/?p=144#comments</comments>
		<pubDate>Fri, 22 Apr 2011 19:04:04 +0000</pubDate>
		<dc:creator>BJ</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.sunsationaldesign.com/wpblog/?p=144</guid>
		<description><![CDATA[With our stormy season upon us, I wanted to have internet access on my laptop during power outages.  Yes, I have an Android smart phone, and can access the internet on it, but let’s face it, phone screens are small and the suckers are hard to see at my age!  So I looked into “tethering”. There [...]]]></description>
			<content:encoded><![CDATA[<p>With our stormy season upon us, I wanted to have internet access on my laptop during power outages.  Yes, I have an Android smart phone, and can access the internet on it, but let’s face it, phone screens are small and the suckers are hard to see at my age!  So I looked into “tethering”.</p>
<p>There are several ways to tether.  Some phones have built in tethering options, some phones you can tether by downloading an app, but others need to be rooted in order for tethering to work.  Of course, my phone (LG Ally) fell into the latter category.  But, since there are other <a href="http://www.androidpolice.com/2010/04/15/rooting-explained-top-5-benefits-of-rooting-your-android-phone/" target="_blank">benefits</a> to rooting your phone anyway, I was not to be discouraged <img src='http://www.sunsationaldesign.com/wpblog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .  There are several ways to “root” a phone.  A lot of this depends on which version of Android OS you have and can also depend on whether you have applied any patches, so, the 1<sup>st</sup> thing is to double check your version (this must be exact: i.e. 2.2) and any patches (i.e. 2.2.1).  There are some apps that allow you to root and unroot your phone easily using the app.  Once again, my phone can’t use them, so I had to do some wiggling.  I had to download several things (including special drivers) using my computer and do my root that way.  Since every phone is going to be different, search out your method according to your phone and version of Android OS.</p>
<p>The second step after completing the “root” was to find a tether app that worked.  There are several in the Android Market, but the first one I tried (Barnacle) didn&#8217;t work for me.  My laptop did not discover my phone, even though my phone said it was broadcasting.  The second app I tried (Wireless Tether) worked!  YAY! SCORE!  Now, I will be able to use the internet with my wifi devices (laptop, tablet) even when the power is out or I am not in range of any wifi connections.</p>
<p>BJ Exum</p>
<p>p.s. Please remember that &#8220;rooting&#8221; your phone may void your warranty!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.sunsationaldesign.com%2Fwpblog%2F%3Fp%3D144&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.sunsationaldesign.com/wpblog/?feed=rss2&#038;p=144</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Dummies Guide To Android Terminoligy &amp; Lingo</title>
		<link>http://www.sunsationaldesign.com/wpblog/?p=137</link>
		<comments>http://www.sunsationaldesign.com/wpblog/?p=137#comments</comments>
		<pubDate>Fri, 22 Apr 2011 12:28:20 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.sunsationaldesign.com/wpblog/?p=137</guid>
		<description><![CDATA[Credit for the following &#8220;cell phone geek speak&#8221; totally goes to Sam Fisher.  I pulled this from an Android forum.  I thought he did a great job! &#160; ADK: Android Development Kit, What people use to develop anything for the droid such as ROM&#8217;s Baseband: In communications and signal processing, the baseband describes signals and [...]]]></description>
			<content:encoded><![CDATA[<p>Credit for the following &#8220;cell phone geek speak&#8221; totally goes to Sam Fisher.  I pulled this from an<a title="Android Forum" href="http://www.droidforums.net/forum/rescue-squad-guides/43671-dummies-guide-android-terminoligy-lingo.html" target="_blank"> Android forum</a>.  I thought he did a great job!</p>
<p>&nbsp;</p>
<ul>
<li><strong>ADK:</strong> Android Development Kit, What people use to develop anything for the droid such as ROM&#8217;s</li>
<li><strong>Baseband:</strong> In communications and signal processing, the baseband describes signals and systems whose range of the frequencies measured from close to 0 hertz to a cut-off frequency, a maximum bandwidth or highest signal frequency; it is sometimes used to describe frequencies starting close to zero</li>
<li><strong>Boot Loader: </strong>State in which the droid can be flashed from RSD with an appropriate .sdk file that reprograms the phone into a specific ROM or update. This is typically a last resort when the recovery screen cannot be reached to make a much simpler and less risky solution</li>
<li><strong>Boot Loop:</strong> simply means something is preventing the phone from completing it&#8217;s boot cycle and is stuck between the boot animation and the unlock screen, creating a looped animation. This is often fixed by either reloading a Nandroid, or Reflashing a rom from the Boot Loader.</li>
<li><strong>Brick or Bricked: </strong>Jargon for a completely unrecoverable device, (no more than a brick or paperweight)</li>
<li><strong>Bug or <a id="KonaLink1" href="http://www.droidforums.net/forum/#"><span style="color: #812528;">Software</span></a> Bug:</strong> an Error or flaw in software that produces a failure or unexpected/unwanted result. Typically created from incorrect code, this is why some ROMs are better and smoother running than others because certain developers have taken the time to input &#8220;perfect&#8221; code</li>
<li><strong>Busybox:</strong> BusyBox is a single multi-call binary that packages the functionality of most widely used standard Unix tools, BusyBox provides a fairly complete environment for any small or <a id="KonaLink2" href="http://www.droidforums.net/forum/#"><span style="color: #812528;">embedded system</span></a>.</li>
<li><strong>ClockworkMod</strong>: A recovery <a id="KonaLink3" href="http://www.droidforums.net/forum/#"><span style="color: #812528;">program</span></a> that is often used to apply updates, ROMs, or create a back up or restore a <a id="KonaLink4" href="http://www.droidforums.net/forum/#"><span style="color: #812528;">backup</span></a> file</li>
<li><strong>De-odex:</strong> Apk files have respective odexes that devs use to supposedly save space. Deodexing means you convert it back to a .dex file and put it back inside the apk. This allows you to easily replace files (not having to worry about odexes), but the main point was to deodex services.jar so that you can change all text to different colors (such as the clock color to white) and to deodex services.jar, you need to deodex everything.</li>
<li><strong>Dev. or Developer: </strong>An individual that creates, or alters a file in such a manner as to advance the program</li>
<li><strong>Flash or <a id="KonaLink5" href="http://www.droidforums.net/forum/#"><span style="color: #812528;">Flash Memory</span></a>:</strong> a program technology that can be electrically erased and reprogrammed</li>
<li><strong>Kernel: </strong>The governor of the CPU useage and Battery output, one can upload certain Kernels to achieve greater performance speed of their device at the cost of some battery life</li>
<li><strong>Root: </strong>Common word associated with giving a user &#8220;super user&#8221; access to their phones programming and other various aspects that would normally not be possible, also known as &#8220;Jailbroken&#8221; for iPhone&#8217;s</li>
<li><strong>Nandroid or Nandroid Backup</strong>: A file typically created in the custom recovery program, such as SPRecovery, that is a carbon copy of whatever state your phone is in before a drastic change is made. the file then can be moved onto or off of the SD card for later use in case something should go wrong in the ROM or Update, or a Boot Loop occurs</li>
<li><strong>OS:</strong> Operating system, I.E. <a id="KonaLink6" href="http://www.droidforums.net/forum/#"><span style="color: #812528;">Windows</span></a> Vista or MAC or ANDROID</li>
<li><strong>Overclocking:</strong> Speeding up the CPU past the factory presets to achieve a faster and more responsive device</li>
<li><strong>ROM:</strong> Read Only Memory, a program used to make changes to anything from the look of the home screen, to icons to custom boot animation</li>
<li><strong>RSD or RSD lite:</strong> Remote Software Download, Motorola&#8217;s own tool in flashing virtually any type of program, (so long as its in .sbf form) to the Android OS</li>
<li><strong>Shell or SSH:</strong> secure shell or ssh is a network protocol that allows data to be exchanged using a <span style="color: #002bb8;">s</span>ecure channel between two networked devices</li>
<li><strong>SPR or SPRecovery:</strong> A recovery program that is often used to apply updates, ROMs, or create a back up or restore a backup file</li>
<li><strong>Stock:</strong> Simply means an unaltered state, such as when you first purchase your phone from Verizon, or when you do a factory reset to &#8220;go back to stock 2.1&#8243;</li>
<li><strong>SU:</strong> &#8220;Super user&#8221;, or root permissions</li>
<li><strong>Theme:</strong> A set of icons, backgrounds and app trays that change the aesthetics of the overall look of the droid and its applications</li>
<li><strong>TUN/TAP:</strong> Refers to a network TUNnel, operates within layer 3 packets, or ip packets. Packets sent by a system via a TUN/TAP device are delivered to a user-space program that attaches itself to the device. A user space program may also pass packets into a TUN/TAP device. In this case TUN/TAP device delivers (or &#8220;injects&#8221;) these packets to the operating system&#8217;s network stack thus emulating their reception from an external source.</li>
<li><strong>Underclocking:</strong> Slowing down the CPU mainly to limit battery usage</li>
<li><strong>.sbf:</strong> Summation Briefcase File</li>
<li><strong>.apk or APK&#8217;s:</strong> An .apk file extension denotes an Android Package (APK) file, an .apk file can be opened and inspected using common archive tools</li>
<li><strong>.tar:</strong> Similar to a <a id="KonaLink7" href="http://www.droidforums.net/forum/#"><span style="color: #812528;">zip file</span></a>, a tar file archives multiple files into one file</li>
<li><strong>.tgz: </strong>TGZ files are commonly used as install packages for Slackware Linux.</li>
</ul>
<p>Thanks again to Sam Fisher!</p>
<p>Now, as an aside: fooling with your phone WILL void the warranty, so keep that in mind!!</p>
<p>~Sunny</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.sunsationaldesign.com%2Fwpblog%2F%3Fp%3D137&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.sunsationaldesign.com/wpblog/?feed=rss2&#038;p=137</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hotspot  vs Tethering</title>
		<link>http://www.sunsationaldesign.com/wpblog/?p=135</link>
		<comments>http://www.sunsationaldesign.com/wpblog/?p=135#comments</comments>
		<pubDate>Wed, 20 Apr 2011 17:41:54 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.sunsationaldesign.com/wpblog/?p=135</guid>
		<description><![CDATA[My co-worker and I were talking this morning about the new phones that act as hotspots and what the difference was between that and phones that allow tethering.  To me, they seemed to be the same, but there is a difference!  After Googling and reading several different definitions, I found this on a T-Mobile forum [...]]]></description>
			<content:encoded><![CDATA[<p>My co-worker and I were talking this morning about the new phones that act as hotspots and what the difference was between that and phones that allow tethering.  To me, they seemed to be the same, but there is a difference!  After Googling and reading several different definitions, I found this on a T-Mobile forum and I think this fellow, Ed, says it best, although I have taken liberty to expound just a bit:</p>
<ul>
<li>1. Wi-fi hotspot coverts your Mytouch 4G into a wireless router where you can connect up to 4 computers or devices, wirelessly, to the internet. USB or Bluetooth Tethering is when the phone becomes a modem and you can connect your laptop (I don&#8217;t know if you can connect a desktop) or tablet using the USB cable/ or Bluetooth  and after enabling your phone (going to Settings/Connect to PC/Default connection type/USB tethering) you can navegate the internet on your computer.</li>
<li>2. I can connect so far via USB tethering without paying, some claim they can also connect via Hotspot without paying, I haven&#8217;t been able to do it, may be I&#8217;m lacking skills.</li>
<li>3. Wi-fi hotspot goes against your data plan. Making phone calls on wi-fi goes against your minutes.</li>
<li>4. As I understand as long as you do not agree and sign up, even if you are able to connect via USB tethering and/or wi-fi hotspot, there shouldn&#8217;t be any charges.</li>
</ul>
<p>Now, I need to point out, this came from a forum, so when it comes to the charges,  proceed with caution.  I know that I &#8216;tethered&#8217; my Archos to my phone and did not suffer any additional charges.  I did not have to enable anything.  Actually, it wasn&#8217;t seeing my wireless network after I had connected to a friend&#8217;s network and later returned home, and it just picked up my phone&#8217;s bluetooth signal on it&#8217;s own.</p>
<p>&nbsp;</p>
<p>~Sunny</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.sunsationaldesign.com%2Fwpblog%2F%3Fp%3D135&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.sunsationaldesign.com/wpblog/?feed=rss2&#038;p=135</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Apps &#8211; Top five must haves</title>
		<link>http://www.sunsationaldesign.com/wpblog/?p=123</link>
		<comments>http://www.sunsationaldesign.com/wpblog/?p=123#comments</comments>
		<pubDate>Sat, 09 Apr 2011 12:23:14 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Archos 101]]></category>

		<guid isPermaLink="false">http://www.sunsationaldesign.com/wpblog/?p=123</guid>
		<description><![CDATA[&#160; Wouldn&#8217;t it be nice to get paid to download and review Android Apps and weed out the really cool ones?  Well, lucky for us, there are people out there that do just that!  And, if you are like me, you prefer recommendations to the cool ones, instead of repeatedly downloading/uninstalling,  downloading/uninstalling looking for something [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>Wouldn&#8217;t it be nice to get paid to download and review Android Apps and weed out the really cool ones?  Well, lucky for us, there are people out there that do just that!  And, if you are like me, you prefer recommendations to the cool ones, instead of repeatedly downloading/uninstalling,  downloading/uninstalling looking for something that you actually might find useful!</p>
<p>Here is a list of the top five (of the day, this changes constantly):</p>
<li><a href="https://market.android.com/details?id=mobi.mgeek.TunnyBrowser">Dolphin</a></li>
<li><a href="https://market.android.com/details?id=com.p1.chompsms">ChompSMS</a></li>
<li><a href="https://market.android.com/details?id=com.feedr">FeedR</a></li>
<li><a href="https://market.android.com/details?id=org.connectbot">ConnectBot</a></li>
<li><a href="https://market.android.com/details?id=com.evernote">Evernote<br />
</a></li>
<p>&nbsp;</p>
<p>I got this list from a technical email I subscribe to:  <a title="TR Dojo" href="http://www.techrepublic.com/blog/itdojo/video-five-free-must-have-android-apps/2515?tag=nl.e103" target="_blank">TR Dojo</a> and it is referencing a blog by: <a title="Jack Wallen" href="http://www.techrepublic.com/topics/jack+wallen" target="_blank">Jack Wallen</a> So far, the only one I have tried is the Dolphin browser!  And, I&#8217;ve got to say &#8220;S.W.E.E.T.&#8221;!</p>
<p>If you are unsure which version to download, here is a guide:</p>
<ul type="disc">
<li><strong>What is the difference between Dolphin Browser and Dolphin Browser HD?</strong></li>
</ul>
<p>Dolphin Browser is built on 1.6 android platform while Dolphin Browser HD is built on android 2.0 platform. So users with 2.0 above devices can try Dolphin Browser HD, which had powerful add-ons for you to choose.</p>
<p>It is setup to allow for tabbed browsing.  It is great on my phone, but where it is really shining is on my Archos Tablet!  Nice!  As you are installing, it will prompt you to install a bookmarks add-on.  I recommend saying Yes.  Once installed, opening a new tab offers another add-on called Screen Cut, that allows you to do a screen cap. (<em>see below</em>)</p>
<div id="attachment_127" class="wp-caption alignnone" style="width: 221px"><a href="http://www.sunsationaldesign.com/wpblog/wp-content/uploads/2011/04/dolphin.jpg"><img class="size-medium wp-image-127" title="Dolphin Browser" src="http://www.sunsationaldesign.com/wpblog/wp-content/uploads/2011/04/dolphin-211x300.jpg" alt="Dolphin Browser" width="211" height="300" /></a><p class="wp-caption-text">Dolphin HD Browser Home Screen</p></div>
<p>I also notice that as I open a new tab, it has an app of the day.  Today&#8217;s app is a free PDF Viewer.  How cool is that?</p>
<p>Hope you all have a great day!</p>
<p>~Sunny</p>
<p><em> </em></p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.sunsationaldesign.com%2Fwpblog%2F%3Fp%3D123&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.sunsationaldesign.com/wpblog/?feed=rss2&#038;p=123</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Password Protect an Excel 2007 Worksheet</title>
		<link>http://www.sunsationaldesign.com/wpblog/?p=117</link>
		<comments>http://www.sunsationaldesign.com/wpblog/?p=117#comments</comments>
		<pubDate>Mon, 04 Apr 2011 21:41:50 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[Computer Tip of the Day]]></category>

		<guid isPermaLink="false">http://www.sunsationaldesign.com/wpblog/?p=117</guid>
		<description><![CDATA[Whether you use Excel at work, or at home, this tip can really be handy!  Password protecting your worksheet is a good way to make sure no one gets in and messes up the formulas that you tweaked out! Password protecting is easy but  different than in previous versions of Excel. Here are the steps [...]]]></description>
			<content:encoded><![CDATA[<p>Whether you use Excel at work, or at home, this tip can really be handy!  Password protecting your worksheet is a good way to make sure no one gets in and messes up the formulas that you tweaked out!</p>
<p>Password protecting is easy but  different than in previous versions of Excel.</p>
<p>Here are the steps in a nutshell:</p>
<ul>
<li>Open or create the Excel 2007  worksheet</li>
<li>Click the Microsoft Office Icon.</li>
<li>Click <strong>Save As</strong> and pick Excel Workbook.</li>
<li>Click the down arrow on the  <strong>Tools</strong> button (in the lower left side of the Save as prompt).</li>
<li>Click <strong>General Options</strong>.</li>
<li>Set a password to open and modify your spreadsheet.</li>
<li>Click OK and reenter your password.</li>
</ul>
<p>Make sure you use a secure password, but more importantly, make sure you use a password you will remember!<br />
If you lose or forget your password you will not be able to recover it.</p>
<p>Make sure that you keep the password in a safe place.</p>
<p>A similar procedure applies to other Office 2007 documents such as PowerPoint presentations and  Word documents.</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.sunsationaldesign.com%2Fwpblog%2F%3Fp%3D117&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.sunsationaldesign.com/wpblog/?feed=rss2&#038;p=117</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Files &amp; Folders</title>
		<link>http://www.sunsationaldesign.com/wpblog/?p=109</link>
		<comments>http://www.sunsationaldesign.com/wpblog/?p=109#comments</comments>
		<pubDate>Mon, 04 Apr 2011 20:14:16 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[Computer Tip of the Day]]></category>

		<guid isPermaLink="false">http://www.sunsationaldesign.com/wpblog/?p=109</guid>
		<description><![CDATA[Ok, this tip is rather basic, but it is something I think everyone should know:  You should make it a point to understand how your files and folders are stored on your computer and understand the structure!  I can&#8217;t tell you how many times I have had someone tell me that they downloaded a song, [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, this tip is rather basic, but it is something I think everyone should know:  You should make it a point to understand how your files and folders are stored on your computer and understand the structure!  I can&#8217;t tell you how many times I have had someone tell me that they downloaded a song, a picture, a program and now they don&#8217;t know where it went??!!??!  I&#8217;ll ask them, &#8220;Do you recall where you thought you may have saved it&#8221;?  &#8221;No&#8221;, they say.  I ask  &#8221;Do you remember what you named it&#8221;?  &#8221;No&#8221;, they say.  Or, worse yet, they download everything, and I do mean EVERYTHING to their desktop!!</p>
<p>Don&#8217;t feel bad if you fall into this catagory.  Most people who don&#8217;t work with a computer will not know this, intuitively.   In the last several years, with the Internet explosion and people downloading music, most people do know that they can usually find their documents in the document folder and music in the music folder and pictures in the picture folder.  Newer computers are great that way!  By default, the computer will, oftentimes, put the file in the correct folder based on it&#8217;s file type.  But this is not always the case!</p>
<p>Your computer is like a file cabinet.  Your computer hard drive is referred to as the c: (C drive), where the folders and files are stored.  On a Windows (Vista or Win 7) computer, you will find the following folders at the &#8220;root&#8221; or top level of that c:  (like the drawers of the file cabinet)</p>
<ul>
<li><strong>WINDOWS</strong></li>
<li><strong>PROGRAM FILES</strong></li>
<li><strong>USERS </strong></li>
</ul>
<p>There  may be other folders, but these are the main folders.  The <strong>WINDOWS</strong> folder holds your Windows Operating System files and has many sub-folders.  You will find the <strong>SYSTEM</strong> and<strong> SYSTEM32 </strong>folders within this folder.</p>
<p>The <strong>PROGRAM FILES </strong>folder is pretty descriptive, don&#8217;t you think?    Most of the time, when you install a new program, this will be the default folder, unless you tell it something different during installation.  Typically, you will find a sub-folder under the PROGRAM FILES folder for each program that you have installed, as well as for each of the programs that came packaged with your computer.</p>
<p>The <strong>USERS</strong> folder will have a sub-folder for each user who is setup with a login name and password for this computer. Under each <strong>USERNAME</strong> will be that users personal folders:   <strong>DESKTOP, DOCUMENTS,  MUSIC, PICTURES,VIDEOS,</strong> etc.</p>
<p>So, it would be like a tree structure:</p>
<p><strong>C:</strong><br />
<strong> __USERS</strong><br />
<strong> _________SUNNY</strong><br />
<strong> _______________DESKTOP</strong><br />
<strong> _______________DOCUMENTS</strong><br />
<strong> _______________MUSIC</strong><br />
<strong> _______________PICTURES</strong><br />
<strong> _______________VIDEOS </strong></p>
<p>The path or target, to the MUSIC folder, for example, would be <strong>C:\USERS\SUNNY\MUSIC\ </strong></p>
<p>If you right click on the Windows Start globe and left click on  Explore (Vista) or Open Windows Explorer (Win7) you can navigate through all the different files and folders.  Your folder structure is on the left hand side and the files will appear in the large right hand area, as you click each folder.  The default order for the folders and files are alphabetical, so you will see all the sub-folders listed first, then the files.  If you click the heading at the top of the column, you can change the order  that the files and folders appear.  <strong>*tip:</strong> to look for something recent, click the <strong>Date Modified</strong> column heading.  This will sort the folders and files in date order.  If you click Date Modified a second time, it will sort them in reverse order, with the newest files at the top.</p>
<p>I hope this tip was helpful!</p>
<p>~Sunny</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.sunsationaldesign.com%2Fwpblog%2F%3Fp%3D109&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.sunsationaldesign.com/wpblog/?feed=rss2&#038;p=109</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Archos 10.1 Video Chat &#8211; Let&#8217;s Tango!</title>
		<link>http://www.sunsationaldesign.com/wpblog/?p=107</link>
		<comments>http://www.sunsationaldesign.com/wpblog/?p=107#comments</comments>
		<pubDate>Mon, 04 Apr 2011 00:50:42 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Archos 101]]></category>

		<guid isPermaLink="false">http://www.sunsationaldesign.com/wpblog/?p=107</guid>
		<description><![CDATA[My kids crossed over to the other side!  Android, that is!  They have left the Palm Pres behind and they have picked up the new Motorola Atrix phone and today they wanted to try using the video chat feature and let me visit with my cutie pie granddaughter! I have had my Archos tablet for [...]]]></description>
			<content:encoded><![CDATA[<p><strong>M</strong>y kids crossed over to the other side!  <a title="Android" href="http://www.android.com/" target="_blank">Android</a>, that is!  They have left the <a title="Palm Pre" href="http://www.palm.com/us/products/phones/pre/" target="_blank">Palm Pres</a> behind and they have picked up the new <a title="Motorola Atrix Phone" href="http://www.motorola.com/Consumers/US-EN/Consumer-Product-and-Services/Mobile-Phones/Motorola-ATRIX-US-EN" target="_blank">Motorola Atrix</a> phone and today they wanted to try using the video chat feature and let me visit with my cutie pie granddaughter!</p>
<p>I have had my <a title="Archos 10.1 Android Tablet" href="http://www.archos.com/products/ta/archos_101it/index.html?lang=en" target="_blank">Archos</a> tablet for about four months, but today is the first time I tried using the video chat feature.    Well, I&#8217;m always up to seeing that little doll, so I was all excited about the idea.  Of course, trying to find a time that worked with all of our schedules was another story!  But today was the day!  They had already tried <a title="Fring Video Chat App" href="http://www.fring.com/default.php" target="_blank">Fring</a> and <a title="QIK Video Chat App" href="http://qik.com/info/new_stuff" target="_blank">Qik </a>between the two of them, and I offered up that my tablet came with Fring, but that I hadn&#8217;t used it.  They said they didn&#8217;t like it that well, but they were game to try.</p>
<p>I was shocked when I went to fire Fring up and it wasn&#8217;t showing up in my applications!  Now I won&#8217;t swear I didn&#8217;t uninstall it, but I don&#8217;t think so!  I suspect I lost it when I &#8220;rooted&#8221; my OS to install the <a title="Android market" href="https://market.android.com/apps/" target="_blank">Android Market</a> (<em>look under Archos 101 catagory for rooting instructions</em>).   But, no fear, it was easy enough to download and install it again.  Hmmm&#8230; well not so easy when it gave me a warning that the video had been disabled on this device.  I went into the settings and enabled it and ran the Fring test.  It started a little backward count-down then suddenly my whole screen froze!  Not good!  I ended up killing it and trying again.  I tried powering down my device and tried again.  Then I decided to Google!</p>
<p>I was disappointed to see many of the Archos 101 forums discussing similar problems.  Either Fring didn&#8217;t work, or the call quality was poor.  They suggested other apps, and the one they favored seemed to be <a title="Yahoo Messenger" href="http://messenger.yahoo.com/" target="_blank">Yahoo Messenger</a>.  I looked around a bit more then decided to try QIK.  The kids said they liked it better, anyway.</p>
<p>Hmmm&#8230;.. Yikes!  What is the deal today??!?!?  I couldn&#8217;t find QIK in my Market.  Doing a search kept pulling up <a title="UStream TV" href="http://www.ustream.tv/" target="_blank">Ustream</a> (which looks very cool, but not what I was needing).  What the Hey?? So I decided to look on the new Amazon Android App Market.  I had looked at it on my phone, but hadn&#8217;t used it yet (I seem to do that a lot).  Hmmmm&#8230; How do I get it on my tablet?  Sheesh!  I had already lost my &#8220;window&#8221; of opportunity to see my grandbaby this morning and I had a pile of work waiting on me!  Isn&#8217;t that how it always seems to go?</p>
<p>Anyway, I ended up downloading the <a title="Amazon Shopping App" href="http://www.amazon.com/gp/anywhere/sms/android" target="_blank">Amazon.com app</a> and then I was able to download the <a title="Amazon Android App Store" href="http://www.amazon.com/mobile-apps/b?ie=UTF8&amp;node=2350149011" target="_blank">Amazon Appstor</a>e.  Craziness!  Now, back to the video chat.  Hmmm&#8230; can&#8217;t download QIK!!!?!!  You have really got to be kidding me.  I went to my phone, a <a title="Motorola Droid" href="http://www.motorola.com/Consumers/US-EN/Consumer-Product-and-Services/Mobile-Phones/Motorola-DROID-US-EN?localeId=33" target="_blank">Motorola Droid</a>, and downloaded QIK, just like that!  What is the deal???!  Why can&#8217;t I download it to my Archos??  The phone doesn&#8217;t really do me any good, because it doesn&#8217;t have a front facing camera.  Dang!  This is starting to not be so fun!</p>
<p>At this point I was frustrated.  I had things I had to get done, so I didn&#8217;t come back to this until late afternoon.  I uninstalled Fring, reinstalled, enabled the video, powered down, back up and did the Fring test.  The video quality sucked, but it appeared to be working.  Ok, now we are cooking with oil!  I called my daughter to see if she had time to give it a test run.  Sure, she said.</p>
<p>Hmmm&#8230;.  ok, &lt;insert bad language here&gt; this is insane. As soon as she calls me and I accept, it pops up grainy video, then dies. Ok, Fring has to go!  Then we tried QIK on my phone to her phone.  Of course, they couldn&#8217;t see me, but I could see my granddaughter.  Cool, but not what we had hoped for.  I suggested the Yahoo Messenger option I had seen on the forums and we talked about trying Skype.  Then her husband mentioned trying <a title="Tango Video Chat" href="http://tango.me/" target="_blank">Tango</a>.  I had read a little about it when I was researching the problem.  Sure, why not.</p>
<p>VIOLA!!  Magic!  Tango did the trick.  Easy to download and install.  I used my mobile number for the setup, even though I was installing on my tablet.  Not a problem!  Good quality video and sound.  The only problem I noticed is that my capacitive screen didn&#8217;t seem to want to change position, so I had to watch the video in portrait mode.  We had a few glitches with the sound, but I suspect I did that when I was fooling around with the screen position.  I notice Tango has a nice help and tips screen, which is always a plus!  So, hopefully, I can let other Archos users know that Tango is the way to go for video chat!  Now see, that wasn&#8217;t so bad!</p>
<p>Have a great night!</p>
<p>~Sunny</p>
<p>&nbsp;</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.sunsationaldesign.com%2Fwpblog%2F%3Fp%3D107&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.sunsationaldesign.com/wpblog/?feed=rss2&#038;p=107</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Data Execution Prevention</title>
		<link>http://www.sunsationaldesign.com/wpblog/?p=103</link>
		<comments>http://www.sunsationaldesign.com/wpblog/?p=103#comments</comments>
		<pubDate>Thu, 31 Mar 2011 16:21:55 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[Computer Tip of the Day]]></category>

		<guid isPermaLink="false">http://www.sunsationaldesign.com/wpblog/?p=103</guid>
		<description><![CDATA[Nothing is more aggravating than getting a brand spanking new computer, then suddenly being brought to a halt because it won&#8217;t run a program!  Of course, there can be various reasons for something like this to happen, but after you have ruled out all of the obvious, take the time to check for this:  Data [...]]]></description>
			<content:encoded><![CDATA[<p>Nothing is more aggravating than getting a brand spanking new computer, then suddenly being brought to a halt because it won&#8217;t run a program!  Of course, there can be various reasons for something like this to happen, but after you have ruled out all of the obvious, take the time to check for this:  Data Execution Prevention.  Now, sometimes, it may give you a message that you are trying to load something with an &#8216;unknown publisher&#8217;, but most of the time it just does nothing.</p>
<p>To check this, go to:    (instructions may vary depending on your computer&#8217;s OS)</p>
<p><strong>Click Start</strong><strong> (Window&#8217;s Orb)</strong><strong><br />
Right Click on COMPUTER  for Context Menu</strong><br />
<strong>Left click on Properties</strong><br />
<strong>Click the Advanced System Settings</strong> (link is on left side)<br />
<strong>Click the |Advanced| tab</strong><br />
<strong>Performance Section &#8211; &lt;Settings&gt;</strong><br />
<strong>Click the |Data Execution Tab|<br />
Click the radio button in front of Turn on DEP except for those that I select</strong><br />
<strong>&lt;Add&gt; your program (<em>full path will be needed</em>) that you are trying to run.</strong></p>
<p>Hope this helps!</p>
<p>~Sunny<strong><br />
</strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.sunsationaldesign.com%2Fwpblog%2F%3Fp%3D103&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.sunsationaldesign.com/wpblog/?feed=rss2&#038;p=103</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AOL Radio</title>
		<link>http://www.sunsationaldesign.com/wpblog/?p=99</link>
		<comments>http://www.sunsationaldesign.com/wpblog/?p=99#comments</comments>
		<pubDate>Wed, 30 Mar 2011 15:14:58 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.sunsationaldesign.com/wpblog/?p=99</guid>
		<description><![CDATA[More free music!  I really like AOL Radio because it gives me such a selection of genres.  If I&#8217;m in a current pop mode, it has it!  If I&#8217;m in an oldies, for example 70&#8242;s rock mood, it has it!   Country,  Christian, Classical, Alternative!  It has it!   Probably my only complaint is that if [...]]]></description>
			<content:encoded><![CDATA[<p>More free music!  I really like AOL Radio because it gives me such a selection of genres.  If I&#8217;m in a current pop mode, it has it!  If I&#8217;m in an oldies, for example 70&#8242;s rock mood, it has it!   Country,  Christian, Classical, Alternative!  It has it!   Probably my only complaint is that if you let the page idle for too long, it will doze, thinking you are tired of hearing music.  You have to start it again.  But that annoyance is slight in comparison to the great music you get to hear!   Check it out:  <a title="AOL Radio" href="http://player.radio.com/player/AOLPlayer.php" target="_blank">AOL Radio</a></p>
<p>~Sunny</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.sunsationaldesign.com%2Fwpblog%2F%3Fp%3D99&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.sunsationaldesign.com/wpblog/?feed=rss2&#038;p=99</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

