<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>伊沙熊的學習筆記本</title>
<link>http://blog.roodo.com/esabear/</link>
<description>Flash CS3, ActionScript 3.0, Web 2.0, 3D </description>
<language>zh-tw</language>
<generator>Roodo Blog System</generator>
<copyright>All Rights Reserved</copyright>
<atom:link href="http://blog.roodo.com/esabear/rss.xml" rel="self" type="application/rss+xml" />
<item>
	<title>【玩具】3D場景控制+人臉辨識(Flash face-detection)</title>
	<description>
		<![CDATA[　　以前在做這篇【練習】<a href="http://blog.roodo.com/esabear/archives/7174029.html">3D太空中的無限延伸</a>的時候，就是希望可以真的做到人臉偵測，但一直沒時間好好實作它。多虧了網路的一些高手，把開放原始碼的OpenCV移植到AS3來(詳見<a href="http://www.quasimondo.com/archives/000687.php" rel="nofollow" target="_blank" title="Quasimondo針對Ohtsuka Masakazu的改良版">此連結</a>)，要做人臉辨識變得容易多了，完全不需要Server端的運算，在Client端以Flash離線運算抓取人臉即可。花了一點時間把以前的作品跟Quasimondo提供的範例做了點合併，由原本的滑鼠控制，改成了用webcam的臉部位置動態控制視角的功能。...<a class="acontinues" href="http://blog.roodo.com/esabear/archives/18933628.html">繼續閱讀</a>		]]>
	</description>
	<link>http://blog.roodo.com/esabear/archives/18933628.html</link>
	<guid isPermaLink="true">http://blog.roodo.com/esabear/archives/18933628.html</guid>
	<category>Flash筆記</category>
	<pubDate>Mon, 13 Feb 2012 22:30:34 +0800</pubDate>
</item>
<item>
	<title>【筆記】PHP彩蛋(Easter Eggs) 隱藏版Logo</title>
	<description>
		<![CDATA[<p>　　程式人員永遠都是退居幕後，難免會不甘心，因此喜歡在程式作品中加點料：隱藏的工作人員名單、特殊指令或密技、特別視角的圖像…等等，都可以通稱為彩蛋(Easter Eggs)。</p>
<p>　　被廣泛使用的PHP裡，也藏有這樣的程式碼(php-src/ext/standard/info.h)，因為開放原始碼的關係，就有人發現了這個彩蛋：在PHP網址後加上一個特殊的GET參數，才會顯示的Logo或內容。</p>...<a class="acontinues" href="http://blog.roodo.com/esabear/archives/17859331.html">繼續閱讀</a>		]]>
	</description>
	<link>http://blog.roodo.com/esabear/archives/17859331.html</link>
	<guid isPermaLink="true">http://blog.roodo.com/esabear/archives/17859331.html</guid>
	<category>網頁製作</category>
	<pubDate>Tue, 08 Nov 2011 22:14:04 +0800</pubDate>
</item>
<item>
	<title>【筆記】線上檢查SSL憑證資訊、版本及加密演算法</title>
	<description>
		<![CDATA[<p>
最近在研究SSL（Secure Sockets Layer）的版本判斷：SSLv2, SSLv3以及TLS，把找到的工具做個簡單整理
</p>...<a class="acontinues" href="http://blog.roodo.com/esabear/archives/16746055.html">繼續閱讀</a>		]]>
	</description>
	<link>http://blog.roodo.com/esabear/archives/16746055.html</link>
	<guid isPermaLink="true">http://blog.roodo.com/esabear/archives/16746055.html</guid>
	<category>資訊科技</category>
	<pubDate>Wed, 14 Sep 2011 18:54:10 +0800</pubDate>
</item>
<item>
	<title>【筆記】用PHP+cURL傳送Request (GET,POST或上傳檔案)至另一個網頁</title>
	<description>
		<![CDATA[<p>　　筆記分二大部份:PHP傳送GET、POST、上傳檔案至另一個網址，以及PHP如何接收及處理上傳的檔案。正常來講PHP程式通常是接收端，但有些時候也會扮演傳送端，把資料送到同一個或另一個伺服器，或者讀取某個網頁資料，這時可以用fopen、fsockopen或者cURL，後者功能強大且使用起來很便利、程式碼也很美觀直覺，相當推薦使用。</p>
<p>　　在<a href="http://blog.roodo.com/esabear/archives/15069653.html" title="站內-【筆記】Windows 安裝 Apache 2.2 + MySQL 5.5 + PHP 5.3 教學">正常預設安裝</a>之下，PHP安裝目錄下會有 libeay32.dll 和 ssleay32.dll 二個檔案，且在phpinfo()中會看到curl已啟用，即可使用之。以下做一點心得紀錄。</p>...<a class="acontinues" href="http://blog.roodo.com/esabear/archives/16358749.html">繼續閱讀</a>		]]>
	</description>
	<link>http://blog.roodo.com/esabear/archives/16358749.html</link>
	<guid isPermaLink="true">http://blog.roodo.com/esabear/archives/16358749.html</guid>
	<category>網頁製作</category>
	<pubDate>Thu, 18 Aug 2011 21:08:07 +0800</pubDate>
