<?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>LarZ&#039; Blog</title>
	<atom:link href="http://techdup.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://techdup.com</link>
	<description>Tech stuff, gadgetry goodies, complaints and serious nonsense</description>
	<lastBuildDate>Mon, 02 May 2011 16:19:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>WordPress &#8211; Addthis facebook image &#8211; Automatically uses your featured image when you share on Addthis</title>
		<link>http://techdup.com/tech-talk/wordpress-addthis-facebook-image-automatically-uses-your-featured-image-when-you-share-on-addthis/</link>
		<comments>http://techdup.com/tech-talk/wordpress-addthis-facebook-image-automatically-uses-your-featured-image-when-you-share-on-addthis/#comments</comments>
		<pubDate>Mon, 02 May 2011 16:18:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tech talk]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://techdup.com/?p=81</guid>
		<description><![CDATA[Addthis does not allow you to choose a thumbnail when you share with facebook. This little snippit automatically selects your featured image and uses it when anyone uses addthis to share. Simply paste the following just after the &#60;head&#62; tag in your header.php file in your wp-content &#62; themes &#62; yourcurrentthemename &#60;?php if (has_post_thumbnail( $post-&#62;ID [...]]]></description>
			<content:encoded><![CDATA[<p>Addthis does not allow you to choose a thumbnail when you share with facebook. This little snippit automatically selects your featured image and uses it when anyone uses addthis to share.</p>
<p>Simply paste the following just after the &lt;head&gt; tag in your header.php file in your wp-content &gt; themes &gt; yourcurrentthemename</p>
<blockquote><p>&lt;?php if (has_post_thumbnail( $post-&gt;ID ) ): ?&gt;<br />
&lt;?php $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post-&gt;ID ), &#8216;single-post-thumbnail&#8217; ); ?&gt;<br />
&lt;meta property=&#8221;og:image&#8221; content=&#8221;&lt;?php echo $image[0];?&gt;&#8221;/&gt;<br />
&lt;?php endif; ?&gt;</p></blockquote>
<p>I&#8217;m on wordpress 3.1.1 and this does the trick for one of my blogs where this is essential. I hope that it helps you guys.</p>
<p>
				<table cellspacing="0" cellpadding="0" border="0" style="width: 300px; height: 50px; text-align: left; margin-left: -15px; margin-right: auto;">
				<tbody>
				<tr>
				<td style="text-align: center;">
				<a href="http://techdup.com/feed/rss/" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/feeds.png" alt="RSS Feed" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://del.icio.us/post?url=http://techdup.com/tech-talk/wordpress-addthis-facebook-image-automatically-uses-your-featured-image-when-you-share-on-addthis/&title=WordPress &#8211; Addthis facebook image &#8211; Automatically uses your featured image when you share on Addthis" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/delicious.png" alt="Add to Del.cio.us" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://technorati.com/faves?add=http://techdup.com/tech-talk/wordpress-addthis-facebook-image-automatically-uses-your-featured-image-when-you-share-on-addthis/" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/technorati.png" alt="Add to Technorati Favorites" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://www.stumbleupon.com/submit?url=http://techdup.com/tech-talk/wordpress-addthis-facebook-image-automatically-uses-your-featured-image-when-you-share-on-addthis/&title=WordPress &#8211; Addthis facebook image &#8211; Automatically uses your featured image when you share on Addthis" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/stumble.png" alt="Stumble It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				<td style="text-align: center;">
				<a href="http://digg.com/submit?phase=2&url=http://techdup.com/tech-talk/wordpress-addthis-facebook-image-automatically-uses-your-featured-image-when-you-share-on-addthis/" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/digg.png" alt="Digg It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				</tr>
				<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>
				</tbody>
				</table>

                
		
				</p><div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=WordPress+%E2%80%93+Addthis+facebook+image+%E2%80%93+Automatically+uses+your+featured+image+when+you+share+on+Addthis+http%3A%2F%2Ftechdup.com%2F%3Fp%3D81" title="Post to Twitter"><img class="nothumb" src="http://techdup.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter5.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://techdup.com/tech-talk/wordpress-addthis-facebook-image-automatically-uses-your-featured-image-when-you-share-on-addthis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ipad2 &#8211; pre order date</title>
		<link>http://techdup.com/tech-talk/ipad2-pre-order-date/</link>
		<comments>http://techdup.com/tech-talk/ipad2-pre-order-date/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 23:01:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[tech talk]]></category>
		<category><![CDATA[ipad2]]></category>
		<category><![CDATA[release date]]></category>

		<guid isPermaLink="false">http://techdup.com/tech-talk/ipad2-pre-order-date/</guid>
		<description><![CDATA[I sold my iPad last week and oh man how do I miss it!? I got a decent price for it, but I&#8217;m sure the person I sold to feels they got it for a good price too. I sold it with a view to upgrading to the sleek new ipad2 I know the ipad2 [...]]]></description>
			<content:encoded><![CDATA[<p>I sold my iPad last week and oh man how do I miss it!? I got a decent price for it, but I&#8217;m sure the person I sold to feels they got it for a good price too. I sold it with a view to upgrading to the sleek new ipad2</p>
<p>I know the ipad2 release date in Ireland is the 25th of march, but does anyone know when we can start pre-ordering? Rumour has it that pre-ordering can start as soon as tomorrow, 11/03/2011, but I reckon apple will want to clear stocks of original iPads first so I&#8217;m not getting my hopes up&#8230;</p>
<p>I&#8217;m going to get the White one, with a case&#8230; That case looks fantastic doesn&#8217;t it? </p>
<p>Pretty excited now, but really missing my iPad <img src='http://techdup.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>
				<table cellspacing="0" cellpadding="0" border="0" style="width: 300px; height: 50px; text-align: left; margin-left: -15px; margin-right: auto;">
				<tbody>
				<tr>
				<td style="text-align: center;">
				<a href="http://techdup.com/feed/rss/" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/feeds.png" alt="RSS Feed" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://del.icio.us/post?url=http://techdup.com/tech-talk/ipad2-pre-order-date/&title=Ipad2 &#8211; pre order date" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/delicious.png" alt="Add to Del.cio.us" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://technorati.com/faves?add=http://techdup.com/tech-talk/ipad2-pre-order-date/" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/technorati.png" alt="Add to Technorati Favorites" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://www.stumbleupon.com/submit?url=http://techdup.com/tech-talk/ipad2-pre-order-date/&title=Ipad2 &#8211; pre order date" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/stumble.png" alt="Stumble It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				<td style="text-align: center;">
				<a href="http://digg.com/submit?phase=2&url=http://techdup.com/tech-talk/ipad2-pre-order-date/" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/digg.png" alt="Digg It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				</tr>
				<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>
				</tbody>
				</table>

                
		
				</p><div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=Ipad2+%E2%80%93+pre+order+date+http%3A%2F%2Ftechdup.com%2F%3Fp%3D79" title="Post to Twitter"><img class="nothumb" src="http://techdup.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter5.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://techdup.com/tech-talk/ipad2-pre-order-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iphone helmet camera (Gadget Wish)</title>
		<link>http://techdup.com/gadgets/iphone-helmet-camera-gadget-wish/</link>
		<comments>http://techdup.com/gadgets/iphone-helmet-camera-gadget-wish/#comments</comments>
		<pubDate>Mon, 31 Jan 2011 21:07:33 +0000</pubDate>
		<dc:creator>ldusoswa</dc:creator>
				<category><![CDATA[gadgets]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[1080p]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[gadget]]></category>
		<category><![CDATA[hd]]></category>
		<category><![CDATA[helmet cam]]></category>

		<guid isPermaLink="false">http://techdup.com/?p=74</guid>
		<description><![CDATA[Would love a HD helmet cam that would be controlled via bluetooth from my iphone. The camera would store the data and all of that but i&#8217;d be able to watch back the footage on my iphone straight away. This would be ideal for in the car, on the slopes or on a bicycle. The [...]]]></description>
			<content:encoded><![CDATA[<p>Would love a HD helmet cam that would be controlled via bluetooth from my iphone. The camera would store the data and all of that but i&#8217;d be able to watch back the footage on my iphone straight away. This would be ideal for in the car, on the slopes or on a bicycle. The iphone already has a great screen, i don&#8217;t need another one on my video camera. I wish this gadget existed</p>
<p>
				<table cellspacing="0" cellpadding="0" border="0" style="width: 300px; height: 50px; text-align: left; margin-left: -15px; margin-right: auto;">
				<tbody>
				<tr>
				<td style="text-align: center;">
				<a href="http://techdup.com/feed/rss/" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/feeds.png" alt="RSS Feed" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://del.icio.us/post?url=http://techdup.com/gadgets/iphone-helmet-camera-gadget-wish/&title=Iphone helmet camera (Gadget Wish)" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/delicious.png" alt="Add to Del.cio.us" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://technorati.com/faves?add=http://techdup.com/gadgets/iphone-helmet-camera-gadget-wish/" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/technorati.png" alt="Add to Technorati Favorites" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://www.stumbleupon.com/submit?url=http://techdup.com/gadgets/iphone-helmet-camera-gadget-wish/&title=Iphone helmet camera (Gadget Wish)" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/stumble.png" alt="Stumble It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				<td style="text-align: center;">
				<a href="http://digg.com/submit?phase=2&url=http://techdup.com/gadgets/iphone-helmet-camera-gadget-wish/" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/digg.png" alt="Digg It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				</tr>
				<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>
				</tbody>
				</table>

                
		
				</p><div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=Iphone+helmet+camera+%28Gadget+Wish%29+http%3A%2F%2Ftechdup.com%2F%3Fp%3D74" title="Post to Twitter"><img class="nothumb" src="http://techdup.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter5.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://techdup.com/gadgets/iphone-helmet-camera-gadget-wish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing WordTwit 2.5.1 on WordPress</title>
		<link>http://techdup.com/software/testing-wordtwit-2-5-1-on-wordpress/</link>
		<comments>http://techdup.com/software/testing-wordtwit-2-5-1-on-wordpress/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 21:18:20 +0000</pubDate>
		<dc:creator>ldusoswa</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordtwit]]></category>

		<guid isPermaLink="false">http://techdup.com/?p=71</guid>
		<description><![CDATA[This should auto-tweet for me now. Which in turn will automatically add this to my Facebook. That&#8217;s the Theory anyways! &#160;&#160;&#160;&#160;]]></description>
			<content:encoded><![CDATA[<p>This should auto-tweet for me now. Which in turn will automatically add this to my Facebook. That&#8217;s the Theory anyways!</p>
<p>
				<table cellspacing="0" cellpadding="0" border="0" style="width: 300px; height: 50px; text-align: left; margin-left: -15px; margin-right: auto;">
				<tbody>
				<tr>
				<td style="text-align: center;">
				<a href="http://techdup.com/feed/rss/" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/feeds.png" alt="RSS Feed" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://del.icio.us/post?url=http://techdup.com/software/testing-wordtwit-2-5-1-on-wordpress/&title=Testing WordTwit 2.5.1 on WordPress" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/delicious.png" alt="Add to Del.cio.us" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://technorati.com/faves?add=http://techdup.com/software/testing-wordtwit-2-5-1-on-wordpress/" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/technorati.png" alt="Add to Technorati Favorites" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://www.stumbleupon.com/submit?url=http://techdup.com/software/testing-wordtwit-2-5-1-on-wordpress/&title=Testing WordTwit 2.5.1 on WordPress" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/stumble.png" alt="Stumble It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				<td style="text-align: center;">
				<a href="http://digg.com/submit?phase=2&url=http://techdup.com/software/testing-wordtwit-2-5-1-on-wordpress/" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/digg.png" alt="Digg It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				</tr>
				<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>
				</tbody>
				</table>

                
		
				</p><div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=Testing+WordTwit+2.5.1+on+WordPress+http%3A%2F%2Ftechdup.com%2F%3Fp%3D71" title="Post to Twitter"><img class="nothumb" src="http://techdup.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter5.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://techdup.com/software/testing-wordtwit-2-5-1-on-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8216;Tweet This&#8217; Added, now gonna test WordTwit</title>
		<link>http://techdup.com/software/tweet-this-added-now-gonna-test-wordtwit/</link>
		<comments>http://techdup.com/software/tweet-this-added-now-gonna-test-wordtwit/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 21:08:12 +0000</pubDate>
		<dc:creator>ldusoswa</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[auto-tweet]]></category>
		<category><![CDATA[tweet this]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordtwit]]></category>

		<guid isPermaLink="false">http://techdup.com/?p=68</guid>
		<description><![CDATA[I added Tweet this, as although I already have social bookmarking and feed options, I think Twitter is as important, if not more important these days. Anyways, It took a little while to style it properly. It looks ok now. Not 100% happy with it but nobody reads this blog anyway! I installed WordTwit too&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>I added Tweet this, as although I already have social bookmarking and feed options, I think Twitter is as important, if not more important these days. Anyways, It took a little while to style it properly. It looks ok now. Not 100% happy with it but nobody reads this blog anyway! I installed WordTwit too&#8230; Settings for that were pretty easy, so let&#8217;s hope it automatically tweets when I publish a blog item. Here&#8217;s to hoping.</p>
<p>
				<table cellspacing="0" cellpadding="0" border="0" style="width: 300px; height: 50px; text-align: left; margin-left: -15px; margin-right: auto;">
				<tbody>
				<tr>
				<td style="text-align: center;">
				<a href="http://techdup.com/feed/rss/" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/feeds.png" alt="RSS Feed" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://del.icio.us/post?url=http://techdup.com/software/tweet-this-added-now-gonna-test-wordtwit/&title=&#8216;Tweet This&#8217; Added, now gonna test WordTwit" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/delicious.png" alt="Add to Del.cio.us" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://technorati.com/faves?add=http://techdup.com/software/tweet-this-added-now-gonna-test-wordtwit/" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/technorati.png" alt="Add to Technorati Favorites" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://www.stumbleupon.com/submit?url=http://techdup.com/software/tweet-this-added-now-gonna-test-wordtwit/&title=&#8216;Tweet This&#8217; Added, now gonna test WordTwit" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/stumble.png" alt="Stumble It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				<td style="text-align: center;">
				<a href="http://digg.com/submit?phase=2&url=http://techdup.com/software/tweet-this-added-now-gonna-test-wordtwit/" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/digg.png" alt="Digg It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				</tr>
				<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>
				</tbody>
				</table>

                
		
				</p><div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=%E2%80%98Tweet+This%E2%80%99+Added%2C+now+gonna+test+WordTwit+http%3A%2F%2Ftechdup.com%2F%3Fp%3D68" title="Post to Twitter"><img class="nothumb" src="http://techdup.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter5.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://techdup.com/software/tweet-this-added-now-gonna-test-wordtwit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress is a pain to upgrade</title>
		<link>http://techdup.com/software/wordpress-is-a-pain-to-upgrade/</link>
		<comments>http://techdup.com/software/wordpress-is-a-pain-to-upgrade/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 20:20:22 +0000</pubDate>
		<dc:creator>ldusoswa</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://techdup.com/?p=65</guid>
		<description><![CDATA[Had to do an upgrade to get some of my old plugins working again&#8230; why they broke, god only knows&#8230; The instructions for upgrading manually are too simplistic. They don&#8217;t tell you which files you may wish to back up or anything. You practically have to know the architecture of WordPress to successfully upgrade it. [...]]]></description>
			<content:encoded><![CDATA[<p>Had to do an upgrade to get some of my old plugins working again&#8230; why they broke, god only knows&#8230; The instructions for upgrading manually are too simplistic. They don&#8217;t tell you which files you may wish to back up or anything. You practically have to know the architecture of WordPress to successfully upgrade it. Auto upgrade i hear you say? If only that worked for me&#8230; I&#8217;ve never gotten that to work. Before you say anything about FTP or DB details, I&#8217;m a web developer by trade. WordPress is kinda shit when it comes to any degree of flexibility. Anyways, Rant over, I just want to see if this auto-posts to twitter&#8230;</p>
<p>
				<table cellspacing="0" cellpadding="0" border="0" style="width: 300px; height: 50px; text-align: left; margin-left: -15px; margin-right: auto;">
				<tbody>
				<tr>
				<td style="text-align: center;">
				<a href="http://techdup.com/feed/rss/" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/feeds.png" alt="RSS Feed" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://del.icio.us/post?url=http://techdup.com/software/wordpress-is-a-pain-to-upgrade/&title=WordPress is a pain to upgrade" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/delicious.png" alt="Add to Del.cio.us" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://technorati.com/faves?add=http://techdup.com/software/wordpress-is-a-pain-to-upgrade/" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/technorati.png" alt="Add to Technorati Favorites" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://www.stumbleupon.com/submit?url=http://techdup.com/software/wordpress-is-a-pain-to-upgrade/&title=WordPress is a pain to upgrade" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/stumble.png" alt="Stumble It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				<td style="text-align: center;">
				<a href="http://digg.com/submit?phase=2&url=http://techdup.com/software/wordpress-is-a-pain-to-upgrade/" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/digg.png" alt="Digg It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				</tr>
				<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>
				</tbody>
				</table>

                
		
				</p><div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=WordPress+is+a+pain+to+upgrade+http%3A%2F%2Ftechdup.com%2F%3Fp%3D65" title="Post to Twitter"><img class="nothumb" src="http://techdup.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter5.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://techdup.com/software/wordpress-is-a-pain-to-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 iPad Apps &#8211; January 2011</title>
		<link>http://techdup.com/ipad/apps/top-10-ipad-apps-january-2011/</link>
		<comments>http://techdup.com/ipad/apps/top-10-ipad-apps-january-2011/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 22:32:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[app store]]></category>
		<category><![CDATA[fun apps]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[ipad applications]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[recommended apps]]></category>

		<guid isPermaLink="false">http://techdup.com/?p=53</guid>
		<description><![CDATA[No boring Intros &#8211; Straight into the iPad Apps: #10 &#8211; VLC Player VLC Player is fantastic. It allows you to put DivX and other movie formats onto your iPad. The iPad&#8217;s Screen makes this a must have. It has been pulled from the app store though. You have to be one of the lucky [...]]]></description>
			<content:encoded><![CDATA[<p>No boring Intros &#8211; Straight into the iPad Apps:</p>
<p><strong>#10 &#8211; <span style="text-decoration: line-through;">VLC Player</span></strong></p>
<p>VLC Player is fantastic. It allows you to put DivX and other movie formats onto your iPad. The iPad&#8217;s Screen makes this a must have. It has been pulled from the app store though. You have to be one of the lucky ones to have this app installed. For that reason it doesn&#8217;t really count as top 10.<a title="vlc for ipad" href="http://www.iphonedownloadblog.com/2011/01/08/vlc-for-iphone-pulled-from-app-store-now-available-on-cydia/"> Here&#8217;s why it was pulled</a>. It&#8217;s still available on jailbreak from cydia though.</p>
<p><strong>#10 &#8211; Flipboard &#8211; </strong><a title="http://www.flipboard.com/" href="http://www.flipboard.com/">http://www.flipboard.com/</a></p>
<p>Turn your twitter and facebook feeds into an easy to read ebook that updates itself like your facebook or twitter does. Very nice to read, you don&#8217;t need to open links, you can just view them inline. Comment, tweet and everything you&#8217;re used to on this brilliant App.</p>
<p><strong>#9 &#8211; Ebay &#8211; </strong><a href="http://itunes.apple.com/ie/app/ebay-for-ipad/id364203371?mt=8">http://itunes.apple.com/ie/app/ebay-for-ipad/id364203371?mt=8</a></p>
<p>Dangerously addictive. So easy. I think everyone knows what ebay is at this stage. This brings it to iPad. Dare i say this app is better than the ebay website.</p>
<p><strong>#8 &#8211; TV Guide &#8211; </strong><a href="http://itunes.apple.com/gb/app/tv-guide-for-ipad/id379455139?mt=8">http://itunes.apple.com/gb/app/tv-guide-for-ipad/id379455139?mt=8</a></p>
<p>Check what&#8217;s on TV, get its information and even a little screenshot with this app. Hook it up to your sky account and you can even set your sky+ box to record when you&#8217;re not at home. A must have.</p>
<p><strong>#7 &#8211; Harbor Master &#8211; </strong><a href="http://itunes.apple.com/us/app/harbor-master-hd/id363658120?mt=8">http://itunes.apple.com/us/app/harbor-master-hd/id363658120?mt=8</a></p>
<p>Games don&#8217;t get much simpler. So easy, so addictive. I have this for iphone too, but it&#8217;s a lot nicer on the ipad&#8217;s big screen</p>
<p><strong>#6 &#8211; Scrabble &#8211; </strong><a href="http://itunes.apple.com/gb/app/scrabble-for-ipad/id371808484?mt=8">http://itunes.apple.com/gb/app/scrabble-for-ipad/id371808484?mt=8</a></p>
<p>Scrabble on the iPad is so much better than real life scrabble. Why? No more &#8220;That&#8217;s not a word!&#8221; or &#8220;You&#8217;re cheating!&#8221;. If the iPad accepts the word, you get the points. Pass the iPad to the next player and let them try to make up words. Must have App.</p>
<p><strong>#5 &#8211; Construction Zone HD &#8211; </strong><a href="http://itunes.apple.com/ie/app/construction-zone/id323821903?mt=8">http://itunes.apple.com/ie/app/construction-zone/id323821903?mt=8</a></p>
<p>This is a true intelligence test. Great fun too. Try to get a perfect score in all and you&#8217;ll be scratching your head on many an occasion. Great for the technically minded, this is a well thought out game. I can&#8217;t wait for a sequel.</p>
<p><strong>#4 &#8211; Train Conductor USA -<a href="http://itunes.apple.com/ie/app/train-conductor-2-usa/id378772227?mt=8"> </a></strong><a href="http://itunes.apple.com/ie/app/train-conductor-2-usa/id378772227?mt=8">http://itunes.apple.com/ie/app/train-conductor-2-usa/id378772227?mt=8</a></p>
<p>Similar to Harbor Master, this game will make the clock go like it&#8217;s being powered by a hamster on red bull. Great fun game, well worth it.</p>
<p><strong>#3 &#8211; Mirror&#8217;s Edge &#8211; </strong><a href="http://itunes.apple.com/us/app/mirrors-edge-for-ipad/id363311002?mt=8">http://itunes.apple.com/us/app/mirrors-edge-for-ipad/id363311002?mt=8</a></p>
<p>Haven&#8217;t had time to play this one much. Great graphics and innovative gameplay. This is a great game, although i don&#8217;t expect to see it on next month&#8217;s top 10.</p>
<p><strong>#2 &#8211; GameForCats &#8211; </strong><a href="http://www.ipadgameforcats.com/">http://www.ipadgameforcats.com/</a></p>
<p>Have a Cat? Get this app&#8230; It&#8217;s hilarious. Let your cat choose which level to play and watch them rack up the points on a very very simple concept. check this out on YouTube if you&#8217;re not convinced.</p>
<p><strong>#1 &#8211; Facebook Friendly &#8211; </strong><a href="http://itunes.apple.com/us/app/friendly-plus-for-facebook/id382011064?mt=8">http://itunes.apple.com/us/app/friendly-plus-for-facebook/id382011064?mt=8</a></p>
<p>I know the iPad has a great screen and browser, but facebook is lovely and quick on Friendly for Facebook. It&#8217;s nicely laid out, and although i prefer to read facebook with Flipboard, I prefer to participate with Friendly.</p>
<p>I&#8217;ll update this list every month (under a new blog entry). Stay tuned. Next Month i&#8217;ll be focusing in on Irish Apps, as I&#8217;m based in Ireland.</p>
<p>
				<table cellspacing="0" cellpadding="0" border="0" style="width: 300px; height: 50px; text-align: left; margin-left: -15px; margin-right: auto;">
				<tbody>
				<tr>
				<td style="text-align: center;">
				<a href="http://techdup.com/feed/rss/" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/feeds.png" alt="RSS Feed" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://del.icio.us/post?url=http://techdup.com/ipad/apps/top-10-ipad-apps-january-2011/&title=Top 10 iPad Apps &#8211; January 2011" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/delicious.png" alt="Add to Del.cio.us" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://technorati.com/faves?add=http://techdup.com/ipad/apps/top-10-ipad-apps-january-2011/" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/technorati.png" alt="Add to Technorati Favorites" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://www.stumbleupon.com/submit?url=http://techdup.com/ipad/apps/top-10-ipad-apps-january-2011/&title=Top 10 iPad Apps &#8211; January 2011" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/stumble.png" alt="Stumble It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				<td style="text-align: center;">
				<a href="http://digg.com/submit?phase=2&url=http://techdup.com/ipad/apps/top-10-ipad-apps-january-2011/" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/digg.png" alt="Digg It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				</tr>
				<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>
				</tbody>
				</table>

                
		
				</p><div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=Top+10+iPad+Apps+%E2%80%93+January+2011+http%3A%2F%2Ftechdup.com%2F%3Fp%3D53" title="Post to Twitter"><img class="nothumb" src="http://techdup.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter5.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://techdup.com/ipad/apps/top-10-ipad-apps-january-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fantastic App for synchronising Files</title>
		<link>http://techdup.com/software/fantastic-app-for-synchronising-files/</link>
		<comments>http://techdup.com/software/fantastic-app-for-synchronising-files/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 21:36:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[Allway Sync]]></category>
		<category><![CDATA[Data Backup]]></category>
		<category><![CDATA[File Redundancy]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[Synchronise]]></category>
		<category><![CDATA[Synchronize]]></category>

		<guid isPermaLink="false">http://techdup.com/?p=47</guid>
		<description><![CDATA[Sync files to External drives, internal drives, memory sticks, network drives or even FTP. I seriously recommend Allway Sync. So simple to set up, I use it at work and at home. It&#8217;s quick and easy. I set it to automatically do a sync when the PC is idle. I never notice it working, as [...]]]></description>
			<content:encoded><![CDATA[<p>Sync files to External drives, internal drives, memory sticks, network drives or even FTP.</p>
<p>I seriously recommend Allway Sync. So simple to set up, I use it at work and at home. It&#8217;s quick and easy. I set it to automatically do a sync when the PC is idle. I never notice it working, as i&#8217;m away from the PC. Because it scans automatically, it does it regularly, and it&#8217;s quick.</p>
<p>Get the software at http://allwaysync.com/. Very very simple, well worth the money. Only 20 Dollars. Best one I&#8217;ve used anyways.</p>
<p>
				<table cellspacing="0" cellpadding="0" border="0" style="width: 300px; height: 50px; text-align: left; margin-left: -15px; margin-right: auto;">
				<tbody>
				<tr>
				<td style="text-align: center;">
				<a href="http://techdup.com/feed/rss/" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/feeds.png" alt="RSS Feed" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://del.icio.us/post?url=http://techdup.com/software/fantastic-app-for-synchronising-files/&title=Fantastic App for synchronising Files" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/delicious.png" alt="Add to Del.cio.us" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://technorati.com/faves?add=http://techdup.com/software/fantastic-app-for-synchronising-files/" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/technorati.png" alt="Add to Technorati Favorites" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://www.stumbleupon.com/submit?url=http://techdup.com/software/fantastic-app-for-synchronising-files/&title=Fantastic App for synchronising Files" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/stumble.png" alt="Stumble It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				<td style="text-align: center;">
				<a href="http://digg.com/submit?phase=2&url=http://techdup.com/software/fantastic-app-for-synchronising-files/" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/digg.png" alt="Digg It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				</tr>
				<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>
				</tbody>
				</table>

                
		
				</p><div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=Fantastic+App+for+synchronising+Files+http%3A%2F%2Ftechdup.com%2F%3Fp%3D47" title="Post to Twitter"><img class="nothumb" src="http://techdup.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter5.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://techdup.com/software/fantastic-app-for-synchronising-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eMachines 220/420 PC &#8211; windows xp can not be repaired</title>
		<link>http://techdup.com/tech-talk/emachines-220420-pc-windows-xp-can-not-be-repaired/</link>
		<comments>http://techdup.com/tech-talk/emachines-220420-pc-windows-xp-can-not-be-repaired/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 12:48:45 +0000</pubDate>
		<dc:creator>ldusoswa</dc:creator>
				<category><![CDATA[tech talk]]></category>
		<category><![CDATA[emachines]]></category>
		<category><![CDATA[external hard drive]]></category>
		<category><![CDATA[pc repair]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://techdup.com/?p=37</guid>
		<description><![CDATA[For some reason the &#8216;recovery&#8217; disks that came with a friend&#8217;s eMachines desktop pc can not actually recover anything! All they do is restore/write the factory settings on there, which is useless! My friend has many great photos on their hard drive so when their pc wouldn&#8217;t boot past the windows loading screen they got [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-39" title="01112009172" src="http://techdup.com/wp-content/uploads/2009/11/01112009172-300x225.jpg" alt="01112009172" width="270" height="203" /></p>
<p>For some reason the &#8216;recovery&#8217; disks that came with a friend&#8217;s eMachines desktop pc can not actually recover anything! All they do is restore/write the factory settings on there, which is useless!</p>
<p>My friend has many great photos on their hard drive so when their pc wouldn&#8217;t boot past the windows loading screen they got pretty annoyed. It seems like explorer wont load up, so i tried all the usuals like:</p>
<p>1. Ctrl+Alt+Del &#8211; NOTHING<br />
2. WIN+r to try force run explorer &#8211; NOTHING<br />
3. There was mouse movement, but no more<br />
4. Safe mode &#8211; same symptoms only at a lower resolution<br />
5. Last known good configuration &#8211; NOTHING<br />
6. Checked the BIOS to see if anything weird was up &#8211; NOTHING</p>
<p>Very weird and quite frustrating&#8230; Almost points to a hardware failure but let&#8217;s hope it&#8217;s not.</p>
<p>What i&#8217;ve done:</p>
<p>1. I&#8217;ve taken the hard drive out of the machine and put it into an external hard drive case.</p>
<div id="attachment_38" class="wp-caption alignnone" style="width: 280px"><img class="size-medium wp-image-38 " title="01112009171" src="http://techdup.com/wp-content/uploads/2009/11/01112009171-300x225.jpg" alt="eMachines' Hard Drive in external USB hard drive case (taken apart)" width="270" height="203" /><p class="wp-caption-text">eMachines&#39; Hard Drive in external USB hard drive case (taken apart)</p></div>
<p>2. I have a secondary external hard drive on which i have created a folder to store the PC&#8217;s hard drive contents</p>
<p>3. Then i simply &#8216;recover&#8217; the PC to factory settings and drag over the relevant data from the external backup</p>
<p>This is the 2nd time that this has happened to this particular machine so i am installing a nice little application called Allway Sync which will monitor folders and automatically back up those folders to the external drive, so if and when this happens again there will be no fiddly taking the machine apart and all that&#8230;</p>
<p>I could use system restore but i find machines like this grinding themselves to a halt if you let windows manage their recovery and repairs.</p>
<p>I don&#8217;t know if this will help anyone, but if you have any questions i&#8217;ll be happy to answer them.</p>
<p>
				<table cellspacing="0" cellpadding="0" border="0" style="width: 300px; height: 50px; text-align: left; margin-left: -15px; margin-right: auto;">
				<tbody>
				<tr>
				<td style="text-align: center;">
				<a href="http://techdup.com/feed/rss/" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/feeds.png" alt="RSS Feed" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://del.icio.us/post?url=http://techdup.com/tech-talk/emachines-220420-pc-windows-xp-can-not-be-repaired/&title=eMachines 220/420 PC &#8211; windows xp can not be repaired" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/delicious.png" alt="Add to Del.cio.us" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://technorati.com/faves?add=http://techdup.com/tech-talk/emachines-220420-pc-windows-xp-can-not-be-repaired/" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/technorati.png" alt="Add to Technorati Favorites" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://www.stumbleupon.com/submit?url=http://techdup.com/tech-talk/emachines-220420-pc-windows-xp-can-not-be-repaired/&title=eMachines 220/420 PC &#8211; windows xp can not be repaired" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/stumble.png" alt="Stumble It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				<td style="text-align: center;">
				<a href="http://digg.com/submit?phase=2&url=http://techdup.com/tech-talk/emachines-220420-pc-windows-xp-can-not-be-repaired/" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/digg.png" alt="Digg It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				</tr>
				<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>
				</tbody>
				</table>

                
		
				</p><div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=eMachines+220%2F420+PC+%E2%80%93+windows+xp+can+not+be+repaired+http%3A%2F%2Ftechdup.com%2F%3Fp%3D37" title="Post to Twitter"><img class="nothumb" src="http://techdup.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter5.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://techdup.com/tech-talk/emachines-220420-pc-windows-xp-can-not-be-repaired/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nokia n97 free software &amp; applications</title>
		<link>http://techdup.com/uncategorized/nokia-n97-free-software-applications/</link>
		<comments>http://techdup.com/uncategorized/nokia-n97-free-software-applications/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 12:36:26 +0000</pubDate>
		<dc:creator>ldusoswa</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[gadgets]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[n97]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[ovi]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[symbian]]></category>
		<category><![CDATA[techbuzz]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[tomtom]]></category>

		<guid isPermaLink="false">http://techdup.com/?p=36</guid>
		<description><![CDATA[I have been looking for free nokia n97 apps and have to say i&#8217;m a little disappointed. There&#8217;s not a lot to choose from especially when you compare to the iphone That said the few that i have are great. Like google maps, facebook, techbuzz&#8230; actually that&#8217;s all i have&#8230; damn&#8230; i feel like i [...]]]></description>
			<content:encoded><![CDATA[<p>I have been looking for free nokia n97 apps and have to say i&#8217;m a little disappointed. There&#8217;s not a lot to choose from especially when you compare to the iphone <img src='http://techdup.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>That said the few that i have are great. Like google maps, facebook, techbuzz&#8230; actually that&#8217;s all i have&#8230; damn&#8230; i feel like i have a lot more, maybe because the n97 already caters for a lot of my needs by default&#8230; The only software that i really can&#8217;t live without on there is my TomTom navigator 6&#8230;</p>
<p>Does anyone know of any applications that are a must on this phone, and what&#8217;s the future of ovi like? are people developing stuff free apps?</p>
<p>
				<table cellspacing="0" cellpadding="0" border="0" style="width: 300px; height: 50px; text-align: left; margin-left: -15px; margin-right: auto;">
				<tbody>
				<tr>
				<td style="text-align: center;">
				<a href="http://techdup.com/feed/rss/" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/feeds.png" alt="RSS Feed" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://del.icio.us/post?url=http://techdup.com/uncategorized/nokia-n97-free-software-applications/&title=Nokia n97 free software &#038; applications" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/delicious.png" alt="Add to Del.cio.us" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://technorati.com/faves?add=http://techdup.com/uncategorized/nokia-n97-free-software-applications/" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/technorati.png" alt="Add to Technorati Favorites" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://www.stumbleupon.com/submit?url=http://techdup.com/uncategorized/nokia-n97-free-software-applications/&title=Nokia n97 free software &#038; applications" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/stumble.png" alt="Stumble It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				<td style="text-align: center;">
				<a href="http://digg.com/submit?phase=2&url=http://techdup.com/uncategorized/nokia-n97-free-software-applications/" rel="nofollow">
				<img src="http://techdup.com/wp-content/plugins/addtothis/digg.png" alt="Digg It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				</tr>
				<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>
				</tbody>
				</table>

                
		
				</p><div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=Nokia+n97+free+software+%26+applications+http%3A%2F%2Ftechdup.com%2F%3Fp%3D36" title="Post to Twitter"><img class="nothumb" src="http://techdup.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter5.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://techdup.com/uncategorized/nokia-n97-free-software-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

