-
2005年03月18日
Ajax渐热
版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明
最近在国外的blog看到Ajax出现的次数越来越多了,应用的例子也越来越多了,google的新东东,如google suggest、google map、gmail等都用了Ajax,看来会成为一个趋势了。
http://fireshort.blogbus.com/logs/1076315.html
Ajax是什么?
Ajax是Jesse James Garrett在Ajax: A New Approach to Web Applications中先提出来的。引用: The name is shorthand for Asynchronous JavaScript + XML, and it represents a fundamental shift in what’s possible on the Web.
Ajax isn’t a technology. It’s really several technologies, each flourishing in its own right, coming together in powerful new ways. Ajax incorporates:
standards-based presentation using XHTML and CSS;
dynamic display and interaction using the Document Object Model;
data interchange and manipulation using XML and XSLT;
asynchronous data retrieval using XMLHttpRequest;
and JavaScript binding everything together
Ajax的代码片段:http://www.fiftyfoureleven.com/resources/programming/xmlhttprequest/examples随机文章:
用Java进行LDAP编程的方式 2007年01月23日Java中对有BOM头的UTF-8文件的处理 2006年10月19日j2ee系统与rtx的整合实现 2006年07月27日commons-fileupload中文乱码问题的解决 2005年12月20日javadbf中文问题的解决 2005年10月19日
收藏到:Del.icio.us
引用地址:





