流行的Ajax应用演示和源码下载

Dodo哪看到的非常有用的资料,70个流行的Ajax应用演示和源码下载,包含了:Greybox,Lightbox,Thickbox等,内容丰富,是不可多得的学习研究资料啊,很多东西可以直接拿来使用,是充分发挥拿来主义的时候。 Ajallerix : AJAX, simple, fast Web image gallery demo ; at Novell 
AJAX microlink pattern tutorial : A microlink is a link that opens up content below it. 
Ajax BBC News RSS Reader : demo by Nigel Crawley 
AJAX Chat in Python with Dojo : at AquaAjax 
Ajax Chess : multiplayer chess 
Ajax examples at BackBase : examples demonstrating several aspects of the Backbase technology. 
Ajax examples at Rico : Inner HTML, JavaScript updater etc. 
Ajax examples using ColdFusionMX, SQLServer, SOAP : Contact Manager, NOAA 7 Day Forecast code and demos. 
Ajax Feed TV : News feed 
Ajax inline dictionary : Highlight any text on this site then right click. A tooltip containing the definition of the selected word should show up. 
Ajaxload : Ajax loading gif generator. 
Ajax Login Demo : Creating a secure login system using XMLHttpRequest 
Ajax Newsletter Signup : A newsletter signup form that shows Thank You on the same page. 
ajaxProject : Project Management applicaiton with rich UI 
Ajax Rater : A star rating system that uses Ajax. 
AJAX-S : An Ajax-based slideshow system. 
AJAX Spell Checker : spell check text / form content. 
Ajax Toolbox : Tools for the Ajax Developer 
Amazon Catalog Tree : Amazon Catalog Tree 
Amazon Zuggest : Amazon product suggestion (like google suggest) 
Askeet by symfony : Digg-like AJAX interactions; open source 
Backbase - Ajax Demos : Ajax demos at BackBase 
Basic Ajax Examples : Ping, track changes, drop down, Google suggest hack etc at Clearnova 
Behaviour : Fading lists, Sortable lists, Dropout boxen, Shaky lists 
chat.app : ajax chat 
Chihuahua Word Puzzle : daily word puzzles 
Coloir : Ajax Slideshow 
DHTML arcade/action games : a collection that demonstrate the power of DHTML 
DomAPI : Windows Desktop, Outlook-like, RSS Reader 
Drag and Drop Shopping Cart Demo : at CyberDummy 
Easy AJAX inline text edit 2.0 : edit a piece of text inline 
FileChucker : File upload and progress bar at Encodable.com 
Gmail Style Check Username AJAX Demo : at CyberDummy 
Google Web Toolkit Example Projects : Hello World, Dynamic Table, Desktop App Clone etc 
GreyBox : Pop up window using idea of light box. 
FiftyFourEleven: Ajax Examples 
IntuiCat - ajax Catalogue : Ajax-based Catalogue Demo 
jsLINB programming demos : LINB(Lazy INternet and Browser) 
JSlog : Ajax logging tool. 
JS/UIX Unix Shell : JS/UIX is an UN*X-like OS for standard web-browsers, written entirely in JavaScript. 
Lace : free web chat application 
Lightbox : simple, unobtrusive script used to overlay images on the current page. 
Leightbox : Light Box with inline div’s instead of AJAX calls. 
Live Quote Demo : Simple way of creating an updating stock quote table in ajax. 
Magnetic Poetry : drag and drop poetry 
Metatron Chat Engine : PHP/MySQL/JavaScript powered chat engine 
Monket Calendar : online calendar 
Multi List Drag Drop Demo : at CyberDummy 
NetDirector : open and extensible framework for managing configurations of common open source network services. 
nexImage : Image processing demo 
Opera Platform : Enabling AJAX applications on mobile phones 
Orbeon examples : various examples illustrating the capabilities of OPS, from the OPS Tutorial examples to XForms examples 
OVO Suite: Online Virtual Office : virtual office limited demo 
phpFreeChat : php Free Chat 
S5: A Simple Standards-Based Slide Show System : S5 is a slide show format based entirely on XHTML, CSS, and JavaScript. 
script.aculo.us Reflector : image reflector script that uses uses opacity-based fades 
Slider Bar Demo : at CyberDummy 
SmallestAjax : Smallest Ajax example in the world? 
Spell Check demo : by Primal Grasp 
Super Maryo World : Japanese game demo 
Tacos : Tacos provides a library of useful Tapestry components. This application provides some examples to get you started. 
theList : to-do list / bug-tracker 
ThickBox : ThickBox is a Lightbox than can show html pages as well as images. 
Tooltip.js : Tooltip.js is a simple class to make it possible to add tooltips to your page. 
Treehouse Chat : ajax chat 
Tudu Lists : open-source to-do lists 
WeBoggle : Ajax Boggle 
XHTML live Chat : ajax chat 
YahooSearchAsYouType : Yahoo search as you type 
ZK Demo : demo programs for various components 
  • 0
    点赞
  • 9
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
ajax经典实例+代码大全 绝对经典 -------- 目录说明 -------- database 目录存放数据库SQL文件 java 目录存放java源文件 webapp 目录存放实例页面及JSP源文件 -------------- 数据库安装说明 -------------- 了解MySQL的用户可以直接使用自己熟悉的方式创建名为ajax的数据库,并将ajax.sql文件导入即可。 下面是简要操作方法: 1. 实例数据库在MySQL 5.0.27 版本下测试通过 2. 将database目录中ajax.sql文件复制到C:\ 3. 进入MySQL安装目录中的bin目录 4. 输入 mysql -u root -p ,然后输入密码登录本地MySQL服务器 5. 输入 CREATE DATABASE ajax DEFAULT CHARACTER SET utf8; 创建名为ajax的数据库 6. 输入 use ajax 7. 输入 source c:\ajax.sql 执行数据库初始化语句 ------------------ Java源文件使用说明 ------------------ 实例中大部分文件为HTML及JSP文件,部分Java源文件存放在java目录中。 可将目录中的内容作为Eclipse的一个项目导入Eclipse中使用。 ----------- WEB发布方法 ----------- 所有实例在jdk 1.4.2 + Tomcat 5.0.28 环境下测试通过。 将webapp目录中的内容复制到Tomcat的webapps目录中作为一个web应用发布即可。 启动Tomcat前注意修改 ajax/WEB-INF/classes/ajax_db.properties 文件。 将其中的URL、USER和PASSWORD属性根据实际情况进行修改。 Tomcat正常启动后使用 http://localhost:8080/ajax 进行访问 +=========================================================================================== 最后注释: 可能还有一点,就是把你的ajax密码定位好 路径是:${ajax}\ajax\WEB-INF\classes\ajax_db.properties,用记事本打开。那个${ajax}就是你当前存放ajax这个文件夹的路 径 DRIVERS=com.mysql.jdbc.Driver URL=jdbc:mysql://localhost/ajax?useUnicode=true&characterEncoding=utf8 USER=root PASSWORD=ajax 里面的代码是这样写的,把最后一行的那个对应的密码改为你自己数据库的代码就OK

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值