Posted on July 2, 2008 in Widgets and Gadgets by Ben Coleman7 Comments »

A new Google gadget! It’s been a while but I got the urge to put a new gadget togther.

So it’s a weather gadget, oh yawn! don’t we have a tonne of those already? Isn’t the official Google gadget for weather good enough? Well yes and no. I’ve been using the official Google weather gadget for ages but I’ve recently found that it no longer works with locations in the UK! So here’s my take on a weather gadget - it’s using the Google weather API (which is used on the iGoogle personalised site). To use it you simply enter your location as a city in the options - e.g. “London, UK” or “Cupertino”.
The weather icons come for a set on deviant art by JyriK I’m using them under the Creative Commons license

Screenshot of the gadget

Download - New Weather Google Desktop Gadget v1.0.0

(more…)

Posted on April 18, 2008 in Development, Widgets and Gadgets by Ben Coleman6 Comments »

I’ve been unhappy with the old Picasa Wordpress widget for some time. I didn’t write it, I merely fixed some of the bugs. One of it’s failings (in my opinion) was that cached all the photos locally on your server, which required you to mess about with directory permissions and resulted in a copy of all the pictures sitting on your server.

I’ve come up with a new version, this fetches the photos dynamically from Picasa and has a few other new features. I use this widget myself on my blog, over on the left you can see it in action (Random Pics)

Feature Summary:

  • Specify a list of albums to display photos from, no messing with RSS feeds, just enter the album names
  • Choose your photos from your most recently uploaded
  • Choose the thumbnail size
  • Chose how many pictures to display

Download - Wordpress Widget Plugin for Picasa Photos 1.0

If you are installing this plugin and you are not familiar with the process, please refer to the instructions over at Wordpress.org. Also this plugin is designed to show photos from your Picsasa web albums, not the photos you have locally on your PC.

Posted on April 3, 2008 in Widgets and Gadgets by Ben Coleman43 Comments »

Another gadget for the Google Desktop, this one brings your Outlook tasks onto your desktop. You can interact with your tasks, add new ones and mark finished tasks as complete.

Screenshot of the gadget

Download - Outlook Tasks Google Desktop Gadget v3.5.1 (more…)

Posted on March 30, 2008 in Widgets and Gadgets by Ben Coleman15 Comments »

This is a new Google Gadget. Bit of a cheeky one, as this is a clone of my Net Meter gadget, but with a different way of presenting the information. The gadget shows a pair of dials to indicate the upload and download speeds, and has a kinds shiny Vista Aero look to it. I could have made this a part of the my original Net Meter gadget as an alternative display mode or something, but in the end decided to make it a separate gadget.

Screenshot of the gadget

Download - Net Meter Dial Edition - v1.6.2
(more…)

Posted on March 15, 2008 in Widgets and Gadgets by Ben Coleman13 Comments »

Yes another Google Gadget, a nice and simple one this time.

It’s a notepad/sticky note/post-it/jotter gadget, yes there are already several of these available but this one is different. It allows you to store several pages of notes all in one place. You simply pick the page you want to edit from the drop-down combo list.

Screenshot of the gadget

Download - Multi Note v1.0
(more…)

Posted on February 25, 2008 in Development, Web Dev by Ben Coleman1 Comment »

I’ve been busy writing an application and database to store my collection of video games in. It’s finally at a stage where I consider it “complete”. I’ve put my application and my collection of games online here:

http://dev.bencoleman.co.uk/gamedb/

I wrote this for my own personal use, but figured that somebody else might want to make use of it, so I’m releasing it to the world. Note this is not for the non-techie and you’ll need to know a fair bit about PHP, MySQL and so forth to get it running. I’m providing this “as-is” with no support or help (other than the info below) and the code is covered by GPL. If you want to use this I’d be interested so please let me know (out of curiosity really!).
(more…)

Posted on November 11, 2007 in Development by Ben Coleman4 Comments »

I needed a little utility to stop the Windows screensaver from starting, I was working on some machines where the security policy had set the screensaver to kick-in after 5 minutes and it was password protected, and there was no way to change these settings (also due to the stupid security policy). So I wrote a little VBS script to simulate or fake key presses at set intervals; by default it presses the Shift key every 3 minutes. Just doubleclick the VBS file to start it, or if you want to see what it’s doing then run the CMD batch file. Optionally invoke it manually with CScript and you can change the interval and key to be pressed.

Download Key Faker Utility Thingy 1.0 - keyfaker.zip

Next Page »