Considering how regularly new versions of Firefox now come along, that's quite some bug fix list in version 10! http://t.co/K3I2vLpW 3 days ago


26th
Jun 09

Simple Feed List – WordPress Plugin updated!



Version 1.2 of the Simple Feed List plugin has been launched!

This update includes two essential changes..

  1. Some people were finding that their web site’s security was preventing this plugin from working due to restrictions on the use of the file_get_contents PHP command. This has now been replaced with an alternative method, which has also improved the speed of the plugin as well (improved by up to 50%!).
  2. Use of CDATA within a feed was causing blank descriptions (and, in some cases, titles) to display. This version works around this.

Full details can be found on the plugin’s dedicated page.

Delicious Digg Facebook LinkedIn Read It Later reddit StumbleUpon Twitter SeparatorEmail Google Translate PDF Online Print Friendly



25th
Jun 09

Windows Hibernate Button


If you’re using the Hibernate function (and I’m talking XP here, not sure if this applies to Vista as well) one of the things desperately missing is a matching button in the “Turn Off Computer” menu. You click on it and get options for everything else, but not to hibernate.

Well, not very well known, is that if you press the Shift key whilst on this menu the Standby option will magically change to Hibernate (this is assuming you have the hibernate option activated!).

OR you can add the missing button to the menu. Here’s the code to do this…

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System\Shutdown]
"ShowHibernateButton"=dword:00000001

And to turn it off again…

Windows Registry Editor Version 5.00
[-HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]

Both should be saved as .reg extensions and executed – they need to be run only once. The first script adds a new entry into the registry and the second script removes it again.

Alternatively, download the scripts here from.

Delicious Digg Facebook LinkedIn Read It Later reddit StumbleUpon Twitter SeparatorEmail Google Translate PDF Online Print Friendly



23rd
Jun 09

Simple Facebook Link – WordPress Plugin updated!


Version 1.1 of the Simple Facebook Link plugin has been launched!

This update adds bit.ly to the list of URL shortening services that the plugin can make use of. Thanks to Helgi Hrafn Halldórsson for the suggestion.

Full details can be found on the plugin’s dedicated page.

Delicious Digg Facebook LinkedIn Read It Later reddit StumbleUpon Twitter SeparatorEmail Google Translate PDF Online Print Friendly