- Reference
Zend Developer Zone | AJAX Chat Tutorial
http://devzone.zend.com/node/view/id/1234
- via
phpspot開発日誌 - ZendFrameworkでAjaxを使ったチャットシステムを作るチュートリアル
http://phpspot.org/blog/archives/2006/11/zendframeworkaj.html
- Reference
SourceForge.net: ajaxcore
http://sourceforge.net/projects/ajaxcore/
Ajaxian - AjaxCore: PHP Ajax Framework
http://ajaxian.com/archives/ajaxcore-php-ajax-framework
- via
PHPプロ! - Ajax アプリ開発用 PHPフレームワーク「AjaxCore」
http://www.phppro.jp/news/238
- Summary
以下8つのライブラリについて比較
・Prototype
・jQuery
・MochiKit
・script.aculo.us
・Rialto javascript API
・Rico
・Dojo
・Yahoo! User Interface Library
- Reference
@IT - Webアプリに使えるAjaxライブラリ8選!
http://www.atmarkit.co.jp/fwcr/special/ajax_kaitai03/01.html
- Summary

- Reference
実践 Ajax —Web2.0アプリケーション開発への手引き: 本: Justin Gehtland,Ben Galbraith,Dion Almaer,宮川 達彦,加藤 慶彦
- via
実践 Ajax を監訳しました: blog.bulknews.net
http://blog.bulknews.net/mt/archives/002073.html
- Reference
Kawa.net Blog - [Ajax] CGI不要の郵便番号→住所変換フォーム
http://kawa.at.webry.info/200609/article_10.html
404 Blog Not Found:javascript + perl - yubin2jsonp
http://blog.livedoor.jp/dankogai/archives/50639200.html
- Reference
tmaeda 日記 - WebObjects + Ajax.Framework demo in 15 minutes , WebObjects の素晴らしい所
http://tmaeda.s45.xrea.com/td/20060730.html#p01
- via
オレンジニュース - 2006-09-07
http://secure.ddo.jp/~kaku/tdiary/20060907.html#p03
- Reference
ITmedia エンタープライズ:Ajaxの真価はWebサービス連携にあり
http://www.itmedia.co.jp/enterprise/articles/0608/23/news003.html
- Reference
Masuga Design - Unobtrusive AJAX Star Rating Bar
http://www.masugadesign.com/the-lab/scripts/unobtrusive-ajax-star-rating-bar/
- via
phpspot開発日誌 - 2006-08-20 - Ajax+PHP+MySQLな投票ウィジェット
http://phpspot.org/blog/archives/2006/08/ajaxphpmysql.html
- Summary
Smarty タグがJavaScriptコードに変換される.
- ajax_update
<a href="#" onclick="{ajax_update update_id='intro_content'
function='update_intro' params='page=about'}">About</a>
- parameters
| url | URL for AJAX-query (指定されなかった場合は現URL) |
| method | query method (デフォルトは get, get か postを選択) |
| update_id | アップデートされるHTML内のID |
| function | 呼ばれる function |
| params | URLエンコードされたパラメータ |
<a href="#" onclick="{ajax_call function='calculate'
params_func='calc_params' callback='calc_cb'}">Calculate</a>
- parameters
| url | URL for AJAX-query (指定されなかった場合は現URL) |
| method | query method (デフォルトは get, get か postを選択) |
| function | 呼ばれる function |
| params | URLエンコードされたパラメータ |
| callback | クエリが完了した後に呼ばれる関数 (JavaScript) |
| params_func | クライアント側でパラメタ操作を行う関数 (JavaScript) |
{ajax_form method="post" id="form_register"}
Any form-element can be placed here
{/ajax_form}
- parameters
| url | URL for AJAX-query (指定されなかった場合は現URL) |
| method | query method (デフォルトは get, get か postを選択) |
| params | URLエンコードされたパラメータ |
| id | form ID |
| callback | クエリが完了した後に呼ばれる関数 (JavaScript) |
- ZK Component Demo
http://www.potix.com/zkdemo/userguide/
Dojo Fisheye List が面白い.
- Reference
あるSEのつぶやき - 2006-08-06 - Ajaxライブラリまとめ
http://fnya.cocolog-nifty.com/blog/2006/08/ajax_76d4.html
dojo, the Javascript Toolkit
http://dojotoolkit.org/
- Reference
Knezon [クネゾン] - Knecht [クネヒト]
http://knezon.knecht.jp/
- Summary
操作性の良い,サーバサイドで動作する RSSアグリゲータ.
- Reference
Tiny Tiny RSS - Trac
http://tt-rss.spb.ru/trac/
- via
MOONGIFT - Tiny Tiny RSS
http://oss.moongift.jp/intro/i-2043.html
MOONGIFT - Tiny Tiny RSS レビュー
http://oss.moongift.jp/review/i-2052.html
- Demo
Global Ajax Activity Indicator Demo
http://www.gen-x-design.com/demos/activity_indicator/
- Reference
Gen-X-Design | Ian Selby - Ajax Activity Indicators - Make Them Global and Unobtrusive
http://www.gen-x-design.com/archives/ajax-activity-indicators-make-them-global-and-unobtrusive
- Sample
xajax example
http://php.s3.to/net/code.php
- Reference
xajax PHP Class Library - The easiest way to develop asynchronous Ajax applications with PHP
http://www.xajaxproject.org/
- Reference
Java API documentation for all your libraries
http://www.javaref.com/app
- via
O'Reilly ONJava Blog - 2006-06-28 - AJAX Driven Javadoc Website - javaref.com
http://www.oreillynet.com/onjava/blog/2006/06/ajax_driven_javadoc_website_ja.html
www.textfile.org - Javaref.com
http://d.hatena.ne.jp/textfile/20060702/javaref
- Ajax を使用した元素周期表

元素をクリックすると,元素の情報と Wikipedia, ChemiCool へのリンクが表示される.
Jalenack's AJAX Periodic Table of the Elements
http://code.jalenack.com/periodic/
- Flash を使用した元素周期表

元素をマウスオーバーで元素の情報を表示.
元素をクリックすると,Wikipedia へ.
Interactive Periodic Table
http://www.touchspin.com/chem/DisplayTable.html
- Reference
ChemiCool
http://www.chemicool.com/
- Reference
Example Blog - AJAX Comments: AJAX-Comments
http://www.brettdewoody.com/examples/ajax-comments/2006/05/ajaxcomments.html
MT AJAX Comments
http://www.brettdewoody.com/projects/movable_type/mt_ajax_comments/
- via
phpspot開発日誌 - 2006-06-18 - MovableTypeのコメント投稿をAjax形式にする
http://phpspot.org/blog/archives/2006/06/movabletypeajax.html
- Reference
AJAX PICS - エイジャックス ピクス: オンライン画像編集エディター
http://www.ajaxpics.com/
- Reference
Google Web Toolkit - Build AJAX apps in the Java language
http://code.google.com/webtoolkit/
Google Web Toolkit Terms and Conditions (和訳)
http://www.littlesoft.jp/techlib/gwt/terms.html
- via
@IT - JavaをJavaScriptに変換するグーグルのツールを使ってみよう
http://www.atmarkit.co.jp/fwcr/rensai/googlewebtoolkit01/01.html
- Reference
labs.beffa.org - w2box - Web 2.0 File Repository for PHP
http://labs.beffa.org/w2box/
- via
phpspot開発日誌 - 2006-06-05 - PHPで書かれたCoolなweb2.0風ファイルアップロ
ーダー
http://phpspot.org/blog/archives/2006/06/phpcoolweb20.html