Categories
- agile (3)
- algorithms (16)
- css (29)
- download (3)
- featured (46)
- flex 3 (25)
- javascript (138)
- micro tutorial (202)
- PHP (108)
- portfolio (5)
- snippets (7)
- video (1)
- web development (167)
- zend framework (80)
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);
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?
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
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 html5, JavaScript programming language, jquery, JSON, localStorage
8 Comments







