Categories


Tags


70个流行的AJAX应用的演示和源码下载

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

来源:http://blog.donews.com/dodo/archive/2006/08/16/1003231.aspx

来源:月光博客


Public @ 2010-12-26 16:13:47

几行代码防止表单重复提交

在服务器端可以通过以下几行代码来防止表单重复提交: 1. 在表单提交时,生成一个唯一的 Token,并将其存储到服务器的 Session 或者缓存中。 2. 将这个 Token 通过隐藏域的形式插入到表单中,并在表单提交时一同提交给服务器。 3. 在服务器端接收到表单提交请求时,先从 Session 或者缓存中获取之前存储的 Token,并与表单提交的 Token 进行比较。 4. 如果两者匹配

Public @ 2023-07-27 21:00:36

多个网站可以共用一个数据库么?

u操作方法:每个网站的数据库表前缀不同命名即可,比如dz的默认表前缀是pre_,wordpress的默认表前缀是wp_,如果有相同  程序在安装的时候注意一下表前缀就行了。u安全隐患:从技术上来说,可以实现,但是会给后期网站的维护,带来诸多麻烦。例如你这几个站中有一个站的客户空间不再放你这里了,需要你备份资料给他,默认一备份就会把其他几个站的数据库资料也备份进去了,数据库一旦有问题了,几

Public @ 2022-07-10 16:13:03

Ajax的六个误区

原文作者:Anne Zelenka原文链接:Six Myths about Ajax译者:雷声大雨点大原文发表日期:2006年12月5日Ajax到底是什么?是一个并不太容易掌握,但可以增加网站交互性的方法?是Web2.0的基石?还是又一轮网络开发中的跟风?就像以前流行过的闪烁字体、“溅水”页(译者:Splash page -Flash动画或大图片做的网站的简介首页,往往有个“跳过简介”或“直接进入

Public @ 2017-08-16 16:13:48

更多您感兴趣的搜索

0.532946s