</item>
<item>
	<title>【閒聊】IE 9、FireFox 4 陸續登場, 和Chrome、Safari、Opera一起佈局HTML5 (Flash何去何從？)</title>
	<description>
		<![CDATA[最近Internet Explorer和Firefox都推出了主要版本的更新, 來看看各大瀏覽器：

<ol>
<li>Internet Explorer 9 - 號稱要釋放網路原力之美<br />
<a href="http://www.microsoft.com/taiwan/promo/ie9/" target="_blank" rel="nofollow">http://www.microsoft.com/taiwan/promo/ie9/</a></li>

<li>Firefox 4 - 號稱比 Firefox 3.6 快六倍<br />
<a href="http://www.mozilla.com/zh-TW/firefox/" target="_blank" rel="nofollow">http://www.mozilla.com/zh-TW/firefox/</a></li>

<li>Chrome - 號稱和閃電一樣快<br />
<a href="http://www.google.com/chrome/?hl=zh-TW" target="_blank" rel="nofollow">http://www.google.com/chrome/?hl=zh-TW</a></li>

<li>Opera - 號稱Windows上最快的瀏覽器<br />
<a href="http://www.opera.com/" target="_blank" rel="nofollow">http://www.opera.com/</a></li>

<li>Safari - 號稱全世界最快速的瀏覽器<br />
<a href="http://www.apple.com/tw/safari/download/" target="_blank" rel="nofollow">http://www.apple.com/tw/safari/download/</a></li>

</ol>

<p>光從「號稱」來看, 應該知道是蘋果的Safari勝出了--- "全世界"最快<br />(或者該說最臭屁? XD)</p>

<p>　　雖然大家都在號稱自己快, 不過隨著各家的推陳出新、各有所長, 漸漸地也難分勝負了，以一個使用者來看，一向落後的IE，在IE9推出後的確比過去的版本速度大幅增進，介面也變清爽了；Firefox 4有沒有變成6倍快？已經夠快了感覺不出來，但介面經過調整，類似Chrome的分頁方式和icon簡化，也是煥然一新的感覺；Chrome和其它家則一直都維持高效能。個人的心得是：<b>其實你們都已經夠快了，可以開始端牛肉啦！</b></p>...<a class="acontinues" href="http://blog.roodo.com/esabear/archives/15423315.html">繼續閱讀</a>		]]>
	</description>
	<link>http://blog.roodo.com/esabear/archives/15423315.html</link>
	<guid isPermaLink="true">http://blog.roodo.com/esabear/archives/15423315.html</guid>
	<category>資訊科技</category>
	<pubDate>Wed, 23 Mar 2011 12:29:08 +0800</pubDate>
</item>
<item>
	<title>【筆記】Windows 安裝 Apache 2.2 + MySQL 5.5 + PHP 5.3 教學</title>
	<description>
		<![CDATA[最近安裝Apache的心得, 做點筆記, 實際安裝版本: 
<ul><li>Apache 2.2.172</li><li>MySQL 5.5.83</li><li>PHP 5.3.5</li><li>PHPMyAdmin 3.3.x (附錄)</li></ul>
<p>因為Apache 2.2的改版, 使得安裝稍微有些變化, 尤其在PHP的搭配上, 安裝過程雖然有嘗試了不同的方式, 但都不是很順, 最後採用的方法應該算快速又有效的了, 做個Step by step的紀錄分享給同樣想分開安裝的人。順便在文內簡單列一些資訊安全相關的常識。</p>...<a class="acontinues" href="http://blog.roodo.com/esabear/archives/15069653.html">繼續閱讀</a>		]]>
	</description>
	<link>http://blog.roodo.com/esabear/archives/15069653.html</link>
	<guid isPermaLink="true">http://blog.roodo.com/esabear/archives/15069653.html</guid>
	<category>網頁製作</category>
	<pubDate>Fri, 28 Jan 2011 19:17:32 +0800</pubDate>
