zdg/
共75个网摘 [
1 2 3 ]
上一页 |
下一页 |
访问zdg的个人空间
zdg收录,使用标签:Javascript, effect,时间:2006-10-30 22:25:48 | 相关网摘,我也收藏
Fireworks.js is a bit of Javascript that creates starburst-type explosions in a web document; in short, it's a fireworks effect someone could theoretically use on their site. And come on, who doesn't want something like that? As far as appropriateness is concerned, this effect could be compared to the dripping-blood-line, skull and fireball animated .GIF images so popular on the web in 1997. Exploding firework animations are hot, the new black, the script equivalent of the blink tag. Mmm, blink tag.
http://www.schillmania.com/projects/fireworks/
zdg收录,使用标签:Javascript,时间:2006-10-11 5:34:09 | 相关网摘,我也收藏
JavaScript is a fully-featured Object-Oriented programming language, on the surface, it shares syntactical similarities with Java and C, but the mentality is quite different, at its core, JavaScript is more similar to functional languages. Inside is a list of JavaScript tips, some offer techniques to simulate features found in C-like languages (such as assertions or static variables), others are meant to improve performance and explore some of the more obscure parts of the web scripting language.
http://aymanh.com/9-javascript-tips-you-may-not-know
zdg收录,使用标签:ajax, ajax, javascript,时间:2006-3-28 1:19:33 | 相关网摘,我也收藏
This javascript class allows you to add window in an HTML pageThis class is based on Prototype 1.4. The code is inspired of the powerful script.aculo.us library. You can even use all script.aculo.us effects to show and hide windows if you include effects.js file.
http://blogus.xilinus.com/pages/javawin
zdg收录,使用标签:javascript, JSON, ajax,时间:2006-2-19 3:09:21 | 相关网摘,我也收藏
格式定义非常简单,就是通过一组键值对来定义一个对象。在javascript中,你可以直接将这种格式的数据赋值给一个变量,然后通过键名取值。相对于使用xml来作为数据交换格式,如果要在javascript里使用,首先需要创建一个DOMParser,然后通过DOM接口访问节点对象,非常繁琐,更不用说不同浏览器的实现中DOMParser的实现和DOM接口都有诸多不同。为什么大量的AJAX应用中宁可直接返回一个HTML片断而不是直接把XML交给javascript处理,一个主要原因就是处理XML的过程比较复杂。JSON最重要的贡献就是简化了解析数据的过程。
http://www.robinlu.com/blog/archives/80
zdg收录,使用标签:ajax, javascript,时间:2005-11-27 17:42:44 | 相关网摘,我也收藏
AJFORM is a JavaScript toolkit which simply submits data from any given form in an HTML page, then sends the data to any specified JavaScript function. AJFORM degrades gracefully in every aspect. In other words, if the browser doesn't support it, the data will be sent through the form as normal.
http://redredmusic.com/brendon/ajform/
zdg收录,使用标签:javascript, DataBase,时间:2005-10-31 22:29:41 | 相关网摘,我也收藏
This example illustrates one way of creating a completely JavaScript database with AMASS storage.This was thrown together and just more or less illustrates the possibility of using AMASS storage and TrimPath query javascript in conjunction for an offline in browser database. Why? The possibility of an offline database would be one of the pieces needed to create an offline AJAX application, something very desirable.
http://www.sysbotz.com/articles/jsdb/index.htm
zdg收录,使用标签:javascript,时间:2005-10-29 14:20:02 | 相关网摘,我也收藏
moo.fx is a superlightweight, ultratiny, megasmall javascript effects library, written with prototype.js.It's easy to use, fast, cross-browser, standards compliant, provides controls to modify Height, Width, and Opacity with builtin checks that won't let a user break the effect with multiple crazy clicks. It's also optimized to make you write the lesser code possible.
http://moofx.mad4milk.net/
共75个网摘 [
1 2 3 ]
上一页 |
下一页