RSS Sjoerd Visscher's weblog
哪吒推荐该订阅
简介:pondering those web technologies that may change the future of the world wide web.
原站:http://w3future.com/weblog/
标签:sjoerd
点击立即订阅,“Sjoerd Visscher's web...”的内容有更新,哪吒第一时间提醒您
“Sjoerd Visscher's weblog”的内容更新
累计:10 篇(自 2007-04-03 起)
更新:约2篇/年,最后更新747 天前
Sjoerd Visscher's weblog
since the weblog system for this site broke down, and i have to manually update all pages, not much is happening here. i hope however that some people are still subscribed. if you are reading this then you are probably one of them. the reason i am posting again is that i have written a bit of javascript 1.8 recently. john resig was right, the new ex... (313 天前)
Sjoerd Visscher's weblog
... (313 天前)
Sjoerd Visscher's weblog
Via LtU I read about a tail call optimization decorator. Of course I immediately wondered if it was possible in JavaScript, and it is:Function.prototype.tailCallOptimized = function(){ var g = this; return function() { for (var caller = arguments. …... (313 天前)
Sjoerd Visscher's weblog
Technorati Profile... (313 天前)
Sjoerd Visscher's weblog
If you're confused about how closures in JavaScript cause memory leaks in Internet Explorer, this is for you: Leak Free Javascript Closures. Then, without leakage, you can write code like this:function attach(){ var element = document.getElementById("my-element"); element. …... (313 天前)
Sjoerd Visscher's weblog
I had accesskeys for the tabs at the top of this site, but Mark Wubben reminded me that this was very annoying, mainly because alt-d was one of them (the shortcut to focus the address bar). This makes me think that using accesskeys in webpages is not a very good idea, because you never know what the favorite shortcut keys of your visitor are.... (313 天前)
Sjoerd Visscher's weblog
If you're wondering what a base URI is for, you'll always end up being directed to RFC 3986, but you won't find much. Section 5.1 just says: “The term "relative" implies that a "base URI" exists against which the relative reference is applied.”. …... (313 天前)
订阅者 ( 2 )
panter
kundi.mberi
我要反馈