</item>
<item>
	<title>【備忘】MySQL Error: 1366 Incorrect string value: &#039;\xB7s\xB2...&#039; </title>
	<description>
		<![CDATA[　　今天在開發時遇到一件奇怪的事情，PHP讀檔後餵資料給MySQL時，吐了一個錯誤訊息：MySQL Error: 1366 (Incorrect string value: '\xB7s\xB2\xD3\xA9\xFA...' for column 'path' at row 67)查資料後發現是編碼的問題，但在mysql指令中輸入status看到的characterset都是utf8，後來再嘗試了一下，把table的預設引擎從 <b>InnoDB</b> 改成 <b>MyISAM</b> 算是暫時解決這個怪問題了。...<a class="acontinues" href="http://blog.roodo.com/esabear/archives/14957987.html">繼續閱讀</a>		]]>
	</description>
	<link>http://blog.roodo.com/esabear/archives/14957987.html</link>
	<guid isPermaLink="true">http://blog.roodo.com/esabear/archives/14957987.html</guid>
	<category>網頁製作</category>
	<pubDate>Tue, 18 Jan 2011 15:22:48 +0800</pubDate>
</item>
<item>
	<title>【工具】線上MD5檔案驗證 (Online MD5 checksum verifier)</title>
	<description>
		<![CDATA[<p>　　在網路上下載一些檔案有時需要做MD5 Checksum校驗，以確保檔案的內容是正確的，沒有損毀或被竄改之虞，但是在Windows中要安裝程式才能方便檢驗，為此我用flash寫了一個小程式，可以毋需安裝直接在線上開啟檔案，並計算MD5 CheckSum，建議使用於100MB以下的檔案(視個人記憶體決定)。</p>
<p class="ttlBpWonderfl" style="width: 465px; margin: 0; text-align: right; font-size: 11px;"><a href="http://wonderfl.net/c/8mY2" title="Online MD5 checksum validator" rel="nofollow">Online MD5 checksum verifier - wonderfl build flash online</a>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.roodo.com%2Fesabear%2Farchives%2F14835005.html&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe></p> ...<a class="acontinues" href="http://blog.roodo.com/esabear/archives/14835005.html">繼續閱讀</a>		]]>
	</description>
	<link>http://blog.roodo.com/esabear/archives/14835005.html</link>
	<guid isPermaLink="true">http://blog.roodo.com/esabear/archives/14835005.html</guid>
	<category>Flash筆記</category>
	<pubDate>Fri, 31 Dec 2010 17:41:45 +0800</pubDate>
</item>
<item>
	<title>【新聞】正在悄悄掀起的Flash 3D革命</title>
	<description>
		<![CDATA[　　其實也不算新聞了, 自從<a href="http://2010.max.adobe.com/online/" rel="nofollow" target="_blank">Adobe Max 2010</a>釋出Flash 3D API的訊息後, 以及<a href="http://labs.adobe.com/technologies/flash/molehill/" rel="nofollow" target="_blank">Molehill</a>的宣佈, 一直擱著沒有時間好好研究, 但最近看著Papervision3D的群組裡出現了「is PV3D dead ?」的熱烈討論串, 實在有感而發... 在約二年前, Papervision3D可以說是穩健好用的3D API之首, 而現在情勢已經完全不同, 各家API如雨後春筍般冒出來, 不但初學者摸不清楚該從什麼開始, 連開發者也追得很累, 現在終於連Adobe也跳出來囉～...<a class="acontinues" href="http://blog.roodo.com/esabear/archives/14330713.html">繼續閱讀</a>		]]>
	</description>
	<link>http://blog.roodo.com/esabear/archives/14330713.html</link>
	<guid isPermaLink="true">http://blog.roodo.com/esabear/archives/14330713.html</guid>
	<category>Flash筆記</category>
	<pubDate>Tue, 02 Nov 2010 15:52:20 +0800</pubDate>
</item>
<item>
	<title>【筆記】拖動場景(startDrag)時, 不引發點擊(click)的方法</title>
	<description>
		<![CDATA[<p>做遊戲或浮動視窗時, 常會遇到的問題:「如何拖動物件或場景, 可是該物件內有可點擊的按鈕或連結, 平時可正常點擊, 但希望拖動時不要反應。」</p>
直述原理如下：
<ol>
<li><b>滑鼠點擊的動作, 等於滑鼠按住然後放開</b><br/>
也就是說AS3的MouseEvent.CLICK事件, 相當於MouseEvent.MOUSE_DOWN+MouseEvent.MOUSE_UP</li>
<li><b>按住還沒放開時, 看滑鼠是否有移動, 有移動才startDrag, 並且把點擊事件移除偵聽, 放開後stopDrag; 沒有移動的話則不處理</b><br/>
也就是MouseEvent.MOUSE_DOWN時, 偵聽是否有MouseEvent.MOUSE_MOVE(移動滑鼠事件)</li>
</ol>...<a class="acontinues" href="http://blog.roodo.com/esabear/archives/14281973.html">繼續閱讀</a>		]]>
	</description>
	<link>http://blog.roodo.com/esabear/archives/14281973.html</link>
	<guid isPermaLink="true">http://blog.roodo.com/esabear/archives/14281973.html</guid>
	<category>Flash筆記</category>
	<pubDate>Wed, 27 Oct 2010 12:16:18 +0800</pubDate>
