flot & Googlecharts
最近要畫一個水位雨量監控的展示數據圖形
suvery到flot (jQuery) & Googlecharts
還不錯用.. 瞞好玩的 ccc
有不少人針對 Googlecharts 寫了Creator/Builder
1. Google Chart Creator
2. Online Charts Builder
3. ChartMaker
google 資料不少呢~
Slimbox, the ultimate lightweight Lightbox clone
http://www.digitalia.be/software/slimbox
http://www.huddletogether.com/projects/lightbox2/
http://www.mootools.net/
Play Fifteen puzzle - a game example with jQuery
jQuery game
http://www.alexatnet.com/node/68
#game15 {
width: 255px; height: 290px; border: 1px solid gray;
}
#game15-controls {
margin: 10px;
height: 25px;
}
#game15-field {
width: 240px;
height: 240px;
margin: 10px 0px 10px 10px;
}
.game-cell {
width: 55px;
height: 55px;
border: 1px solid gray;
text-align: center;
line-height: 55px;
color: #aaa;
font-family: arial;
font-weight: bold;
font-size: 30px;
background: white;
position: absolute;
overflow: hidden;
}
jQuery(function () {
// Game model object
var field = new (function () {
this.moves = 0;
this.cells = [ [0,0,0,0], [0,0,0,0], [0,0,0,0], [0,0,0,0] ];
this.isFree [...]
AJAX:Asynchronous JavaScript and XML(非同步JavaScript 與XML)
4月份國內出了兩本 AJAX 的書籍
Ajax與Google Map API入門實作 高橋登史朗 著 (博碩文化)
AJAX網頁設計 沈時宇作 (旗標)
http://www.drmaster.com.tw/download/PDF-read/NE20245-read.pdf
這個url是 Ajax與Google Map API入門實作, 試讀PDF檔
書中範例程式碼
期待ing


