Func<T> vs. Action<T>

Although I’ve been using Func<T> and Action<T> for years, I’m embarrassed to say I hadn’t really thought about the differences between them – or more importantly, how they are in fact two sides of the same coin. Most of the time their use has been a natural reflex action to Continue Reading

Facebook to Allow Post Editing

Facebook will soon let you edit your posts and comments, but in my gut I don’t agree with this. It feels wrong. You see, Facebook is special. Very special in fact. It isn’t just a website, it’s grown beyond that. It’s much more than just a fancy bulletin-board or a Continue Reading

British Airways to open Whitehall Airport

Offering fantastic city-centre access without the fuss of traversing the M25 London Ring Road, British Airways’ new Whitehall Airport in the middle of London will replace their Terminal 5 operation and provide a new class of point-to-point international air service.

Introducing…. Meteoric

Meteoric (source: http://github.com/richstokoe/Meteoric, documentation: http://richstokoe.github.com) is a JavaScript framework that allows UIs to be built on-the-fly driven by JSON metadata. The JSON metadata is parsed by “writers“, very focussed JavaScript functions which understand the specific requirements of that metadata and spit out HTML to the DOM. Styling is done through Continue Reading