</item>
<item>
	<title>【工具】在Flash中使用HTML與CSS的輸出預覽工具</title>
	<description>
		<![CDATA[<p>「如何把html網頁嵌進Flash裡？」相信有些人曾遇到這樣的問題</p>
<p>　　雖然聽起來有點本末倒置, Flash本來是HTML規格裡的一部份, 卻反過來要支援HTML。
但是在Flash應用的蓬勃發展下, 這樣的需求也不再是不可能</p>
<p>　　有人研究出把網頁的內容, 用浮動DIV的方式壓在Flash之上, 這樣的確解決了一些問題(例如:透明模式的中文輸入), 
但是以一般需求而言, 實作方式太麻煩, 且在定位和控制上會有一些問題。
事實上Flash的文字欄位是支援HTML及CSS樣式的, 而且還有一些奇妙的功能, 像是TextEvent.LINK的連結點擊事件等, 
只是支援程度也極其陽春, 部份地支援HTML的某些tag, CSS只支援CSS1的一部份, 且在排版支援上還有一些詭異之處(見程式範例)</p>
<p>　　為了能清楚明瞭HTML在Flash中的運作情況, 做了一個小工具, 也順便做了一些實驗, 希望能多瞭解一些, 即使陽春, 也許有機會也可以善加利用。</p>...<a class="acontinues" href="http://blog.roodo.com/esabear/archives/14199163.html">繼續閱讀</a>		]]>
	</description>
	<link>http://blog.roodo.com/esabear/archives/14199163.html</link>
	<guid isPermaLink="true">http://blog.roodo.com/esabear/archives/14199163.html</guid>
	<category>Flash筆記</category>
	<pubDate>Fri, 15 Oct 2010 15:53:31 +0800</pubDate>
</item>
<item>
	<title>【備忘】Server啟用 gzip 壓縮導致 Flash loading 不正常</title>
	<description>
		<![CDATA[<p>　　最近遇到一個主機轉移上的問題, 主機管理者告知Flash部份的載入有不正確的情況。 找了一下, 發現是因為Apache啟用了gzip壓縮模組<a title="Apache 2 Module mod_deflate" href="http://httpd.apache.org/docs/2.0/mod/mod_deflate.html" target="_blank" rel="nofollow">mod_deflate</a>, 啟用的好處是可以將被請求的檔案先壓縮再傳輸, 節省網路頻寬、增加傳送速度, 所以棄之也可惜。</p>

<p>　　但是啟用後卻影響到Flash Player判讀載入進度失誤, 似乎是因為封包header原本應該是 Content-Type: application/x-shockwave-flash, 結果變成text, 導致bytesLoaded/bytesTotal資訊不正確。 找了一下解法, 其實只要把swf列入例外即可解決問題, 畢竟壓縮對於純文字而言比較有效果, swf、flv或一些圖檔壓縮比很低, 不但造成Loading問題, 還有可能變成多餘的動作</p>...<a class="acontinues" href="http://blog.roodo.com/esabear/archives/13788955.html">繼續閱讀</a>		]]>
	</description>
	<link>http://blog.roodo.com/esabear/archives/13788955.html</link>
	<guid isPermaLink="true">http://blog.roodo.com/esabear/archives/13788955.html</guid>
	<category>Flash筆記</category>
	<pubDate>Fri, 17 Sep 2010 09:15:34 +0800</pubDate>
