<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>tyson記事本 &#187; JavaScript</title>
	<atom:link href="http://blog.tcchen.org/archives/category/4dev/javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.tcchen.org</link>
	<description>Google &#38; man(Unix) are your best friends!</description>
	<lastBuildDate>Thu, 16 Apr 2009 04:33:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>flot &amp; Googlecharts</title>
		<link>http://blog.tcchen.org/archives/268</link>
		<comments>http://blog.tcchen.org/archives/268#comments</comments>
		<pubDate>Mon, 04 Aug 2008 01:40:40 +0000</pubDate>
		<dc:creator>tyson</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[T.Working]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.tcchen.org/?p=268</guid>
		<description><![CDATA[最近要畫一個水位雨量監控的展示數據圖形
suvery到flot (jQuery) &#38; Googlecharts

還不錯用.. 瞞好玩的 ccc
有不少人針對 Googlecharts 寫了Creator/Builder
1. Google Chart Creator
2. Online Charts Builder
3. ChartMaker

google 資料不少呢~
]]></description>
		<wfw:commentRss>http://blog.tcchen.org/archives/268/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slimbox, the ultimate lightweight Lightbox clone</title>
		<link>http://blog.tcchen.org/archives/247</link>
		<comments>http://blog.tcchen.org/archives/247#comments</comments>
		<pubDate>Wed, 12 Sep 2007 03:39:08 +0000</pubDate>
		<dc:creator>tyson</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.tcchen.org/archives/247</guid>
		<description><![CDATA[http://www.digitalia.be/software/slimbox
http://www.huddletogether.com/projects/lightbox2/
http://www.mootools.net/
]]></description>
		<wfw:commentRss>http://blog.tcchen.org/archives/247/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Play Fifteen puzzle &#8211; a game example with jQuery</title>
		<link>http://blog.tcchen.org/archives/246</link>
		<comments>http://blog.tcchen.org/archives/246#comments</comments>
		<pubDate>Wed, 12 Sep 2007 02:40:03 +0000</pubDate>
		<dc:creator>tyson</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.tcchen.org/archives/246</guid>
		<description><![CDATA[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 [...]]]></description>
		<wfw:commentRss>http://blog.tcchen.org/archives/246/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX:Asynchronous JavaScript and XML（非同步JavaScript 與XML）</title>
		<link>http://blog.tcchen.org/archives/64</link>
		<comments>http://blog.tcchen.org/archives/64#comments</comments>
		<pubDate>Wed, 19 Apr 2006 17:44:23 +0000</pubDate>
		<dc:creator>tyson</dc:creator>
				<category><![CDATA[4.DEV]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://blog.tcchen.org/archives/64</guid>
		<description><![CDATA[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  
]]></description>
		<wfw:commentRss>http://blog.tcchen.org/archives/64/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
