A Quick List of Personal and Small business time tracking apps

My list of different time tracking / logging applications: Application Price / License Unique Feature OS’s Timesnapper $39.95 Intermittent screenshots recorded Windows Only Rachota Open Source All platforms Java – Linux / Mac / Windows Gnome Time Tracker Open Source Power shell can kick off any process Linux (possibly Windows?) CaptureWorks $79.00 Automatically monitors files …

OpenOffice Label Templates with Avery Cross Reference

Courtesy of World Labels.. A rather complete list of all different type of label types, including CD stomper and Avery cross references If you want the whole lot, make sure you scroll to the bottom to collect the zip file WorldLabels Technorati Tags: openoffice, templates, open source Powered by ScribeFire.

RipplePay / Ripple Project – Peer to Peer Finance in Django and homelessness

Yesterday, I was searching around for a Critique of Neale Donald Walsch after watching the DVD “Conversations with God” – I have already read all three books of his Conversations with God series and whilst it didn’t present to me any new and revealing ideas about life, god and living in general, it did act …

When I grow up I want to be a lisp programmer

I have read quite a bit about Lisp before and most of it, frankly went over my head as a non-programmer except bar a few articles of Paul Graham’s on Lisp. Paul is one of the brainchild(ren??) behind ViaWeb which is now Yahoo Shopping and the author of a number of books: ANSI Common Lisp, …

JSON & Serialization in Django – Links for my reference

Generic Serialization using JSON – here ’tis Django + Ajax Presentation (pdf) – page 35 onwards – here ’tis Thread on ExtJS forum specifically Django + JSON + ExtJS – here ’tis Aah, also five part ipython series on showmedo.com Technorati Tags: django, extjs, json, ajax Powered by ScribeFire.

Christianity rant: I just can’t hold it in anymore

I’m in two minds here about this one. I don’t really want to put down Christianity because I know some wonderful people who are christians and writing on the web now is a little like getting a tattoo – with Google and the way back machine, what you say kind of sticks around with you …

Seamless on/offline: Design winForms and deploy as ajax webapp on mono

Visual WebGui looks very interesting from a perspective that it allows you to develop a winforms application as you normally would and deploy it as a webapp (also). As per some previous posts, I like to be able to jump seamlessly between platforms. I don’t want to be tied down to anything if I can …

Serving Dynamic Images from Django error

**Edit: I did blatanly miss something, which was pointed out to me on django irc#, which is that you can’t call binary data into a template. You create a view and then call the view from your template. I will leave the below for prosterity and in case it trips someone else up. It was …