<?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>Jaytag Computer</title>
	<atom:link href="http://www.jaytag.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jaytag.co.uk</link>
	<description>Business IT problems? Solve them today!</description>
	<lastBuildDate>Mon, 20 Feb 2012 11:01:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Scheduled Tasks &#8211; Running Tasks Without A Password in Windows XP</title>
		<link>http://www.jaytag.co.uk/scheduled-tasks-running-tasks-without-a-password-in-windows-xp/</link>
		<comments>http://www.jaytag.co.uk/scheduled-tasks-running-tasks-without-a-password-in-windows-xp/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 17:49:59 +0000</pubDate>
		<dc:creator>Damian</dc:creator>
				<category><![CDATA[backups]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tech tips]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.jaytag.co.uk/?p=856</guid>
		<description><![CDATA[If you try to run a scheduled task in Windows XP, it will balk if you don&#8217;t enter a password (or if your main account has no password, it won&#8217;t let you proceed). There are two potential fixes: Run the task &#8230; <a href="http://www.jaytag.co.uk/scheduled-tasks-running-tasks-without-a-password-in-windows-xp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-medium wp-image-857" title="Scheduled_XP_1" src="http://www.jaytag.co.uk/wp-content/uploads/2012/02/Scheduled_XP_1-400x267.jpg" alt="" width="400" height="267" /></p>
<p>If you try to run a scheduled task in Windows XP, it will balk if you don&#8217;t enter a password (or if your main account <span style="color: #000000;"><strong>has</strong> no password, it won&#8217;t let you proceed).</span></p>
<p>There are two potential fixes:</p>
<p><strong>Run the task as the administrator (i.e. your-machine-name\administrator)</strong> You can then enter the administrators password. You may need to set this in Computer Management first:</p>
<ul>
<li>Right click <strong>My Computer</strong></li>
<li>Click <strong>Manage</strong></li>
<li>In the right hand window, click into <strong>Users and Groups</strong></li>
<li>Right click the Administrator account, and click <strong>Change Password</strong></li>
<li>Enter a password of your choice.</li>
</ul>
<p>You can then run the task as the system administrator.</p>
<p><strong>Change the system security settings</strong><br />
On Windows XP professional, do the following:</p>
<ul>
<li>Click <strong>Start</strong></li>
<li>Click into <strong>Control Panel</strong></li>
<li>Click into <strong>Administrative Tools</strong></li>
<li>Click into <strong>Local Security Policy</strong></li>
<li>Click into <strong>Security Settings&gt;Local Policies&gt;Security Options</strong></li>
<li>Ensure the option &#8216;Accounts: Limit local account&#8230;&#8217; is disabled. It&#8217;s enabled by default.</li>
</ul>
<p>On Windows XP home:</p>
<ul>
<li>Go to <strong>Start&gt;Run&gt;Regedit</strong></li>
<li>Navigate to the following key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa</li>
<li>Find the value name: limitblankpassworduse</li>
<li>And change the entry. 0 is disabled, 1 is enabled</li>
</ul>
<p>We use the scheduled tasks frequently with programs like <a title="FastCopy" href="http://ipmsg.org/tools/fastcopy.html.en">FastCopy</a> to carry out daily backups.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jaytag.co.uk/scheduled-tasks-running-tasks-without-a-password-in-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blocking browsing to website subdirectories &#8211; 1&amp;1</title>
		<link>http://www.jaytag.co.uk/blocking-browsing-to-website-subdirectories-11/</link>
		<comments>http://www.jaytag.co.uk/blocking-browsing-to-website-subdirectories-11/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 14:24:58 +0000</pubDate>
		<dc:creator>Damian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jaytag.co.uk/?p=851</guid>
		<description><![CDATA[If you are using a webhost like 1&#38;1, you may find that adding additional domains to your hosting package sets the default directory (the &#8216;home&#8217; directory) as a subdirectory of the main site. Imagine you have two sites: www.abc.com www.newsite.com &#8230; <a href="http://www.jaytag.co.uk/blocking-browsing-to-website-subdirectories-11/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you are using a webhost like 1&amp;1, you may find that adding additional domains to your hosting package sets the default directory (the &#8216;home&#8217; directory) as a subdirectory of the main site.</p>
<p>Imagine you have two sites:</p>
<ul>
<li>www.abc.com</li>
<li>www.newsite.com</li>
</ul>
<p>After adding the newsite.com entry to your list of domains the home directory may be set to www.abc.com/newsite/ &#8211; this will allow a user to browse to www.abc.com/newsite and access the new site.</p>
<p><strong>Why is this a bad thing?</strong><br />
It&#8217;s uncertain whether sites like google treat multiple domains pointing to content as a bad thing &#8211; there is some information out there, like <a title="Multiple Domains. One Website. Tricky SEO" href="http://seo-factor.com/multiple-domains-one-website-tricky-seo/">here</a>, but the situation isn&#8217;t 100% clear.</p>
<p>The best situation is to have the content isolated properly, so that the new site we have created newsite.com cannot be browsed in this fashion.</p>
<p>There are two methods to resolve this issue:<br />
<strong>Set the home directory of the primary website to a subdirectory</strong></p>
<ul>
<li>Configure abc.com to have a home directory of /http_docs/abc.com (or similar)</li>
<li>Configure newsite.com to have a home directory of /http_docs/newsite.com (or similar)</li>
</ul>
<p>1&amp;1 have information on how to do this <a href="http://faq.1and1.co.uk/domains/domain_admin/domain_dest/2.html">here</a>.</p>
<p><strong>Use a 301 .htaccess redirect</strong><br />
You&#8217;ll need FTP access (or another way to access your websites files) to do this.</p>
<p>Create a file called .htaccess (or append your existing .htaccess file)<br />
Add the following lines (don&#8217;t add the Options&#8230; and RewriteEngine&#8230; lines if they already exist):<br />
<code><br />
Options +FollowSymlinks<br />
RewriteEngine on </p>
<p>RewriteCond %{http_host} !^www.newsite.com$ [nc]<br />
RewriteRule ^(.*)$ http://www.newsite.com/$1 [r=301,nc,L]</code></p>
<p>This will ensure that if the site is browsed to from a different location, your browser (and Google) will be redirected to the correct location.</p>
<p>You can find a whole load more information about 301 redirects <a title="301 Redirects - Squidoo" href="http://www.squidoo.com/301">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jaytag.co.uk/blocking-browsing-to-website-subdirectories-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSX Citrix Client Installation &#8211; Auto open ICA files from Safari</title>
		<link>http://www.jaytag.co.uk/osx-citrix-client-installation-auto-open-ica-files-from-safari/</link>
		<comments>http://www.jaytag.co.uk/osx-citrix-client-installation-auto-open-ica-files-from-safari/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 07:02:34 +0000</pubDate>
		<dc:creator>Damian</dc:creator>
				<category><![CDATA[citrix]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.jaytag.co.uk/?p=747</guid>
		<description><![CDATA[We have come across an issue recently with the new version of the Citrix online plugin (now called Citrix Reciever). Installation of the Citrix Reciever software from the OSX App store is not sufficient to allow the downloaded ICA file &#8230; <a href="http://www.jaytag.co.uk/osx-citrix-client-installation-auto-open-ica-files-from-safari/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.jaytag.co.uk/wp-content/uploads/2011/08/and_receiver_h24bit_512-e1314689997136.png" alt="" title="and_receiver_h24bit_512" width="200" height="198" class="aligncenter size-full wp-image-749" /></p>
<p>We have come across an issue recently with the new version of the Citrix online plugin (now called Citrix Reciever). Installation of the Citrix Reciever software from the OSX App store is not sufficient to allow the downloaded ICA file to auto open. The result is, you install Citrix Reciever and login to the Citrix site only for the ICA file to download, but not open. This makes it look like Citrix isn&#8217;t working properly.</p>
<p>The fix is simple:</p>
<ul>
<li>First, you have to modify what Safari considers as a &#8220;safe&#8221; file. Ensure that in Safari&#8217;s Preference panel that &#8216;Open &#8220;Safe&#8221; files&#8217; is checked.</li>
<li>Next, download this zip file: <a href="http://www.jaytag.co.uk/wp-content/uploads/2011/08/Auto_Open_ICA.zip" title="Auto Open ICA plist">http://www.jaytag.co.uk/wp-content/uploads/2011/08/Auto_Open_ICA.zip</a></li>
<li>Extract the plist (preferences file) from the downloaded zip file</li>
<li>Drag and drop the file to <your-username>/Library/Preferences. (On OSX Lion, type \library in the &#8216;Find&#8217; box and double-click into the preferences folder)</li>
<li>Restart Safari</li>
</ul>
<p>The ICA files should now automatically open, allowing Citrix to work as intended.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jaytag.co.uk/osx-citrix-client-installation-auto-open-ica-files-from-safari/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating WordPress with 1&amp;1 hosting</title>
		<link>http://www.jaytag.co.uk/updating-wordpress-with-11-hosting/</link>
		<comments>http://www.jaytag.co.uk/updating-wordpress-with-11-hosting/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 11:43:45 +0000</pubDate>
		<dc:creator>Damian</dc:creator>
				<category><![CDATA[1and1]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tech tips]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.jaytag.co.uk/?p=739</guid>
		<description><![CDATA[WordPress plays nicely with most web hosts, although 1&#038;1 are a little different. If you try to update a freshly installed copy of WordPress on 1&#038;1 hosting without making this change, some functions (mainly the automatic update processes) will not &#8230; <a href="http://www.jaytag.co.uk/updating-wordpress-with-11-hosting/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>WordPress plays nicely with most web hosts, although 1&#038;1 are a little different.</p>
<p>If you try to update a freshly installed copy of WordPress on 1&#038;1 hosting without making this change, some functions (mainly the automatic update processes) will not complete successfully.</p>
<p>The key is to edit the .htaccess file in the WordPress installation directory:</p>
<ul>
<li>FTP to your WordPress installation directory</li>
<li>Download the .htaccess file</li>
<li>Edit the file, adding the following line:</li>
<li><code>AddType x-mapp-php5 .php</code></li>
<li>Upload the file to the server, overwriting the old .htaccess file</li>
</ul>
<p>WordPress updates should now complete without error.</p>
<p>You may also want to have a look at <a href="http://www.jaytag.co.uk/briefly-unavailable-for-scheduled-maintenance-check-back-in-a-minute/" title="Briefly unavailable for scheduled maintenance. Check back in a minute.">this post</a> which deals with an error message after a failed update.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jaytag.co.uk/updating-wordpress-with-11-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sage Accounts: Username in use</title>
		<link>http://www.jaytag.co.uk/sage-accounts-username-in-use/</link>
		<comments>http://www.jaytag.co.uk/sage-accounts-username-in-use/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 09:42:24 +0000</pubDate>
		<dc:creator>Damian</dc:creator>
				<category><![CDATA[sage]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.jaytag.co.uk/?p=724</guid>
		<description><![CDATA[This is a very common issue with Sage &#8211; if the program crashes for whatever reason, you are unable to log back into the program. Before you start! I&#8217;d always recommend taking a backup of the company files before making &#8230; <a href="http://www.jaytag.co.uk/sage-accounts-username-in-use/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is a very common issue with Sage &#8211; if the program crashes for whatever reason, you are unable to log back into the program.</p>
<p><strong>Before you start!</strong><br />
I&#8217;d always recommend taking a backup of the company files before making any changes to Sage program or data files &#8211; just in case! The Sage file database system is a little antiquated and can be temperamental.</p>
<p>The fix itself is simple:</p>
<ul>
<li>Browse to the Sage company file directory on your computer (this will vary, although if you check the COMPANY file in your install directory, it will be listed)</li>
<li>Open the ACCDATA directory</li>
<li>Delete the queue.dta file</li>
</ul>
<p>You should now be able to login.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jaytag.co.uk/sage-accounts-username-in-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating Office 2000</title>
		<link>http://www.jaytag.co.uk/updating-office-2000/</link>
		<comments>http://www.jaytag.co.uk/updating-office-2000/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 13:10:05 +0000</pubDate>
		<dc:creator>Damian</dc:creator>
				<category><![CDATA[MS Office]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.jaytag.co.uk/?p=710</guid>
		<description><![CDATA[If like us, you still encounter Office 2000 out in the field, you may find it needs updating from time to time. Sadly, the necessary updates are not all available from Microsoft. You can download these updates here: Office 2000 &#8230; <a href="http://www.jaytag.co.uk/updating-office-2000/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.jaytag.co.uk/wp-content/uploads/2011/07/Microsoft_Office_2000-e1310550332370-400x176.gif" alt="" title="Microsoft_Office_2000" width="400" height="176" class="aligncenter size-medium wp-image-728" /></p>
<p>If like us, you still encounter Office 2000 out in the field, you may find it needs updating from time to time. Sadly, the necessary updates are not all available from Microsoft.</p>
<p>You can download these updates here:<br />
<a href="http://www.jaytag.co.uk/software/updates/O2KSR1aDL.exe">Office 2000 SR-1 administrator updates (O2KSR1aDL.exe)</a><br />
<a href="http://www.jaytag.co.uk/software/updates/sp2upd.exe">Office 2000 Update: Service Pack 2 &#8211; SP2 (sp2upd.exe)</a><br />
<a href="http://www.jaytag.co.uk/software/updates/O2kSp3.exe">Office 2000 Update: Service Pack 3 &#8211; SP3 (O2kSp3.exe)</a></p>
<p>Hope this helps all of you out there still using/supporting Office 2000.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jaytag.co.uk/updating-office-2000/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Briefly unavailable for scheduled maintenance. Check back in a minute.</title>
		<link>http://www.jaytag.co.uk/briefly-unavailable-for-scheduled-maintenance-check-back-in-a-minute/</link>
		<comments>http://www.jaytag.co.uk/briefly-unavailable-for-scheduled-maintenance-check-back-in-a-minute/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 20:27:34 +0000</pubDate>
		<dc:creator>Damian</dc:creator>
				<category><![CDATA[tech tips]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.jaytag.co.uk/?p=488</guid>
		<description><![CDATA[This WordPress error message appears when a plugin update fails half way through. The fix is extremely simple: FTP to your WordPress installation directory Delete the .maintenance file at the root wordpress folder (where wp-config.php lives) Login and retry the &#8230; <a href="http://www.jaytag.co.uk/briefly-unavailable-for-scheduled-maintenance-check-back-in-a-minute/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This WordPress error message appears when a plugin update fails half way through.</p>
<p>The fix is extremely simple:</p>
<ul>
<li>FTP to your WordPress installation directory</li>
<li>Delete the <strong>.maintenance</strong> file at the root wordpress folder (where wp-config.php lives)</li>
<li>Login and retry the plugin operation</li>
</ul>
<p>The issue should be resolved.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jaytag.co.uk/briefly-unavailable-for-scheduled-maintenance-check-back-in-a-minute/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A simple MySQL Backup Tool</title>
		<link>http://www.jaytag.co.uk/a-simple-mysql-backup-tool/</link>
		<comments>http://www.jaytag.co.uk/a-simple-mysql-backup-tool/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 03:31:05 +0000</pubDate>
		<dc:creator>Damian</dc:creator>
				<category><![CDATA[backups]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.jaytag.co.uk/?p=481</guid>
		<description><![CDATA[If you administer a website (or indeed a number of websites) you may need a tool which will allow you to simply backup a MySQL database on a regular basis. Although there are a number of tools available online, none &#8230; <a href="http://www.jaytag.co.uk/a-simple-mysql-backup-tool/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you administer a website (or indeed a number of websites) you may need a tool which will allow you to simply backup a MySQL database on a regular basis.</p>
<p>Although there are a number of tools available online, none quite fit our needs. As a result, we&#8217;ve quickly written a simple MySQL backup tool in PHP.</p>
<p><strong>Features</strong></p>
<ul>
<li>Tested compatible with PHP version 5.2.14 and MySQL 5.0</li>
<li>Allows for SQL and ZIP export of a single MySQL database</li>
<li>Lists previous backups made</li>
</ul>
<p>This is version 0.1a &#8211; it is no doubt buggy. We would appreciate any feedback if you do decide to use the tool.</p>
<p>The application is fairly self explanatory in its usage.</p>
<p><strong>Installation</strong></p>
<ul>
<li>Extract the Zip file</li>
<li>Copy the contents to a directory on your server</li>
<li>Browse to the directory you saved the files to with your browser</li>
</ul>
<p><strong>Features to be added in v0.2a (Release date 4th February 2011)</strong></p>
<ul>
<li>Improved documentation</li>
<li>Backup multiple databases</li>
<li>Additional security (password for created ZIP files, and password for the utility)</li>
</ul>
<p>You can download v0.1a here:<br />
<a href='http://www.jaytag.co.uk/wp-content/uploads/2011/01/PHP_Online_Backup_v0.1a.zip'>PHP_Online_Backup_v0.1a</a></p>
<p>Warning! The utility lists previous backups and there is <strong>no</strong> password feature as yet. Please ensure that you either remove the tool after use as the backed up databases are available for any user to download.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jaytag.co.uk/a-simple-mysql-backup-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skype Crashes After Upgrade to Ubuntu 10.04 Lucid Lynx</title>
		<link>http://www.jaytag.co.uk/skype-crashes-after-upgrade-to-ubuntu-10-04-lucid-lynx/</link>
		<comments>http://www.jaytag.co.uk/skype-crashes-after-upgrade-to-ubuntu-10-04-lucid-lynx/#comments</comments>
		<pubDate>Sat, 08 May 2010 13:46:44 +0000</pubDate>
		<dc:creator>Damian</dc:creator>
				<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.jaytag.co.uk/?p=255</guid>
		<description><![CDATA[After upgrading your desktop or laptop to Ubuntu 10.04 Lucid Lynx you may experience the following symptoms: Reduction in audio quality (jittery calls) Crashing after receiving an Instant Message Crashing when trying to send an Instant Message Slow program functionality All of &#8230; <a href="http://www.jaytag.co.uk/skype-crashes-after-upgrade-to-ubuntu-10-04-lucid-lynx/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jaytag.co.uk/wp-content/uploads/2010/05/skype_logo_online.png"><img class="aligncenter size-medium wp-image-256" title="skype_logo_online" src="http://www.jaytag.co.uk/wp-content/uploads/2010/05/skype_logo_online-300x132.png" alt="" width="300" height="132" /></a></p>
<p>After upgrading your desktop or laptop to Ubuntu 10.04 Lucid Lynx you may experience the following symptoms:</p>
<ul>
<li>Reduction in audio quality (jittery calls)</li>
<li>Crashing after receiving an Instant Message</li>
<li>Crashing when trying to send an Instant Message</li>
<li>Slow program functionality</li>
</ul>
<p>All of the above issues can be resolved by removing Skype and ensuring that the newest version is installed (2.1.0.81 at time of writing)</p>
<p>Skype can be downloaded <a href="http://www.skype.com/intl/en-gb/get-skype/on-your-computer/linux/post-download/" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jaytag.co.uk/skype-crashes-after-upgrade-to-ubuntu-10-04-lucid-lynx/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Fixed Problem &#8211; Mozilla Thunderbird with Lightning</title>
		<link>http://www.jaytag.co.uk/fixed-problem-mozilla-thunderbird-with-lightning/</link>
		<comments>http://www.jaytag.co.uk/fixed-problem-mozilla-thunderbird-with-lightning/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 17:19:01 +0000</pubDate>
		<dc:creator>Damian</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.jaytag.co.uk/?p=245</guid>
		<description><![CDATA[If like us, you try to keep the majority of the software you use open source, then Mozilla Thunderbird (with the Lightning add-on) might just be the perfect solution to your PIM (personal information manager) needs. We use Thunderbird exclusively &#8230; <a href="http://www.jaytag.co.uk/fixed-problem-mozilla-thunderbird-with-lightning/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-medium wp-image-246" title="500px-Thunderbird.svg" src="http://www.jaytag.co.uk/wp-content/uploads/2009/12/500px-Thunderbird.svg_-300x300.png" alt="" width="210" height="210" />If like us, you try to keep the majority of the software you use open source, then Mozilla Thunderbird (with the Lightning add-on) might just be the perfect solution to your PIM (personal information manager) needs.</p>
<p>We use Thunderbird exclusively within our organisation for email, and with the Lightning add-on, for task and calendar management.</p>
<p>Recently, we have come across an issue with Ubuntu 9.04 (Jaunty Jackalope) whereby the <strong>New Event</strong> and <strong>New Task</strong> buttons were greyed out or disabled &#8211; making adding calendar entries impossible.</p>
<p>This was fixed by uninstalling the add-on, closing Thunderbird and running the following command in a terminal session:</p>
<pre>sudo apt-get install libstdc++5</pre>
<p>Reinstalling the add-on after libstdc++5 was installed fixed the issue &#8211; the calendar portion worked as it should. It appears that this prerequisite was not installed on the machine we were using.</p>
<p>In any case, Mozilla Thunderbird and Lightning represent (in our opinion!) the killer email and calenar application for Ubuntu.</p>
<p>You can download Thunderbird <a href="http://www.mozilla-europe.org/en/products/thunderbird/" target="_blank">here</a>, and Lightning <a href="https://addons.mozilla.org/en-US/thunderbird/addon/2313" target="_blank">here</a>.</p>
<p>Thanks to <a href="http://blog.jeroenreijn.com/2009/05/mozilla-lightning-in-ubuntu-jaunty.html" target="_blank">this blog</a> for the pointer!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jaytag.co.uk/fixed-problem-mozilla-thunderbird-with-lightning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

