<?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>BenBishop.me.uk &#187; How To</title>
	<atom:link href="http://benbishop.me.uk/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://benbishop.me.uk</link>
	<description>Please God, just one more bubble...</description>
	<lastBuildDate>Fri, 29 May 2009 12:53:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to: Backup Automatically to Amazon S3</title>
		<link>http://benbishop.me.uk/how-to/how-to-backup-automatically-to-amazon-s3/</link>
		<comments>http://benbishop.me.uk/how-to/how-to-backup-automatically-to-amazon-s3/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 14:00:20 +0000</pubDate>
		<dc:creator>Bish</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[offsite]]></category>
		<category><![CDATA[s3]]></category>
		<category><![CDATA[s3drive]]></category>
		<category><![CDATA[syncback]]></category>

		<guid isPermaLink="false">http://benbishop.me.uk/?p=224</guid>
		<description><![CDATA[Applies to Windows NT, XP and Vista.
Regular daily, weekly and monthly backups should be implemented in any business or situation where you can&#8217;t afford to loose items stored on your PC and servers. In the past this could be quite a costly process with tape drives and complex backup software.
However, with the drop in price [...]]]></description>
			<content:encoded><![CDATA[<p><small>Applies to Windows NT, XP and Vista.</small></p>
<p>Regular daily, weekly and monthly backups should be implemented in any business or situation where you can&#8217;t afford to loose items stored on your PC and servers. In the past this could be quite a costly process with tape drives and complex backup software.</p>
<p>However, with the drop in price of hard drives believed to fall by at least a 1/3 every year, the cost of an external hard drive to backup your whole system should now seriously be considered in any business no matter how small. Used in conjunction with excellent open source or freeware backup software available, comprehensive backups can be configured quickly, easily and automatically to your external hard disk.</p>
<p>I am gonna show you how to go one stage further though and backup your vital documents off site with <a href="http://aws.amazon.com/s3/">Amazon S3</a>. From Wikipedia:</p>
<blockquote><p>Amazon S3 (Simple Storage Service) is an online storage web service offered by Amazon Web Services.</p></blockquote>
<p>S3 launched back in 2006 and offers very competitive rates for file storage. At time of writing S3 cost $0.150 per GB – first 50 TB / month of storage used and $0.100 per GB – all data transfer in. Full pricing can be found <a href="http://aws.amazon.com/s3/#pricing">here</a>. In short their pricing is extremely competitive.</p>
<p>We are gonna use a bit of beta software called S3Drive which is still in development and requires the .Net framwork.</p>
<h2>Backup to S3</h2>
<p>All the usual caveats apply, make sure you have everything backed up before proceeding. I can not be held responsible for anything that goes wrong with these instructions.</p>
<ol>
<li>You must have an Amazon S3 account, you can sign up <a href="http://aws.amazon.com/s3/">here</a></li>
<li>Download S3Drive from <a href="http://www.s3drive.net/download.htm">here</a></li>
<li>Run the S3Drive installation program (S3Drive0.6.msi), if you do not have .Net installed it should prompt you to install it but alternatively it is available from <a href="http://www.microsoft.com/downloads/details.aspx?familyid=0856eacb-4362-4b0d-8edd-aab15c5e04f5&amp;displaylang=en">here</a></li>
<li>Once installed you will need to configure your S3Drive. Run the &#8216;Configure S3Drive&#8217; option from the start menu. <a href="http://benbishop.me.uk/wp-content/uploads/2009/01/configure.jpg"><img class="alignnone size-full wp-image-230" title="configure" src="http://benbishop.me.uk/wp-content/uploads/2009/01/configure.jpg" alt="configure" width="559" height="422" /></a></li>
<li>Click on the first option, &#8216;Enter or Change your Amazon S3 access information&#8217;. You will need to enter your &#8216;Access Key ID&#8217; and your &#8216;Secret Access Key&#8217;, both found in the <strong>Access Identifiers</strong> section when you log into your S3 account in your browser.</li>
<li>Click on second option, &#8216;Define your Hard Disk&#8230;.&#8217;. Enter a name for the bucket in the box, create the disk and then assign it a drive letter.<a href="http://benbishop.me.uk/wp-content/uploads/2009/01/new_disk.jpg"><img class="alignnone size-full wp-image-232" title="new_disk" src="http://benbishop.me.uk/wp-content/uploads/2009/01/new_disk.jpg" alt="new_disk" width="540" height="450" /></a></li>
<li>Click Finish. The service will then be started</li>
</ol>
<p>This should create a network share for your amazon bucket and assign the drive letter you set for it. However on first installation I had to manually map the network drive.</p>
<p><a href="http://benbishop.me.uk/wp-content/uploads/2009/01/network-drive1.jpg"><img class="size-full wp-image-233 alignleft" title="network-drive1" src="http://benbishop.me.uk/wp-content/uploads/2009/01/network-drive1.jpg" alt="network-drive1" width="467" height="321" /></a>If you navigate to My Computer / Computer now you should see this drive which works in the same way as any other hard disk attached to your computer except it is actually located on Amazon&#8217;s servers. Try copying a file to it to ensure all is working.</p>
<p>Next it is simple a case of configuring your software to backup to this &#8216;drive&#8217;. I am using Syncback to do this and my other backups. An excellent introduction and tutorial on configuring <a href="http://www.2brightsparks.com/downloads.html">Syncback</a> Freeware is available at <a href="http://lifehacker.com/software/geek-to-live/geek-to-live-automatically-back-up-your-hard-drive-147855.php">Lifehacker</a>.</p>
<p>There are a couple of  thing to bear in mind, firstly, you are backing up across the web. Unless you have an exceptional connection, backing up your mp3 collection is gonna take days and days. For large amounts of data, I would recommend splitting up and backing up in much smaller sizes. Secondly, this is not the complete solution, this should be run in conjunction with another backup solution too. In my case I back up on a daily, weekly and monthly basis to an external drive in addition to my really vital commercial work stored on S3.</p>
<p>There are paid alternatives to this such as <a href="http://www.jungledisk.com/">JungleDisk</a> which is available on Mac, Linux and PC. Further, my Mac buddies tell me the excellent ftp client, Transmit,  now offers S3 integration.</p>
<p>Good luck and if you have any questions I will do my best to help.</p>
]]></content:encoded>
			<wfw:commentRss>http://benbishop.me.uk/how-to/how-to-backup-automatically-to-amazon-s3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Fix: Invalid Update Control CTF File &#8211; AVG Free 8.0</title>
		<link>http://benbishop.me.uk/how-to/how-to-fix-invalid-update-control-ctf-file-avg-free-80/</link>
		<comments>http://benbishop.me.uk/how-to/how-to-fix-invalid-update-control-ctf-file-avg-free-80/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 12:17:10 +0000</pubDate>
		<dc:creator>Bish</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.benbishop.me.uk/uncategorized/how-to-fix-invalid-update-control-ctf-file-avg-free-80/</guid>
		<description><![CDATA[Since installing excellent, free antivirus program AVG Free 8.0 on both my laptop and my PC I have been more than happy with the experience. It appears to runn smoothly without a notceable performance hit and my machines haven&#8217;t become riddled with virus&#8217;s (touch wood).
However just recently the automatice update has been failing with the [...]]]></description>
			<content:encoded><![CDATA[<p>Since installing excellent, free antivirus program <a href="http://free.avg.com/download?prd=afe">AVG Free 8.0</a> on both my laptop and my PC I have been more than happy with the experience. It appears to runn smoothly without a notceable performance hit and my machines haven&#8217;t become riddled with virus&#8217;s (touch wood).</p>
<p>However just recently the automatice update has been failing with the following message.</p>
<blockquote><p>Invalid Update Control CTF File</p></blockquote>
<p>After doing some research and exploring on my machines it appears as though the CTF files have become corrupt in some way and need to be deleted.</p>
<h3>How to Fix</h3>
<p>Disclaimer: Remember to backup everything before making any changes.</p>
<p>As far as I am aware this only applies to Windows Vista and XP. Navigate to the following locations and delete only the CTF files leaving the BIN files on your PC&#8217;s (for me there were two ctf files I needed to delete).<br />
<span style="font-weight: bold" /></p>
<p><span style="font-weight: bold">XP</span>: Navigate to &#8220;C:\Documents and Settings\All Users\Application Data\Avg8\update\download&#8221;</p>
<p><span style="font-weight: bold">Vista</span>:  Navgiate to &#8220;C:\ProgramData\avg8\update\download&#8221;</p>
<p>Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://benbishop.me.uk/how-to/how-to-fix-invalid-update-control-ctf-file-avg-free-80/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Last.fm on Vista (no longer requires adminstrator rights)</title>
		<link>http://benbishop.me.uk/software/lastfm-on-vista-no-longer-requires-adminstrator-rights/</link>
		<comments>http://benbishop.me.uk/software/lastfm-on-vista-no-longer-requires-adminstrator-rights/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 22:56:17 +0000</pubDate>
		<dc:creator>Bish</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web2.0]]></category>

		<guid isPermaLink="false">http://www.benbishop.me.uk/software/lastfm-on-vista-no-longer-requires-adminstrator-rights/</guid>
		<description><![CDATA[Since upgrading to Vista, around about the time it was released, I am proud to say that I am one of the few who has been very happy with the experience. I am a sucker for shiny things and like virtually all the features they have introduced &#8211; lets face it XP felt like an [...]]]></description>
			<content:encoded><![CDATA[<p>Since upgrading to Vista, around about the time it was released, I am proud to say that I am one of the few who has been very happy with the experience. I am a sucker for shiny things and like virtually all the features they have introduced &#8211; lets face it XP felt like an ancient OS when looking and using a Mac. Further everything that I can&#8217;t live without works fine in Vista or there is a Vista compatible version.</p>
<p>It seems after the compatibility issues people have had, the UAC control in vista appeared to be the cause the most frustration. For me its not been an issue, I am happy to have the extra security there and to have peace of mind. The one remaining piece in the jigsaw for me has been Last.fm&#8217;s Audioscrobbler, their client for use in their social music network. (This is not the place for an intro but if you have music running through your veins or an ipod plugged into your ear as you read this, you should sign up or at least take a <a title="Last.fm the social music revolution" href="http://www.last.fm/">look</a>.) Unfortunately, the Last.fm client on Vista required admin rights when doing most most things which was quite frustrating.</p>
<p><strong>Fix</strong></p>
<p>Well I am pleased to say that after doing a lot of searching, the latest version (from 1.3.2) does actually fix this. If you haven&#8217;t updated, hit help and check for updates to download the latest version or download the package from <a title="Download Last.fm client" href="http://www.last.fm/download/">here</a>.</p>
<p>It is worth noting though that if you are still getting the UAC control popping up you may have set the app to run with admin rights which it no longer requires. Right click on the shortcut, click &#8216;properties&#8217;, the &#8216;compatibility&#8217; tab and untick the &#8220;Run as Administrator&#8221; check box.</p>
]]></content:encoded>
			<wfw:commentRss>http://benbishop.me.uk/software/lastfm-on-vista-no-longer-requires-adminstrator-rights/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to: Get VLC Running in Vista</title>
		<link>http://benbishop.me.uk/software/how-to-get-vlc-running-in-vista/</link>
		<comments>http://benbishop.me.uk/software/how-to-get-vlc-running-in-vista/#comments</comments>
		<pubDate>Sun, 18 Feb 2007 14:40:55 +0000</pubDate>
		<dc:creator>Bish</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Quick]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.benbishop.me.uk/software/how-to-get-vlc-running-in-vista/</guid>
		<description><![CDATA[I am not sure whether there is an issue affecting all users of (the excellent) VideoLAN on Vista but it has definitely caused me problems. After installing VLC 0.8.6a on Vista the sound appeared to be fine but no picture was displayed. It seems that this is an issue with the output module in VLC [...]]]></description>
			<content:encoded><![CDATA[<p>I am not sure whether there is an issue affecting all users of (the excellent) <a title="VideoLAN Web Site" href="http://www.videolan.org/">VideoLAN</a> on Vista but it has definitely caused me problems. After installing VLC 0.8.6a on Vista the sound appeared to be fine but no picture was displayed. It seems that this is an issue with the output module in VLC but can be easily fixed by editing the settings or <em>preferences</em>.</p>
<ol type="1">
<li class="MsoNormal">Go to &#8216;Settings&#8217; -&gt;      &#8216;Preferences&#8217;</li>
<li class="MsoNormal">Expand the &#8216;Video&#8217; option      and click on &#8216;Output Modules&#8217;</li>
<li class="MsoNormal">Change the &#8216;Video Output      Module&#8217; from the drop down list to &#8216;DirectX Video Output&#8217;</li>
<li class="MsoNormal">Expand &#8216;Output Modules&#8217; and      click on &#8216;DirectX&#8217;</li>
<li class="MsoNormal">From the settings that      appear, take the tick out of the &#8216;Use hardware YUV-&gt;RGB conversions&#8217;.</li>
<li class="MsoNormal">Save your settings and exit.</li>
</ol>
<p><img class="centered" title="Step 3: Change the 'Video Output Module' from the drop down list to 'DirectX Video Output'." src="http://www.benbishop.me.uk/images/vlcsettings.png" alt="Step 3: Change the 'Video Output Module' from the drop down list to 'DirectX Video Output'." width="560" height="360" /></p>
<p><span style="font-style: italic">Step 3 in the process.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://benbishop.me.uk/software/how-to-get-vlc-running-in-vista/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>How To: Move Firefox Tabs Between Windows</title>
		<link>http://benbishop.me.uk/software/how-to-move-firefox-tabs-between-windows/</link>
		<comments>http://benbishop.me.uk/software/how-to-move-firefox-tabs-between-windows/#comments</comments>
		<pubDate>Sun, 11 Feb 2007 11:40:36 +0000</pubDate>
		<dc:creator>Bish</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Quick]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.benbishop.me.uk/software/how-to-move-firefox-tabs-between-windows/</guid>
		<description><![CDATA[Note to self. I really should read the change logs or new feature lists for applications properly when new versions come out.
Firefox is still the best browser out there, we all know that, but some of the little features and touches that these guys add are quite simply amazing.
Everyone using Firefox 2 should know that [...]]]></description>
			<content:encoded><![CDATA[<p>Note to self. <em>I really should read the change logs or new feature lists for applications properly when new versions come out.</em></p>
<p>Firefox is still the best browser out there, we all know that, but some of the little features and touches that these guys add are quite simply amazing.</p>
<p>Everyone using Firefox 2 should know that you can drag your tabs to re-organise where they are listed from left to right which is a powerful feature in itself. From an organisational point of view though I quite often work with an <a title="Active Collab - open source project management and collaboration tool." href="http://www.activecollab.com/">Active Collab</a> tab first, my <a title="SideJob - Web-based job tracking, invoicing, reporting &#038; project management software for the part-time independent contractor." href="http://www.sidejobtrack.com/">SideJob</a> account open next and maybe my delicious account after with whatever I am reading thereafter. Occasionally I need to move these around if I start browsing something and then get down to work which and this feature is handy and a time saver.</p>
<p>What I didn&#8217;t realise until today is that I can move tabs between Firefox windows! In the same way that you would drag a tab left and right to re-organise, you can drag a tab down to another Firefox window, where it would maximise, and then place as you would normally on the tab bar. This excellent feature also works for links, dragging the link to another window and letting go on the tab bar reloads that link in a new tab. Alternatively drop it on a current tab to load in that tab.</p>
<p>Is this another case of Firefox staying more than one step ahead of IE7?</p>
]]></content:encoded>
			<wfw:commentRss>http://benbishop.me.uk/software/how-to-move-firefox-tabs-between-windows/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How To: Automatically Backup Wordpress</title>
		<link>http://benbishop.me.uk/wordpress/how-to-automatically-backup-wordpress/</link>
		<comments>http://benbishop.me.uk/wordpress/how-to-automatically-backup-wordpress/#comments</comments>
		<pubDate>Sat, 07 Oct 2006 20:37:00 +0000</pubDate>
		<dc:creator>Bish</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.benbishop.me.uk/wordpress/how-to-automatically-backup-wordpress/</guid>
		<description><![CDATA[With Box.net and regular backups to DVD, I think (hope) I have covered most eventualities on my PC and disaster recovery should be a relatively straight forward process.
One of the areas I have less control over though, is the hosting of my web sites. While my hosting company has a backup solution integrated into their [...]]]></description>
			<content:encoded><![CDATA[<p>With <a title="Box.net Online Storage" href="http://box.net/">Box.net</a> and regular backups to DVD, I think (hope) I have covered most eventualities on my PC and disaster recovery should be a relatively straight forward process.</p>
<p>One of the areas I have less control over though, is the hosting of my web sites. While my hosting company has a backup solution integrated into their hosting packages there is still the risk of loosing all my hard work! Not the stuff of nightmares, I mean the risk is low but for sheer peace of mind, there is an answer.</p>
<p>Included with the <a title="Wordpress - Supreme Blogging Disinction......" href="http://wordpress.org/">Wordpress</a> (2.0 +), is the excellent <a title="Wordpress Database Backup Plugin" href="http://www.skippy.net/blog/category/wordpress/plugins/wp-db-backup/">Wordpress Database Backup</a> (WDB) by <a title="Scott's Blog" href="http://www.skippy.net/blog/">Scott Merrill</a>. I have been using WDB since Wordpress 1.5 and it offers simple, on demand backups of your tables relating to Wordpress or any other tables in that database for that matter. The backup can either be saved on your server, downloaded to your computer or sent as an email  to a designated email address.</p>
<p>Scott also offers a number of other useful plugins though and the one that complements WDB is <a title="Automatically backup Wordpress with Wp-Cron" href="http://www.skippy.net/blog/category/wordpress/plugins/wp-cron/">WP-Cron</a><sup><a href="#footnote-1-175" id="footnote-link-1-175" title="See the footnote.">1</a></sup>. This simple plugin is designed to run different actions periodically, working essentially as a scheduler. WP-cron when installed offers a seamless integration into WDB though, allowing the automatic backup of your Wordpress installation on a daily basis.</p>
<p><strong>Instructions for Use</strong></p>
<ol>
<li>Download the plugin from <a title="Wp-Cron Plugin" href="http://www.skippy.net/blog/2005/10/09/wp-cron-14/">here</a>.</li>
<li>Extract the &#8216;wp-cron.php&#8217; file into your plugins folder and upload to your server.</li>
<li>Login to your Wordpress dashboard and activate &#8216;WP-Cron&#8217; from the plugins menu.</li>
<li>Click &#8216;Manage&#8217; then &#8216;Backup&#8217;</li>
<li>Scroll down to &#8216;Schedule a Backup&#8217;</li>
<li>Enter in the email address to send your backups to. Ensure the schedule is set to &#8216;Daily&#8217;.</li>
<li>Tick the additional tables to backup. In my case I simply backup the extra tables relating to my Wordpress installation. e.g the &#8216;Bad Behaviour&#8217;, &#8216;Tags&#8217; and &#8216;Search Meter&#8217;  tables.</li>
<li>Click the &#8216;Submit&#8217; button at the bottom.</li>
<li>You&#8217;re all set, sleep easy!</li>
</ol>
<br /><ol class="footnotes"><li id="footnote-1-175">Cron, meaning time is derived from the Greek term Chronus and is based on the same premise as the Unix program Cron or Crontab.  [<a href="#footnote-link-1-175">back</a>]</li></ol>]]></content:encoded>
			<wfw:commentRss>http://benbishop.me.uk/wordpress/how-to-automatically-backup-wordpress/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to: Configure Gmail on your K800i……</title>
		<link>http://benbishop.me.uk/software/how-to-configure-gmail-on-your-k800i%e2%80%a6%e2%80%a6/</link>
		<comments>http://benbishop.me.uk/software/how-to-configure-gmail-on-your-k800i%e2%80%a6%e2%80%a6/#comments</comments>
		<pubDate>Sun, 24 Sep 2006 20:40:38 +0000</pubDate>
		<dc:creator>Bish</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.benbishop.me.uk/software/how-to-configure-gmail-on-your-k800i%e2%80%a6%e2%80%a6/</guid>
		<description><![CDATA[……or most other phones for that matter.
With the screen mysteriously dying on my w800i, I decided was forced to upgrade early. It turns out not to be a bad thing and can honestly say I am really impressed with the K800i. The camera is first class, the ui quick and well designed and the hit [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">……or most other phones for that matter.</p>
<p class="MsoNormal">With the screen mysteriously dying on my w800i, I <s>decided</s> was forced to upgrade early. It turns out not to be a bad thing and can honestly say I am really impressed with the K800i. The camera is first class, the ui quick and well designed and the hit on size and weight I have taken compared to the w800 is bearable. This truly is the first 3G phone that I would consider having after all the bricks I have seen my friends with.</p>
<p class="MsoNormal">I digress though…. naturally Vodafone UK doesn’t really push email on the K800i, presumably due to larger margins on their MMS messaging or whatever Vodafone Live options they are trying encourage you to use. The K800i does have a very usable email client though, which is more than can be said about the standard web browser, and is just waiting to be utilised. After a lot of trial and error, reading and re-reading of conflicting forum posts, I have now got my K800i working with Gmail.</p>
<p class="MsoNormal">I am not certain but I would expect these settings to work with most of the current generations of Sony Erriccson handsets and could be quite easilty adapted to most new mobiles with email.</p>
<ol type="1" start="1" style="margin-top: 0cm">
<li class="MsoNormal"><strong>First up, log into Gmail / Googlemail      and enable POP for your account.</strong> Click on ‘settings’ in the top right      hand corner and click on the ‘<span class="psm">Forwarding and POP’ tab. I      would recommend selecting ‘</span>Enable POP only for mail that arrives from now on’.</li>
<p><strong> 	</strong></p>
<li class="MsoNormal"><strong><strong>To send Mail using Gmail you need to download and install two certificates.</strong> </strong>Equifax_Secure_Certificate_Authority.cer      and ThawtePremiumServerCA.cer, these can be downloaded from <a href="http://www.benbishop.me.uk/files/certificates.zip">here</a>.      To install either send them to the phone using Bluetooth or the supplied      cable and S E File Manager software. For the latter, connect the phone to      the PC, keep it in phone mode, open File Manager and drop the file      individually on the icon and follow the on screen (phone) instructions.</li>
<li class="MsoNormal"><strong>Navigate to Messaging\Email\Settings      on your K800i and create a new account called ‘Gmail’</strong> -though this      can be called anything.</li>
<li class="MsoNormal"><strong>Edit the account and alter or confirm the      following options:            </strong>
<ul><strong><strong><strong><strong> 	    </strong></strong></strong> </strong></p>
<li><strong><strong><strong><strong><strong>Connect Using : </strong></strong></strong></strong></strong>Contract Internet</li>
<li><strong><strong><strong><strong><strong>Email Address :</strong> </strong></strong></strong></strong>(<em>Your full Gmail or Google Mail email       address)</em></li>
<li><strong><strong><strong><strong><strong>Connection Type : </strong></strong></strong></strong></strong>POP3</li>
<li><strong><strong><strong><strong><strong>Incoming Mail Server :</strong> </strong></strong></strong></strong>pop.gmail.com</li>
<li><strong><strong><strong><strong><strong>Username : </strong></strong></strong></strong></strong>(<em>Your full Gmail or Google Mail email address)</em></li>
<li><strong><strong><strong><strong><strong>Password : </strong></strong></strong></strong></strong>(<em>Your full Gmail or Google Mail password)</em></li>
<li><strong><strong><strong><strong><strong>Outgoing Mail Server : </strong></strong></strong></strong> </strong>smtp.gmail.com</li>
</ul>
</li>
<li><strong><strong><strong><strong><strong><strong>Select Advanced settings and alter or      confirm the following options:</strong> </strong></strong></strong></strong> </strong>
<ul>
<li><strong>Download S+R : </strong>Subjects only</li>
<li><strong>Encryption &#8211; Incoming Server :</strong>SSL<strong>Outgoing Server :</strong><strong>TLS</strong></li>
<li><strong>Outgoing Username :</strong>(<em>Your full Gmail or Google Mail email       address)</em></li>
<li><strong>Outgoing Password : </strong>(<em>Your full Gmail or Google Mail password)</em></li>
<li><strong>Icoming Port :</strong> 995</li>
<li><strong>Outgoing Port :</strong> 587</li>
</ul>
</li>
<li><strong>That’s it you are done! </strong>Try      sending and receiving to download your messages and then sending a couple      of test emails.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://benbishop.me.uk/software/how-to-configure-gmail-on-your-k800i%e2%80%a6%e2%80%a6/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>How To: Add Folders to the Start Menu</title>
		<link>http://benbishop.me.uk/how-to/how-to-add-folders-to-the-start-menu/</link>
		<comments>http://benbishop.me.uk/how-to/how-to-add-folders-to-the-start-menu/#comments</comments>
		<pubDate>Fri, 02 Jun 2006 16:19:48 +0000</pubDate>
		<dc:creator>Bish</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Quick]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.benbishop.me.uk/how-to/how-to-add-folders-to-the-start-menu/</guid>
		<description><![CDATA[There’s a folder in my documents that I regularly access that I wanted listed on my Start Menu. There are other ways of quickly accessing folders or documents such as having quick links on the taskbar or shortcuts on the desktop but the real advantage of this is the keyboard shortcut with the Windows key, [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><span lang="EN-GB">There’s a folder in my documents that I regularly access that I wanted listed on my Start Menu. There are other ways of quickly accessing folders or documents such as having quick links on the taskbar or shortcuts on the desktop but the real advantage of this is the keyboard shortcut with the Windows key, the first letter of the folder and the return key.</span></p>
<ol>
<li><span lang="EN-GB" /><span lang="EN-GB">Open up regedit from using the      run menu.</span><span lang="EN-GB" /></li>
<li><span lang="EN-GB">Locate &#8216;</span>HKEY_CLASSES_ROOT\      Folder\ shellex\ ContextMenuHandlers<span lang="EN-GB">&#8216;</span></li>
<li><span lang="EN-GB" /><span lang="EN-GB">Add the following as a subkey: <strong>&#8216;</strong></span><strong>{a2a9545d-a0c2-42b4-9708-a0b2badd77c8}&#8217;      </strong>(without the quotes!)<span /></li>
<li>Exit regedit&#8230;&#8230; (Continued)&#8230;&#8230;&#8230;</li>
</ol>
<p class="MsoNormal">Now, simply hold down the shift key when right clicking on any folder to show the updated context menu. From the menu click the ‘Pin to Start Menu’ option to add to the start menu. In my case I can now do the Windows key and ‘M’ key followed by enter to open the desired folder. This also works with your documents and programs as well.<span lang="EN-GB" /></p>
]]></content:encoded>
			<wfw:commentRss>http://benbishop.me.uk/how-to/how-to-add-folders-to-the-start-menu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To: Thunderbird (Part 3) &#8211; Saved Search</title>
		<link>http://benbishop.me.uk/software/how-to-thunderbird-part-3-saved-search/</link>
		<comments>http://benbishop.me.uk/software/how-to-thunderbird-part-3-saved-search/#comments</comments>
		<pubDate>Mon, 15 May 2006 19:07:32 +0000</pubDate>
		<dc:creator>Bish</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.benbishop.me.uk/software/how-to-thunderbird-part-3-saved-search/</guid>
		<description><![CDATA[Saved Search is a feature introduced back in version 0.9 of Thunderbird and offers further customisation and can increase productivity. Much the same as Smart Folders in Outlook, Saved Search allows you to really customise your Thunderbird experience by saving searches that you regularly do. Drilling down to the finest details and save these for [...]]]></description>
			<content:encoded><![CDATA[<p><img class="left" src="http://www.benbishop.me.uk/images/thunderbird-logo.jpg" />Saved Search is a feature introduced back in version 0.9 of Thunderbird and offers further customisation and can increase productivity. Much the same as Smart Folders in Outlook, Saved Search allows you to really customise your Thunderbird experience by saving searches that you regularly do. Drilling down to the finest details and save these for future use, the real advantage of this system is they work in the same way as individual folders that you set up, yet keep the mail in the Inbox or original folder.</p>
<p>One use may be having the &#8216;European Sales Invoices&#8217; for last 30 days as one saved search. At any one time they are instantly available yet keeping the mail in the same place. Further examples of saved searches could be introducing a &#8216;flagged&#8217;, &#8216;important&#8217;   or, the one I find most valuable, ‘unread’ mail folder into Thunderbird. The micro management of these saved searches is down to you, though the customization is limitless. Fortunately creating saved searches is straightforward and can be completed in a number of ways:</p>
<p>First up, when you perform a search from the quick search box in Thunderbird, click on the down arrow to show the drop down list and select ‘Save Search as Folder’ (1).</p>
<p><img class="centered" src="http://www.benbishop.me.uk/images/thunderbird-ss.jpg" /></p>
<p>When you perform a detailed search with more conditions select ‘Edit’ -> ‘Find’ -> ‘Search Messages…’. Customise the search and click ‘Save as Search Folder’ (2). Alternatively, a quicker variation the above is to select ‘File’ -> ‘New’ -> ‘Saved Search….’</p>
<p>Lastly from the view menu above the message contents, select ‘Save View as Folder’.</p>
]]></content:encoded>
			<wfw:commentRss>http://benbishop.me.uk/software/how-to-thunderbird-part-3-saved-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Thunderbird (Part 2) &#8211; Message Filters</title>
		<link>http://benbishop.me.uk/software/how-to-thunderbird-message-filters/</link>
		<comments>http://benbishop.me.uk/software/how-to-thunderbird-message-filters/#comments</comments>
		<pubDate>Thu, 11 May 2006 19:42:48 +0000</pubDate>
		<dc:creator>Bish</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.benbishop.me.uk/software/how-to-thunderbird-message-filters/</guid>
		<description><![CDATA[In part 2 of this thrilling (well at least helpful?) series on Thunderbird I am going to cover Message filters. These should be the stable diet of any discerning person who receives more than a couple emails a day, hell I seem to get 10x that in spam &#8211; but that’s for another day.
Filtering is [...]]]></description>
			<content:encoded><![CDATA[<p><img class="left" src="http://www.benbishop.me.uk/images/thunderbird-logo.jpg" />In part 2 of this thrilling (well at least helpful?) series on Thunderbird I am going to cover Message filters. These should be the stable diet of any discerning person who receives more than a couple emails a day, hell I seem to get 10x that in spam &#8211; but that’s for another day.</p>
<p>Filtering is an effective way to manage your email. Whether separating your work email from your personal mail, your eBay messages from your (genuine) bank messages or your DVD rentals from your squash club newsletter, filters can be used to manage your time more effectively. By setting up message filters in Thunderbird you can automatically organise, file and sort your incoming mail in many different ways. Fortunately filters are also quick and easy to setup in Thunderbird.</p>
<p><img class="centered" src="http://www.benbishop.me.uk/images/thunderbird-message-filters.jpg" /></p>
<ul>
<li>From the ‘Tools’ menu option, click on ‘Message Filters’ to open up the filter dialog box.</li>
<li>Select the account you wish to filter from the drop down box.</li>
<li>Click on the ‘New’ button to open up the new filters dialogue box.</li>
</ul>
<p><img class="centered" src="http://www.benbishop.me.uk/images/thunderbird-filter-rules.jpg" /></p>
<ol>
<ul /></ol>
<ul>
<li>Give the filter a name.</li>
<li>At this point you can begin to refine the selection process based on what you require the filter to do. The filter system allows you to add multiple conditions based on your requirements. Select from ‘Match all of the following’ or ‘Match any of the following’.</li>
<li>The first section allows for your conditions based on the variables entered. For example ‘From’ ‘is’ ‘info@anysite.com’. Further conditions can be added using the ‘+’ button.</li>
<li>The second section is where you decide on the action of the filter. This can be configured to move to a specific folder or the addition of labels or flags. Further actions can be added using the ‘+’ button.</li>
<li>Clicking Ok adds the filter to the ‘Message Filters’ dialogue box. This filter can be ‘run now’ by selecting the filter and clicking the corresponding button at the bottom of the dialog box.</li>
<li>From this dialogue box you can also edit and delete existing filters at any point. Messages are also run in the order they are listed and so they can be arranged in the order of preference by using the adjacent buttons.</li>
</ul>
<ol>
<ul /></ol>
<p>Message filters can also be run at any point by selecting the ‘Run Filters now’ option from the tools menu. Filters can be set up based on an email address quickly by right clicking on the email address in the message window and clicking ‘Create Filter From Message&#8230;.’.</p>
<p>Whats up next? We’re moving into really making the most of one of the power features built into Thunderbird, Saved Search or Smart Folders.</p>
]]></content:encoded>
			<wfw:commentRss>http://benbishop.me.uk/software/how-to-thunderbird-message-filters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

