<?xml version="1.0" encoding="utf-8"?>

<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:cc="http://web.resource.org/cc/"
  xmlns="http://purl.org/rss/1.0/">

<channel rdf:about="http://www.luar.com.hk/flashbook/">
<title>Luar&apos;s Flash Playground</title>
<link>http://www.luar.com.hk/flashbook/</link>
<description></description>
<dc:language>en-us</dc:language>
<dc:creator></dc:creator>
<dc:date>2008-07-05T03:23:38+08:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.15" />


<items>
<rdf:Seq>
<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/001404.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/001402.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/001401.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/001212.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/001078.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/001073.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/001005.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/001002.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/000927.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/000903.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/000891.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/000880.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/000828.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/000821.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/000814.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/000813.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/000807.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/000802.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/000757.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/000752.php" />
</rdf:Seq>
</items>

</channel>


<item rdf:about="http://www.luar.com.hk/flashbook/archives/001404.php">
<title>PHP連接MYOB的ODBC DSN String</title>
<link>http://www.luar.com.hk/flashbook/archives/001404.php</link>
<description><![CDATA[MYOB提供了ODBC Direct，因此PHP也支援通過<a href="http://www.php.net/odbc" target="_blank">ODBC</a>連接Database。最重要是那句DSN Connection String是怎樣寫，可惜網上找到相關參考資源實在很少。以下是我自己研究和修改網上別人零碎的例子組合而成...]]></description>
<dc:subject>PHP</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2008-02-15T00:08:53+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/001402.php">
<title>Flash Upload與Http Error 400 Bad Request奇怪問題</title>
<link>http://www.luar.com.hk/flashbook/archives/001402.php</link>
<description><![CDATA[續<a href="http://www.luar.com.hk/flashbook/archives/001401.php">上一篇</a>，另一個奇怪問題，Flash Upload無法上傳問題。眾所周知，Flash Upload是Flash Player 8開始支援的功能，不過，可以說是一個問題多多，功能不全的雞肋功能。昨天將本地測試沒有問題的東西Upload到客戶Server，當測試時，發現不能Upload，所有Upload東西都被擋了，出現HTTP Error 400 Bad Request...]]></description>
<dc:subject>PHP</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2008-02-09T18:07:15+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/001401.php">
<title>AMFPHP 1.9 Missing argument問題</title>
<link>http://www.luar.com.hk/flashbook/archives/001401.php</link>
<description>這兩天被兩個奇怪的問題困擾著。奇怪的原因是一些以前做好沒有問題，操作正常的東西，因為PHP版本昇級，突然無法操作。另一個問題，明明是本地測試沒有問題，但一上載到客戶的Server，卻又不能操作。面對這樣問題就是最痛苦，因為不是程式上的問題，只需往程式上打鑽，面對Server, Apache, PHP上等設定不同問題，真是花很多時間去慢慢找出來。

