<?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>Skillett.com &#187; Software</title>
	<atom:link href="http://www.skillett.com/category/technology/computers/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skillett.com</link>
	<description>Keiron&#039;s daily take on life, the internet and the world around us!</description>
	<lastBuildDate>Wed, 18 Jan 2012 11:59:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<image>
  <link>http://www.skillett.com</link>
  <url>http://www.skillett.com//images/favicon.ico</url>
  <title>Skillett.com</title>
</image>
		<item>
		<title>Tethering Android Droid/Milestone without Root!</title>
		<link>http://www.skillett.com/technology/mobile-phones/tethering-android-droid-milestone-without-root/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=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 my eee pc when out and about without WiFi, it&#8217;s not always been easy but has been handy to have around! 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. Then I spotted a handy guide...&#160;<a href="http://www.skillett.com/technology/mobile-phones/tethering-android-droid-milestone-without-root/">Continue reading &#187;</a>]]></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 my 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/technology/mobile-phones/restoring-whatsapp-chat-history-android/" title="Restoring WhatsApp Chat History &#8211; Android">Restoring WhatsApp Chat History &#8211; Android</a></li><li><a href="http://www.skillett.com/general/quick-posts/problems-syncing-adding-2nd-google-account-android/" title="Problems Syncing and Adding 2nd Google Account on Android">Problems Syncing and Adding 2nd Google Account on Android</a></li><li><a href="http://www.skillett.com/general/quick-posts/50-android-games/" title="50 Android Games!">50 Android Games!</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.skillett.com/technology/mobile-phones/tethering-android-droid-milestone-without-root/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Changing WordPress Permalink Structure!</title>
		<link>http://www.skillett.com/technology/computers/software/website-scripts/wordpress/changing-wordpress-permalink-structure/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=changing-wordpress-permalink-structure</link>
		<comments>http://www.skillett.com/technology/computers/software/website-scripts/wordpress/changing-wordpress-permalink-structure/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 20:45:15 +0000</pubDate>
		<dc:creator>Keiron</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.skillett.com/?p=874</guid>
		<description><![CDATA[If you can see this, all has gone well &#8211; if you can&#8217;t I&#8217;m probably talking to myself (nothing unusual there!!). My current permalink structure has not sat well with me for the last year or so, it&#8217;s kind of thrown together and doesn&#8217;t look particularly nice&#8230; I&#8217;ve been itching to change it, but never dared (after all this blog has a reasonable PageRank and gets a decent amount of traffic!). The time has come to bite the bullet. I know what you&#8217;re saying: &#8220;Just go ahead &#8211; change the damned things &#8211; why should we care?&#8221; Well it&#8217;s not quite that simple, changing them has a few knock on effects: All my internal links to older posts referencing them...&#160;<a href="http://www.skillett.com/technology/computers/software/website-scripts/wordpress/changing-wordpress-permalink-structure/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>If you can see this, all has gone well &#8211; if you can&#8217;t I&#8217;m probably talking to myself (nothing unusual there!!).</p>
<p>My current permalink structure has not sat well with me for the last year or so, it&#8217;s kind of thrown together and doesn&#8217;t look particularly nice&#8230; I&#8217;ve been itching to change it, but never dared (after all this blog has a reasonable PageRank and gets a decent amount of traffic!). The time has come to bite the bullet.</p>
<p>I know what you&#8217;re saying:</p>
<blockquote><p>&#8220;Just go ahead &#8211; change the damned things &#8211; why should we care?&#8221;</p>
</blockquote>
<p>Well it&#8217;s not quite that simple, changing them has a few knock on effects:</p>
<ol>
<li>All my internal links to older posts referencing them will be broken.</li>
<li>All links by other people to my older posts will be broken (this is really bad in my opinion as I can&#8217;t contact them all to fix them!).</li>
<li>The search engines probably won&#8217;t like me much any more (and I quite like them, so this is also quite bad!).</li>
<p> <u style="display:none"></u> </ol>
<p> <strong style="display:none"></strong> </p>
<p>Solutions</p>
<p>Well I put out my request on Twitter and got all of two responses (and one retweet), the first didn&#8217;t understand the question at all and suggested I just change them and install <a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank">All-in-one SEO</a>. The second was more useful and suggested the <a href="http://wordpress.org/extend/plugins/platinum-seo-pack/" target="_blank">Platinum SEO</a> plugin (my concern with this is how it might react with my already install All-in-one SEO).</p>
<p>This really leaves me with the <a href="http://scott.yang.id.au/code/permalink-redirect/" target="_blank">Permalink Redirect plugin </a>which sounds like it might do exactly what I want through 301 redirects. I&#8217;ve heard good things about <a href="http://www.deanlee.cn/wordpress/permalinks-migration-plugin/" target="_blank">Dean Lee&#8217;s Permalink Migration plugin</a>, so I think we&#8217;ll give that one a go!</p>
<p> <em style="display:none"></em> </p>
<p>Well it seems to have worked &#8211; but I&#8217;m convinced that the databae should be updated &#8211; that would make more sense to me than a permanent 301 redirect&#8230; Is that possible?</p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://www.skillett.com/technology/websites/periodic-table-seo-ranking-factors/" title="Periodic Table of SEO Ranking Factors">Periodic Table of SEO Ranking Factors</a></li><li><a href="http://www.skillett.com/technology/computers/software/website-scripts/wordpress/3-spam-comments/" title="3 Spam Comments!">3 Spam Comments!</a></li><li><a href="http://www.skillett.com/technology/computers/software/website-scripts/wordpress/posting-youtube-videos-again/" title="Posting YouTube Videos (Again!)">Posting YouTube Videos (Again!)</a></li><li><a href="http://www.skillett.com/general/reading-material/" title="Reading Material">Reading Material</a></li><li><a href="http://www.skillett.com/technology/computers/software/website-scripts/wordpress/change-permalink-structure/" title="Change Permalink Structure?">Change Permalink Structure?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.skillett.com/technology/computers/software/website-scripts/wordpress/changing-wordpress-permalink-structure/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>3 Spam Comments!</title>
		<link>http://www.skillett.com/technology/computers/software/website-scripts/wordpress/3-spam-comments/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=3-spam-comments</link>
		<comments>http://www.skillett.com/technology/computers/software/website-scripts/wordpress/3-spam-comments/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 10:43:56 +0000</pubDate>
		<dc:creator>Keiron</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Akismet]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.skillett.com/?p=821</guid>
		<description><![CDATA[I normally login to my admin site to find &#8220;Spam: 3,472” comments (or some such other high and random number!!). Confession time. I broke my blog last week whilst doing an upgrade (trying to auto-upgrade post suPHP being activated may have been a mistake) and it forced me to audit my plugins. I’ve always like the idea of Akismet, group filtering etc. However I spotted some of the comments over at the WP-SpamFree plugin page and decided I’d got nothing to lose (other than a lot of time wasted looking at comment spam! Installed earlier in the week and 3 days later I have JUST 3 Spam comments… Elizabeth: The Golden Age psp I’m a happy man – Matt you...&#160;<a href="http://www.skillett.com/technology/computers/software/website-scripts/wordpress/3-spam-comments/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>I normally login to my admin site to find &#8220;Spam: 3,472” comments (or some such other high and random number!!).</p>
<p>Confession time. I broke my blog last week whilst doing an upgrade (trying to auto-upgrade post suPHP being activated may have been a mistake) and it forced me to audit my plugins.</p>
<p>I’ve always like the idea of Akismet, group filtering etc. However I spotted some of the comments over at the <a href="http://www.hybrid6.com/webgeek/plugins/wp-spamfree" target="_blank">WP-SpamFree plugin page</a> and decided I’d got nothing to lose (other than a lot of time wasted looking at comment spam!</p>
<p>Installed earlier in the week and 3 days later I have JUST 3 Spam comments…</p>
<p> <em style="display:none"><a href="http://www.blueshoeproject.org/?elizabeth_the_golden_age">Elizabeth: The Golden Age psp</a></em> I’m a happy man – <a href="http://www.technoboria.com/2009/07/comment-spam-trap-troubles/" target="_blank">Matt you should think about this plugin</a>!</p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://www.skillett.com/general/reading-material/" title="Reading Material">Reading Material</a></li><li><a href="http://www.skillett.com/technology/websites/blogging-communities/openid-with-your-own-wordpress-url/" title="OpenID with your own Wordpress URL!">OpenID with your own Wordpress URL!</a></li><li><a href="http://www.skillett.com/technology/computers/software/website-scripts/wordpress/auntie-spam/" title="Auntie Spam">Auntie Spam</a></li><li><a href="http://www.skillett.com/technology/computers/software/website-scripts/wordpress/wordpress_flickr_plugin_photo-dropper/" title="Success!! A Flickr -> Wordpress Photo Plugin! Photo Dropper!">Success!! A Flickr -> Wordpress Photo Plugin! Photo Dropper!</a></li><li><a href="http://www.skillett.com/technology/computers/software/website-scripts/wordpress/using-photos-in-wordpress-posts-plugin-required/" title="Using Photo&#8217;s in Wordpress Posts &#8211; Plugin Required?">Using Photo&#8217;s in Wordpress Posts &#8211; Plugin Required?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.skillett.com/technology/computers/software/website-scripts/wordpress/3-spam-comments/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hard Drive Full &#8211; Again -iTunes moving!</title>
		<link>http://www.skillett.com/technology/computers/software/hard-drive-full-again-itunes-moving/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hard-drive-full-again-itunes-moving</link>
		<comments>http://www.skillett.com/technology/computers/software/hard-drive-full-again-itunes-moving/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 18:49:10 +0000</pubDate>
		<dc:creator>Keiron</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[external hard disk]]></category>
		<category><![CDATA[Hard Disk]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[itunes]]></category>

		<guid isPermaLink="false">http://www.skillett.com/?p=817</guid>
		<description><![CDATA[I’ve just gone to install yet another app on my iPod Touch and noticed my hard drive fill up again in seconds as hundreds of Podcasts came down that I haven’t had a chance to listen too yet. So, something has to be done: download White Noise 2: The Light I have to listen to more Podcasts! I have to move my iTunes library to an external drive. #1 I just need to do, #2 makes me a little nervous – but let’s give it a go! First things first give your iTunes a spring clean, get rid of anything you don’t really need. Give iTunes the new location where your media is going to live Harley Davidson and the...&#160;<a href="http://www.skillett.com/technology/computers/software/hard-drive-full-again-itunes-moving/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a title="Western Digital WD7500AAKS (4)" href="http://www.flickr.com/photos/83542829@N00/2631044129/" target="_blank"><img class="aligncenter" src="http://farm4.static.flickr.com/3074/2631044129_c9d709529c_m.jpg" border="0" alt="Western Digital WD7500AAKS (4)" /></a></p>
<p>I’ve just gone to install yet another app on my iPod Touch and noticed my hard drive fill up again in seconds as hundreds of Podcasts came down that I haven’t had a chance to listen too yet. So, something has to be done:</p>
<p><strong style="display: none;"><a href="http://www.ecbooks.ca/?white_noise_2_the_light">download White Noise 2: The Light</a></strong></p>
<ol>
<li>I have to listen to more Podcasts!</li>
<li>I have to move my iTunes library to an external drive.</li>
</ol>
<p>#1 I just need to do, #2 makes me a little nervous – but let’s give it a go!</p>
<ol>
<li>First things first give your iTunes a spring clean, get rid of anything you don’t really need.</li>
<li>Give iTunes the new location where your media is going to live<br />
<span style="display: none; text-decoration: underline;"><a href="http://www.getanewsletter.com/?harley_davidson_and_the_marlboro_man">Harley Davidson and the Marlboro Man film</a></span><br />
(Under Windows: Edit –&gt; Preferences –&gt; Advanced)</li>
<li>Make sure that “Copy files to iTunes Music folder” is selected.</li>
<li>Click OK, iTunes <strong>may</strong> offer to move your files for you (mine didn’t).</li>
<li>Tell iTunes to consolidate your libary (File-&gt;Library-&gt;Consolidate Library).</li>
<li>Go out for the day…</li>
</ol>
<p>At this point iTunes has migrated it’s library to your external hard drive (it hasn’t deleted it, just copied it) you can check that everything has copied across by selecting a song and doing a File-&gt;Get Info to see where it’s being served from).</p>
<p>Now apparently…</p>
<p>A long as your external hard drive is connected and powered on files will be served from it. If it isn’t connected iTunes will default to the original location until it’s connected again (this could be useful for subset data and the like – I guess?!).</p>
<p>You can of course choose to keep your old library around as a backup – I’m not going to as I was doing this to free up space on my laptop! So I’ve deleted the iTunes Music folder (NOT any of the other folders around it like the itl file etc!).</p>
<p><strong>Useful Tip!</strong></p>
<p>If you start iTunes in future and your external hard drive isn’t switched on then you won’t be able to play an of the music from that drive (obviously), but you can download new stuff and simply “Consolidate Library” again when you reconnect your external Hard Drive! Now that I like!!! I’m not sure if I then synced my iPod with it that it wouldn’t wipe everything except the new stuff – has anyone tried this?</p>
<p><strong>Going off at a Tangent</strong></p>
<p>So far what we’ve done is to just move the Music library (and is the official Apple way of doing this). But what about the other stuff (databases, playlist, alburm art, ratings), surely it would be good to have all that in a secure offsite location to?</p>
<ol>
<li>Copy Album Artwork, iTunes Library.itl and iTunes Library.xml files to the folder above your iTunes library you just created.</li>
<li>Point iTunes to this new library by holding down shift as you start it and selecting your iTunes Library.itl</li>
</ol>
<p>Now you should be able to point any iTunes on your network at this library – outstanding!</p>
<p><small><a title="Attribution-ShareAlike License" href="http://creativecommons.org/licenses/by-sa/2.0/" target="_blank"><img src="../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="William Hook" href="http://www.flickr.com/photos/83542829@N00/2631044129/" target="_blank">William Hook</a></small></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://www.skillett.com/technology/apple-stock-riding-high-can-it-continue/" title="Apple Stock Riding High! Can it Continue?">Apple Stock Riding High! Can it Continue?</a></li><li><a href="http://www.skillett.com/technology/computers/software/itunes_killer_songbird/" title="iTunes killer? Not quite yet for Songbird!">iTunes killer? Not quite yet for Songbird!</a></li><li><a href="http://www.skillett.com/technology/sharing-itunes-music-between-two-users/" title="Sharing iTunes Music Between Two Users">Sharing iTunes Music Between Two Users</a></li><li><a href="http://www.skillett.com/technology/charging-on-the-move-pines-usb-rechargeable-backup-battery-pack/" title="Charging on the Move (PINES USB Rechargeable Backup Battery Pack)">Charging on the Move (PINES USB Rechargeable Backup Battery Pack)</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>]]></content:encoded>
			<wfw:commentRss>http://www.skillett.com/technology/computers/software/hard-drive-full-again-itunes-moving/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Not so Hasty there! Thunderbirds are go!</title>
		<link>http://www.skillett.com/technology/computers/software/internet-software/email-clients/not-so-hasty-there-thunderbirds-are-go/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=not-so-hasty-there-thunderbirds-are-go</link>
		<comments>http://www.skillett.com/technology/computers/software/internet-software/email-clients/not-so-hasty-there-thunderbirds-are-go/#comments</comments>
		<pubDate>Sat, 02 May 2009 16:14:05 +0000</pubDate>
		<dc:creator>Keiron</dc:creator>
				<category><![CDATA[Email Clients]]></category>
		<category><![CDATA[Cache]]></category>
		<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[duplicates]]></category>
		<category><![CDATA[IMAP]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://www.skillett.com/?p=756</guid>
		<description><![CDATA[You may have read earlier that I had written a funky script to remove email that I&#8217;d never ever read from my inbox, and it had all gone horribly wrong when I passed a null string into the function and it deleted the whole inbox along with 700+ messages in it. Disaster to some extent! Then I sat and had a think about how long it would take to import all 700+ headers every time Thunderbird wanted to read my inbox. That wouldn&#8217;t be efficient &#8211; surely Thunderbird does some caching? Lo and behold it does, and I&#8217;ve recovered everything (and a little bit more besides!) &#8211; let me explain. Bratz movie Recovering Deleted Mail &#8211; Thunderbird! As soon as...&#160;<a href="http://www.skillett.com/technology/computers/software/internet-software/email-clients/not-so-hasty-there-thunderbirds-are-go/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>You may have read earlier that I had written a funky script to remove email that I&#8217;d never ever read from my inbox, and it had all gone horribly wrong when I passed a null string into the function and it deleted the whole inbox along with 700+ messages in it. Disaster to some extent!</p>
<p>Then I sat and had a think about how long it would take to import all 700+ headers every time Thunderbird wanted to read my inbox. That wouldn&#8217;t be efficient &#8211; surely Thunderbird does some caching?</p>
<p>Lo and behold it does, and I&#8217;ve recovered everything (and a little bit more besides!) &#8211; let me explain.</p>
<p> <em style="display:none"><a href="http://audioporncentral.com/?bratz">Bratz movie</a></em> <strong>Recovering Deleted Mail &#8211; Thunderbird!</strong></p>
<ul>
<li>As soon as I got back to my machine with Thunderbird on, I turned off the Internet, unplugged cables and routers. The machine was no completely independent (it hasn&#8217;t been this way in a long time!).</li>
<li>I located the Thunderbird data files.<br />
(in my case: c:\Documents and Settings\&lt;user&gt;\Application Data\Thunderbird\Profiles\&lt;profile name&gt;)</li>
<li>Under this directory I located where IMAP does it&#8217;s caching (ImapMail\&lt;imap servername&gt;).</li>
<li>I copied the INBOX and the INBOX.msf to a directory under Mail\Local Folders (in the Profile directory).</li>
<li>I loaded Thunderbird, and there in my local folders was all my old mail (minus attachments I suspect!)</li>
<li>I plugged in the Internet again and let the IMAP account download any new mail since I&#8217;d made my screw up.</li>
<li>Then dragged and dropped all the messages to the IMAP folder!</li>
</ul>
<p>Only one slight concern is it&#8217;s still going and says there&#8217;s 16,000 emails in there. Looking at what&#8217;s being uploaded there are a fair amount of duplicates and also the deleted mail is still in there (so it&#8217;s probably because I haven&#8217;t compacted that folder in some time!</p>
<p><p style="display:none"><a href="http://www.damnshow.com/?r_coon_dawg">R&#8217;coon Dawg release</a></p>
<p> The duplicates are easy to dispose of via the <a href="https://addons.mozilla.org/en-US/thunderbird/addon/956" target="_blank">Remove Duplicates Add-on for Thunderbird</a>. Deletions I&#8217;ll just have to delete again <img src='http://www.skillett.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Maybe that script can help!</p>
<p> <em style="display:none"><a href="http://www.flashict.net/?the_prisoner">The Prisoner video</a></em> I hope this helps somebody in a blind panic one day!</p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://www.skillett.com/technology/computers/software/internet-software/email-clients/backup-backup-and-backup/" title="Backup, backup and backup!!">Backup, backup and backup!!</a></li><li><a href="http://www.skillett.com/technology/computers/programming/mozilla-prism/" title="Mozilla Prism!">Mozilla Prism!</a></li><li><a href="http://www.skillett.com/technology/computers/software/itunes_killer_songbird/" title="iTunes killer? Not quite yet for Songbird!">iTunes killer? Not quite yet for Songbird!</a></li><li><a href="http://www.skillett.com/technology/mobile-phones/seeing-two-of-everything/" title="Seeing Two of Everything!">Seeing Two of Everything!</a></li><li><a href="http://www.skillett.com/technology/computers/software/internet-software/email-clients/switching-away-from-microsoft-outlook/" title="Switching away from Microsoft Outlook?">Switching away from Microsoft Outlook?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.skillett.com/technology/computers/software/internet-software/email-clients/not-so-hasty-there-thunderbirds-are-go/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Backup, backup and backup!!</title>
		<link>http://www.skillett.com/technology/computers/software/internet-software/email-clients/backup-backup-and-backup/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=backup-backup-and-backup</link>
		<comments>http://www.skillett.com/technology/computers/software/internet-software/email-clients/backup-backup-and-backup/#comments</comments>
		<pubDate>Sat, 02 May 2009 13:21:34 +0000</pubDate>
		<dc:creator>Keiron</dc:creator>
				<category><![CDATA[Email Clients]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[IMAP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://www.skillett.com/?p=752</guid>
		<description><![CDATA[A word to the wise, always make backups&#8230;.. Particularly when you are testing a script that has the ability to delete emails!!!!!!! I was writing a script to delete some of my emails whilst I&#8217;m away, regular newsletters, advertising from holiday companies, you know the sort of stuff I&#8217;m talking about? Not spam, and not stuff I want to unsubscribe from &#8211; just stuff &#8211; stuff that I&#8217;ll only delete when I get home anyway. Anyway, I screwed it up and an empty variable got passed into the cleanup script and has blown away my entire inbox. Luckily it&#8217;s my more spammy account that I signup to most things with, however I&#8217;m quite good at pruning it normally and it...&#160;<a href="http://www.skillett.com/technology/computers/software/internet-software/email-clients/backup-backup-and-backup/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>A word to the wise, always make backups&#8230;.. Particularly when you are testing a script that has the ability to delete emails!!!!!!!</p>
<p style="text-align: center;"><a title="LaCie Brick  250 GB" href="http://www.flickr.com/photos/48600106280@N01/100033834/" target="_blank"><img class="aligncenter" src="http://farm1.static.flickr.com/29/100033834_a4d2dd6489_m.jpg" border="0" alt="LaCie Brick  250 GB" /></a></p>
<p>I was writing a script to delete some of my emails whilst I&#8217;m away, regular newsletters, advertising from holiday companies, you know the sort of stuff I&#8217;m talking about? Not spam, and not stuff I want to unsubscribe from &#8211; just stuff &#8211; stuff that I&#8217;ll only delete when I get home anyway.</p>
<p>Anyway, I screwed it up and an empty variable got passed into the cleanup script and has blown away my entire inbox. Luckily it&#8217;s my more spammy account that I signup to most things with, however I&#8217;m quite good at pruning it normally and it had over 700 posts in! GRR!</p>
<p>So a lesson, backup files and mailboxes before you run ANY automated scripts against them!<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="alvy" href="http://www.flickr.com/photos/48600106280@N01/100033834/" target="_blank">alvy</a></small></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://www.skillett.com/personal-diary/is-it-a-new-build/" title="Is it a New Build?">Is it a New Build?</a></li><li><a href="http://www.skillett.com/technology/computers/software/internet-software/email-clients/not-so-hasty-there-thunderbirds-are-go/" title="Not so Hasty there! Thunderbirds are go!">Not so Hasty there! Thunderbirds are go!</a></li><li><a href="http://www.skillett.com/technology/computers/programming/php/ajax-crawling-with-php-and-curl/" title="Ajax Crawling with PHP and Curl?">Ajax Crawling with PHP and Curl?</a></li><li><a href="http://www.skillett.com/general/things-of-interest/drunken-emailing/" title="Drunken Emailing!">Drunken Emailing!</a></li><li><a href="http://www.skillett.com/general/automation-making-your-life-easier-600-steps-at-a-time/" title="Automation &#8211; Making your life Easier, 600 steps at a time!">Automation &#8211; Making your life Easier, 600 steps at a time!</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.skillett.com/technology/computers/software/internet-software/email-clients/backup-backup-and-backup/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Posting YouTube Videos (Again!)</title>
		<link>http://www.skillett.com/technology/computers/software/website-scripts/wordpress/posting-youtube-videos-again/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=posting-youtube-videos-again</link>
		<comments>http://www.skillett.com/technology/computers/software/website-scripts/wordpress/posting-youtube-videos-again/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 11:24:23 +0000</pubDate>
		<dc:creator>Keiron</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.skillett.com/?p=718</guid>
		<description><![CDATA[You may remember many moons ago, I posted about what a bind it could be to put YouTube videos into WordPress Blogs (because WordPress got all excitable and corrected the HTML). Today I discovered a post from Caroline about a plugin that does the job! Wassup Rockers rip YouTube Brackets means that to insert a video I now do this: [ youtube=xxxxx] Where xxxxx is the URL of the video! This is the video posted yesterday about RFID cloning and how it was tagged! [ youtube=http://www.youtube.com/watch?v=9isKnDiJNPk] And I can now insert this video that made me laugh yesterday: Related PostsLeicester PaternosterSuper Hacker! Traceroute?Changing WordPress Permalink Structure!Classic Video Blooper3 Spam Comments!]]></description>
			<content:encoded><![CDATA[<p>You may remember many moons ago, I <a href="http://www.skillett.com/index.php/354/posting-youtube-videos-to-wordpress-blogs" target="_blank">posted about what a bind it could be to put YouTube videos into WordPress</a> Blogs (because WordPress got all excitable and corrected the HTML).</p>
<p>Today I discovered a post from <a href="http://www.caroline-middlebrook.com/blog/embedding-youtube-clips-into-wordpress-without-the-hassle/" target="_blank">Caroline about a plugin that does the job</a>!</p>
<form style="display:none"><a href="http://www.innovationafrica.org/?wassup_rockers">Wassup Rockers rip</a></form>
<p><a href="http://wordpress.org/extend/plugins/youtube-brackets/" target="_blank">YouTube Brackets</a> means that to insert a video I now do this:</p>
<p>[ youtube=xxxxx]</p>
<p>Where xxxxx is the URL of the video!</p>
<p>This is the video posted yesterday about RFID cloning and how it was tagged!</p>
<p>[ youtube=http://www.youtube.com/watch?v=9isKnDiJNPk]</p>
<p>And I can now insert this video that made me laugh yesterday:</p>
<object width="425" height="350"><param name="movie" value="0_fPV13lKm4"></param><param name="wmode" value="transparent" ></param><embed src="http://www.youtube.com/v/0_fPV13lKm4" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://www.skillett.com/general/things-of-interest/leicester-paternoster/" title="Leicester Paternoster">Leicester Paternoster</a></li><li><a href="http://www.skillett.com/personal-diary/super-hacker-traceroute/" title="Super Hacker! Traceroute?">Super Hacker! Traceroute?</a></li><li><a href="http://www.skillett.com/technology/computers/software/website-scripts/wordpress/changing-wordpress-permalink-structure/" title="Changing WordPress Permalink Structure!">Changing WordPress Permalink Structure!</a></li><li><a href="http://www.skillett.com/general/quick-posts/classic-video-blooper/" title="Classic Video Blooper">Classic Video Blooper</a></li><li><a href="http://www.skillett.com/technology/computers/software/website-scripts/wordpress/3-spam-comments/" title="3 Spam Comments!">3 Spam Comments!</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.skillett.com/technology/computers/software/website-scripts/wordpress/posting-youtube-videos-again/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Auntie Spam&#8217;s Gone Away!</title>
		<link>http://www.skillett.com/technology/computers/software/website-scripts/wordpress/auntie-spams-gone-away/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=auntie-spams-gone-away</link>
		<comments>http://www.skillett.com/technology/computers/software/website-scripts/wordpress/auntie-spams-gone-away/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 14:06:09 +0000</pubDate>
		<dc:creator>Keiron</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Akismet]]></category>
		<category><![CDATA[auntie spam]]></category>
		<category><![CDATA[greasmonkey]]></category>

		<guid isPermaLink="false">http://www.skillett.com/?p=702</guid>
		<description><![CDATA[I&#8217;m a big fan of Auntie Spam for cleaning out all the rubbish that Akismet collects, but this appears to be something that no longer works in the 2.7 upgrade &#8211; I just hope someone updates the greasemonkey script! Related PostsAuntie Spam3 Spam Comments!Comment Spam]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a <a href="http://www.skillett.com/index.php/583/auntie-spam" target="_blank">big fan of Auntie Spam</a> for cleaning out all the rubbish that Akismet collects, but this appears to be something that no longer works in the 2.7 upgrade &#8211; I just hope someone updates<a href="http://internetducttape.com/tools/wordpress/akismet-auntie-spam/" target="_blank"> the greasemonkey script</a>!</p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://www.skillett.com/technology/computers/software/website-scripts/wordpress/auntie-spam/" title="Auntie Spam">Auntie Spam</a></li><li><a href="http://www.skillett.com/technology/computers/software/website-scripts/wordpress/3-spam-comments/" title="3 Spam Comments!">3 Spam Comments!</a></li><li><a href="http://www.skillett.com/general/comment-spam/" title="Comment Spam">Comment Spam</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.skillett.com/technology/computers/software/website-scripts/wordpress/auntie-spams-gone-away/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Coltrane Here We Come&#8230;. WordPress 2.7</title>
		<link>http://www.skillett.com/technology/computers/software/website-scripts/wordpress/coltrane-here-we-come-wordpress-27/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=coltrane-here-we-come-wordpress-27</link>
		<comments>http://www.skillett.com/technology/computers/software/website-scripts/wordpress/coltrane-here-we-come-wordpress-27/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 10:58:55 +0000</pubDate>
		<dc:creator>Keiron</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress 2.7]]></category>
		<category><![CDATA[wordpress plugins]]></category>
		<category><![CDATA[wpau]]></category>

		<guid isPermaLink="false">http://www.skillett.com/?p=700</guid>
		<description><![CDATA[I&#8217;m incredibly lucky to have WPAU on my blog which has made the upgrade to WordPress 2.7 (Coltrane) relatively painless.. The Great Dictator divx This is probably the most talked about release in the WordPress history, with blog after blog discussing it. So here goes: Logging in WordPress I see the familiar: WordPress 2.7 is available! Please update now. Luckily because of WPAU I also see&#8230;. Click Here to Automatically Upgrade WordPress to latest Version. Clicking the Auto Upgrade, I do the usual things: Fill in my FTP details Backup files Backup Database (all my tables &#8211; why is there not a check all option in WPAU?) Fetch the latest version. Put the site in maintenance mode Deactivates the plugins...&#160;<a href="http://www.skillett.com/technology/computers/software/website-scripts/wordpress/coltrane-here-we-come-wordpress-27/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m incredibly lucky to have <a href="http://techie-buzz.com/wordpress-plugins/wordpress-automatic-upgrade-plugin.html" target="_blank">WPAU </a>on my blog which has made the upgrade to <a href="http://wordpress.org/download/" target="_blank">WordPress 2.7 (Coltrane)</a> relatively painless..</p>
<p>
<p style="display:none"><a href="http://www.coast2coastnz.com/?the_great_dictator">The Great Dictator divx</a></p>
<p> This is probably the most talked about release in the WordPress history, with blog after blog discussing it. So here goes:</p>
<ol>
<li>Logging in WordPress I see the familiar:<br />
<blockquote><p>WordPress 2.7 is available! Please update now.</p>
</blockquote>
<p>Luckily because of WPAU I also see&#8230;.</p>
<blockquote><p>Click Here to Automatically Upgrade WordPress to latest Version.</p>
</blockquote>
</li>
<li>
Clicking the Auto Upgrade, I do the usual things:</p>
<ul>
<li>Fill in my FTP details</li>
<li>Backup files</li>
<li>Backup Database (all my tables &#8211; why is there not a check all option in WPAU?)</li>
<li>Fetch the latest version.</li>
<li>Put the site in maintenance mode</li>
<li>Deactivates the plugins</li>
<li>Upgrades the installation files</li>
<li>Upgrade the database (we haven&#8217;t had to do that for a long while!)</li>
<li>Reactivate plugins (One plugin didn&#8217;t reactivate dofollow.php &#8211; but it never does!!)</li>
<li>Takes the site out of maintenance mode.</li>
</ul>
</li>
</ol>
<p>Well it doesn&#8217;t seem to have broken anything externally and does look quite neat and tidy inside the admin area!</p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://www.skillett.com/technology/mobile-phones/impressed-with-orange-for-a-change/" title="Impressed with Orange (for a change)">Impressed with Orange (for a change)</a></li><li><a href="http://www.skillett.com/technology/computers/software/website-scripts/wordpress/upgrade-to-wordpress-23-and-tag-support/" title="Upgrade to Wordpress 2.3 and Tag Support">Upgrade to Wordpress 2.3 and Tag Support</a></li><li><a href="http://www.skillett.com/technology/computers/software/linux/neomail-and-mbox-maildir/" title="Neomail and mbox -> maildir">Neomail and mbox -> maildir</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.skillett.com/technology/computers/software/website-scripts/wordpress/coltrane-here-we-come-wordpress-27/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Change Permalink Structure?</title>
		<link>http://www.skillett.com/technology/computers/software/website-scripts/wordpress/change-permalink-structure/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=change-permalink-structure</link>
		<comments>http://www.skillett.com/technology/computers/software/website-scripts/wordpress/change-permalink-structure/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 07:20:19 +0000</pubDate>
		<dc:creator>Keiron</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[permalink]]></category>

		<guid isPermaLink="false">http://www.skillett.com/?p=695</guid>
		<description><![CDATA[The In-Laws download I don&#8217;t particularly like my current Permalink structure, has anybody had any success with Dean Lee&#8217;s Permalink Migration Plugin? Related PostsChanging WordPress Permalink Structure!3 Spam Comments!Posting YouTube Videos (Again!)Reading MaterialOpenID with your own Wordpress URL!]]></description>
			<content:encoded><![CDATA[<p>
<form style="display:none"><a href="http://www.kizukigroup.com/?the_in_laws">The In-Laws download</a></form>
<p> I don&#8217;t particularly like my current Permalink structure, has anybody had any success with <a href="http://www.deanlee.cn/wordpress/permalinks-migration-plugin/">Dean Lee&#8217;s Permalink Migration Plugin</a>?</p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://www.skillett.com/technology/computers/software/website-scripts/wordpress/changing-wordpress-permalink-structure/" title="Changing WordPress Permalink Structure!">Changing WordPress Permalink Structure!</a></li><li><a href="http://www.skillett.com/technology/computers/software/website-scripts/wordpress/3-spam-comments/" title="3 Spam Comments!">3 Spam Comments!</a></li><li><a href="http://www.skillett.com/technology/computers/software/website-scripts/wordpress/posting-youtube-videos-again/" title="Posting YouTube Videos (Again!)">Posting YouTube Videos (Again!)</a></li><li><a href="http://www.skillett.com/general/reading-material/" title="Reading Material">Reading Material</a></li><li><a href="http://www.skillett.com/technology/websites/blogging-communities/openid-with-your-own-wordpress-url/" title="OpenID with your own Wordpress URL!">OpenID with your own Wordpress URL!</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.skillett.com/technology/computers/software/website-scripts/wordpress/change-permalink-structure/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