</item>
<item>
	<title>【工具】在ActionScript 3畫虛線(dashed line)和點線(dotted line)</title>
	<description>
		<![CDATA[<p>　　一直以為在Flash IDE中的面版中, 只要可以手動調整的屬性, 就有相對應的程式, 但是最近才發現這個想法錯了, 而且竟然還是一個極基本的功能: <b>畫虛線</b>, 查了一下lineStyle、lineGradientStyle等等函式, 偏偏就是找不到, 翻了一下網路上的資源, 只找到AS2版本(senocular.com的<a href="http://www.senocular.com/flash/actionscript/?file=ActionScript_2.0/com/senocular/drawing/DashedLine.as" target="_blank" rel="nofollow">DashedLine.as</a>)的程式可以畫 CurveTo 的弧線, 難道真的沒有嗎? 希望是我搞錯了...</p>
<p>因為暫時找不到解法, 只好自己改寫成AS3的版本。<a class="subtitle" href="http://blog.roodo.com/esabear/aa526c86.as" target="_blank">原始碼下載</a><br/>
(請自行更名為DashedLine.as, 並置於com/senocular/drawing/目錄下,<a href="http://blog.roodo.com/esabear/6191178d.rar" title="複製連結並至其它視窗貼上">直接下載</a>)</p>...<a class="acontinues" href="http://blog.roodo.com/esabear/archives/13596663.html">繼續閱讀</a>		]]>
	</description>
	<link>http://blog.roodo.com/esabear/archives/13596663.html</link>
	<guid isPermaLink="true">http://blog.roodo.com/esabear/archives/13596663.html</guid>
	<category>Flash筆記</category>
	<pubDate>Mon, 30 Aug 2010 21:17:33 +0800</pubDate>
</item>
<item>
	<title>【作品】AR+3D動畫公仔</title>
	<description>
		<![CDATA[<p>最近做了一個滿有趣的活動網站<br/>
可以線上養成味味A的A仔, 收集動作和服裝, 累積一定歲數後還可以抽筆電</p>

<div class="pict"><img src="http://blog.roodo.com/esabear/ea9a8a0e.jpg" width="420"  border="0" alt="味味A 25週年" hspace="5" class="pict" ></div>

<p>遊戲本身只是一個像電子雞的遊戲<br/>
不過技術上還滿多且雜的, 就像是個大雜繪, 貪心地加了很多料<br/>
結合了像是3D、DAE動畫、AR(擴增實境)、Facebook API、webcam偵測手指<br/>
在AR模式如果去旋轉感應卡, 或者把A仔倒吊都會有反應<br/>
還好有一些是以前剛好有接觸或需求, 而研究出來的成果</p>

<hr>
活動網址：<a href="http://www.vedan.com.tw/25party/" target="_blank">http://www.vedan.com.tw/25party/</a>
<hr>

<p>3D動畫模型是第一次使用, 在事前和建模廠商來來回回好幾次的修改<br/>
結果磨了太久, 實際程式撰寫只剩不到2星期, 又是一個爆肝力作<br/>
綜合了這麼多種技術, 還是有點吃不消<br/>
尤其在效能上, 實在也沒辦法顧及太多<br/>
想要追上國外的技術水準, 深深覺得還有好多東西要學習阿</p>...<a class="acontinues" href="http://blog.roodo.com/esabear/archives/12635105.html">繼續閱讀</a>		]]>
	</description>
	<link>http://blog.roodo.com/esabear/archives/12635105.html</link>
	<guid isPermaLink="true">http://blog.roodo.com/esabear/archives/12635105.html</guid>
	<category>Flash筆記</category>
	<pubDate>Tue, 08 Jun 2010 22:48:34 +0800</pubDate>
</item>
<item>
	<title>【筆記】Flash的「5005: 最佳化位元組程式碼時發生不明錯誤。」問題</title>
	<description>
		<![CDATA[<p>今天寫Flash程式, 在用Flash CS3輸出時, 遇到了一個很莫名奇妙的錯誤訊息：<br/>
<div style="padding:3px;" title="5005: Unknown error optimizing byte code"><i>　5005: 最佳化位元組程式碼時發生不明錯誤。<div style="padding-left:13px;">(5005: unknown error optimizing byte code)</div></i></div><br/>
沒有告知哪一行, 也不說是什麼可能原因...困擾了我一下子<br/>
更新Java和重開機都無解<br/>
</p>
<p>
後來在一個<a href="http://www.negush.net/blog/5005-unknown-error-optimizing-byte-code/comment-page-1/" rel="nofollow" target="_blank">部落格</a>找到了解法<br/>
似乎是程式碼過多, 到達了Compiler的預設上限<br/>
按照教學將【我的電腦】→右鍵內容→【進階】→【環境變數】→在系統變數裡"新增"一個變數值, 名稱為 <b>JAVA_TOOL_OPTIONS</b> , 值為 <b>-Xmx1024M</b> <br/>
(若打開Flash後有錯誤,就把1024改成512..256..我自己是改到128時才成功)
</p>
<p>
頭一回遇到程式碼過量的問題, 該慶祝一下自己的程式境界有所"突破"了嗎
</p>		]]>
	</description>
	<link>http://blog.roodo.com/esabear/archives/12545965.html</link>
	<guid isPermaLink="true">http://blog.roodo.com/esabear/archives/12545965.html</guid>
	<category>Flash筆記</category>
	<pubDate>Fri, 28 May 2010 22:09:52 +0800</pubDate>
