Posted on August 23, 2006 in Development by Ben Coleman5 Comments »

Here’s a little utility I wrote the other day for executing WMI queries. I didn’t like the clunky WMI tools that Microsoft provide (they require IE/ActiveX to use, yuk), so I wrote this in Visual Basic. Yeah I know VB is the spawn of evil, yadda, yadda, sure it is - but it’s a lot better than it used to be (try-catch blocks anyone?). I used the express edition of Visual Studio 2005 which is surprisingly usable, and the not the crippled mess I was expecting at all. Nice one MS something free and good, I thought only Google did that :)

(more…)

Posted on May 7, 2006 in Java, Mobile by Ben Coleman9 Comments »

SMS Toolkit is a Java based GUI for interacting with mobile phones. It’s main purpose is to send, receive and read SMS messages. It uses the SMSLib API so is compatible with most phones available assuming there is a means to connect them to the PC (Cable, Bluetooth, IrDA), but see this post at the SMSLib forums for details of tested phones. Summary of Features:

  • View the status and information about your phone/device.
  • Compose and send SMS messages
  • Reading, deleting, forwarding and replying to SMS messages
  • Command console for interacting with the phone directly via AT commands

splash2 screen-0000
(more…)

Posted on March 27, 2006 in Java by Ben Coleman1 Comment »

All the content in this section has been lifted from my old website; the stuff here is pretty ancient but I was always rather proud of it so I’ve dragged it up (and the images from a long forgotten directory) and but it back on my new site. One day I’ll come back to this project and carry on working on it (pah in my dreams!)

(more…)

Posted on March 27, 2006 in Java by Ben Coleman1 Comment »

This is a little webserver I wrote in Java. I wanted to embed a webserver into one of my other Java projects to save creating a thick GUI in Swing. This webserver is the result. It can also be used ’standalone’ to serve files from your hard-disk, for sharing or transfering stuff to other people. When used standalone it only requires one file JAR to use and it can be started by simply double-clicking the JAR.

(more…)

Posted on March 27, 2006 in Web Dev by Ben Coleman37 Comments »

I’ve created a module for Joomla that will display images from flickr. I had a hunt round the web but couldn’t find a module that did this; which was suprising as I’d guessed that lot of people would be wanting to display their flickr images on their Joomla/Mambo website. So in the end I decided to write my own!

Update I’ve updated the module and v1.1 is available for Download - this version supports group photo pools.
I’m simply using the ‘badge’ functionality that flickr provide and wrapping it into a little module with some user definable parameters.

(more…)

Posted on March 25, 2006 in Java, Music by Ben ColemanNo Comments »

Looking though my statcounter/Google Analytics reports I noticed I was still getting hits for people looking for this software, no idea why anyone is using the MuVo :)
Anyhow I stopped selling, supporting & developing this ages ago but I’ll put it up the full version here for free download if you still want to use it…

I’d put the source code up too, but that appears to have got lost somewhere :(

Disk Download - MuVo Control Center v0.9

« Previous Page