|
| INTERFACE ELEMENTS by Quasimo |
| 用它能制定出你想要的效果。
ABOUT INTERFACE
Interface is a collection of rich interface components which utilizes the lightweight JavaScript library jQuery. With this components you can build rich client web applications and interfaces with the same simplicity as writing JavaScript with jQuery.
The collection ... |
| www.geekaa.com/topic/view/1942.html - 2008年8月20日 |
|
| Funny Javascript Hack GeeKaa by 隐藏人物 |
| 这里有一个更清晰的版本(需要安装QuickTime或者iTunes):
http://geekaa.com/901/video/JavaScript_Hack_GeeKaa.m4v
这段视频是在imovie上完成的,用一个叫Screenflick的工具录制。
第一次用imovie做视频,用了20分钟,试了几个小特效。
imovie做东西虽然蛮捉襟见肘,但是还蛮简单好用的。
视频里的“图片风火轮”是这样实现的:
在浏览器地址栏放上这段代码:
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; ... |
| www.geekaa.com/topic/view/1761.html - 2008年8月4日 |
|
| 14 Rules for Faster-Loading Web Sites by hgta |
| These rules are the key to speeding up your web pages. They've been tested on some of the most popular sites on the Internet and have successfully reduced the response times of those pages by 25-50%.
The key insight behind these best practices is the realization that only 10-20% of the total end-u ... |
| www.geekaa.com/topic/view/1730.html - 2008年7月30日 |
|
| 25大明星网站10年陨落 最多投资近8亿美元 by 纵云 |
| 【搜狐IT消息】北京时间2008年7月29日消息,Businesspundit网站发表文章,回顾在过去近十年里,倒掉的或者淡出人们视线的明星网站,那些网站曾耗费投资者大量的资金,最高的近8亿美元。
在眼下互联网业界纷纷感到冬天凉意的时候,希望能从业界先辈那里获得一些启发。以下为其全文:
很多著名互联网公司的成功都被大众津津乐道,而那些倒掉的公司却几乎没人记起。所谓前事不忘后事之师,这里列举的都是当时相当有名的一些互联网公司,这里不是为了庆祝它们的倒掉,而是给我们提醒这些都是发生在不久前的事情,希望能从中吸取教训。
1,GovWorks
这是一家为网民提供和当地政 ... |
| www.geekaa.com/topic/view/1725.html - 2008年7月30日 |
|
| JavaScript操作DOM元素中的class属性 by 温柔一刀 |
| 在交互性较强的Web应用中,经常需要动态更改指定元素的属性值,假设变量e是页面中一个元素的引用,根据W3C DOM标准,可以在JavaScript中使用e.getAttribute('属性名')来取得属性的值,并且用e.setAttribute('属性名', '值')来设置属性值。
网页标签中,class是一个常用的属性,用于指定某一个元素遵从一个或多个自定义样式,由于class属于JavaScript保留值,因此当我们要操作元素的class属性值时,直接使用
e.getAttribute('class')和e.setAttribute('class', 'value')可能会遭遇浏览器兼容 ... |
| www.geekaa.com/topic/view/857.html - 2008年5月23日 |
|
| 新浪的bn_topic.swf究竟是什么? by 隐藏人物 |
| 先贴两段代码:
代码一:
<object id="" classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" height="258" width="303"><param name="movie" value="http://vhead.blog.sina.com.cn/player/bn_topic.swf"> <param ... |
| www.geekaa.com/topic/view/670.html - 2008年4月18日 |
|
| Facebook Open Source Projects by 安静 |
| een useful for testing the codebase, inspection, and interactive scripting.
Facebook Animation - a Javascript animation library for creating customizable animations using DOM and CSS manipulation
memcached - a distributed memory object caching system. Memcached was not originally developed at Face ... |
| www.geekaa.com/topic/view/664.html - 2008年4月18日 |
|
|