The training continues. How many programmers can write pure native JS without the aid of a framework? Discipline 8 of the series is another lesson for beginners. Last week's article covered the most useful properties and methods of the document object, so this week I'd like to zoom out a bit and explore the window object. Just like the document object, the window object has a variety of its own properties, objects, and methods, though we'll only go over the most useful and interesting ones. read more
Blog
Native Javascript Ninjutsu: Window object methods & properties
Native Javascript Ninjutsu: Document object methods & properties
Sensei Says (dark ages, to dojos, to disciplines) Javascript used to be a dark and ancient art, looked down upon by many web developers as a dishonorable – even malicious – ‘copy and paste’ language. Macromedia’s Shockwave – which later became Macromedia Flash, which even later became Adobe Flash – pushed audio, video, and interactive motion graphics onto the web in a cross-browser compatible format that all but decimated the need and appeal for Javascript. What little Javascript community there was began to seriously dwindle and die out. And then the frameworks came to rise: Dojo, Yahoo! UI Library, Google Web Toolkit, jQuery, Prototype, MooTools, and many more. With these [...] read more