Practical Clojure

The first thing to know about the book Practical Clojure, is that unlike its title might initially suggest, it is not a book trying to describe how to use Clojure practically. That ...Read More

What do developers keep in their toolbox?

I just  discovered a website called bestvendor.com that let's you find the 'best' work apps based on the recommendations and experience of your peers (or at least your peers that have been on bestvendor.com)I like these crowdsourced comparison tools for ...Read More

Testing Asynchronous JavaScript with Jasmine

For many applications, when you call a method the effect is immediate. For example calling a method like showErrorMessage("Error") will instantly update the page to give feedback to the user. However, not all applications are this simple. Caplin ...Read More

Scaling JavaScript

When your JavaScript codebase consists of a couple of functions to do image rollover and form validation, then javascript seems like an extremely easy language.  It has relatively little bureaucracy for getting simple things done, an extremely useful literal notation for ...Read More

Writing a custom Taglet for Javadoc

What are Taglets? You may recognise Taglets in JavaDoc as the text denoted by the @ symbol, and they come in two flavours, standalone Taglets such as the @param and @return tags, and inline Taglets such as {@link mylink} denoted by ...Read More

The New Writing

Which is to say: All civilized people write poetry from time to time.  Both its reading and its writing are necessary to a civilized mind.  But, in most cases, we should be civilized enough to keep it  - at least ...Read More

Caplin Reaver – Hackday Project

Caplin Reaver (name pending review) was a small project created by Neal Dangerfield and myself to explore how to make the XMC (Xaqua Management Console) into a more compelling feature for Caplin Xaqua.The XMC is a great tool. It allows developers ...Read More

The 50 Commandments of software development

Many years ago I worked for a small software house, Teleca. This was well before the terms "lean" or "agile" were in common use in a software development context. Teleca's founder, Paul Sherwood, ...Read More