Pages
Blogroll
Tags
ASP.NET Brighton Uni C# cctray CruiseControl.NET django eclipse Fedora 10 Fedora 11 gtk IIS IIS7 javascript jquery jqunit latex LaunchPad Linux Mobile Broadband mono MonoDevelop MSSQL MVC NAnt nautilus Network Manager NHibernate nmock nunit php pirate plugin podcast python Service Broker shell script SQL svn tux droid ubuntu UMLDraw unit testing VS.NET Wireless wordpress-
Recent Posts
Meta
Archives
- January 2012 (3)
- May 2011 (2)
- March 2011 (1)
- August 2010 (1)
- June 2010 (1)
- April 2010 (1)
- March 2010 (1)
- January 2010 (2)
- October 2009 (1)
- September 2009 (3)
- August 2009 (2)
- July 2009 (4)
- June 2009 (7)
- May 2009 (6)
- April 2009 (7)
- March 2009 (5)
- February 2009 (4)
- December 2008 (4)
- November 2008 (4)
- October 2008 (5)
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
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
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
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 C#, CruiseControl.NET, javascript, jquery, jqunit, unit testing
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
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.
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
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
‘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