Author Archives: John

Upload Image to Imgur.com

I was looking for an easy way to upload images from my laptop to imgur.com without having to open my browser up. I found a post explaining how to upload an image from nautilus. The script worked well enough however … Continue reading

Posted in Development Log | Tagged , , | Leave a comment

NAnt.ToDo a NAnt Plugin

This simple plugin for NAnt parses your source code and creates a report of all the TODO and comment tags in your source code. The code is hosted over at google code. Comments The task automatically identify comments in the … Continue reading

Posted in Development Log | Tagged , , | Leave a comment

SVN Notify by Email

Svn hook to email you information in post commit hook. Install svnnotify which will be used to send the email yum install perl-CPAN perl -MCPAN -e ‘install SVN::Notify’ perl -MCPAN -e ‘install SVN::Notify::HTML::ColorDiff’ The post-commit script #!/bin/sh for i in … Continue reading

Posted in Development Log | Tagged , , | 1 Comment

jqRunner Snapshot – Running Javascript Unit test with NUnit

One of the nice things about unit tests is that you can use continuous integration so that you don’t have to run them yourself. At work we use CruiseControl.NET to automate our builds and run our unit tests. Now as … Continue reading

Posted in Development Log | Tagged , , , , , | Leave a comment

Pirate Day! Arr

So talk like a pirate day is coming around soon and saw a brilliant method of converting web pages from boring English to cool Pirate talk. So having nothing better to do at the moment I knocked up a small … Continue reading

Posted in Development Log | Tagged , , | 10 Comments

Epic Fail, but with a good note.

So last Sunday was the 2009 Yorkshireman Off Road Marathon. Everything was going great, even though the course was nothing like I had run on before, but it was not meant to be. I injured my knee running down a … Continue reading

Posted in Running | 2 Comments

More Django Plugin Stuff

So I’ve been working more on the support for django within monodevelop. Heres some screenshots of it.

Posted in Development Log | Tagged , , , , | 2 Comments

Hacking on Monodevelop for Django

So I started to implement support for django with MonoDevelop. It currently has pretty good support for Python via PyBinding addon. At the moment I have only managed to add the ability to create a new django project, which acts … Continue reading

Posted in Development Log | Tagged , , | Leave a comment

Plugin Crazy!

So after creating my first proper plugin, post-to-facebook, I decided to have a go at creating another one. This one was created after I set up a blog for my dad to post updates and photos to so that he … Continue reading

Posted in Development Log | Tagged , , | Leave a comment

‘Post to Facebook’ WordPress Plugin

After wanting to be able to post stuff to my facebook account from my blog for no other reason than “I Can”, I looked around at the plugins that exist at the moment. The ones that I found worked but … Continue reading

Posted in Development Log | Tagged , , | 13 Comments