<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>JustFLY::JustBlog::</title>
	<link>http://justfly.idv.tw</link>
	<description>Just Do It!!</description>
	<lastBuildDate>Sat, 24 Jul 2010 03:54:56 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>[flash lite 2.0 &amp; php]在flash lite中動態換圖片</title>
		<description><![CDATA[在flash lite中要讀入圖片有什麼辦法?
最單純就是藉由邦邦大哥寫的這個class
然後動態讀入(預設情況是在讀取一個有寫有url="pic.jpg"的文字檔後去載入圖片):

<span class="readmore"><a href="http://justfly.idv.tw/2010/07/24/Just_885.html" title="[flash lite 2.0 &#038; php]在flash lite中動態換圖片" target="_blank">...詳全文（共1626字）</a></span>]]></description>
		<link>http://justfly.idv.tw/2010/07/24/Just_885.html</link>
			</item>
	<item>
		<title>[flash lite 2]用getURL()跟手機做互動</title>
		<description><![CDATA[用Flash的getURL()可以啟動手機上其他的應用程式來達到互動的目的

單純指定url時當然就是網頁的瀏覽,可以使用絕對或是相對路徑(https也ok)
”mailto:～”啟動指定的郵件軟體發送至參數中的mail address
<span class="readmore"><a href="http://justfly.idv.tw/2010/07/23/Just_886.html" title="[flash lite 2]用getURL()跟手機做互動" target="_blank">...詳全文（共493字）</a></span>]]></description>
		<link>http://justfly.idv.tw/2010/07/23/Just_886.html</link>
			</item>
	<item>
		<title>久しぶりの週末残業！</title>
		<description><![CDATA[很久沒有拜六還要進公司的感覺了,這應該是來日本後最像工作的一個工作了吧！新工作現在在進行的是結合一個日本手機上的ＳＮＳ-『モバゲイ』作一個手機上的遊戲,類似ＦＢ上的Mafia Wars Game。我當然還是主要負責flash,但該死的flash lite真的弄得我很想砸螢幕,尤其是碰到docomo可以,au跟softbank不行的bug時,真的會搞不懂為啥日本手機要搞這麼麻煩勒！！但是除了自己的flash,當然還是免不了也要幫忙一下php跟資料庫,恩 還有伺服器設定&#8230;.還有&#8230;&#8230;&#8230;..反正,一樣的規則！到哪邊都是要當三個人用就是了＠＠
<span class="readmore"><a href="http://justfly.idv.tw/2010/07/17/Just_883.html" title="久しぶりの週末残業！" target="_blank">...詳全文（共1002字）</a></span>]]></description>
		<link>http://justfly.idv.tw/2010/07/17/Just_883.html</link>
			</item>
	<item>
		<title>日本の三社目！</title>
		<description><![CDATA[這應該也是個很有意思的日子
離開了在日本的第二家公司！
我：『不好意思！我想辭職 』
老闆：『什麼時候？』
<span class="readmore"><a href="http://justfly.idv.tw/2010/06/02/Just_881.html" title="日本の三社目！" target="_blank">...詳全文（共746字）</a></span>]]></description>
		<link>http://justfly.idv.tw/2010/06/02/Just_881.html</link>
			</item>
	<item>
		<title>[objective-C]原來需要做記憶體管理～</title>
		<description><![CDATA[剛開始接觸Xcode跟interface builder有點既熟悉又陌生的感覺
基本上我是覺得蠻像FLEX的,只是從AS變成objective-C
同樣有物件導向的概念,但是語法上卻天差地遠&#8230;
<span class="readmore"><a href="http://justfly.idv.tw/2010/05/21/Just_880.html" title="[objective-C]原來需要做記憶體管理～" target="_blank">...詳全文（共1390字）</a></span>]]></description>
		<link>http://justfly.idv.tw/2010/05/21/Just_880.html</link>
			</item>
	<item>
		<title>[mac]實用iCal</title>
		<description><![CDATA[一直沒有好好在使用iphone跟MacBook的行事曆
但是最近要記的事情實在越來越多
還是來好好研究一下mac這一套iCal怎麼使用吧～
簡單的新增刪除和同步就不用說了
<span class="readmore"><a href="http://justfly.idv.tw/2010/05/19/Just_879.html" title="[mac]實用iCal" target="_blank">...詳全文（共426字）</a></span>]]></description>
		<link>http://justfly.idv.tw/2010/05/19/Just_879.html</link>
			</item>
	<item>
		<title>[google Analytics]在SMARTY中設置電子商務網站偵測碼</title>
		<description><![CDATA[首先當然是在google Analytics中找到要設定的網站 -> 編輯 -> 編輯 ->勾選電子商務網站
然後參考GOOGLE的說明交易完成頁面設置程式碼
不過由於SMARTY是由tpl檔生成頁面
<span class="readmore"><a href="http://justfly.idv.tw/2010/04/21/Just_877.html" title="[google Analytics]在SMARTY中設置電子商務網站偵測碼" target="_blank">...詳全文（共1232字）</a></span>]]></description>
		<link>http://justfly.idv.tw/2010/04/21/Just_877.html</link>
			</item>
	<item>
		<title>用FLASH編輯XML by PHP</title>
		<description><![CDATA[只能夠讀入XML其實是很不夠的
GOOGLE了一下
用這個方法就可以透過PHP編輯XML
在AS中
<span class="readmore"><a href="http://justfly.idv.tw/2010/03/29/Just_875.html" title="用FLASH編輯XML by PHP" target="_blank">...詳全文（共294字）</a></span>]]></description>
		<link>http://justfly.idv.tw/2010/03/29/Just_875.html</link>
			</item>
	<item>
		<title>edit AS on MAC (Eclipse+FDT)</title>
		<description><![CDATA[雖然在PC可以很愉快的用FlashDevelop
不過如果在MAC上也有像FlashDevelop一樣方便的AS editer就更好了
GOOGLE了一下 發現Eclipse+FDT好像是不錯的解決方案
<span class="readmore"><a href="http://justfly.idv.tw/2010/03/24/Just_871.html" title="edit AS on MAC (Eclipse+FDT)" target="_blank">...詳全文（共633字）</a></span>]]></description>
		<link>http://justfly.idv.tw/2010/03/24/Just_871.html</link>
			</item>
	<item>
		<title>[smarty]用simplexml_load_file編輯XML</title>
		<description><![CDATA[利用simplexml_load_file函式快速的編輯XML檔案
這樣一般的網站(尤其是FLASH)根本就不用資料庫了
這邊的例子是一個人才招募的頁面的XML
比較要注意的只有edit_recruit.php中的第19行
<span class="readmore"><a href="http://justfly.idv.tw/2010/03/19/Just_868.html" title="[smarty]用simplexml_load_file編輯XML" target="_blank">...詳全文（共2806字）</a></span>]]></description>
		<link>http://justfly.idv.tw/2010/03/19/Just_868.html</link>
			</item>
</channel>
</rss>
