<?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>Juixe Techknow &#187; iphone</title>
	<atom:link href="http://juixe.com/techknow/index.php/tag/iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://juixe.com/techknow</link>
	<description>Break Coders Block!</description>
	<lastBuildDate>Mon, 23 Jan 2012 16:01:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>The Mobile App User Half Life</title>
		<link>http://juixe.com/techknow/index.php/2012/01/23/the-mobile-app-user-half-life/</link>
		<comments>http://juixe.com/techknow/index.php/2012/01/23/the-mobile-app-user-half-life/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 16:01:43 +0000</pubDate>
		<dc:creator>TechKnow</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[TechKnow]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[behavior]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://juixe.com/techknow/?p=1518</guid>
		<description><![CDATA[Recently at a iOS development meet up the presenters from Qubop showed a powerful slide from their presentation that quantified the mobile app user life cycle. It is estimated that on average after one day of usage, 38% of the users will stop using a mobile application. After a week, the percent of users that [...]]]></description>
			<content:encoded><![CDATA[<p>Recently at a iOS development meet up the presenters from Qubop showed a powerful slide from their <a href="http://qubop.com/blog/2012/01/sensational-ios-app-design-presented-by-qubop/">presentation</a> that quantified the mobile app user life cycle.  It is estimated that on average after one day of usage, 38% of the users will stop using a mobile application.  After a week, the percent of users that will still use the app drops to 50%.  After 6 months, you are down to 10% of users still using your app in some capacity.</p>
<p>Because of the <b>half life of mobile application users</b>, app developers are constantly updating their mobile apps. It depends on the number of apps you have on your phone, but if I don&#8217;t get the latest apps in a weeks period I would have 15 app updates waiting for me.  I update one day and the next day there is another app ready to update.  Because apps are updated so often, and they require the users permission to do so, mobile app users have are developing <b>app update fatigue</b>.</p>
]]></content:encoded>
			<wfw:commentRss>http://juixe.com/techknow/index.php/2012/01/23/the-mobile-app-user-half-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Year In Review 2011</title>
		<link>http://juixe.com/techknow/index.php/2012/01/03/year-in-review-2011/</link>
		<comments>http://juixe.com/techknow/index.php/2012/01/03/year-in-review-2011/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 16:01:18 +0000</pubDate>
		<dc:creator>TechKnow</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[TechKnow]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[exception]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[lenovo]]></category>
		<category><![CDATA[retweet]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[window]]></category>

		<guid isPermaLink="false">http://juixe.com/techknow/?p=1512</guid>
		<description><![CDATA[It is that time of year where we reflect on the accomplishments of the passing year and look forward to the one to come. Here is a window into the past year in technology through this year’s popular posts on TechKnow Juixe. Code and Design Remove Multiple Null Values From a List in Java Launch [...]]]></description>
			<content:encoded><![CDATA[<p>It is that time of year where we reflect on the accomplishments of the passing year and look forward to the one to come. Here is a window into the past year in technology through this year’s popular posts on <a href="http://juixe.com/techknow">TechKnow Juixe</a>.</p>
<p><b>Code and Design</b></p>
<ul>
<li><a href="http://juixe.com/techknow/index.php/2011/09/09/remove-multiple-null-values-from-a-list-in-java/">Remove Multiple Null Values From a List in Java</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/09/08/launch-default-web-browser-in-java/">Launch Default Web Browser and Email Client in Java</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/04/27/how-to-print-the-alphabet-in-java/">How to Print the Alphabet in Java</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/04/25/java-string-conversion-puzzlers/">Java String Conversion Puzzlers</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/09/29/find-the-current-working-directory-in-java/">Find the Current Working Directory in Java</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/04/29/can-you-spot-the-infinite-loop/">Can You Spot the Infinite Loop</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/10/11/run-on-code-statement/">Run-on Code Statement</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/10/18/common-causes-for-out-of-memory/">Common Causes for Out of Memory Exceptions</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/10/19/fix-common-java-errors/">Fix Common Java Errors</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/03/28/access-drives-from-remote-windows-computers/">Access Drives From Remote Windows Computers</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/09/16/create-sql-server-database-and-database-tables-from-a-file/">Create SQL Server Database and Database Tables From a File</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/09/28/copy-records-from-one-database-to-another/">Copy Records From One Database to Another</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/02/01/copy-data-between-two-database-tables/">Copy Data Between Two Databases Tables</a></li>
</ul>
<p><b>Reviews and Rants</b></p>
<ul>
<li><a href="http://juixe.com/techknow/index.php/2011/09/30/avoid-overloading-meaning-to-existing-database-column/">Avoid Overloading Meaning to Existing Database Columns</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/10/20/worst-software-bugs/">Worst Software Bug</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/06/01/never-underestimate-your-user/">Never Underestimate Your Users</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/11/14/jquerymobile-phonegap/">jQuery Mobile and PhoneGap</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/03/18/chipotle-online-order-system/">Chipotle Online Order System</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/11/16/save-on-merchant-fees/">Save on Merchant Fees</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/02/08/email-share/">Email Share</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/01/24/missing-feature-the-mobile-device-self-destruct-button/">Missing Feature: The Mobile Device Self Destruct Button</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/12/19/reclaim-disk-space-with-spacie/">Reclaim Disk Space with Spacie</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/01/04/the-google-chrome-notebook/">The Google Chrome Notebook</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/12/16/android-lacks-polish/">Android Lacks Polish</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/06/30/microsoft-bizspark/">Microsoft Bizspark</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/02/07/does-lenovo-use-thinkvantage-toolbox-to-spam-users/">Does Lenovo Use Thinkvantage Toolbox to Spam Users?</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/01/26/hp-printer-driver-wants-to-phone-home/">HP Printer Driver Wants to Phone Home</a></li>
<li><a href="http://juixe.com/techknow/index.php/2010/12/30/apple-ruined-my-neighbors-christmas/">Apple Ruined My Neighbors Christmas</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/08/03/google-starts-towards-the-path-of-evil/">Google Starts Towards the Path of Evil</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/02/03/has-google-jumped-the-shark/">Has Google Jumped the Shark?</a></li>
</ul>
<p><b>Retweet 2011</b></p>
<ul>
<li><a href="http://juixe.com/techknow/index.php/2012/01/02/retweet-december-2011/">Retweet December 2011</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/12/02/retweet-november-2011/">Retweet November 2011</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/11/28/retweet-october-2011/">Retweet October 2011</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/10/30/retweet-september-2011/">Retweet September 2011</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/09/12/retweet-august-2011/">Retweet August 2011</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/08/05/retweet-july-2011/">Retweet July 2011</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/07/01/retweet-june-2011/">Retweet June 2011</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/05/23/retweet-april-2011/">Retweet April 2011</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/04/18/retweet-march-2011/">Retweet March 2011</a></li>
<li><a href="http://juixe.com/techknow/index.php/2011/03/10/retweet-february-2011/">Retweet February 2011</a></li>
</ul>
<p><b>Year in Review</b></p>
<ul>
<li><a href="http://juixe.com/techknow/index.php/2009/12/31/techknow-year-in-review-2009/">Year In Review 2009</a></li>
<li><a href="http://juixe.com/techknow/index.php/2008/12/30/techknow-year-in-review-2008/">Year In Review 2008</a></li>
<li><a href="http://juixe.com/techknow/index.php/2007/12/11/techknow-year-in-review-2007/">Year In Review 2007</a></li>
<li><a href="http://juixe.com/techknow/index.php/2006/12/31/techknow-year-in-review-2006/">Year In Review 2006</a></li>
<li><a href="http://juixe.com/techknow/index.php/2005/12/27/techknow-year-in-review-2005/">Year In Review 2005</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://juixe.com/techknow/index.php/2012/01/03/year-in-review-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable Siri on iPhone 4S</title>
		<link>http://juixe.com/techknow/index.php/2011/12/29/enable-siri-on-iphone-4s/</link>
		<comments>http://juixe.com/techknow/index.php/2011/12/29/enable-siri-on-iphone-4s/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 21:44:23 +0000</pubDate>
		<dc:creator>TechKnow</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[TechKnow]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[siri]]></category>
		<category><![CDATA[smartphone]]></category>

		<guid isPermaLink="false">http://juixe.com/techknow/?p=1503</guid>
		<description><![CDATA[A family member received the iPhone 4S for Christmas and the first thing she wanted to try was Siri. She didn&#8217;t know how to turn it on so she called me, the local family tech support. To turn on Siri on the iPhone 4S go to the Settings app. Once on the iPhone Settings, drill [...]]]></description>
			<content:encoded><![CDATA[<p>A family member received the iPhone 4S for Christmas and the first thing she wanted to try was Siri.  She didn&#8217;t know how to turn it on so she called me, the local family tech support.  To turn on Siri on the iPhone 4S go to the Settings app.  Once on the iPhone Settings, drill down on the General option.  In the General settings view drill down on the Siri option.  Once in the Siri settings view, make sure that the toggle button is turned on.  You can also change other Siri settings such as the language.</p>
<div id="attachment_1504" class="wp-caption aligncenter" style="width: 545px"><img src="http://juixe.com/techknow/wp-content/uploads/2011/12/siri-enable-535x802.png" alt="Siri Settings View" title="Siri Settings View" width="535" height="802" class="size-large wp-image-1504" /><p class="wp-caption-text">Siri Settings View</p></div>
]]></content:encoded>
			<wfw:commentRss>http://juixe.com/techknow/index.php/2011/12/29/enable-siri-on-iphone-4s/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Retweet October 2011</title>
		<link>http://juixe.com/techknow/index.php/2011/11/28/retweet-october-2011/</link>
		<comments>http://juixe.com/techknow/index.php/2011/11/28/retweet-october-2011/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 16:01:52 +0000</pubDate>
		<dc:creator>TechKnow</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[TechKnow]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[bender]]></category>
		<category><![CDATA[bytecode]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[kinect]]></category>
		<category><![CDATA[xbox]]></category>

		<guid isPermaLink="false">http://juixe.com/techknow/?p=1483</guid>
		<description><![CDATA[From time to time I just blast tweets about software development, project planning, team dynamics, or whatever else comes to mind. Here is a synopsis of recent tweets and rants. If you want to follow the conversation follow me at techknow and/or juixe. Software Development To checkin or not to checkin a large changelist five [...]]]></description>
			<content:encoded><![CDATA[<p>From time to time I just blast tweets about software development, project planning, team dynamics, or whatever else comes to mind.  Here is a synopsis of recent tweets and rants.  If you want to follow the conversation follow me at <a href="http://twitter.com/techknow">techknow</a> and/or <a href="http://twitter.com/juixe">juixe</a>.</p>
<p><b>Software Development</b></p>
<ul>
<li>To checkin or not to checkin a large changelist five minutes before you go home, that is the question?</li>
<li>A test like a good movie, has three parts: the setup, the car chase, and the test of the results.</li>
<li>Testing is like a tax, you have to pay 5-10% to have a good running infrastructure or system.</li>
<li>Testing takes time, make sure you make the time, because it will save you time in the long run.</li>
<li>All programmers have a black belt in hubris.</li>
<li>One bytecode to rule them all.</li>
</ul>
<p><b>Thought Leadership</b></p>
<ul>
<li>Your miles may vary, but it often depends on your attitude.</li>
<li>Passion + Perseverance = Possibilities</li>
<li>Sometimes you can&#8217;t afford to lose a client, but there are other times you can&#8217;t afford keep your client.</li>
<li>Just like there should be no hard coded strings there should be no unwritten rules, or assumptions, or specifications.</li>
<li>The dumbest people I&#8217;ve ever encountered are those that think that the rest of the 99.99% of people are a bunch of idiots.</li>
<li>If you are unique no one can compete with you.</li>
<li>Team meetings should not feel like an AA meeting, &#8220;Hi, I&#8217;m bob and I work here.&#8221;</li>
</ul>
<p><b>Product Placement</b></p>
<ul>
<li>I&#8217;ve used the iPhone apps for Google Voice and G+ and I have to say, Google does not know how to make a good iOS app.</li>
<li>I&#8217;m not liking the new Google Reader look.  I would not be surprised if the next version of Google design has ribbons.</li>
<li>Leave no smart phone behind.  Google won&#8217;t upgrade the Nexus One to Android 4.0.</li>
<li>Google is set to update its motto to &#8220;Do no evil if you ain&#8217;t getting paid for such evil.&#8221;</li>
<li>Android is to Google what Internet Explorer was to Microsoft in the Browser Wars.  MS gave IE for free just to take out Netscape.</li>
<li>Siri is to Apple what Kinect is to XBox what Facebook Connect is to Facebook what Circles are to Google Plus&#8230;</li>
<li>Every time I upgrade a MS product an angel loses his wings.</li>
<li>Is Amazon also adopting social networking features?  I just noticed that Amazon has a like button on its product pages.</li>
<li>Facebook should update its mission &#8220;to trick people to over share and make the world more open, connected, and trackable.&#8221;</li>
<li>Google should update its mission &#8220;to organize the world&#8217;s information about our users and make it accessible and useful to our advertisers.&#8221;</li>
<li>@att has two options in terms of text messages.  Pay as you use for $0.20 or unlimited for $20.  What about a third option, disable texting altogether?</li>
<li>Why does it cost half of the price of a stamp to send or receive a text?  It&#8217;s endemic of an industry that has no competition or innovation.</li>
<li>The Kindle Fire tablet is a modern day physical shopping cart for Amazon&#8217;s virtual online store.</li>
<li>History is being made every day, yet @historychannel airs reruns of Ancient Alien.</li>
</ul>
<p><b>Quotes</b></p>
<ul>
<li>OH WOW. OH WOW. OH WOW. &#8211; Steve Jobs&#8217; Last Words</li>
<li>I&#8217;m so embarrassed. I wish everybody else was dead. &#8211; Bender Bending Rodriguez</li>
<li>Goodbye monobrains &#8211; Bender Bending Rodriguez</li>
<li>There is no recession for great companies&#8230; &#8211; Jason Calacanis</li>
<li>Software is like sex: it&#8217;s better when it&#8217;s free. &#8211; Linus Torvalds</li>
<li>Coming together is the beginning; keeping together is a process; working together is success.  &#8211; Henry Ford</li>
<li>When all men think alike, no one thinks very much. &#8211; Walter Lippmann</li>
</ul>
<p><b>Randumb</b></p>
<ul>
<li>On Monday mornings we are all zombies.</li>
<li>Why am I listening to old school British punk rock? #GodSpankTheQueen</li>
<li>The truth is that truth is absolutely relative.</li>
<li>And then God said, &#8220;Let there be bacon,&#8221; and there was bacon.  God saw that the bacon was delicious.</li>
<li>You&#8217;re so vain, you probably think this tweet is about you.</li>
<li>Fist pump for peace.</li>
<li>Anybody that gets lost in a corn maze is an absolute moron.</li>
<li>I hate Lifetime movies!</li>
<li>Business is legitimate thievery.</li>
<li>Some of the most common elements on earth idiotum and dumbtonium.</li>
<li>meta-disrupt: Disrupt those disrupting disruption.</li>
<li>I am, therefore I meme.</li>
</ul>
<p><b>Thought Equations</b></p>
<ul>
<li>Meaning > money</li>
<li>problem = opportunity</li>
<li>means != ends</li>
<li>Success > Perfection</li>
<li>Experience != Information</li>
<li>Thinking > Knowing</li>
<li>Do > try</li>
<li>Platform > product</li>
<li>Creation > criticism</li>
<li>Passion + Perseverance = Possibilities</li>
</ul>
<p><b>Million Dollar Ideas</b></p>
<ul>
<li>Million Dollar Idea: Online Speed Dating Site</li>
<li>Million dollar idea: a news channel with nothing but news tickers&#8230;</li>
<li>Million Dollar Idea: self cleaning floors.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://juixe.com/techknow/index.php/2011/11/28/retweet-october-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Retweet September 2011</title>
		<link>http://juixe.com/techknow/index.php/2011/10/30/retweet-september-2011/</link>
		<comments>http://juixe.com/techknow/index.php/2011/10/30/retweet-september-2011/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 04:22:29 +0000</pubDate>
		<dc:creator>TechKnow</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Startup]]></category>
		<category><![CDATA[Team]]></category>
		<category><![CDATA[TechKnow]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[bartz]]></category>
		<category><![CDATA[carfax]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[silk]]></category>
		<category><![CDATA[softdev]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://juixe.com/techknow/?p=1468</guid>
		<description><![CDATA[From time to time I just blast tweets about software development, project planning, team dynamics, or whatever else comes to mind. Here is a synopsis of recent tweets and rants. If you want to follow the conversation follow me at techknow and/or juixe. Software Development Code. Money. Respect. Software bugs don&#8217;t take anything personally. Code [...]]]></description>
			<content:encoded><![CDATA[<p>From time to time I just blast tweets about software development, project planning, team dynamics, or whatever else comes to mind.  Here is a synopsis of recent tweets and rants.  If you want to follow the conversation follow me at <a href="http://twitter.com/techknow">techknow</a> and/or <a href="http://twitter.com/juixe">juixe</a>.</p>
<p><b>Software Development</b></p>
<ul>
<li>Code. Money. Respect.</li>
<li>Software bugs don&#8217;t take anything personally.</li>
<li>Code more, sleep less.</li>
<li>DONT THREAD ON ME</li>
</ul>
<p><b>Thought Leadership</b></p>
<ul>
<li>Just having a goal is often times more important than the goal itself.</li>
<li>Word programming, i.e. writing TPS reports.</li>
<li>Code Complete = Tests + Implementation.</li>
</ul>
<p><b>Product Placement</b></p>
<ul>
<li>Google is the casino, or better yet the Goldman Sachs, of online identity, ads, and search.  You don&#8217;t bet against the house.</li>
<li>What is cloud-accelerated web browser?  Learning about Amazon Silk, the web browser in Amazon&#8217;s Kindle Fire.</li>
<li>The project code name for the iPhone&#8217;s auto correct is auto cucumber.</li>
<li>Spike TV should rename itself to Star Wars TV and the History Channel to Ancient Aliens Channel.</li>
</ul>
<p><b>Money Angels</b></p>
<ul>
<li>Dr Evil is starting a venture fund.</li>
<li>If Dr. Evil would have taken his Evil Corp. Public he would have made $1 billion on an IPO.  And maybe Google would have bought his company.</li>
</ul>
<p><b>Question</b></p>
<ul>
<li>How many uses can you think of for a paper clip?</li>
<li>Where in the food pyramid is candy corn?</li>
<li>Is Meg Whitman the new Carol Bartz?</li>
<li>Are you changing the world or is the world changing you?</li>
<li>What is the person equivalent to having your car lifted up in the air and balancing its tires?</li>
</ul>
<p><b>Randumb</b></p>
<ul>
<li>The Internet made me do it.</li>
<li>It&#8217;s easy to earn money while you sleep, if you sleep on the job.</li>
<li>You are more likely to die due to medical error than a car accident.  So if you are in a car accident, don&#8217;t go to the hospital, just walk it off.</li>
<li>If I could get a nickel every time someone gives me their two cents I would arbitrage people&#8217;s opinions.</li>
<li>Living the Internet lifestyle.</li>
<li>If you don&#8217;t want your naked picture hacked from your phone don&#8217;t take naked picture of yourself on your phone.</li>
<li>There are proposed bills that will make activities such as posting a lip sync video on YouTube a federal crime punishable with jail time.</li>
<li>Forget the war on drugs, in the future there will be a war on content.</li>
<li>History is not made, it is written, edited, scripted, and appropriated by Hollywood as a blockbuster movie about mutant super heroes.</li>
<li>I predict the past.</li>
<li>Beauty is in the eye of the beholder, behold yourself.</li>
<li>This is not Sparta!</li>
<li>Love me, hate me, but you thinking of me.</li>
<li>Love it or hate it, take it or leave it.</li>
<li>I love love and hate hate.</li>
</ul>
<p><b>Overheard</b></p>
<ul>
<li>OH: When you frown you look like a Klingon.</li>
<li>OH: Is everyone in the call on mute?</li>
<li>OH: My dress code is to try not to show my butt cheeks.</li>
</ul>
<p><b>In Da Future</b></p>
<ul>
<li>In the future, everyone will be a product guy.</li>
<li>In the future, Facebook will be your permanent record.</li>
<li>In the future, the revolution will start with a single tweet.</li>
<li>In the future, when people say they are going outside the grid, they will mean they aren&#8217;t logged into Facebook.</li>
<li>In the future, Android developers will need to program using the Android SDK and the phone maker&#8217;s proprietary SDK, and the carriers&#8217;s SDK.</li>
</ul>
<p><b>Million Idea</b></p>
<ul>
<li>Million Dollar Idea: A treadmill with a weight scale.</li>
<li>Million Dollar idea:  there is so much artificial flavoring, color, and seasoning in food.  Patent dinosaur meat flavoring.</li>
<li>Million Dollar Idea: Car alarm system that steams video of the surroundings of your car and scans for perps faces.</li>
<li>Million Dollar idea: wasabi guacamole</li>
<li>Million Dollar Idea: Carfax for people, including driving record, background check, work history, etc.</li>
<li>Million Dollar idea: pepperoni pizza flavored breath mints.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://juixe.com/techknow/index.php/2011/10/30/retweet-september-2011/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Favorite Feature on iOS Devices: Email Share</title>
		<link>http://juixe.com/techknow/index.php/2011/02/08/email-share/</link>
		<comments>http://juixe.com/techknow/index.php/2011/02/08/email-share/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 16:01:12 +0000</pubDate>
		<dc:creator>TechKnow</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[TechKnow]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[appel]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[evernote]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[twitterrific]]></category>

		<guid isPermaLink="false">http://juixe.com/techknow/?p=1320</guid>
		<description><![CDATA[My Favorite feature on iOS devices is the ability of sharing data, images, files, notes via email that&#8217;s built into many apps. I have a specific email account that I email myself tweets from Twitterrific, images from the Photos, links from Safari, sketches from SketchBook, etc. I treat this email account as my to do [...]]]></description>
			<content:encoded><![CDATA[<p>My Favorite feature on iOS devices is the ability of sharing data, images, files, notes via email that&#8217;s built into many apps.  I have a specific email account that I email myself tweets from Twitterrific, images from the Photos, links from Safari, sketches from SketchBook, etc.  I treat this email account as my to do task manager, at any point in time I have a few emails waiting for me for to research, look into, read later, or do.  Email is the best way for me to share data between all my electronic devices, between work desktop, personal laptop, iPhone, and iPad.  The email share feature is built into many iOS applications so i don&#8217;t need anything else other than a dedicated email account.  I have accounts with services such as box.net and Evernote but these services are not built in into every application I use, email share feature is.</p>
<div id="attachment_1321" class="wp-caption aligncenter" style="width: 545px"><img src="http://juixe.com/techknow/wp-content/uploads/2011/02/Twitterrific-Share-Tweet-535x401.png" alt="Twitterrific Share Tweet via Email" title="Twitterrific Share Tweet via Email" width="535" height="401" class="size-large wp-image-1321" /><p class="wp-caption-text">Twitterrific Share Tweet via Email</p></div>
]]></content:encoded>
			<wfw:commentRss>http://juixe.com/techknow/index.php/2011/02/08/email-share/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Missing Feature: The Mobile Device Self Destruct Button</title>
		<link>http://juixe.com/techknow/index.php/2011/01/24/missing-feature-the-mobile-device-self-destruct-button/</link>
		<comments>http://juixe.com/techknow/index.php/2011/01/24/missing-feature-the-mobile-device-self-destruct-button/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 16:01:56 +0000</pubDate>
		<dc:creator>TechKnow</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[TechKnow]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[corporate]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[device]]></category>
		<category><![CDATA[espionage]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[private]]></category>
		<category><![CDATA[tablet]]></category>

		<guid isPermaLink="false">http://juixe.com/techknow/?p=1284</guid>
		<description><![CDATA[I use Apple&#8217;s Mobile Me service. I got the first year subscription as a gift a little over a year ago and I recently renewed the service for another year. I don&#8217;t use the email or calendar service in Mobile Me much but one feature that is worth its price is the Find My iPhone [...]]]></description>
			<content:encoded><![CDATA[<p>I use Apple&#8217;s <b>Mobile Me</b> service.  I got the first year subscription as a gift a little over a year ago and I recently renewed the service for another year.  I don&#8217;t use the email or calendar service in Mobile Me much but one feature that is worth its price is the <b>Find My iPhone</b> locator feature.  This feature lets you track the location of your iOS device, it lets you put an alert message on your iPhone or iPad, and it lets you ring the iPhone (even if it&#8217;s on vibrate or silence mode).  I&#8217;ve used it once when I lost my phone under the couch and I couldn&#8217;t find it.  It also lets you lock down or even wipe your missing iOS device of all personal and identifying data.</p>
<div id="attachment_1285" class="wp-caption aligncenter" style="width: 545px"><img src="http://juixe.com/techknow/wp-content/uploads/2011/01/mobile-me-535x370.png" alt="Apple&#039;s Mobile Me" title="Apple&#039;s Mobile Me" width="535" height="370" class="size-large wp-image-1285" /><p class="wp-caption-text">Apple's Mobile Me</p></div>
<p>All mobile devices, from phones, tablets, and to laptops should have a built it <b>self destruct</b> feature that when activated would destroy all data on a compromised device.  It is my belief that a phone is a very intimate and personal device, there is so much personal data in my phone from private contact lists, to confidential business emails, to other dubious activities that I may or may not be involved in.</p>
<p>In addition to having the ability to destroy incriminating data from a mobile device, such as an iPhone or iPad, I want the ability to program rules into the phone.  Such as if the phone has not been unlocked in over 24 hours, or if the attempted to unlocked more than three times, if it activated with a given specific code, if it is located in a known police or government building, etc.</p>
<div id="attachment_1286" class="wp-caption aligncenter" style="width: 545px"><img src="http://juixe.com/techknow/wp-content/uploads/2011/01/find-phone-535x314.png" alt="Find My iPhone" title="Find My iPhone" width="535" height="314" class="size-large wp-image-1286" /><p class="wp-caption-text">Find My iPhone</p></div>
]]></content:encoded>
			<wfw:commentRss>http://juixe.com/techknow/index.php/2011/01/24/missing-feature-the-mobile-device-self-destruct-button/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Google Chrome Notebook</title>
		<link>http://juixe.com/techknow/index.php/2011/01/04/the-google-chrome-notebook/</link>
		<comments>http://juixe.com/techknow/index.php/2011/01/04/the-google-chrome-notebook/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 08:18:53 +0000</pubDate>
		<dc:creator>TechKnow</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[TechKnow]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[cr48]]></category>
		<category><![CDATA[gdocs]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[notebook]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[webstore]]></category>

		<guid isPermaLink="false">http://juixe.com/techknow/?p=1264</guid>
		<description><![CDATA[Google publicly announced Chrome OS in back in July 2007. They&#8217;ve been busy building a lightweight browser-powered and cloud computing-enabled Operating System. Recently in, December 2010 Google announced a test pilot program for a Chrome OS notebook dubbed Google CR-48. On the day of the announcement, some insiders already had the CR-48 in hand but [...]]]></description>
			<content:encoded><![CDATA[<p>Google publicly announced Chrome OS in back in July 2007.  They&#8217;ve been busy building a lightweight browser-powered and cloud computing-enabled Operating System.  Recently in, December 2010 Google announced a test pilot program for a Chrome OS notebook dubbed <strong>Google CR-48</strong>.  On the day of the announcement, some insiders already had the CR-48 in hand but Google also opened up the test pilot program to the general public via a signup form.  The signup was targeted to developers, educators, and individuals alike.  By way of a Christmas miracle, I was able to land a Google CR-48 and have been using it for days now.</p>
<p>As soon as the details of the Google Chrome Notebook were made available I was immediately in love with the Google CR-48.  It&#8217;s basically an ultra light weight cloud computing client running a slimmed down web enabled Operating System.  The CR-48 is as portable as an iPad but with a full keyboard.  The CR-48 has a smart track pad that supports iPad-like touch gestures.  The CR-48 is always on, just like an iPad or Mac Air, so there is no boot up time when all you want is just check your email or post a tweet.  That said, the CR-48 is not a official product and that is evident by the simple black frame, it&#8217;s even without a trace of corporate logo or Intel inside sticker.  Because the CR-48 is not a official product, I won&#8217;t say much about the industrial design and finish of the hardware other than to say that unlike the iPad, it has a USB port and a SD slot.</p>
<div id="attachment_1269" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-1269" title="Google CR-48 Notebook" src="http://juixe.com/techknow/wp-content/uploads/2011/01/cr48.jpg" alt="Google Chrome CR-48 Notebook" width="500" height="374" /><p class="wp-caption-text">Google Chrome CR-48 Notebook</p></div>
<p>As soon as you open the CR-48 it turned on magically and prompted me to sign in.  Unlike the iPhone or iPad, the CR-48 doesn&#8217;t require you to <a href="http://juixe.com/techknow/index.php/2010/12/30/apple-ruined-my-neighbors-christmas/">connect to a computer</a> before you can use it.  After some setup steps, you can sign in and take it for a run.  As soon as you log into the device, you will see a Chrome browser taking up the whole screen with a single tab.  It does take some time to realize that the CR-48 is a laptop with just one application, a browser.  That is all it is, a browser.  There is nothing to see, move along, it&#8217;s only a browser.  Your desktop is your default page as shown in a Chrome browser.  It merits repeating, the Chrome CR-48 only has one installed application, a Chrome browser.</p>
<p>As soon as you log into the CR-48 you find a browser in full window mode and if configured correctly with your home&#8217;s WiFi, you can start surfing the net.  I&#8217;ve been using the CR-48 for reading blogs, checking email, liking status updates on Facebook, and accessing the web applications I use on a daily basis.  Google does have a Chrome specific <a href="https://chrome.google.com/webstore">Web Store</a> where you can install free and paid applications but I&#8217;ve not found anything of interest.</p>
<p>Aside from the technical specification of the Google Chrome CR-48 notebook, what is more interesting for me is that this is the first cloud computing client, a sort of Web 2.0 <a href="http://en.wikipedia.org/wiki/Thin_client">Thin Client</a>.  I am a avid user of Google Docs, GMail, WordPress, and other online services that have a large amount of my data in their respective &#8216;cloud.&#8217;</p>
<p>Realizing that this is a cloud client, privacy issues and data mining concerns immediately become apparent.  It is already known that Google saves user searches and that with this and other identifying data they modify search results.  It is already known that Google Adsense ads are targeted to the sites you visit.  Can you imagine how valuable your browser history and usage statistics is to a company like Google?  Google has a large amount of identifying information with from all angles of your browsing experience, from Google Search, Google Adsense, Google Analytics, and now Chrome and it&#8217;s Chrome notebook.  I can see a future where Google would be giving away Chrome and Android-based devises for free because they can collect so much valuable information and up sell users with highly targeted ads.</p>
<p>The CR-48 is a great little notebook but a machine like that would never replace my laptop.  At this time and with it&#8217;s current specifications, it can&#8217;t handle the hundreds of pictures I am known to take over a weekend, it can&#8217;t handle the gigabytes of video I take on a trip, and as great as Google Docs is it&#8217;s still not Microsoft Office.  I see the CR-48 as a great web surfing machine while TV surfing.</p>
]]></content:encoded>
			<wfw:commentRss>http://juixe.com/techknow/index.php/2011/01/04/the-google-chrome-notebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Ruined My Neighbors Christmas</title>
		<link>http://juixe.com/techknow/index.php/2010/12/30/apple-ruined-my-neighbors-christmas/</link>
		<comments>http://juixe.com/techknow/index.php/2010/12/30/apple-ruined-my-neighbors-christmas/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 23:59:05 +0000</pubDate>
		<dc:creator>TechKnow</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[TechKnow]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ota]]></category>

		<guid isPermaLink="false">http://juixe.com/techknow/?p=1259</guid>
		<description><![CDATA[I just caught up for the first time since Christmas with my next door neighbor. They know I &#8220;work with computers&#8221; so they stopped by to see if I could help them with a small technical issue. One of their kids scored an Apple iPad from Santa but they haven&#8217;t been able to play with [...]]]></description>
			<content:encoded><![CDATA[<p>I just caught up for the first time since Christmas with my next door neighbor.  They know I &#8220;work with computers&#8221; so they stopped by to see if I could help them with a small technical issue.  One of their kids scored an <b>Apple iPad</b> from Santa but they haven&#8217;t been able to play with it.  Apple requires you to connect your new iOS device, iPhone and iPad, with a computer and sync with your iTunes account before you can use it.  You can&#8217;t even write a new text memo, watch videos on YouTube, surf online, send an email, much less purchase, download, and play games and music from the iTunes store before you connect your new iOS device with a computer.  For five days now, their new iPad has been the best gift and the worst gift they received this Christmas.</p>
<p>I prefer the iPhone over any of the available Android phones, but the one thing I love about the Google Nexus One is that you don&#8217;t even need to plug to play.  Just turn it on and you are on your way.  Even updates are done Over The Air (OTA) so you don&#8217;t ever have to connect your Nexus One to a computer.  The whole premise of <b>Cloud Computing</b> is that you don&#8217;t have to be shackled to a desktop.</p>
<p>I just had to walk through what my neighbor needed to do to set up their new iPad and you should have seen the confusion and disappointment in the parent&#8217;s and kid&#8217;s faces, respectively.  In a nutshell, they have to download and install iTunes, create an iTunes account, connect the iPad with their computer, and then they can play a song or surf the web.</p>
<p>I can&#8217;t believe that Apple can revolutionize the user interface of the iPhone to have one button and yet have a complicated user experience of setting up their new iOS device.</p>
]]></content:encoded>
			<wfw:commentRss>http://juixe.com/techknow/index.php/2010/12/30/apple-ruined-my-neighbors-christmas/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Random Thoughts December 2010</title>
		<link>http://juixe.com/techknow/index.php/2010/12/29/random-thoughts-december-2010/</link>
		<comments>http://juixe.com/techknow/index.php/2010/12/29/random-thoughts-december-2010/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 17:55:24 +0000</pubDate>
		<dc:creator>TechKnow</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[TechKnow]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://juixe.com/techknow/?p=1227</guid>
		<description><![CDATA[No explanation required, here are some random thoughts that occurred to me during the past month. These ideas are usually to long to force into 140 character limit of Twitter but not fully develop to merit their own post. Which is worse, a developer that will fight you every inch when you ask him to [...]]]></description>
			<content:encoded><![CDATA[<p>No explanation required, here are some random thoughts that occurred to me during the past month.  These ideas are usually to long to force into 140 character limit of Twitter but not fully develop to merit their own post.</p>
<p>Which is worse, a developer that will fight you every inch when you ask him to add a feature that upsets the balance of his understanding or the isometry of his code or a developer when asked to add a feature simply does it without question?</p>
<p>It is estimated that up to 90% of Internet traffic is spam.  For some product searches up to 80% of Google results are spam because of black hat SEO.</p>
<p>In the span of year a typical teen on Facebook would have written more text than the whole of The Complete Works of William Shakespeare and would contain more drama than Shakespeare&#8217;s plays combine but it won&#8217;t be considered literature.</p>
<p>I travel for business a bit.  I usually stay in the same hotel chain, if not the same hotel.  I would like the hotel check-in process to be as easy as Foursquare check-in.  In fact, if I am already in their reward program, and if they already have my credit card, they already know all pertinent information about me, why do I even have to check in or out at the front desk?  Here is a million dollar idea, have a way book a hotel from you iPhone, you are immediately given a room number, if available, and your credit card in file or reward card is used to open the hotel room door.  There is no need, unless you need more towels, to deal with the front desk.</p>
<p>Saying that listing to rap long enough will make you want to shoot someone is like saying that listening to country long enough will make you make love to your truck.</p>
]]></content:encoded>
			<wfw:commentRss>http://juixe.com/techknow/index.php/2010/12/29/random-thoughts-december-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

