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 ArticleCategory
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 ArticleOur team is wrapping up the first release of a pure JavaScript, single page web application. No one on the team has ever built one of these before and it...
Read ArticleThis is the second post in a series on observations and questions from implementing a single page pure JavaScript web application for a recent project. For background and the other...
Read ArticleThere 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