Monthly Archives: February 2010

JavaScript: a global this?!

In the mood of JavaScript quiz, let me ask you what’s the result of: console.log(this === window);

Posted in javascript | Tagged , , , | Leave a comment

JavaScript question: what’s the printed value?

var a = function() { alert(arguments[0]) } (1,2,3); What’s the alerted value and how that works?

Posted in javascript | Tagged , | 3 Comments

Opera supports the video tag!

Opera 10.50 Today I saw a interesting article in one of my favorite blogs – ajaxian.com. From now on Opera will support the <video> tag in the new version 10.50. Actually there is a bunch of new features in that … Continue reading

Posted in web development | Tagged , , , , | 1 Comment

HTML5 video support. Detecting, playing and progressive enhancement!

HTML5 video HTML5 is mentioned as entirely new “thing” out in the web, but what it actually means is rather a collection of new, unknown for the current HTML version, features. One of the most interesting and used things in … Continue reading

Posted in web development | Tagged , , , , , , | Leave a comment

jQuery localStorage plugin (alpha)

After submitting the HTML5 localStorage wrap plugin for jQuery, there comes the new version, hopefully more stable and reliable! 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 … Continue reading

Posted in javascript | Tagged , , , , | 8 Comments