Tag

javascript

glove 4 min read

Web Tech: An Accidental Abomination

The modern web is an amazing piece of technology. It is a platform for connecting people and technology in a way few imagined. This would never have happened by attempting...

Read Article
web 1 min read

Vertical Blanking in the Browser World

There’s a really straight-forward approach to updating the UI in a JavaScript browser app. Use chunk of hidden HTML, duplicate this and then manually update the duplicated elements to show...

Read Article
work 1 min read

Cleaner CoffeeScript Callbacks

Building a Calatrava app means writing a lot of CoffeeScript. Here’s a small tip to make that CoffeeScript read even better than it already does. When you’re writing a function...

Read Article