Category

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
2 min read

Links in Tweets

There is currently some discussion about the dangers of URL shorteners. Joshua Schachter points out that shortened URLs damage the web - the ‘hypertext as engine of application state’ part...

Read Article