View Mode: Normal | Article List
1
从无文化,到有文化,再到无文化
[ 2008-02-04 21:36:47 | Author: todd ]
你的编程语言可以这样做吗?(map/reduce的js示范) (转)
[ 2006-08-15 21:39:13 | Author: todd ]
一篇很好的关于map/reduce的示范文章。看了这个,你就会理解prototype.js中Enumerable的精髓。
通过它,你可以写出很多非常奇特非常美妙的代码。短短几行,功能可不简单哦~
例如Scriptaculous中,一开篇就应用了一个findAll,两个each。8行代码,其实只是一句而已:
Read More...
通过它,你可以写出很多非常奇特非常美妙的代码。短短几行,功能可不简单哦~
例如Scriptaculous中,一开篇就应用了一个findAll,两个each。8行代码,其实只是一句而已:
$A(document.getElementsByTagName("script")).findAll( function(s) {
return (s.src && s.src.match(/scriptaculous\.js(\?.*)?$/))
}).each( function(s) {
var path = s.src.replace(/scriptaculous\.js(\?.*)?$/,'');
var includes = s.src.match(/\?.*load=([a-z,]*)/);
(includes ? includes[1] : 'builder,effects,dragdrop,controls,slider').split(',').each(
function(include) { Scriptaculous.require(path+include+'.js') });
});
...return (s.src && s.src.match(/scriptaculous\.js(\?.*)?$/))
}).each( function(s) {
var path = s.src.replace(/scriptaculous\.js(\?.*)?$/,'');
var includes = s.src.match(/\?.*load=([a-z,]*)/);
(includes ? includes[1] : 'builder,effects,dragdrop,controls,slider').split(',').each(
function(include) { Scriptaculous.require(path+include+'.js') });
});
Read More...
有组织的tag,提供更好的信息架构
[ 2006-05-10 20:50:15 | Author: todd ]
web2.0带来的是信息爆炸。各种各样的个人和媒体都在发布着自己的信息。于是信息架构和挖掘成为更为重要的一个问题。
今天千鸟写了一文《网站的信息架构》,很不错。正好近期遇到了信息方面的问题,有点启发。也推荐大家来阅读。
如何从众多的信息中找出用户想要的信息,如何将用户自己发布的信息让更多用户阅读到,又如何组织好这个庞大的信息网络。这才是目前web2.0最大的挑战。
...
Read More...
今天千鸟写了一文《网站的信息架构》,很不错。正好近期遇到了信息方面的问题,有点启发。也推荐大家来阅读。
如何从众多的信息中找出用户想要的信息,如何将用户自己发布的信息让更多用户阅读到,又如何组织好这个庞大的信息网络。这才是目前web2.0最大的挑战。
...
Read More...
也说 重新认识“用户体验”
[ 2006-04-10 11:50:50 | Author: todd ]
Personal Portal
[ 2005-12-06 23:00:44 | Author: todd ]
个人门户(Personal Portal),最近非常热门。
Update:今天又看到一个:squidoo。加到了下面。
Update(2005-12-14):
看来还不能小瞧live.com,今天看到一个专门为他提供小模块的网站: http://microsoftgadgets.com/ 里面有些东西还是不错的。
Update(2005-12-15):
iGoogle今天也开放了自己的api,大家可以到这里添加一些更有趣的东东。开发者也可以将自己做的小模块提交给google。相应的开发文档可以在这里找到。
巨头们(Google、微软、Yahoo)已经分别推出了他们各自的个人门户产品:
http://www.google.com/ig , http://www.live.com/ , http://cn.my.yahoo.com/
...
Read More...
You don't have the permission to view this Article.
A Happy Day PLUS - Todd Lee Emotions
[ 2005-07-19 02:24:55 | Author: todd ]
A Happy Day - Todd Lee Emotions
[ 2005-07-13 00:40:15 | Author: todd ]
LBS^2 Patch
[ 2005-07-11 00:57:02 | Author: todd ]
Todd Lee on Klip
[ 2005-07-05 20:06:42 | Author: todd ]
1