先說第一個問題。通過AMFPHP進行Flash Remoting時，Method有不同參數要傳，有些參數不需要，所以省略去，AMFPHP那邊收到時會變成Undefined...</description>
<dc:subject>FlashRemoting</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2008-02-09T17:37:40+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/001212.php">
<title>Cake和SAJAX</title>
<link>http://www.luar.com.hk/flashbook/archives/001212.php</link>
<description>PHP Web Application Framework和給PHP用AJAX工具包...</description>
<dc:subject>PHP</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2005-07-21T03:41:00+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/001078.php">
<title> 《程序員》(2004年12月號)訪問PHP發明者Rasmus Lerdorf及介紹Flash開發應用</title>
<link>http://www.luar.com.hk/flashbook/archives/001078.php</link>
<description>《程序員》一直是我喜歡閱讀的大陸雜誌，這期訪問PHP發明者Rasmus Lerdorf，他的觀點十分精彩，對那些喜歡將簡單事情複雜化的Object-Oriented和Java基要派信徒簡直是當頭捧喝...</description>
<dc:subject>FlashView</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2005-01-01T16:19:28+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/001073.php">
<title><![CDATA[AMFPHP 1.0<del>與Infrno</del>]]></title>
<link>http://www.luar.com.hk/flashbook/archives/001073.php</link>
<description><![CDATA[很久沒有新動作的AMFPHP 0.9，隨著有新成員Patrick Mineault加入，開始了AMFPHP 1.0 Beta，1.0版有很多令人期待的<a href="http://www.amfphp.org/wiki/doku.php?id=what_s_new" target="_blank">新功能</a>...]]></description>
<dc:subject>PHP</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2004-12-16T20:27:55+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/001005.php">
<title>設置正確Email的Return Path</title>
<link>http://www.luar.com.hk/flashbook/archives/001005.php</link>
<description>由於Spam Email非常猖獗，很多Mail Server都會將來歷不明的Email擋了。當安裝PHP時，會要求輸入一個系統Email，即php.ini中的sendmail_from，不要隨便輸入一個假Email或用me@localhost.com，將來開發應用程序時，用mail()發出的電郵，可能會被視為Spam Email而被擋了，所以一定要輸入一個有效Email...</description>
<dc:subject>PHP</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2004-10-10T23:07:10+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/001002.php">
<title>Mail()</title>
<link>http://www.luar.com.hk/flashbook/archives/001002.php</link>
<description>一些關於在PHP發信資源...</description>
<dc:subject>PHP</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2004-10-09T04:30:46+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/000927.php">
<title>PHP安全編程</title>
<link>http://www.luar.com.hk/flashbook/archives/000927.php</link>
<description>任何PHP開發者都要一看...</description>
<dc:subject>PHP</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2004-05-29T19:39:14+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/000903.php">
<title>掉棄Dreamweaver，改用CodeCharge</title>
<link>http://www.luar.com.hk/flashbook/archives/000903.php</link>
<description><![CDATA[雖然Dreamweaver可以用來編寫Server-side Language，但我覺得它始終是給Designer使用的軟件，開發流程不配合Programmer使用，我自己就非常喜歡用<a href="http://www.codecharge.com" target="_blank">CodeCharge</a>這軟件，它開發流程和使用界面跟Visual Studio差不多，可以很快地生成一個Database Data Driven的網站...]]></description>
<dc:subject>PHP</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2004-04-17T16:41:20+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/000891.php">
<title>如何設定PHP.ini</title>
<link>http://www.luar.com.hk/flashbook/archives/000891.php</link>
<description><![CDATA[我寫教程或提供源文件，最怕與服務器有關，有時新手跟教程步驟學習，或者安裝了源文件，發覺不行，就會怪作者騙人或者作者水平太差。其實很多時候，是自己的服務器設置不好，以下網頁就講解<a href="http://www.phpfreaks.com/tutorials/72/0.php" target="_blank">如何設定PHP.ini</a>，值得新手參考。]]></description>
<dc:subject>PHP</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2004-03-26T16:28:25+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/000880.php">
<title>flashcomponents.net取AMFPHP捨ColdFusion</title>
<link>http://www.luar.com.hk/flashbook/archives/000880.php</link>
<description><![CDATA[從<a href="http://www.dengjie.com" target="_blank">Dengjie</a>哪裡知道<a href="http://www.flashcomponents.net/index.cgi?section=Components" target="_blank">flashcomponents.net</a>改版面，找Component的部分是Flash，其實他們以前都有一個Flash版，是用ColdFusion Flash Remoting的，現在他們改了用AMFPHP，證明AMFPHP的價值是被肯定。 :)]]></description>
<dc:subject>PHP</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2004-03-04T13:26:31+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/000828.php">
<title>NuSOAP自動產生WSDL方法</title>
<link>http://www.luar.com.hk/flashbook/archives/000828.php</link>
<description><![CDATA[利用<a href="http://dietrich.ganx4.com/nusoap/" target="_blank">NuSOAP</a>製作PHP Web Services是十分容易的事，不過NuSOAP的Readme.txt教的Hello Web Services範例，沒有提供自動產生WSDL的能力...]]></description>
<dc:subject>PHP</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2003-12-07T03:46:07+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/000821.php">
<title>徹底解決AMFPHP支援中文的方法</title>
<link>http://www.luar.com.hk/flashbook/archives/000821.php</link>
<description><![CDATA[國內PHP高手hui已經解決AMFPHP不支持中文問題，詳情<a href="http://la.vava.cn/viewtopic.php?t=637" target="_blank">按此</a>...]]></description>
<dc:subject>FlashRemoting</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2003-11-07T01:20:18+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/000814.php">
<title>已知的AMFPHP Bugs</title>
<link>http://www.luar.com.hk/flashbook/archives/000814.php</link>
<description>AMFPHP仍在發展階段，技術上沒有Cold Fusion下Flash Remoting這麼好，已知問題包括...</description>
<dc:subject>FlashRemoting</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2003-10-23T17:50:15+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/000813.php">
<title>投票應用Pollster (PHP版)</title>
<link>http://www.luar.com.hk/flashbook/archives/000813.php</link>
<description><![CDATA[大家會留意到首頁加了一個投票應用，那是<a href="http://www.macromedia.com/go/drk4/" target="_blank">Macromedia DevNet Resource Kit 4</a>中一個用Cold Fusion和Flash製作的投票應用<a href="http://www.macromedia.com/software/drk/productinfo/product_overview/volume4/sample_apps.html" target="_blank">Pollster</a>，很多國外的Flash Blog都用它，我將它改了用PHP...]]></description>
<dc:subject>News</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2003-10-22T19:59:56+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/000807.php">
<title>AMFPHP在Windows安裝方法</title>
<link>http://www.luar.com.hk/flashbook/archives/000807.php</link>
<description>我發現很多人都是因為gateway路徑設置錯誤而無法成功安裝AMFPHP，和執行AMFPHP中範例，這是我的安裝和設置步驟，希望對大家有用...</description>
<dc:subject>FlashRemoting</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2003-10-08T00:16:56+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/000802.php">
<title>中文轉碼程序</title>
<link>http://www.luar.com.hk/flashbook/archives/000802.php</link>
<description>以下是一些從網絡上收集、整理和經過本人的改良和測試後，可行的PHP中文轉碼源文件，本站的轉碼程序正是運用它們...</description>
<dc:subject>PHP</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2003-10-02T03:14:04+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/000757.php">
<title>Macromedia網站的Flash Remoting for PHP教程</title>
<link>http://www.luar.com.hk/flashbook/archives/000757.php</link>
<description>雖然是遲來的一篇，但Macromedia簡接承認AMFPHP的合法問題...</description>
<dc:subject>PHP</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2003-07-01T01:03:17+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/000752.php">
<title>PHP5.0簡介</title>
<link>http://www.luar.com.hk/flashbook/archives/000752.php</link>
<description>為面向對象而生的PHP5.0...</description>
<dc:subject>PHP</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2003-06-15T15:14:49+08:00</dc:date>
</item>


</rdf:RDF>