background preloader

Ajax 2

Facebook Twitter

Blog

Google AJAX Language API对象参考 - 译言翻译. PHP开源AJAX框架. jQPie 这是一个扩展自jQuery,结合PHP的一个Ajax框架。

PHP开源AJAX框架

支持XML,HTML和JSON handler。 jQPie提供的功能包括: 利用$.getJSON方法简化来自PHP的请求和处理数据。 利用$. (element).load方法注入PHP生成的html到某一页面元素中。 利用$.jqpie方法直接从web页面调用PHP函数。 Phpmsajax 一组PHP文件用来支持在PHP Web应用程序中使用Microsoft AJAX Library。 JsLINB jsLINB 是一个完全的浏览器端javascrīpt解决方案,兼容大部分现代浏览器(IE6.0/IE7.0/firefox1.5 /firefox2.0/opera9/Safari2.0,Safari 缺乏测试)。 My-BIC My-BIC是一个易于使用,强大的Ajax/PHP框架。 aSSL aSSL:SSL for Ajax。 PHPLiveX PHPLiveX是一个PHP类库可用于在web页面中使用Ajax调用PHP函数。 RSPA RSPA是一个基于组件事件驱动的ajax框架适用于PHP4与PHP5。 PhpAjaxTags phpAjaxTags是模仿著名Java标签库"AjaxTags"的一个PHP标记库。 XAJAX xajax 通过Javascrīpt直接调用PHP函数。 NanoAjax NanoAjax是一个基于PHP5,面向对象(包括Javascrīpt和PHP)的AJAX框架。 Pear:HTML_AJAX Pear:HTML_AJAX是一个相当成熟的Ajax框架, 使用JSON进行数据传输。 Ajax Agent Ajax Agent是一个非常易于使用(只需三行代码),并且非常强大的开源框架用于快速构建AJAX或RIA应用程序。 AjaxAC AjaxAC是一个PHP框架可用于开发/创建/生成AJAX应用程序。 AJASON AJASON是一个基于PHP5的AJAX开发包。 收藏网站制作常用经典ajax.prototype.javascript实例打包下载 - Smīlě︷ 布丁毛毛----部落阁 随笔- 65 文章- 17 评论- 147 博客园 首页 新随笔 联系 管理 订阅 收藏网站制作常用经典ajax.prototype.javascript实例打包下载 ajax.prototype.javascript实例打包下载..不错不错,都是我喜欢的~。

Making Ajax Applications Scream on the Client. Dojo Offline: 0.9 and Gears. What if I actually like HTML, CSS, and JavaScript? It seems to be Spring season for rich-interface technologies.

What if I actually like HTML, CSS, and JavaScript?

Most trying to blossom with a story about how they’ll rescue developers from the perils of web programming and its dirty tech of HTML, CSS, and JavaScript. These stories are told with a shadow assumption that the only reason developers put up with this trinity of web specs is because of what they get back in form of ubiquitous distribution. That assumption then leads to the fallacy that if only someone could come along and give us a competitive distribution story using more “advanced” and “rich” interface technology, they’d surely be golden. That all web developers are waiting on is someone to save them from the browser mess and deliver them the clean desktop-development experience of yester-century. In the immortal words of Eric Cartman: Bullcrap. As a web developer, I’d like to confess my deep appreciation of the restricted canvas that we get from the basics of the web.

Ajax (JavaScript) Library List (Ajaxライブラリ一覧) Xslt.js - Transform XML with XSLT. Transform XML with XSLT xslt.js is a tiny (less than 2 KB) JavaScript library that lets you asynchronously transform XML with XSLT on the client.

xslt.js - Transform XML with XSLT

Why transform XML on the server when the client can do it, too? In Microsoft Internet Explorer, no instantiation of ActiveX controls are necessary, so xslt.js works nicely in companies where admins have deployed “hardened” versions of IE that cannot instantiate any ActiveX controls. xslt.js includes a jQuery plugin and the ability to use inline XML. Download Example code <div id="transformResult"></div><script type="text/javascript">window.onload = function() { new Transformation().setXml("document.xml") .setXslt("document.xsl").transform("transformResult");}</script> jQuery plugin example code <div id="transformResult"></div><script type="text/javascript">$(function() { $('#transformResult').xslt("document.xml", "document.xsl");});</script> Compatibility.

ThickBox 2.0——蓝色理想. 第一段: Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.

ThickBox 2.0——蓝色理想

Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. 第二段: Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. 第三段: Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. JSLint, The JavaScript Verifier. 250+ Tools and Resources For Coding the Web. HOT STORY: Google Reader Stats are Bullshit (With Proof) We're all living on the web, and we all seem to be starting our own websites, so it's time we all learned the languages that make it run.

250+ Tools and Resources For Coding the Web

We've gathered over 250 resources to help you get going. 首页 - ajax,css,js,javascript,actionscript,flash,div,dhtml,c#,.net. Ext JS - JavaScript Library. 80+ AJAX-Solutions For Professional Coding. Advertisement Web-developers can create amazing web-applications with AJAX.

80+ AJAX-Solutions For Professional Coding

Stikkit1, Netvibes2, GMail3 and dozens of further web-projects offer a new level of interactivity we’ve used to give up the idea of. Modern web-applications can be designed with enhanced user interfaces and functionalities, which used to be the privelege of professional desktop-applications. AJAX makes it possible to create more interactive, more responsive and more flexible web-solutions. And it’s the first step towards rich internet applications of the future. Asynchronous JavaScript and XML isn’t a new programming language, as it is often mistakingly called.