Tag: JavaScript
Responsive tables with visual scroll cue
10th February
Create responsive tables that will display a visual cue when viewed on small screen devices.
Learning JavaScript
4th August
I have been really busy at my new job recently and it has taken my full concentration, I have been delving deeper and deeper into JavaScript and want to share some of the learning resources I have been using. Feel free to add more resources in the comments.
JavaScript language a- z cheat sheet
14th April
A nice Javascript cheat sheet by Alex Staveley. Some key JS patterns. Nicley commented and explained.
Modernizr
17th January
Modernizr is a small JavaScript library that detects the availability of native implementations for next-generation web technologies, i.e. features that stem from the HTML5 and CSS3 specifications. Many of these features are already implemented in at least one major browser (most of them in two or more), and what Modernizr does is, very simply, tell you whether the current browser has this feature natively implemented or not.
DOM Monster Bookmarklet
25th November
DOM Monster is a bookmarklet, created by Thomas Fuchs of http://mir.aculo.us/, for analyzing the DOM and other code on a web page. This is really awesome, it gives you helpful tips to improve your code while developing, it checks the HTML + JavaScript code and will output warnings and suggestions to improve your work.







Follow Us!