</item>
<item>
	<title>【筆記】Papervision3D置換DAE部份材質的方法</title>
	<description>
		<![CDATA[<p>處理3D模型時有時會遇到需要隱藏部份區塊或換掉部份貼圖的時候<br/>
摸索一番後總算找到方向</p>

首先用文字編輯器開啟*.dae檔 (Collada內容為XML)<br/>
找到形如以下範例字串：(可以用"material="搜尋)<br/>
<div style="background-color: #FFFFFF; border-width: 1px; border-color: #CC9900; border-style: solid;">
<pre>       &lt;triangles material=&quot;lambert6SG&quot; count=&quot;288&quot;&gt;</pre>
</div>
<i>lambert6SG</i>即為可用來被置換的材質名稱...<a class="acontinues" href="http://blog.roodo.com/esabear/archives/12048817.html">繼續閱讀</a>		]]>
	</description>
	<link>http://blog.roodo.com/esabear/archives/12048817.html</link>
	<guid isPermaLink="true">http://blog.roodo.com/esabear/archives/12048817.html</guid>
	<category>Flash筆記</category>
	<pubDate>Fri, 26 Mar 2010 20:18:44 +0800</pubDate>
</item>
<item>
	<title>【酷站】為部落格加上52種語言翻譯工具</title>
	<description>
		<![CDATA[十分簡明的小工具, 複製語法貼到自由欄位中, 就可以擁有圖像化的翻譯小幫手。
<p>
<div class="pict"><img class="pict" src="http://blog.roodo.com/esabear/1e051f77_s.png" border="0" alt="logo of http://translateth.is/" hspace="5" align="left" /></div>
<table>
<tr><td colspan="2">
<b>TranslateThis Button</b>
</td></tr>
<tr><td colspan="2">
網址：<a href="http://translateth.is/" target="_blank" rel="nofollow">http://translateth.is/</a>
</td></tr>
<tr><td>試試看：</td>
<td>
<!-- Begin TranslateThis Button -->

<div id="translate-this-demo"><a href="http://translateth.is/" class="translate-this-button">Translate載入中...</a></div>



<!-- End TranslateThis Button -->
</td></tr>
<tr><td colspan="2">
<small>
<ul>
<li>使用AJAX+Google Language API技術</li>
<li>支援52種語言, 功能可自訂</li>
<li>提供WordPress外掛</li>
</ul>
</small>
</td></tr>
</table>

</p>

<p>
　　選擇語言後在下次進到同一個網站時, 仍然會記住設定(記錄在cookie裡), 所以以後每次都會自動翻譯, 如果要取消, 只要在等待翻譯時按下cancel, 或者清一下cookie即可。
</p>		]]>
	</description>
	<link>http://blog.roodo.com/esabear/archives/11809797.html</link>
	<guid isPermaLink="true">http://blog.roodo.com/esabear/archives/11809797.html</guid>
	<category>資訊科技</category>
	<pubDate>Fri, 26 Feb 2010 15:57:14 +0800</pubDate>
</item>
<item>
	<title>【心得】ActionScript語法: startDrag限制區域</title>
	<description>
		<![CDATA[<p>　　ActionScript裡有個startDrag()與stopDrag()語法, 可以將Sprite(或延伸出的MovieClip等)以滑鼠拖動跟隨與放開, 用法形如：</p>
<p><b>mc.startDrag();</b> // mc為元件實體名稱</p>
<p>startDrag還可以代入2個參數：</p>
<ul><li>第一個值為true時會使拖曳時元件的中心點黏在游標上, false(預設)則是黏在按下去時的點。</li>
<li>第二個是用來指定限制拖曳範圍的框(Rectangle)</li></ul>...<a class="acontinues" href="http://blog.roodo.com/esabear/archives/11696773.html">繼續閱讀</a>		]]>
	</description>
	<link>http://blog.roodo.com/esabear/archives/11696773.html</link>
	<guid isPermaLink="true">http://blog.roodo.com/esabear/archives/11696773.html</guid>
	<category>Flash筆記</category>
	<pubDate>Fri, 12 Feb 2010 17:55:51 +0800</pubDate>
