Showing posts with label london. Show all posts
Showing posts with label london. Show all posts

Monday, 19 May 2014

Sporttracks v2 – Map problem fixed

 

With Sporttracks v2, there is an issue that the Terraserver map plugin no longer functions correctly. Maps cannot be zoomed, and over time, none of the routemaps appear to display at all. Thankfully, there is a user created plugin called Apply Routes. Apply Routes provides a number of extensions to the SportTracks functionality: It adds a number of MapProviders (google, microsoft, openlayers, geoportail) - See more...

Tuesday, 13 May 2014

Internet Explorer and HMRC – this file could not be downloaded

If you are unable to download P60, CT100 or VAT forms from the HMRC website, you may need to check that Adobe Reader is working correctly. Often, an issue with the installation will mean the PDF file from the HMRC site will not open automatically. The error message will then appear – “this file could not be downloaded”. Here is how to fix the problem: In Internet Explorer, go to Tools (or the small cog icon) then click Internet Options Select the Advanced tab Check the Do not save encrypted pages to disk option is ticked in the security section Click OK - See more...

Wednesday, 12 March 2014

Blocking browsing to website subdirectories – 1&1

If you are using a webhost like 1&1, you may find that adding additional domains to your hosting package sets the default directory (the ‘home’ directory) as a subdirectory of the main site. Imagine you have two sites: www.abc.com www.newsite.com After adding the newsite.com entry to your list of domains the home directory may be set to www.abc.com/newsite/ – this will allow a user to browse to www.abc.com/newsite and access the new site. Why is this a bad thing? It’s uncertain whether sites like google treat multiple domains pointing to content as a bad thing – there is some information out there, like here, but the situation isn’t 100% clear. 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. There are two methods to resolve this issue: Set the home directory of the primary website to a subdirectory
  • Configure abc.com to have a home directory of /http_docs/abc.com (or similar) 
  • Configure newsite.com to have a home directory of /http_docs/newsite.com (or similar)
See more...

Windows cannot load the device driver for this hardware. The driver may be corrupted or missing. (Code 39)

 

This is a common problem with Windows Vista – most typically, the CD-ROM or DVD drive will fail to function correctly. Here are the steps we take to fix the issue (be cautious – you’ll have to edit the registry of the computer) Click the Start button, and then in the search box, type regedit. Press the Enter key. NOTE: If prompted for an administrator password or a User Account Control prompt is displayed, type the appropriate password or click Continue. In the Registry Editor window, in the left pane, double-click the HKEY_LOCAL_MACHINE folder. - See more...

Tuesday, 21 January 2014

Fixed Problem – Mozilla Thunderbird with Lightning


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 within our organisation for email, and with the Lightning add-on, for task and calendar management.
Recently, we have come across an issue with Ubuntu 9.04 (Jaunty Jackalope) whereby the New Event and New Task buttons were greyed out or disabled – making adding calendar entries impossible.
This was fixed by uninstalling the add-on, closing Thunderbird and running the following command in a terminal session:
sudo apt-get install libstdc++5
Reinstalling the add-on after libstdc++5 was installed fixed the issue – the calendar portion worked as it should. It appears that this prerequisite was not installed on the machine we were using.
- See more 


Briefly unavailable for scheduled maintenance. Check back in a minute

WordPress Logo

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 plugin operation
The issue should be resolved.
- See more 

Tuesday, 24 December 2013

Alternatives to Microsoft Office

openofficelogo 




Sun Microsystems have now released v3.0 of their popular ‘OpenOffice.org’ productivity suite. It’s a fantastic alternative for current users of Microsoft Office, or those who wish to have the functionality of the Microsoft Office suite, but do not like the high pricetag.
It has compatibility with all the Microsoft Office file types (including new .docx for Microsoft Word 2007)
- See more at: http://www.jaytag.co.uk/blog/page/4/#sthash.VmCsdRU8.dpuf

 Sun Microsystems have now released v3.0 of their popular ‘OpenOffice.org’ productivity suite. It’s a fantastic alternative for current users of Microsoft Office, or those who wish to have the functionality of the Microsoft Office suite, but do not like the high pricetag.

It has compatibility with all the Microsoft Office file types (including new .docx for Microsoft Word 2007)

Enable DVD Playback in Ubuntu – Fast

It’s a pain that ubuntu does not play DVDs ‘out of the box’ as it were.

To fix this, quite simply, open a terminal session and type:

sudo apt-get install totem-xine libxine1-ffmpeg libdvdread3
sudo /usr/share/doc/libdvdread3/install-css.sh That should be it!

...See more

Friday, 29 November 2013

Conficker Virus – Think you have it?

 
The Conficker virus has to be one of the most difficult to get rid of. But how can you quickly diagnose if you have it?
There are some well known signs:

Windows Update and Automatic Updates are blocked System Restore has been turned off You cannot access anti-virus websites (such as Symantec, McAfee, AVG etc.)

There is now also an even quicker way:

Click Here Think you might be infected? - See more

Easy backups in Ubuntu with File Backup Manager

 

 

“Is there an easy way to do backups in Ubuntu?”

The answer is yes! File Backup Manager (pybackpack) is a simple GUI backup utility that allows backups to CD/DVD, your local file system or to a network drive either via SMB or SSH.

Lets install it. Open up a terminal and run the following: sudo apt-get install pybackpack #

Downloads and installs File Backup Manager After the download and installation completes, you should see that “File Backup Manager” has appeared in the System > Administration menu...Read More