JavaScript Web storage: an alternative to PHP for managing Twitter data June 13, 2012 Web storage could be used to manage tweets and other Twitter's data without using PHP. Read more
JavaScript JavaScript: get yesterday's date June 12, 2012 How to get yesterday's date in JavaScript. Read more
JavaScript JavaScript: implementing the grep() function June 10, 2012 A simple JavaScript implementation of the grep() utility function for arrays and DOM elements. Read more
JavaScript Look, ma: no jQuery! Creating a page summary with JavaScript and the DOM June 2, 2012 An example of DOM manipulation with JavaScript without using jQuery. Read more
JavaScript JavaScript: the problem of blocking scripts May 5, 2012 How to deal with JavaScripts scripts that block the rendering of a web page. Read more
JavaScript JavaScript: three implementations of the Singleton Design Pattern April 17, 2012 Three ways of implementing the Singleton Design Pattern in JavaScript. Read more
JavaScript JavaScript: check if a variable is of a given type April 7, 2012 A simple method to check the type of a given variable in JavaScript. Read more
JavaScript JavaScript: avoid overuse and enhance accessibility March 24, 2012 Accessibility doesn't mean that we should not use JavaScript but use it wisely. Read more