</item>
<item>
	<title>【備忘】MySQL取得當週第一天的語法</title>
	<description>
		<![CDATA[忙到好久沒做筆記囉~底下是取得同一週的第一天日期的MySQL語法
<div style="background-color: #feb; border: 1px solid #fd8; font-family: Monaco,monospace; padding: 5px; line-height: 1.3em; white-space:pre; font-size: 11px;">SET @today = curdate();
SET @weekstart = 1;
SELECT DATE_SUB(@today,INTERVAL DAYOFWEEK(@today) - @weekstart DAY);
</div>

<p>以今天為例(星期五, SELECT CURDATE( )為2010-01-08)<br/>
取得的結果是2010-01-03<br/>
weekstart =1是 Sunday, 星期一、二就是2,3以此類推<br/>
可以將@today換成任何一天, 即可求得該週禮拜日的日期</p>

參考網頁：<a href="http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html" rel="nofollow" target="_blank">MySQL Reference Manual</a>		]]>
	</description>
	<link>http://blog.roodo.com/esabear/archives/11327149.html</link>
	<guid isPermaLink="true">http://blog.roodo.com/esabear/archives/11327149.html</guid>
	<category>網頁製作</category>
	<pubDate>Fri, 08 Jan 2010 11:53:10 +0800</pubDate>
</item>
<item>
	<title>【練習】3D矩形貼圖地球</title>
	<description>
		<![CDATA[　　今天在<a href="http://wonderfl.net/" target="_blank" rel="nofollow" title="一個可以線上編譯和分享AcrionScript的好地方">wonderfl</a>上看到一個有趣的程式:<a href="http://wonderfl.net/code/007788626e442bddbf693843afb5727b24e682fd" target="_blank" rel="nofollow">Hello, World!</a> 起先是對它的寫法感到興趣, 因為作者的寫法滿變態的XD, 剛看到簡直是愣住, 過一陣子才看懂, 竟然想到用巢狀空陣列來當地圖, 真是有趣, 其它語法也寫得極盡精簡... 後來想到一個點子, 順手把它改成了3D地球的貼圖：
<div style="text-align:center;width:465px;"><iframe title="forked from: Hello, World! - wonderfl build flash online" scrolling="no" src="http://wonderfl.net/blogparts/95da37632e5d14165f4659c902964570d6e450cf" width="465" height="490" style="border:1px black solid;"></iframe><a href="http://wonderfl.net/code/95da37632e5d14165f4659c902964570d6e450cf" title="forked from: Hello, World! - wonderfl build flash online">forked from: Hello, World! - wonderfl build flash online</a></div>
※ 原始檔連過去就看得到。...<a class="acontinues" href="http://blog.roodo.com/esabear/archives/10882457.html">繼續閱讀</a>		]]>
	</description>
	<link>http://blog.roodo.com/esabear/archives/10882457.html</link>
	<guid isPermaLink="true">http://blog.roodo.com/esabear/archives/10882457.html</guid>
	<category>Flash筆記</category>
	<pubDate>Mon, 30 Nov 2009 21:22:40 +0800</pubDate>
</item>
<item>
	<title>【筆記】Flash取得播放端的環境資訊(Capabilities class)</title>
	<description>
		<![CDATA[<p>　　ActionScript 3.0的Capabilities類別, 可以幫助開發者取得瀏覽者主機的語系、作業系統...等資訊, 在做相容系統、跨語系或想偵測如手機等播放裝置時十分有用。Capabilities繼承自Object,取用屬性很容易, 如以下程式碼：</p>
<p><b>import flash.system.Capabilities;<br/>
trace(Capabilities.os);</b></p>
<p>常用的屬性如下：(FP為Flash Player的縮寫)</p>
<br/>
上面的Flash裡右欄顯示的就是實際取得的資訊。...<a class="acontinues" href="http://blog.roodo.com/esabear/archives/10852869.html">繼續閱讀</a>		]]>
	</description>
	<link>http://blog.roodo.com/esabear/archives/10852869.html</link>
	<guid isPermaLink="true">http://blog.roodo.com/esabear/archives/10852869.html</guid>
	<category>Flash筆記</category>
	<pubDate>Fri, 27 Nov 2009 15:06:18 +0800</pubDate>
</item>
<item>
	<title>【調查】部落格平台(BSP)側欄的JavaScript支援度</title>
	<description>
		<![CDATA[　　因為最近研究部落貼的製作, 一一調查了幾個有名的部落格平台(BSP), 以了解平台的限制與支援, 在此整理一下。<div><br /></div><div>目前僅對側邊欄位是否能自訂與置入JavaScript部份做調查：</div>...<a class="acontinues" href="http://blog.roodo.com/esabear/archives/10847201.html">繼續閱讀</a>		]]>
	</description>
	<link>http://blog.roodo.com/esabear/archives/10847201.html</link>
	<guid isPermaLink="true">http://blog.roodo.com/esabear/archives/10847201.html</guid>
	<category>網頁製作</category>
	<pubDate>Thu, 26 Nov 2009 23:56:37 +0800</pubDate>
