<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Skillett.com</title>
	
	<link>http://www.skillett.com</link>
	<description>Keiron's daily take on life, the internet and the world around us!</description>
	<lastBuildDate>Thu, 11 Mar 2010 16:15:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
  <link>http://www.skillett.com</link>
  <url>http://www.skillett.com//images/favicon.ico</url>
  <title>Skillett.com</title>
</image>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Keiron" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="keiron" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">Keiron</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Tethering Android Droid/Milestone without Root!</title>
		<link>http://www.skillett.com/technology/mobile-phones/tethering-android-droid-milestone-without-root/</link>
		<comments>http://www.skillett.com/technology/mobile-phones/tethering-android-droid-milestone-without-root/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 16:15:08 +0000</pubDate>
		<dc:creator>Keiron</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mobile Phones]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[droid]]></category>
		<category><![CDATA[milestone]]></category>
		<category><![CDATA[non-root]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[tethering]]></category>
		<category><![CDATA[usb modem]]></category>

		<guid isPermaLink="false">http://www.skillett.com/?p=1289</guid>
		<description><![CDATA[Two posts on the same day and both techie &#8211; don&#8217;t be put off, normal ranty service may well be resumed soon&#8230;
I&#8217;ve used my Windows Mobile in the past as a tethered modem for me eee pc when out and about without WiFi, it&#8217;s not always been easy but has been handy to have around!
I [...]]]></description>
			<content:encoded><![CDATA[<p>Two posts on the same day and both techie &#8211; don&#8217;t be put off, normal ranty service may well be resumed soon&#8230;</p>
<p>I&#8217;ve used my Windows Mobile in the past as a tethered modem for me eee pc when out and about without WiFi, it&#8217;s not always been easy but has been handy to have around!</p>
<p>I reinstalled my eee today, and was looking around for how I&#8217;m going to achieve this same functionality with the Milestone on Android, almost everything screamed &#8220;root your device&#8221; at me. I&#8217;m not a fan of rooting it for a lot of reasons the biggest being I don&#8217;t want to brick the device &#8211; so that&#8217;s a non-starter.</p>
<p>Then I spotted a handy guide from linux magazine on <a href="http://www.linux-magazine.com/Online/Blogs/Productivity-Sauce-Dmitri-s-open-source-blend-of-productive-computing/Tether-an-Android-Phone-Using-Proxoid">Tethering Android</a>, it didn&#8217;t work straight off which was a little disappointing. So a little more digging on the Android forums, produced some <a href="http://www.linux-magazine.com/Online/Blogs/Productivity-Sauce-Dmitri-s-open-source-blend-of-productive-computing/Tether-an-Android-Phone-Using-Proxoid">additional instructions</a>. I&#8217;m producing them here for my own benefit as well as yours &#8211; as I&#8217;m bound to forget.</p>
<ol>
<li>Install &#8220;Proxoid&#8221; app from Marketplace.<br/><br/></li>
<li>Turn on USB debugging mode on your phone:<br/><br />
<strong>Settings &#8211; &gt; Application -&gt; Development -&gt; Enable USB Debugging</strong><br/><br/></li>
<li>On your Ubuntu machine create a 90-android.rules file:<br/><br />
<code>gksudo gedit /etc/udev/rules.d/90-android.rules</code><br/><br/></li>
<li>Add the following to it (note this is the difference from the linux magazine tutorial):<br/><br />
<code><br />
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0bb4", ATTRS{idProduct} =="0c01", MODE="0666", OWNER="<em>*insertyourusername</em>"<br />
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0bb4", ATTRS{idProduct} =="0c02", MODE="0666", OWNER="<em>*insertyourusername</em>"<br />
SUBSYSTEMS=="usb", ATTRS{idVendor}=="22b8", ATTRS{idProduct} =="41db", MODE="0666", OWNER="<em>*insertyourusername</em>"<br />
</code><br />
* insert your username as appropriate!<br/><br/>
</li>
<li>Download and unpack the latest release of the Android SDK: <a href="http://developer.android.com/sdk/">http://developer.android.com/sdk/</a><br/><br/></li>
<li>Connect the phone to the Ubuntu machine with your USB cable and start Proxoid on the phone.<br/><br/></li>
<li>Open a Terminal, navigate to the tools directory in the Android SDK folder and run the following command:<br/><code> ./adb forward tcp:8080 tcp:8080</code><br/><br/></li>
</ol>
<p>The proxy server should now be running, but to be able to use it with Firefox, you have to modify the browser&#8217;s proxy settings:</p>
<ol>
<li>In Firefox, choose Edit -&gt; Preferences and switch to the Advanced -&gt; Network section.<br/><br/></li>
<li>Press the Settings button in the Configure how Firefox connects to the Internet group.<br/><br/></li>
<li>Select the Manual proxy configuration option, then enter localhost in the HTTP Proxy field and 8080 in the Port field. Press OK to save the settings and close the window.<br/><br/></li>
</ol>
<p>Now you can browse the Web using the created connection.</p>
<p>Given that I&#8217;ll need to remember how to do this, when I don&#8217;t have a connection. Here&#8217;s a handy PDF with the above <a href="http://www.skillett.com/wp-content/uploads/2010/03/Skillett.com-–-Guide-to-Tethering-Android.pdf">guide to tethering android</a> to put on your android device!!</p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://www.skillett.com/general/quick-posts/50-android-games/" title="50 Android Games!">50 Android Games!</a></li></ul>
<p><a href="http://feedads.g.doubleclick.net/~a/tsp8KWvajCR6z-RYouP4GIxFVrA/0/da"><img src="http://feedads.g.doubleclick.net/~a/tsp8KWvajCR6z-RYouP4GIxFVrA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/tsp8KWvajCR6z-RYouP4GIxFVrA/1/da"><img src="http://feedads.g.doubleclick.net/~a/tsp8KWvajCR6z-RYouP4GIxFVrA/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Keiron?a=frUlkpfvgh8:TY5EkDVrEIw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Keiron?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Keiron?a=frUlkpfvgh8:TY5EkDVrEIw:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Keiron?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Keiron?a=frUlkpfvgh8:TY5EkDVrEIw:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Keiron?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Keiron/~4/frUlkpfvgh8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.skillett.com/technology/mobile-phones/tethering-android-droid-milestone-without-root/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>USB Battery Pack Conversions (mAh to Wh)</title>
		<link>http://www.skillett.com/technology/mobile-phones/usb-battery-pack-conversions-mah-to-wh/</link>
		<comments>http://www.skillett.com/technology/mobile-phones/usb-battery-pack-conversions-mah-to-wh/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 12:11:57 +0000</pubDate>
		<dc:creator>Keiron</dc:creator>
				<category><![CDATA[Mobile Phones]]></category>
		<category><![CDATA[battery pack]]></category>
		<category><![CDATA[mah]]></category>
		<category><![CDATA[rechargeable]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[wh]]></category>

		<guid isPermaLink="false">http://www.skillett.com/?p=1286</guid>
		<description><![CDATA[I know I haven&#8217;t posted in a while &#8211; but I&#8217;ve had lots going on&#8230;. Then my first post back is a techie one, I apologise (well for some of you I do anyway!).
I want a backup battery for my Motorola Droid/Milestone, I&#8217;ve already got one for my iPod Touch and it&#8217;s invaluable &#8211; but [...]]]></description>
			<content:encoded><![CDATA[<p>I know I haven&#8217;t posted in a while &#8211; but I&#8217;ve had lots going on&#8230;. Then my first post back is a techie one, I apologise (well for some of you I do anyway!).</p>
<p>I want a backup battery for my Motorola Droid/Milestone, I&#8217;ve already got one for my iPod Touch and it&#8217;s invaluable &#8211; but I figure if I get one with a straight USB out it can charge almost any of my devices with the right cable! This makes far more sense to me, so today I went hunting. Would you believe how hard these things are to find?</p>
<p>I&#8217;ve been offered rechargable batteries, battery chargers, spare batteries for the phone all sorts of things &#8211; none of which were quite what I wanted, I think this boils down to not knowing what to search for &#8211; generally most of what I found was listed as:</p>
<blockquote><p>&#8220;Rechargeable Backup Battery Pack USB&#8221;</p></blockquote>
<p>I&#8217;ve found to, one by an unknown manufacturer (PINES) and one by Kensington, so I start doing a little comparison on them, the features I need are:</p>
<ul>
<li>Small</li>
<li>Light</li>
<li>Capacity</li>
</ul>
<p>Shouldn&#8217;t be that hard really, nobody can play with dimensions or weight (although there will probably be trade-offs for capacity!) but they&#8217;re pretty much standard:</p>
<table>
<tbody>
<tr>
<th>Model</th>
<th>Weight</th>
<th>Dimensions</th>
</tr>
<tr>
<td>PINES</td>
<td>Not Listed</td>
<td>Not Listed (but it does show it against a car charger and someone&#8217;s hand!</td>
</tr>
<tr>
<td>Kensington</td>
<td>100g</td>
<td>10.1 cm x 5.5 cm x 1.1 cm</td>
</tr>
</tbody>
</table>
<p>Almost sold then, Kensington tell me lots of information about their pack and it&#8217;s 7wH capacity, compared to Pines 4800mAh?<br />
<strong>Wait a minute&#8230;. </strong> Are we comparing apples with apples and beans with beans here?</p>
<p><strong>What are wH and how do we convert them to mAH?</strong></p>
<p>I found a useful link on <a href="http://www.camerahacker.com/Definitions/Battery_Capacity_Conversion.shtml" target="_blank">camerahacker </a>with conversions, so let&#8217;s crunch the numbers.. It&#8217;s probably easier to convert the Pines product so it is also in wH</p>
<blockquote>
<pre>watt = amp * volt</pre>
</blockquote>
<p>So,</p>
<blockquote>
<pre>Wh = 4.8Ah * 5.5VDC (Note we've converted the mAh to Ah by dividing it by 1000)
Wh = 26.4</pre>
</blockquote>
<p>Compared to the Kensington device &#8211; that&#8217;s huge! 26.4Wh vs 7Wh (and it&#8217;s cheaper!)&#8230;<br />
<strong>Have I got something wrong here?</strong></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://www.skillett.com/technology/computers/hardware/the-backup-saga-is-over-myxerver/" title="The Backup Saga is Over! MyXerver!">The Backup Saga is Over! MyXerver!</a></li><li><a href="http://www.skillett.com/technology/computers/hardware/usb-motion-detector/" title="USB Motion Detector">USB Motion Detector</a></li><li><a href="http://www.skillett.com/technology/computers/hardware/whats-on-your-usb-key/" title="What&#8217;s on Your USB Key?">What&#8217;s on Your USB Key?</a></li><li><a href="http://www.skillett.com/technology/computers/hardware/backup-space-the-minefield-just-got-bigger/" title="Backup Space &#8211; The minefield just got bigger!">Backup Space &#8211; The minefield just got bigger!</a></li></ul>
<p><a href="http://feedads.g.doubleclick.net/~a/CA_V0uEv8jfxl7TERURcAATjY84/0/da"><img src="http://feedads.g.doubleclick.net/~a/CA_V0uEv8jfxl7TERURcAATjY84/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/CA_V0uEv8jfxl7TERURcAATjY84/1/da"><img src="http://feedads.g.doubleclick.net/~a/CA_V0uEv8jfxl7TERURcAATjY84/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Keiron?a=Uv8ITqYmIU8:HFMAGjEJL_w:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Keiron?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Keiron?a=Uv8ITqYmIU8:HFMAGjEJL_w:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Keiron?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Keiron?a=Uv8ITqYmIU8:HFMAGjEJL_w:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Keiron?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Keiron/~4/Uv8ITqYmIU8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.skillett.com/technology/mobile-phones/usb-battery-pack-conversions-mah-to-wh/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Try!</title>
		<link>http://www.skillett.com/news/sport/try/</link>
		<comments>http://www.skillett.com/news/sport/try/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 11:32:12 +0000</pubDate>
		<dc:creator>Keiron</dc:creator>
				<category><![CDATA[Sport]]></category>
		<category><![CDATA[all blacks]]></category>
		<category><![CDATA[australia]]></category>
		<category><![CDATA[new zealand]]></category>
		<category><![CDATA[rugby]]></category>
		<category><![CDATA[try]]></category>
		<category><![CDATA[wallabies]]></category>

		<guid isPermaLink="false">http://www.skillett.com/?p=1283</guid>
		<description><![CDATA[Most people know I&#8217;m a big rugby fan&#8230; My father-in-law sent me this today, it surely has to be one of the best tries ever?

Related PostsIt&#8217;s not only Auntie Spam!Update! I have tickets!The Luck of the Irish?!?!Welsh Rugby Hymn]]></description>
			<content:encoded><![CDATA[<p>Most people know I&#8217;m a big rugby fan&#8230; My father-in-law sent me this today, it surely has to be one of the best tries ever?</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/xH9FmORmbmc&#038;hl=en_GB&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/xH9FmORmbmc&#038;hl=en_GB&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://www.skillett.com/personal-diary/its-not-only-auntie-spam/" title="It&#8217;s not only Auntie Spam!">It&#8217;s not only Auntie Spam!</a></li><li><a href="http://www.skillett.com/general/update-i-have-tickets/" title="Update! I have tickets!">Update! I have tickets!</a></li><li><a href="http://www.skillett.com/general/luck_of_the_irish/" title="The Luck of the Irish?!?!">The Luck of the Irish?!?!</a></li><li><a href="http://www.skillett.com/jokes/welsh-rugby-hymn/" title="Welsh Rugby Hymn">Welsh Rugby Hymn</a></li></ul>
<p><a href="http://feedads.g.doubleclick.net/~a/2xaT8uS7vk8XBhZdYw2DUtEHC1o/0/da"><img src="http://feedads.g.doubleclick.net/~a/2xaT8uS7vk8XBhZdYw2DUtEHC1o/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/2xaT8uS7vk8XBhZdYw2DUtEHC1o/1/da"><img src="http://feedads.g.doubleclick.net/~a/2xaT8uS7vk8XBhZdYw2DUtEHC1o/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Keiron?a=zn6qWZj51_k:M1-D5fVPWB4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Keiron?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Keiron?a=zn6qWZj51_k:M1-D5fVPWB4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Keiron?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Keiron?a=zn6qWZj51_k:M1-D5fVPWB4:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Keiron?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Keiron/~4/zn6qWZj51_k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.skillett.com/news/sport/try/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>50 Android Games!</title>
		<link>http://www.skillett.com/general/quick-posts/50-android-games/</link>
		<comments>http://www.skillett.com/general/quick-posts/50-android-games/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 15:13:04 +0000</pubDate>
		<dc:creator>Keiron</dc:creator>
				<category><![CDATA[Quick Posts]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[motorola droid]]></category>
		<category><![CDATA[motorola milestone]]></category>
		<category><![CDATA[phones]]></category>

		<guid isPermaLink="false">http://www.skillett.com/general/quick-posts/50-android-games/</guid>
		<description><![CDATA[
via androidhd.blogspot.com
Now I&#8217;ve got my nice shiny new Android phone, I&#8217;ve got it working nicely for business use, but you definitely need some games don&#8217;t you?
This video features 50 for Android (and I was only complaining last night I hadn&#8217;t seen many games for it available!).

Related PostsTethering Android Droid/Milestone without Root!]]></description>
			<content:encoded><![CDATA[<div class="posterous_bookmarklet_entry"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://youtube.com/v/mn-XaaQXIxw" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://youtube.com/v/mn-XaaQXIxw"></embed></object></p>
<div class="posterous_quote_citation">via <a href="http://androidhd.blogspot.com/2010/01/50-android-games-in-one-video.html">androidhd.blogspot.com</a></div>
<p>Now I&#8217;ve got my nice shiny new Android phone, I&#8217;ve got it working nicely for business use, but you definitely need some games don&#8217;t you?</p>
<p>This video features 50 for Android (and I was only complaining last night I hadn&#8217;t seen many games for it available!).</p>
</div>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://www.skillett.com/technology/mobile-phones/tethering-android-droid-milestone-without-root/" title="Tethering Android Droid/Milestone without Root!">Tethering Android Droid/Milestone without Root!</a></li></ul>
<p><a href="http://feedads.g.doubleclick.net/~a/btHT2YoCY32Uvu9wa9-rUYaVFlU/0/da"><img src="http://feedads.g.doubleclick.net/~a/btHT2YoCY32Uvu9wa9-rUYaVFlU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/btHT2YoCY32Uvu9wa9-rUYaVFlU/1/da"><img src="http://feedads.g.doubleclick.net/~a/btHT2YoCY32Uvu9wa9-rUYaVFlU/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Keiron?a=n0tQLrOk45A:6Bayimka838:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Keiron?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Keiron?a=n0tQLrOk45A:6Bayimka838:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Keiron?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Keiron?a=n0tQLrOk45A:6Bayimka838:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Keiron?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Keiron/~4/n0tQLrOk45A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.skillett.com/general/quick-posts/50-android-games/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This IS the DROID you have been looking for!</title>
		<link>http://www.skillett.com/technology/mobile-phones/this-is-the-droid-you-have-been-looking-for/</link>
		<comments>http://www.skillett.com/technology/mobile-phones/this-is-the-droid-you-have-been-looking-for/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 19:00:34 +0000</pubDate>
		<dc:creator>Keiron</dc:creator>
				<category><![CDATA[Mobile Phones]]></category>

		<guid isPermaLink="false">http://www.skillett.com/?p=1271</guid>
		<description><![CDATA[Most people that know me know that I love my mobile phone, and it has to  be a good one – simply because I run the business from it!
I rang Orange the other day to enquire what was currently on offer, and as  usual they don’t have a single phone that interests me… [...]]]></description>
			<content:encoded><![CDATA[<p><em>Most people that know me know that I love my mobile phone, and it has to  be a good one – simply because I run the business from it!</em></p>
<p>I rang Orange the other day to enquire what was currently on offer, and as  usual they don’t have a single phone that interests me… The HTC Touch Pro 2 I  did fancy is available, but not as an upgrade. I’m not convinced I want an  iPhone as I’ve got my iPod Touch and it really does lack a keyboard that I need.  Even if they had got a phone I’m not sure I’d upgrade because every contract is  18 or 24 months – what happened to 12 month contracts?</p>
<p>Locking in for 24 months on a contract seems ridiculous to me, Orange did  tell me that I’d had my current phone for nearly 2 years! I had to ask them what  phone they thought I’d got, they were wrong – that one has been in a box for at  least a year! Technology changes so quickly that I want a bit more freedom than a 24 month contract.</p>
<p>So I’m in deep discussions with them at the moment about moving to a low  contract Business SIM-only probably with 30 day rolling contract for £15 and a huge data  bolt-on, from there I can always upgrade with them at any point I choose…</p>
<p>However, to make sure I have a phone I want I’ve gone SIM Free and ordered  the Motorola DROID (yes, I know – for those that know me they’ll know I’ve only  just left the company!). So here it is…</p>
<p><a href="http://www.skillett.com/wp-content/uploads/2010/01/DSC_1890.jpg"><img class="aligncenter size-medium wp-image-1272" title="Motorola Droid" src="http://www.skillett.com/wp-content/uploads/2010/01/DSC_1890-300x201.jpg" alt="" width="300" height="201" /></a></p>
<p>More posts to follow on this subject I&#8217;m sure&#8230;</p>
<h3>Related Posts</h3><ul class="related_post"><li>No Related Post</li></ul>
<p><a href="http://feedads.g.doubleclick.net/~a/wiUhz4wo6UHC1tPchV_CsyV15UU/0/da"><img src="http://feedads.g.doubleclick.net/~a/wiUhz4wo6UHC1tPchV_CsyV15UU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/wiUhz4wo6UHC1tPchV_CsyV15UU/1/da"><img src="http://feedads.g.doubleclick.net/~a/wiUhz4wo6UHC1tPchV_CsyV15UU/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Keiron?a=Hkl-FXOrmzU:JEaVGs1t0CA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Keiron?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Keiron?a=Hkl-FXOrmzU:JEaVGs1t0CA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Keiron?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Keiron?a=Hkl-FXOrmzU:JEaVGs1t0CA:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Keiron?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Keiron/~4/Hkl-FXOrmzU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.skillett.com/technology/mobile-phones/this-is-the-droid-you-have-been-looking-for/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>‘Snow Good At All!</title>
		<link>http://www.skillett.com/personal-diary/snow-good-at-all/</link>
		<comments>http://www.skillett.com/personal-diary/snow-good-at-all/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 10:57:43 +0000</pubDate>
		<dc:creator>Keiron</dc:creator>
				<category><![CDATA[Personal Diary]]></category>
		<category><![CDATA[Quick Posts]]></category>
		<category><![CDATA[igloo]]></category>
		<category><![CDATA[observations]]></category>
		<category><![CDATA[snow]]></category>
		<category><![CDATA[uksnow]]></category>
		<category><![CDATA[weathermen]]></category>

		<guid isPermaLink="false">http://www.skillett.com/?p=1241</guid>
		<description><![CDATA[I don’t like the stuff – I make no secret about that… OK I do – but only for photo’s, everything else about it I thoroughly dislike!
We’ve had almost a week of it now and I have some observations…

This country will never, ever, be prepared for this. Even people from countries that are used to [...]]]></description>
			<content:encoded><![CDATA[<p>I don’t like the stuff – I make no secret about that… OK I do – but only for photo’s, everything else about it I thoroughly dislike!</p>
<p>We’ve had almost a week of it now and I have some observations…</p>
<ol>
<li>This country will never, ever, be prepared for this. Even people from countries that are used to digging their cars out of four feet of snow say it’s difficult in this country because we are just SO unprepared.</li>
<li>By law in many countries you have to clear your path and pavement in front of your home and business, doing this would reduce the risk of people slipping on pavements (they don’t grit them, so if you’ve driven to work on wonderfully gritted roads you fall over getting out of your car!).</li>
<li>Weathermen either don’t know how to react when reporting a high of –1, so they either act sarcastic or smug! Neither are appropriate – where’s that “Barbecue Summer” you promised?</li>
<li>Stockpiling helps nobody (except yourselves!) and if it thaws you’ll go out again and it will all go out of date – what a waste of money!</li>
<li>Britain does still have a sense of community and combined whinging seems to get neighbours talking!</li>
</ol>
<p>Rant over &#8211; I’ll leave you with a photo of an igloo I found on my way home the other morning…</p>
<p style="text-align: center;"><a rel="attachment wp-att-1242" href="http://www.skillett.com/personal-diary/snow-good-at-all/attachment/igloo-2010-01-08/"><img class="aligncenter size-medium wp-image-1242" title="Igloo 2010-01-08" src="http://www.skillett.com/wp-content/uploads/2010/01/Igloo-2010-01-08-200x300.jpg" alt="" width="200" height="300" /></a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://www.skillett.com/news/snow-be-careful-out-there-people/" title="Snow : Be careful out there people">Snow : Be careful out there people</a></li></ul>
<p><a href="http://feedads.g.doubleclick.net/~a/WT4t2fF0cdHeFiklR4SryggANo4/0/da"><img src="http://feedads.g.doubleclick.net/~a/WT4t2fF0cdHeFiklR4SryggANo4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/WT4t2fF0cdHeFiklR4SryggANo4/1/da"><img src="http://feedads.g.doubleclick.net/~a/WT4t2fF0cdHeFiklR4SryggANo4/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Keiron?a=Ut2IPQIZa9k:T8dYqu8guZ0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Keiron?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Keiron?a=Ut2IPQIZa9k:T8dYqu8guZ0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Keiron?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Keiron?a=Ut2IPQIZa9k:T8dYqu8guZ0:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Keiron?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Keiron/~4/Ut2IPQIZa9k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.skillett.com/personal-diary/snow-good-at-all/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Snow : Be careful out there people</title>
		<link>http://www.skillett.com/news/snow-be-careful-out-there-people/</link>
		<comments>http://www.skillett.com/news/snow-be-careful-out-there-people/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 00:04:26 +0000</pubDate>
		<dc:creator>Keiron</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[cars]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://www.skillett.com/?p=1238</guid>
		<description><![CDATA[
Related Posts&#8216;Snow Good At All!]]></description>
			<content:encoded><![CDATA[<p><object width="500" height="400"><param name="movie" value="http://www.youtube.com/v/7MPRmOUxRMY&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/7MPRmOUxRMY&#038;fs=1" type="application/x-shockwave-flash" width="500" height="400" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://www.skillett.com/personal-diary/snow-good-at-all/" title="&#8216;Snow Good At All!">&#8216;Snow Good At All!</a></li></ul>
<p><a href="http://feedads.g.doubleclick.net/~a/UyVX8Uq-DtF27EfT37FblOijxac/0/da"><img src="http://feedads.g.doubleclick.net/~a/UyVX8Uq-DtF27EfT37FblOijxac/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/UyVX8Uq-DtF27EfT37FblOijxac/1/da"><img src="http://feedads.g.doubleclick.net/~a/UyVX8Uq-DtF27EfT37FblOijxac/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Keiron?a=F7GqJDVdwHQ:NG_Na5mFXJc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Keiron?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Keiron?a=F7GqJDVdwHQ:NG_Na5mFXJc:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Keiron?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Keiron?a=F7GqJDVdwHQ:NG_Na5mFXJc:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Keiron?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Keiron/~4/F7GqJDVdwHQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.skillett.com/news/snow-be-careful-out-there-people/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Good Riddance 2009</title>
		<link>http://www.skillett.com/news/good-riddance-2009/</link>
		<comments>http://www.skillett.com/news/good-riddance-2009/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 13:22:16 +0000</pubDate>
		<dc:creator>Keiron</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[good riddance]]></category>
		<category><![CDATA[kitchen gadgets]]></category>
		<category><![CDATA[new-york]]></category>
		<category><![CDATA[shredding]]></category>

		<guid isPermaLink="false">http://www.skillett.com/?p=1186</guid>
		<description><![CDATA[New Yorkers (and visitors to the area who had the foresight to carry things  around that irritate them!) have said goodbye to their bad memories from 2009 in  a public shredding ceremony in Times Square.

 photo credit: Ben Brown
Items that got shredded included:

Letters from ex-lovers,
Photos of ex-lovers,
Redundancy letters,
and newspaper clippings of bad days [...]]]></description>
			<content:encoded><![CDATA[<p>New Yorkers (and visitors to the area who had the foresight to carry things  around that irritate them!) have said goodbye to their bad memories from 2009 in  a public shredding ceremony in Times Square.</p>
<p style="text-align: center;"><a title="Entering full on paranoia mode" href="http://www.flickr.com/photos/35034349275@N01/1735531538/" target="_blank"><img class="aligncenter" src="http://farm3.static.flickr.com/2090/1735531538_49d4bff870_m.jpg" border="0" alt="Entering full on paranoia mode" /></a><br />
<small><a title="Attribution-ShareAlike License" href="http://creativecommons.org/licenses/by-sa/2.0/" target="_blank"><img src="http://www.skillett.com/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="Ben Brown" href="http://www.flickr.com/photos/35034349275@N01/1735531538/" target="_blank">Ben Brown</a></small></p>
<p>Items that got shredded included:</p>
<ul>
<li>Letters from ex-lovers,</li>
<li>Photos of ex-lovers,</li>
<li>Redundancy letters,</li>
<li>and newspaper clippings of bad days for people’s favourite sports teams!</li>
</ul>
<p>This is the third event of it’s kind!</p>
<p>One “shredder” placed a piece of paper into the shredder that simply said  “Writer’s Block” – she hopes to write a musical this year.</p>
<p>For items that could not be shredded, the Times Square Alliance were most  helpful in providing a sledgehammer and a large waste-container.</p>
<p><object width="500" height="306"><param name="movie" value="http://www.youtube.com/v/7xni6NCqe2w&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/7xni6NCqe2w&#038;fs=1" type="application/x-shockwave-flash" width="500" height="306" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><strong>What would we have in the UK, maybe the “Pointless Kitchen Gadgets  Destruction Day?” &#8211; Let me know in the comments!</strong></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://www.skillett.com/news/special-water-of-new-york/" title="Special Water of New York!">Special Water of New York!</a></li></ul>
<p><a href="http://feedads.g.doubleclick.net/~a/Vz2rtA5TIoLrk-_YqAt06UwyvyA/0/da"><img src="http://feedads.g.doubleclick.net/~a/Vz2rtA5TIoLrk-_YqAt06UwyvyA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Vz2rtA5TIoLrk-_YqAt06UwyvyA/1/da"><img src="http://feedads.g.doubleclick.net/~a/Vz2rtA5TIoLrk-_YqAt06UwyvyA/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Keiron?a=V7e2izdWlvU:BwnBPstt6Qw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Keiron?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Keiron?a=V7e2izdWlvU:BwnBPstt6Qw:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Keiron?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Keiron?a=V7e2izdWlvU:BwnBPstt6Qw:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Keiron?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Keiron/~4/V7e2izdWlvU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.skillett.com/news/good-riddance-2009/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Did I Read That Sign Right?</title>
		<link>http://www.skillett.com/jokes/did-i-read-that-sign-right/</link>
		<comments>http://www.skillett.com/jokes/did-i-read-that-sign-right/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 12:42:11 +0000</pubDate>
		<dc:creator>Keiron</dc:creator>
				<category><![CDATA[Jokes]]></category>

		<guid isPermaLink="false">http://www.skillett.com/?p=1179</guid>
		<description><![CDATA[TOILET OUT OF ORDER. PLEASE USE FLOOR BELOW

In a Laundromat: 
AUTOMATIC WASHING MACHINES: PLEASE REMOVE ALL YOUR CLOTHES     WHEN THE LIGHT GOES OUT

In a London department store:
BARGAIN BASEMENT UPSTAIRS

In an office: 
WOULD THE PERSON WHO TOOK THE STEP LADDER YESTERDAY PLEASE     BRING IT BACK OR FURTHER STEPS [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #004080; font-size: medium;"><span style="font-size: 13.5pt; color: #004080;">TOILET OUT OF ORDER. PLEASE USE FLOOR BELOW<br />
</span></span><span style="color: red; font-size: x-small;"><span style="font-size: 10pt; color: red;"><br />
</span></span><span style="color: red; font-size: medium;"><span style="font-size: 13.5pt; color: red;">In a Laundromat: </span></span><span style="color: #004080; font-size: x-small;"><span style="font-size: 10pt; color: #004080;"><br />
</span></span><span style="color: #004080; font-size: medium;"><span style="font-size: 13.5pt; color: #004080;">AUTOMATIC WASHING MACHINES: PLEASE REMOVE ALL YOUR CLOTHES     WHEN THE LIGHT GOES OUT<br />
</span></span><span style="color: red; font-size: x-small;"><span style="font-size: 10pt; color: red;"><br />
</span></span><span style="color: red; font-size: medium;"><span style="font-size: 13.5pt; color: red;">In a London department store:</span></span><span style="color: #004080; font-size: medium;"><span style="font-size: 13.5pt; color: #004080;"><br />
BARGAIN BASEMENT UPSTAIRS<br />
</span></span><span style="color: red; font-size: x-small;"><span style="font-size: 10pt; color: red;"><br />
</span></span><span style="color: red; font-size: medium;"><span style="font-size: 13.5pt; color: red;">In an office: </span></span><span style="color: #004080; font-size: x-small;"><span style="font-size: 10pt; color: #004080;"><br />
</span></span><span style="color: #004080; font-size: medium;"><span style="font-size: 13.5pt; color: #004080;">WOULD THE PERSON WHO TOOK THE STEP LADDER YESTERDAY PLEASE     BRING IT BACK OR FURTHER STEPS WILL BE TAKEN<br />
</span></span><span style="color: red; font-size: x-small;"><span style="font-size: 10pt; color: red;"><br />
</span></span><span style="color: red; font-size: medium;"><span style="font-size: 13.5pt; color: red;">In an office: </span></span><span style="color: #004080; font-size: x-small;"><span style="font-size: 10pt; color: #004080;"><br />
</span></span><span style="color: #004080; font-size: medium;"><span style="font-size: 13.5pt; color: #004080;">AFTER TEA BREAK STAFF SHOULD EMPTY THE TEAPOT AND STAND     UPSIDE DOWN ON THE DRAINING BOARD<br />
</span></span><span style="color: red; font-size: x-small;"><span style="font-size: 10pt; color: red;"><br />
</span></span><span style="color: red; font-size: medium;"><span style="font-size: 13.5pt; color: red;">Outside a secondhand shop: </span></span><span style="color: #004080; font-size: x-small;"><span style="font-size: 10pt; color: #004080;"><br />
</span></span><span style="color: #004080; font-size: medium;"><span style="font-size: 13.5pt; color: #004080;">WE EXCHANGE ANYTHING &#8211; BICYCLES, WASHING MACHINES, ETC. WHY     NOT BRING YOUR WIFE ALONG AND GET A WONDERFUL BARGAIN? </span></span><span style="color: red; font-size: x-small;"><span style="font-size: 10pt; color: red;"></p>
<p></span></span><span style="color: red; font-size: medium;"><span style="font-size: 13.5pt; color: red;">Notice in health food shop window: </span></span><span style="color: #004080; font-size: x-small;"><span style="font-size: 10pt; color: #004080;"><br />
</span></span><span style="color: #004080; font-size: medium;"><span style="font-size: 13.5pt; color: #004080;">CLOSED DUE TO ILLNESS<br />
</span></span><span style="color: red; font-size: x-small;"><span style="font-size: 10pt; color: red;"><br />
</span></span><span style="color: red; font-size: medium;"><span style="font-size: 13.5pt; color: red;">Spotted in a safari park: </span></span><span style="color: #004080; font-size: x-small;"><span style="font-size: 10pt; color: #004080;"><br />
</span></span><span style="color: #004080; font-size: medium;"><span style="font-size: 13.5pt; color: #004080;">ELEPHANTS PLEASE STAY IN YOUR CAR<br />
</span></span><span style="color: red; font-size: x-small;"><span style="font-size: 10pt; color: red;"><br />
</span></span><span style="color: red; font-size: medium;"><span style="font-size: 13.5pt; color: red;">Seen during a conference: </span></span><span style="color: #004080; font-size: x-small;"><span style="font-size: 10pt; color: #004080;"><br />
</span></span><span style="color: #004080; font-size: medium;"><span style="font-size: 13.5pt; color: #004080;">FOR ANYONE WHO HAS CHILDREN AND DOESN&#8217;T KNOW IT, THERE IS A     DAY CARE ON THE 1ST FLOOR<br />
</span></span><span style="color: red; font-size: x-small;"><span style="font-size: 10pt; color: red;"><br />
</span></span><span style="color: red; font-size: medium;"><span style="font-size: 13.5pt; color: red;">Notice in a farmer&#8217;s field: </span></span><span style="color: #004080; font-size: x-small;"><span style="font-size: 10pt; color: #004080;"><br />
</span></span><span style="color: #004080; font-size: medium;"><span style="font-size: 13.5pt; color: #004080;">THE FARMER ALLOWS WALKERS TO CROSS THE FIELD FOR FREE, BUT     THE BULL CHARGES. </span></span><span style="color: red; font-size: x-small;"><span style="font-size: 10pt; color: red;"></p>
<p></span></span><span style="color: red; font-size: medium;"><span style="font-size: 13.5pt; color: red;">Message on a leaflet: </span></span><span style="color: #004080; font-size: x-small;"><span style="font-size: 10pt; color: #004080;"><br />
</span></span><span style="color: #004080; font-size: medium;"><span style="font-size: 13.5pt; color: #004080;">IF YOU CANNOT READ, THIS LEAFLET WILL TELL YOU HOW TO GET     LESSONS<br />
</span></span><span style="color: red; font-size: x-small;"><span style="font-size: 10pt; color: red;"><br />
</span></span><span style="color: red; font-size: medium;"><span style="font-size: 13.5pt; color: red;">On a repair shop door: </span></span><span style="color: #004080; font-size: x-small;"><span style="font-size: 10pt; color: #004080;"><br />
</span></span><span style="color: #004080; font-size: medium;"><span style="font-size: 13.5pt; color: #004080;">WE CAN REPAIR ANYTHING. (PLEASE KNOCK HARD ON THE DOOR &#8211; THE     BELL     DOESN&#8217;T WORK) </span></span> <span style="font-family: Times New Roman; font-size: small;"><span style="font-size: 12pt;"><br />
</span></span></p>
<h3>Related Posts</h3><ul class="related_post"><li>No Related Post</li></ul>
<p><a href="http://feedads.g.doubleclick.net/~a/o3UogsbbqYRGapyK8vqa8PWKdp4/0/da"><img src="http://feedads.g.doubleclick.net/~a/o3UogsbbqYRGapyK8vqa8PWKdp4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/o3UogsbbqYRGapyK8vqa8PWKdp4/1/da"><img src="http://feedads.g.doubleclick.net/~a/o3UogsbbqYRGapyK8vqa8PWKdp4/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Keiron?a=D9PdxUfHAQE:KfNqmsiXfVQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Keiron?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Keiron?a=D9PdxUfHAQE:KfNqmsiXfVQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Keiron?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Keiron?a=D9PdxUfHAQE:KfNqmsiXfVQ:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Keiron?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Keiron/~4/D9PdxUfHAQE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.skillett.com/jokes/did-i-read-that-sign-right/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Startups – Feeling Blue and Dr Hue!</title>
		<link>http://www.skillett.com/technology/websites/startups-feeling-blue-and-dr-hue/</link>
		<comments>http://www.skillett.com/technology/websites/startups-feeling-blue-and-dr-hue/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 09:08:41 +0000</pubDate>
		<dc:creator>Keiron</dc:creator>
				<category><![CDATA[Websites]]></category>
		<category><![CDATA[blue]]></category>
		<category><![CDATA[dr hue]]></category>
		<category><![CDATA[startups]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.skillett.com/?p=948</guid>
		<description><![CDATA[I’ve had a really busy week this week, so busy that I didn’t notice it was the Business Startup show at Olympia yesterday and today, I debated getting on the road early this morning and coming back early but as I have family here for the weekend it seemed a little silly.. So a little [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve had a really busy week this week, so busy that I didn’t notice it was the <a href="http://www.bstartup.com/" target="_blank">Business Startup</a> show at Olympia yesterday and today, I debated getting on the road early this morning and coming back early but as I have family here for the weekend it seemed a little silly.. So a little blue yesterday I browsed the web for some startup information to make up for it.</p>
<p>That’s when I came across <a href="http://www.24hour-startup.com/" target="_blank">24 Hour Startup</a>, where a group of people from <a href="http://www.nonsenselondon.com" target="_blank">Nonsense</a> have decided to build a web-based startup and launch it all in 24 hours.. I love this idea!!</p>
<p>At midday yesterday they didn’t even know what they would be building, as of this morning it has a name, a logo, code, and it’s <a href="http://blog.drhue.com/" target="_blank">own blog</a>, AND it will launch in just 3 hours time! This is an amazing achievement and if <a href="http://neilcocker.com/2009/11/26/24-hour-startup/" target="_blank">Neil Cocker’s estimates</a> are anything to go buy it could make a lot of money (hey why aren’t I doing this?!).</p>
<p>Now as I was feeling blue yesterday and they’ve brightened my day, I’m hoping they’ll let me have the <a href="http://blog.drhue.com/colourful-gifts/" target="_blank">Blue gift</a> for writing this blog post and putting it out on Twitter! Plus I think was <a href="http://twitter.com/dr_hue" target="_blank">@dr_hue&#8217;s</a> second friend!?</p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://www.skillett.com/news/the-day-social-media-simply-froze/" title="The Day Social Media Simply Froze!">The Day Social Media Simply Froze!</a></li><li><a href="http://www.skillett.com/technology/websites/blogging-communities/selective-status-updates-on-facebook/" title="Selective Status Updates on FaceBook">Selective Status Updates on FaceBook</a></li><li><a href="http://www.skillett.com/general/im-still-here-2/" title="I&#039;m still here!">I&#039;m still here!</a></li><li><a href="http://www.skillett.com/technology/websites/pagerank-and-web-success/" title="PageRank and &amp;quot;Web Success&amp;quot;">PageRank and &amp;quot;Web Success&amp;quot;</a></li><li><a href="http://www.skillett.com/technology/websites/blogging-communities/a-twittering-week/" title="A Twittering Week">A Twittering Week</a></li></ul>
<p><a href="http://feedads.g.doubleclick.net/~a/5gaugE7kZ331dCHo9lWy1x5WjMM/0/da"><img src="http://feedads.g.doubleclick.net/~a/5gaugE7kZ331dCHo9lWy1x5WjMM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/5gaugE7kZ331dCHo9lWy1x5WjMM/1/da"><img src="http://feedads.g.doubleclick.net/~a/5gaugE7kZ331dCHo9lWy1x5WjMM/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Keiron?a=Nk1_pUU0qsg:TUUzwFATZ4A:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Keiron?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Keiron?a=Nk1_pUU0qsg:TUUzwFATZ4A:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Keiron?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Keiron?a=Nk1_pUU0qsg:TUUzwFATZ4A:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Keiron?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Keiron/~4/Nk1_pUU0qsg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.skillett.com/technology/websites/startups-feeling-blue-and-dr-hue/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss><!-- Dynamic page generated in 4.653 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-03-15 01:27:20 -->
