<?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"
	>

<channel>
	<title>Y星人の工作語錄</title>
	<atom:link href="http://x.wawooo.com/feed" rel="self" type="application/rss+xml" />
	<link>http://x.wawooo.com</link>
	<description>別理我, 我只是一個愛發勞騷的Y星人</description>
	<pubDate>Thu, 01 Jul 2010 09:53:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>a Quiz - click td rows, change th(no)+td(answer) background and radio checked.</title>
		<link>http://x.wawooo.com/archives/909</link>
		<comments>http://x.wawooo.com/archives/909#comments</comments>
		<pubDate>Thu, 01 Jul 2010 09:46:51 +0000</pubDate>
		<dc:creator>YuanYuan</dc:creator>
		
		<category><![CDATA[jQuery]]></category>

		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://x.wawooo.com/?p=909</guid>
		<description><![CDATA[a Quiz form,
I want to user to click td rows and choose their right answer not click radio buttons.
and I chage no background tell user, they had choose the answer.
so I do wrtie this code.
This sample have some fun, the answer not alaway 4 items, maybe some 3 items.
th.selected {background:#EAEAEA;}
td.selected&#160;{background:#336699;}
td.selected&#160;label.selected {font-weight:bold; color:#fff}
&#60;table cellspacing=&#34;0&#34; id=&#34;ansTable&#34;&#62;
&#60;tbody&#160;id=&#34;content&#34;&#62;
&#60;tr&#160;class=&#34;statement5&#34;&#62;
&#160; &#160; [...]]]></description>
		<wfw:commentRss>http://x.wawooo.com/archives/909/feed</wfw:commentRss>
		</item>
		<item>
		<title>How multi radiobox groups check?</title>
		<link>http://x.wawooo.com/archives/905</link>
		<comments>http://x.wawooo.com/archives/905#comments</comments>
		<pubDate>Fri, 25 Jun 2010 09:11:22 +0000</pubDate>
		<dc:creator>YuanYuan</dc:creator>
		
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://x.wawooo.com/?p=905</guid>
		<description><![CDATA[I need multi radiobox groups check to do something, but I can&#8217;t find good soulution with jQuery.
So, I try to do this.
&#60;form id=&#34;form82&#34; name=&#34;form82&#34;&#62;
&#160;&#60;div id=&#34;pagiTable&#34;&#62;
&#160; &#160; &#60;table&#160;cellspacing=&#34;0&#34; id=&#34;ansTable&#34;&#62;
&#160; &#160; &#60;tbody&#62;
&#160;
&#160; &#160; &#160; &#160; &#60;tr&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#60;th&#62;1&#60;/label&#62;&#60;/th&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#60;td&#160;class=&#34;col201&#34;&#62;&#60;input name=&#34;Field1&#34; id=&#34;Field1a&#34; type=&#34;radio&#34; tabindex=&#34;1&#34; value=&#34;A&#34; /&#62;&#60;/td&#62;
&#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://x.wawooo.com/archives/905/feed</wfw:commentRss>
		</item>
		<item>
		<title>javascript&#8217;s super Chart - Highcharts and IE6&#8217;s problem solution.</title>
		<link>http://x.wawooo.com/archives/901</link>
		<comments>http://x.wawooo.com/archives/901#comments</comments>
		<pubDate>Fri, 14 May 2010 09:34:12 +0000</pubDate>
		<dc:creator>YuanYuan</dc:creator>
		
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://x.wawooo.com/?p=901</guid>
		<description><![CDATA[when I try use Highcharts, I cann&#8217;t see any graphics in IE6 but text only and behavior work fine.

all works fine with Firefox 3.6+, chrome&#8230;, IE7, IE8..
but not works well with IE6sp3, only show text no any graphics.
I don&#8217;t know why?
But I find solution. just Enabled VML.
regsvr32 "%CommonProgramFiles%\Microsoft Shared\VGX\vgx.dll 
this info from Here!
for some reason, [...]]]></description>
		<wfw:commentRss>http://x.wawooo.com/archives/901/feed</wfw:commentRss>
		</item>
		<item>
		<title>css3 讓 web UI 進入了另一種新的體驗</title>
		<link>http://x.wawooo.com/archives/899</link>
		<comments>http://x.wawooo.com/archives/899#comments</comments>
		<pubDate>Tue, 20 Apr 2010 09:11:50 +0000</pubDate>
		<dc:creator>YuanYuan</dc:creator>
		
		<category><![CDATA[UI_UE]]></category>

		<guid isPermaLink="false">http://x.wawooo.com/?p=899</guid>
		<description><![CDATA[50個令人驚奇的 CSS3 動畫特效
看完這些效果後, 原本要使 flash 或是使用 sliverLight 才能達到的效果, 現在完全不用. 只要你的瀏覽器支援 CSS3, 很容易就搞定一切. 當然, Flash 和 SliverLight 各有其優缺點. 但不可否認的, 用簡單的方式達到困難的結果, 才是我們要的.
對於一些前端設計師而言, 不用再學習愈來愈難用的 flash(哈, 個人觀點), 可以很快的做出想要的形式, 讓使用者有跟以往更不同的操作介面和經驗.
圖像在多數時間是比文字來得容易使用. 簡單, 清楚.
google Chrome 在執行 CSS3 的效果時, 流暢到跟 flash 一樣. 雖不完全, 但足以讓人感到驚奇.
以這個時鐘的範例, colorful-clock-jquery-css

很簡單的時鐘, 怎麼設計的?
如果真的把它設計成手錶的實體產品, 也很棒! 可以設定換圈的顏色, 或是多做點不一樣的功能.
有沒有廠商想要把它設計成商品啊? 我會買一支.
CSS3 的出現, 都將改變使用者和以往不同的操作經驗. 很有趣, 值得期待.

]]></description>
		<wfw:commentRss>http://x.wawooo.com/archives/899/feed</wfw:commentRss>
		</item>
		<item>
		<title>html5, 不負責任, 亂報告.</title>
		<link>http://x.wawooo.com/archives/891</link>
		<comments>http://x.wawooo.com/archives/891#comments</comments>
		<pubDate>Mon, 19 Apr 2010 03:54:04 +0000</pubDate>
		<dc:creator>YuanYuan</dc:creator>
		
		<category><![CDATA[Html]]></category>

		<guid isPermaLink="false">http://x.wawooo.com/?p=891</guid>
		<description><![CDATA[簡報需要使用 google Chrome 或是 FireFox 3.6+ 瀏覽
html5 的簡報,  http://apirocks.com/html5/html5.html
變成 網頁的演進, 到 html5 ? , 嗯&#8230;值得思考 
html 5 = html + css + js APIs ?
看完之後, 發現加了許多有趣的新玩意.
但如果要更新功能, 是不是瀏覽器也要一直更新, 或是可以用外掛或是它有元素會自動抓取 w3C 的標準, 自動加入?
Javascript 的 API
應該是直接內建在瀏覽器裡了&#8230;那 jQuery , 是不是也要內建了? 不用每次都要找 jQuery 要那裡坎入了. 最好瀏覽器也能自己更新. 

可以暫存在 client, 等待連線後, 傳回 server, 嗯, 看來 follow 要再想清楚了, 不知 client 的資料是明碼還是暗碼, 會不會被偷?
可以透過 js [...]]]></description>
		<wfw:commentRss>http://x.wawooo.com/archives/891/feed</wfw:commentRss>
		</item>
		<item>
		<title>jpg with RGB or CYMK</title>
		<link>http://x.wawooo.com/archives/889</link>
		<comments>http://x.wawooo.com/archives/889#comments</comments>
		<pubDate>Thu, 25 Mar 2010 06:30:48 +0000</pubDate>
		<dc:creator>YuanYuan</dc:creator>
		
		<category><![CDATA[goodies]]></category>

		<guid isPermaLink="false">http://x.wawooo.com/?p=889</guid>
		<description><![CDATA[sometimes, we get jpg files form visual designer.
we&#8217;ll find the jpg not show in browser correctly, why ?
because the visual designer made the jpg in CYMK format for print output, not RGB.
browser just only knew RGB format.
if you want correctly show in browser,
tell visual deisnger: convert jpg to RGB format. 3Q!

]]></description>
		<wfw:commentRss>http://x.wawooo.com/archives/889/feed</wfw:commentRss>
		</item>
		<item>
		<title>ScrapBook! Good tools 4 Offline Browser.(how cut pages with ssl or form  or 401 authorization)</title>
		<link>http://x.wawooo.com/archives/878</link>
		<comments>http://x.wawooo.com/archives/878#comments</comments>
		<pubDate>Mon, 08 Mar 2010 02:51:58 +0000</pubDate>
		<dc:creator>YuanYuan</dc:creator>
		
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://x.wawooo.com/?p=878</guid>
		<description><![CDATA[我們在瀏覽網頁時,如果需要學習別人的網站如何製作時, 通常你會怎麼做?
Cut 圖? 另存 html ? 檢視原始檔? 或是使用砍站軟體?
怎麼做都可以, 其實只要自己方便, 能解決問題就好了.
Cut 圖的工具相當多, 就算你直接按 print Screen 也可以. 但缺點是無法看到別人如何巧妙運用 html 或是 css 來產生畫面的結構. 另一個想法是可以激盪一下自已的腦力, 如何做出這樣的效果.
幾個簡單好用的軟體:

FastStone Capture - free
Snag IT!

另存 html 和檢視原始檔, 雖然方便, 但通常在頁面上還有許多網頁的元素, 像圖檔, css, js..等等, 你要將這些檔案存下來, 還真要花一翻功夫, 有點麻煩, 也浪費時間.
砍站軟體, 好處是自動化, 會幫你把網站都自動抓下來, 但是仍有些缺點, 像是 form 的認證, 或是網站有記錄 cookie, 或是透過 ssl 或是 401 authorization &#8230;等等, 就會遇到問題.
最常見的幾個工具如下:

Httrack - 免費的
Teleport - [...]]]></description>
		<wfw:commentRss>http://x.wawooo.com/archives/878/feed</wfw:commentRss>
		</item>
		<item>
		<title>Turn off music auto-play on your blog or website!!!</title>
		<link>http://x.wawooo.com/archives/876</link>
		<comments>http://x.wawooo.com/archives/876#comments</comments>
		<pubDate>Wed, 24 Feb 2010 06:02:09 +0000</pubDate>
		<dc:creator>YuanYuan</dc:creator>
		
		<category><![CDATA[UI_UE]]></category>

		<guid isPermaLink="false">http://x.wawooo.com/?p=876</guid>
		<description><![CDATA[使用blog的人是愈來愈多. 雖說 blog 是屬於個人的網誌, 但常常找著資訊就不小心到了別人的 blog.
現在最痛苦的一件事就是: 自動播放音樂. 老天!
尤其是在使用頁籤式的瀏覽器IE7+,FF+, Opera..等等, 你可能同時在看許多網頁和資訊, 這時, 你就會突然找不到, 到底是那個 blog 正在放音樂. 到底外掛了什麼播放器? 有時, 你同時打開同一個 blog, 瀏覽不同的文章, 就會聽到, 相同的歌曲, 正在一直 ECHO 的播放著&#8230;.GOD! 嚇到我了&#8230;有些音樂, 簡直是魔音傳腦.
我想, 這時使用者, 會盡速離開/關閉你的 blog 或網站.
當然, 把電腦的聲音關掉也不失為一個好方法. 只是在你需要看影音時, 又要再打開一次.
也許會有瀏覽器外掛, 幫忙把聲音這件事搞定. 設定什麼網站開, 或是即時的靜音或是打開這件事.
用 UE 的角度來看, 我會建議 Turn off music auto-play. 還我一個安靜的瀏覽空間.
除非, 你的聲音元素, 對網站或blog來說是必要的, 不定然鐵定會扣分.
讓使用者自行選擇, 不失為一個好方法, 如果你想和別人分享你的音樂, 就讓使用者自己選擇吧.
不要強迫我聽歌, 謝謝.
對於自動和手動的方式, 對於不同網站的應用, 應該要適得其所. 以上.
錯誤範例

xx房屋 [...]]]></description>
		<wfw:commentRss>http://x.wawooo.com/archives/876/feed</wfw:commentRss>
		</item>
		<item>
		<title>Don&#8217;t make user think or learn?</title>
		<link>http://x.wawooo.com/archives/873</link>
		<comments>http://x.wawooo.com/archives/873#comments</comments>
		<pubDate>Wed, 27 Jan 2010 09:11:13 +0000</pubDate>
		<dc:creator>YuanYuan</dc:creator>
		
		<category><![CDATA[UI_UE]]></category>

		<guid isPermaLink="false">http://x.wawooo.com/?p=873</guid>
		<description><![CDATA[Don&#8217;t make user think or learn ?
I don&#8217;t think so.
Everything , you must learn.
when you were a child, climb on the ground, and you learn how to walk.
iPhone user interface , you n&#8217;t need to learn how to using ? how to move, how to resize screen.
if you want drive a car, you don&#8217;t need [...]]]></description>
		<wfw:commentRss>http://x.wawooo.com/archives/873/feed</wfw:commentRss>
		</item>
		<item>
		<title>curl + proxy + ssl + WSDL(nusoap)</title>
		<link>http://x.wawooo.com/archives/871</link>
		<comments>http://x.wawooo.com/archives/871#comments</comments>
		<pubDate>Wed, 27 Jan 2010 07:42:04 +0000</pubDate>
		<dc:creator>YuanYuan</dc:creator>
		
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://x.wawooo.com/?p=871</guid>
		<description><![CDATA[if you want to using WSDL（Web Services Description Language）service, in PHP, you need nusoap, easy to use.
client1 form nusoap example.
&#60;?php
/*
 *&#160; &#160; $Id: client1.php,v 1.3 2007/11/06 14:48:24 snichol Exp $
 *
 *&#160; &#160; Client sample that should get a fault response.
 *
 *&#160; &#160; Service: SOAP endpoint
 *&#160; &#160; Payload: rpc/encoded
 *&#160; &#160; Transport: http
 [...]]]></description>
		<wfw:commentRss>http://x.wawooo.com/archives/871/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