</item>
<item>
	<title>【練習】Flash光暈軌跡</title>
	<description>
		<![CDATA[簡單地練習一下物件滑行軌跡殘影效果。

<link rel="stylesheet" href="http://penetrationbear.googlecode.com/svn/trunk/static/scripts/swfbox/v1.21/swfbox.css" type="text/css" media="screen"/>


<div id="flash_track_id">【<a href="http://blog.roodo.com/esabear/3456f6de.swf" title="Flash Glow Track" onclick="SWFbox('FlashGlowTrack','450','400','#0099CC', this.href); return false;">點此預覽效果</a>】<br /><br /></div>...<a class="acontinues" href="http://blog.roodo.com/esabear/archives/10605165.html">繼續閱讀</a>		]]>
	</description>
	<link>http://blog.roodo.com/esabear/archives/10605165.html</link>
	<guid isPermaLink="true">http://blog.roodo.com/esabear/archives/10605165.html</guid>
	<category>Flash筆記</category>
	<pubDate>Sat, 07 Nov 2009 16:18:43 +0800</pubDate>
</item>
<item>
	<title>【新聞】Flash CS5將於2009年底前揭曉,支援iPhone App、內建Flash Builder</title>
	<description>
		<![CDATA[<p>　　<a href="http://labs.adobe.com/" target="_blank" rel="nofollow">Adobe Labs</a>宣佈了一個重要的訊息:Flash Professional CS5 BETA版將在2009年底前開放下載, 也就是說離正式版的推出也不遠了, 這個消息真是讓人又愛又恨, 很多人可能CS4還沒摸熟, CS5就又要出了, 難道不怕CS4系列變成過渡產品嗎, 也或許這正是Adobe的意思, 自從推出Flex後, 編輯器Flex Builder更新頻仍, 後來改名Flash Builder, 已經有和Flash IDE整併的意味, 現在又宣佈Flash CS5將內建Flash Builder, 原本開發路線分歧讓使用者選邊站並非良策, 只會分散愛好族群而已, 能夠合併真是個好消息, 但也要期待整合性能完善一點, 希望不要只是造出一隻更肥大的怪物。</p>

...<a class="acontinues" href="http://blog.roodo.com/esabear/archives/10225669.html">繼續閱讀</a>		]]>
	</description>
	<link>http://blog.roodo.com/esabear/archives/10225669.html</link>
	<guid isPermaLink="true">http://blog.roodo.com/esabear/archives/10225669.html</guid>
	<category>Flash筆記</category>
	<pubDate>Tue, 06 Oct 2009 21:00:24 +0800</pubDate>
</item>
<item>
	<title>【筆記】Facebook API: FBML裡Flash無法輸入中文的問題</title>
	<description>
		<![CDATA[<p>　　在Facebook裡開發應用程式, 有分為Iframe和FBML二種作法, 前者直接用iframe嵌入, 開發起來較直覺; 後者則是用Facebook的預設語法來產生介面, 可以製造出和Facebook較一致的介面。</p>

<p>　　在FBML中也可以嵌入flash, 使用的標籤是fb:swf (<a href="http://wiki.developers.facebook.com/index.php/Fb:swf" target="_blank" title="Facebook API文件">?</a>), 但是render出的flash卻有一個小問題：<b>無法輸入中文</b>, 這是因為預設的wmode是透明模式(transparent), 只要<b>把wmode設為window</b>就可以解決。只是設為window後還是會有個小問題, 就是在做內建的publish story等會跳出視窗的動作時, 底下的flash會消失, 這可能是因為Facebook要解決flash和div無法相疊的問題 (flash會壓在div上), 還好視窗關閉後就會重新回到flash, 不會造成太大問題。</p>...<a class="acontinues" href="http://blog.roodo.com/esabear/archives/10116879.html">繼續閱讀</a>		]]>
	</description>
	<link>http://blog.roodo.com/esabear/archives/10116879.html</link>
	<guid isPermaLink="true">http://blog.roodo.com/esabear/archives/10116879.html</guid>
	<category>Flash筆記</category>
	<pubDate>Mon, 28 Sep 2009 19:32:53 +0800</pubDate>
</item>
</channel>
</rss>
