<?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>遨遊飛翔</title>
	<atom:link href="http://blog.shian.tw/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.shian.tw</link>
	<description>學習筆記 For php、jQuery、MySql、Centos、Suse、Server、CodeIgniter</description>
	<lastBuildDate>Sun, 09 Oct 2011 16:00:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<atom:link rel='hub' href='http://blog.shian.tw/?pushpress=hub'/>
		<item>
		<title>less 規劃使用配置</title>
		<link>http://blog.shian.tw/less-%e8%a6%8f%e5%8a%83%e4%bd%bf%e7%94%a8%e9%85%8d%e7%bd%ae.html</link>
		<comments>http://blog.shian.tw/less-%e8%a6%8f%e5%8a%83%e4%bd%bf%e7%94%a8%e9%85%8d%e7%bd%ae.html#comments</comments>
		<pubDate>Sun, 09 Oct 2011 16:00:26 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[less]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=927</guid>
		<description><![CDATA[在前面 install less和 less 基本介紹 後，接下來就是檔案配置的問題了，沒有一個規則的配置less的話，css變的再怎麼好寫也是會很亂，所以本篇介紹自己所規劃的檔案配置規則，希望能讓less檔案更清楚。 目錄配置 ?View Code TEXT1 2 3 web_root/ css/ less/ 檔案規劃配置 ?View Code TEXT1 2 3 4 5 less/ lib.less module.less main.less single.less 檔案說明 lib.less lib.less 專寫設定 Variables 或是 Mixins用。 module.less module.less 用來寫會被重覆使用的class，當然也可以再分更細一點，例如module_aaa.less、module_bbb.less這樣。 single.less single.less &#8230; <a href="http://blog.shian.tw/less-%e8%a6%8f%e5%8a%83%e4%bd%bf%e7%94%a8%e9%85%8d%e7%bd%ae.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/less-%e8%a6%8f%e5%8a%83%e4%bd%bf%e7%94%a8%e9%85%8d%e7%bd%ae.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>less 基本介紹</title>
		<link>http://blog.shian.tw/less-%e5%9f%ba%e6%9c%ac%e4%bb%8b%e7%b4%b9.html</link>
		<comments>http://blog.shian.tw/less-%e5%9f%ba%e6%9c%ac%e4%bb%8b%e7%b4%b9.html#comments</comments>
		<pubDate>Sun, 02 Oct 2011 16:00:58 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[less]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=901</guid>
		<description><![CDATA[在前一篇 install-less 安裝好Less後，接下來就來基本介紹Less的功能用法吧。 1. Variables Variables的意思是變數，我們可以使用一個變數去設定為某個值後，在需要的地方指定改變數，則Less會把該變數的值代入。 Less ?View Code CSS1 2 3 4 5 @color: #4D926F; &#160; .box&#123; background: @color; &#125; Compiled css ?View Code CSS1 2 3 .box&#123; background: #4D926F; &#125; 2. Mixins Mixins的意思是funciton，我們可以先定義好function後，在需要的地方直接寫上該function後，Less則會把該function裡面的css代入。 Less ?View Code CSS1 2 &#8230; <a href="http://blog.shian.tw/less-%e5%9f%ba%e6%9c%ac%e4%bb%8b%e7%b4%b9.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/less-%e5%9f%ba%e6%9c%ac%e4%bb%8b%e7%b4%b9.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linode Facilities Speedtest</title>
		<link>http://blog.shian.tw/linode-facilities-speedtest.html</link>
		<comments>http://blog.shian.tw/linode-facilities-speedtest.html#comments</comments>
		<pubDate>Thu, 29 Sep 2011 08:19:26 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[隨手記]]></category>
		<category><![CDATA[linode]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=937</guid>
		<description><![CDATA[不久前到linode官網發現他們在Tokyo也有機房了，理論上從台灣連到日本應該會比連到美國來的快吧？所以來測試一下是否真的有比較快一點，就簡單的用ping 以及 download檔案的方式測試看看，以下就是測試記錄的過程。 Ping Tokyo, JP ?View Code BASH1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 Reply from 106.187.33.12: bytes=32 time=55ms TTL=54 Reply from 106.187.33.12: bytes=32 time=55ms TTL=54 Reply from 106.187.33.12: bytes=32 &#8230; <a href="http://blog.shian.tw/linode-facilities-speedtest.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/linode-facilities-speedtest.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>install less</title>
		<link>http://blog.shian.tw/install-less.html</link>
		<comments>http://blog.shian.tw/install-less.html#comments</comments>
		<pubDate>Sun, 18 Sep 2011 16:00:47 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[less]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=868</guid>
		<description><![CDATA[Less 是一套可以讓寫css更方便、更簡單、易處理的套件，它有Variables、Mixins、Nested Rules、Functions &#038; Operations 這些基本好用功能，可以讓開發者在寫css更清楚方便。 安裝npm 可參考 http://blog.shian.tw/node-js-forever.html 安裝node.js 可參考 http://blog.shian.tw/centos-install-node-js.html 安裝less ?View Code BASH1 2 cd /usr/local/lib npm install less 安裝成功訊息 ?View Code BASH1 less@1.1.4 ./node_modules/less 連結less ?View Code BASH1 2 cd /usr/local/bin ln -s /usr/local/lib/node_modules/less/bin/lessc . 使用Command-line方式編譯成css檔 &#8230; <a href="http://blog.shian.tw/install-less.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/install-less.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>node.js forever</title>
		<link>http://blog.shian.tw/node-js-forever.html</link>
		<comments>http://blog.shian.tw/node-js-forever.html#comments</comments>
		<pubDate>Sun, 11 Sep 2011 16:00:43 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[Node.js]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[node.js]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=883</guid>
		<description><![CDATA[forever 是用來監控我們所寫的node.js檔案運作管理，有時node.js運作久了會出現不明異常導致斷掉，以往就必須人工去重開該檔案，現在則是可以透過 forever 來自動重啟該檔案，這樣就可以不用擔心忽然異常斷掉，另外 forever 也有很多指令可以使用，安裝跟使用都是相當的簡單容易。 安裝npm ?View Code BASH1 curl http://npmjs.org/install.sh &#124; sh 安裝forever ?View Code BASH1 npm install forever 常用指令 ?View Code BASH1 2 3 4 5 6 7 8 9 10 11 // 執行 node.js檔案 forever start &#8230; <a href="http://blog.shian.tw/node-js-forever.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/node-js-forever.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Long Polling in node.js</title>
		<link>http://blog.shian.tw/long-polling-in-node-js.html</link>
		<comments>http://blog.shian.tw/long-polling-in-node-js.html#comments</comments>
		<pubDate>Sun, 04 Sep 2011 16:00:04 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[Node.js]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[node.js]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=862</guid>
		<description><![CDATA[Long Polling是目前最常被用來當server push的做法，本篇將簡單的實作透過node.js做為server端的 Long Polling。 準備 centos install node.js node.js connection mysql Server ?View Code JAVASCRIPT1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 &#8230; <a href="http://blog.shian.tw/long-polling-in-node-js.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/long-polling-in-node-js.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>node.js connection mysql</title>
		<link>http://blog.shian.tw/node-js-connection-mysql.html</link>
		<comments>http://blog.shian.tw/node-js-connection-mysql.html#comments</comments>
		<pubDate>Sun, 28 Aug 2011 16:00:05 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[Node.js]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[node.js]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=847</guid>
		<description><![CDATA[在 install node.js 這篇裡安裝好node.js環境後，接下來我們想透過node.js來去跟mysql做查詢，或是一些mysql的操作的話，我們可以使用 node-mysql 這lib來達成我們的需求，node-mysql 提供很單純的方式來做與mysql連接，我想對於不複雜或是想快速單純的連接mysql，會是一個很不錯的方式。 準備 node-mysql JSON 上傳 ?View Code TEXT1 2 3 lib/*.js json/*.js index.js 範例 ?View Code JAVASCRIPT1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 &#8230; <a href="http://blog.shian.tw/node-js-connection-mysql.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/node-js-connection-mysql.html/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>centos install node.js</title>
		<link>http://blog.shian.tw/centos-install-node-js.html</link>
		<comments>http://blog.shian.tw/centos-install-node-js.html#comments</comments>
		<pubDate>Sun, 21 Aug 2011 16:00:33 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[Node.js]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[node.js]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=822</guid>
		<description><![CDATA[node.js 已經火紅一段時間的東西了，簡單說node.js就是使用javascript來開發網站，就好像是php or asp這類的後端的程式語言。網路上可以找到很多相關的介紹，本篇將實做在centos安裝node.js並執行運作node.js。 安裝 ?View Code BASH1 2 3 4 5 6 wget http://nodejs.org/dist/node-v0.4.8.tar.gz tar -xvf node-v0.4.8.tar.gz cd /home/shian/node-v0.4.8 ./configure make make install 安裝成功訊息 ?View Code BASH1 2 Waf: Leaving directory `/home/shian/node-v0.4.8/build' 'install' finished successfully (0.693s) 建立node.js檔案 ?View Code &#8230; <a href="http://blog.shian.tw/centos-install-node-js.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/centos-install-node-js.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Apache install mod_fastcgi &amp; php-fpm</title>
		<link>http://blog.shian.tw/apache-install-mod_fastcgi-php-fpm.html</link>
		<comments>http://blog.shian.tw/apache-install-mod_fastcgi-php-fpm.html#comments</comments>
		<pubDate>Wed, 29 Jun 2011 04:39:07 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=809</guid>
		<description><![CDATA[本篇將實作安裝 mod_fastcgi 和 php-fpm 於 Apache 。 準備 http://www.fastcgi.com/dist/ 安裝 httpd-devel ?View Code BASH1 yum install httpd.x86_64 httpd-devel.x86_64 安裝 php-fpm ?View Code BASH1 yum install php-fpm.x86_64 安裝 mod_fastcgi ?View Code BASH1 2 3 4 5 tar -zxvf mod_fastcgi-2.4.6.tar.gz cd mod_fastcgi-2.4.6/ &#8230; <a href="http://blog.shian.tw/apache-install-mod_fastcgi-php-fpm.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/apache-install-mod_fastcgi-php-fpm.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql backup to Dropbox</title>
		<link>http://blog.shian.tw/mysql-backup-to-dropbox.html</link>
		<comments>http://blog.shian.tw/mysql-backup-to-dropbox.html#comments</comments>
		<pubDate>Sun, 13 Feb 2011 16:00:00 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[隨手記]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=800</guid>
		<description><![CDATA[先前介紹過安裝Dropbox於centos中後，接下來我們可以把一些資料備份的dropbox裡面，本篇將介紹備份Mysql資料於Dropbox裡，方式相當的簡單容易。 shell script ?View Code BASH1 vi /srv/mysql_backup.sh ?View Code BASH1 2 3 4 5 6 7 #!/bin/sh date=`date -I` for I in $&#40;mysql -u root -pPASSWORD -e 'show databases' -s --skip-column-names&#41;; do echo $I mysqldump -u root -pPASSWORD $I &#8230; <a href="http://blog.shian.tw/mysql-backup-to-dropbox.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/mysql-backup-to-dropbox.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>centos install dropbox</title>
		<link>http://blog.shian.tw/centos-install-dropbox.html</link>
		<comments>http://blog.shian.tw/centos-install-dropbox.html#comments</comments>
		<pubDate>Sun, 06 Feb 2011 16:00:38 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[dropbox]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=786</guid>
		<description><![CDATA[Dropbox是一套簡單好用的免費雲端儲存服務，該服務有提供網頁版、windows、linux版的存取功能，現在就來安裝linux版的Dropbox吧，以便之後可以利用Dropbox來做異地備份。 Dropbox ?View Code BASH1 2 wget http://www.getdropbox.com/download?plat=lnx.x86 tar -xvf dropbox-lnx.x86-1.0.20.tar.gz python2.6 ?View Code BASH1 2 3 rpm -ihv http://download.fedora.redhat.com/pub/epel/5/$&#40;uname -m&#41;/epel-release-5-4.noarch.rpm rpm -ihv http://centos.alt.ru/repository/centos/5/$&#40;uname -m&#41;/centalt-release-5-3.noarch.rpm yum -y install python26.i386 python26-devel.i386 dropbox for python2.6 ?View Code BASH1 2 3 4 wget &#8230; <a href="http://blog.shian.tw/centos-install-dropbox.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/centos-install-dropbox.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>ipflow</title>
		<link>http://blog.shian.tw/ipflow.html</link>
		<comments>http://blog.shian.tw/ipflow.html#comments</comments>
		<pubDate>Sun, 26 Dec 2010 16:00:47 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[works]]></category>
		<category><![CDATA[ipflow]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=781</guid>
		<description><![CDATA[由於server最近常常會有爆量的情況，常導致cpu、memory會忽然衝高，使用mrtg看流量只能看整體的，沒辦法看單一ip的進出量，所以寫個script去偵測一下，每5分鐘去記錄當下的ip進出量，然後再來查看分析。 ipflow ?View Code BASH1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 #!/bin/bash _now_date=`date +%Y-%m-%d`; _now_time=`date +%H:%M`; _file=&#34;$_now_date.csv&#34;; _pwd=&#34;/srv/ipflow&#34;; &#160; if &#91; ! -f &#34;$_pwd/$_file&#34; &#93;; then touch &#34;$_pwd/$_file&#34;; fi &#160; &#8230; <a href="http://blog.shian.tw/ipflow.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/ipflow.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Selectors</title>
		<link>http://blog.shian.tw/css-selectors.html</link>
		<comments>http://blog.shian.tw/css-selectors.html#comments</comments>
		<pubDate>Sun, 19 Dec 2010 16:00:05 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[works]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=764</guid>
		<description><![CDATA[常常因為寫css會需要用到一些css selector的方式，所以把css selector 從 css 1、css 2.1、css 3分別記錄下來方便查詢。 [CSS 1] E 指定一個E元素 examples E F 指定E元素裡任何的F元素 examples :link 指定元素的一般連結 examples E:active 指定E元素的正在執行的連結 examples E:visited 指定E元素的參觀過的連結 examples E:first-line 指定E元素裡的第一個字母 examples E.classname 指定E元素並符合指定的class examples E.#id 指定E元素並符合指定的id examples E.classname.classname 指定E元素並符合指定多個class examples [CSS 2.1] &#8230; <a href="http://blog.shian.tw/css-selectors.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/css-selectors.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeIgniter Facebook Librarie</title>
		<link>http://blog.shian.tw/codeigniter-facebook-librarie.html</link>
		<comments>http://blog.shian.tw/codeigniter-facebook-librarie.html#comments</comments>
		<pubDate>Sun, 12 Dec 2010 16:00:02 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Facebook-api]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=754</guid>
		<description><![CDATA[Facebook Connect librarie 是將Facebook-api程式與CodeIgniter整合在一起的簡單程式，快速及簡單在CodeIgniter裡面使用Facebook提供api的程式。 準備 1. facebook api 2. fb_connect 建立設定檔 application/config/facebook.php ?View Code PHP1 2 3 &#60;?php $config&#91;'facebook_api_key'&#93; = 'your_facebook_api_key'; $config&#91;'facebook_secret_key'&#93; = 'your_facebook_secret_key'; Facebook API 下載Facebook-API放置下面目錄 application/libraries/facebook/facebook.php fb_connect.php 下載fb_connect.php放置下面目錄 application/libraries/fb_connect.php Demo ?View Code PHP1 2 3 4 5 6 &#8230; <a href="http://blog.shian.tw/codeigniter-facebook-librarie.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/codeigniter-facebook-librarie.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Codeigniter Compress HTML</title>
		<link>http://blog.shian.tw/codeigniter-compress-html.html</link>
		<comments>http://blog.shian.tw/codeigniter-compress-html.html#comments</comments>
		<pubDate>Sun, 05 Dec 2010 16:00:41 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=748</guid>
		<description><![CDATA[Compress HTML 主要是將空白、斷行、註解去掉後，進而減少html的大小並減少讀取網頁的時間，Compress HTML output with CodeIgniter 這篇則是在CodeIgniter使用hook來達成 Compress HTML 效果。 啟用hooks application/config/config.php ?View Code PHP1 $config&#91;'enable_hooks'&#93; = TRUE; 宣告hooks application/config/hooks.php ?View Code PHP1 2 3 4 5 6 7 // compress output $hook&#91;'display_override'&#93;&#91;&#93; = array&#40; 'class' =&#62; '', 'function' &#8230; <a href="http://blog.shian.tw/codeigniter-compress-html.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/codeigniter-compress-html.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Flash Game – Cathaylife</title>
		<link>http://blog.shian.tw/flash-game-%e2%80%93-cathaylife.html</link>
		<comments>http://blog.shian.tw/flash-game-%e2%80%93-cathaylife.html#comments</comments>
		<pubDate>Sun, 28 Nov 2010 16:00:17 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[works]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=744</guid>
		<description><![CDATA[國泰人壽校園安全大冒險 是一個簡單的閃躲flash遊戲，必須在限時60秒內躲過從天而降的物品，只有三次的機會喔！ 活動網址：http://tw.events.urlifelinks.com/2010_cathaylife/?mode=game3&#038;cid= 相關文章Flash Game – deltamac (0)Flash Game – ZESPRI (0)]]></description>
		<wfw:commentRss>http://blog.shian.tw/flash-game-%e2%80%93-cathaylife.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Game – deltamac</title>
		<link>http://blog.shian.tw/flash-game-%e2%80%93-deltamac.html</link>
		<comments>http://blog.shian.tw/flash-game-%e2%80%93-deltamac.html#comments</comments>
		<pubDate>Sun, 21 Nov 2010 16:00:40 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[works]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=737</guid>
		<description><![CDATA[迪士尼記憶大考驗 是一個簡單的翻牌遊戲，必須在限時60秒內把相對應的迪士尼牌全部正確的翻開。 活動網址：http://tw.events.urlifelinks.com/2010_deltamac2/?mode=e3_game#game 相關文章Flash Game – Cathaylife (0)Flash Game – ZESPRI (0)]]></description>
		<wfw:commentRss>http://blog.shian.tw/flash-game-%e2%80%93-deltamac.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Game – ZESPRI</title>
		<link>http://blog.shian.tw/flash-game-%e2%80%93-zespri.html</link>
		<comments>http://blog.shian.tw/flash-game-%e2%80%93-zespri.html#comments</comments>
		<pubDate>Sun, 14 Nov 2010 16:00:23 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[works]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=729</guid>
		<description><![CDATA[ZESPRI紐西蘭奇異果///健康活力大作戰 是我的第一個簡單的flash小遊戲。必須在限時60秒遊戲當中前方不時會出現正牌及仿冒的奇異果，請認明紐西蘭奇異果標籤，並用鍵盤或是滑鼠移動方向，以得到正牌紐西蘭奇異果為主。 活動網址：http://tw.events.urlifelinks.com/2010_zespri/?mode=run 相關文章Flash Game – Cathaylife (0)Flash Game – deltamac (0)]]></description>
		<wfw:commentRss>http://blog.shian.tw/flash-game-%e2%80%93-zespri.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeIgniter QUERY STRING GET</title>
		<link>http://blog.shian.tw/codeigniter-query-string-get.html</link>
		<comments>http://blog.shian.tw/codeigniter-query-string-get.html#comments</comments>
		<pubDate>Sun, 07 Nov 2010 16:00:51 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=723</guid>
		<description><![CDATA[CodeIgniter 本身不允許使用GET的方式取值，但是會有一些情況必須要用GET的方式來取值，而且有時我們會需要自帶GET的參數進去，使用原本的CodeIgniter方式實在是不好用，在討論區看到外國人寫的解決方式，很符合我要的需求，而且也很簡單使用。 需求 ?View Code HTML1 2 3 4 http://xxx.com/?page=1&#38;query=xxxx http://xxx.com/controller?page=1&#38;query=xxxx http://xxx.com/controller/method?page=1&#38;query=xxxx http://xxx.com/controller/method/?page=1&#38;query=xxxx MY_URI 將下面的程式存放在application/libraries/MY_URI.php ?View Code PHP1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 &#8230; <a href="http://blog.shian.tw/codeigniter-query-string-get.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/codeigniter-query-string-get.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nginx Virtual Host</title>
		<link>http://blog.shian.tw/nginx-virtual-host.html</link>
		<comments>http://blog.shian.tw/nginx-virtual-host.html#comments</comments>
		<pubDate>Sun, 31 Oct 2010 16:00:40 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=714</guid>
		<description><![CDATA[在之前介紹安裝Nginx後，接下來我們會需要用到多個的Virtual host，本篇將介紹HTML、Wordpress、Codeigniter 這三種 Virtual host 的設定範例。 修改設定檔 ?View Code BASH1 vim /etc/nginx/conf.d/virtual.conf HTML ?View Code BASH1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 server &#123; listen 80; server_name xxx.xxx.xxx; &#160; location / &#123; &#8230; <a href="http://blog.shian.tw/nginx-virtual-host.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/nginx-virtual-host.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS install nginx and php-fpm</title>
		<link>http://blog.shian.tw/centos-install-nginx-and-php-fpm.html</link>
		<comments>http://blog.shian.tw/centos-install-nginx-and-php-fpm.html#comments</comments>
		<pubDate>Sun, 24 Oct 2010 16:00:10 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=707</guid>
		<description><![CDATA[本篇將實作在CentOS下使用YUM方式安裝nginx和php-fpm 增加 yum 站點 ?View Code BASH1 2 rpm -ihv http://download.fedora.redhat.com/pub/epel/5/$&#40;uname -m&#41;/epel-release-5-4.noarch.rpm rpm -ihv http://centos.alt.ru/repository/centos/5/$&#40;uname -m&#41;/centalt-release-5-3.noarch.rpm 安裝 nginx &#038; php-fpm ?View Code BASH1 yum install nginx php-fpm 設定開機啟動 ?View Code BASH1 2 chkconfig php-fpm on chkconfig nginx on 修改 nginx &#8230; <a href="http://blog.shian.tw/centos-install-nginx-and-php-fpm.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/centos-install-nginx-and-php-fpm.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>MongoDB PHP Page</title>
		<link>http://blog.shian.tw/mongodb-php-page.html</link>
		<comments>http://blog.shian.tw/mongodb-php-page.html#comments</comments>
		<pubDate>Sun, 17 Oct 2010 16:00:02 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[MongoDB]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=688</guid>
		<description><![CDATA[本篇將介紹利用 MongoDB 的 skip 及 limit 這二個function來達成分頁效果。 ?View Code PHP1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 $mongo = &#8230; <a href="http://blog.shian.tw/mongodb-php-page.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/mongodb-php-page.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MongoDB PHP group</title>
		<link>http://blog.shian.tw/mongodb-php-group.html</link>
		<comments>http://blog.shian.tw/mongodb-php-group.html#comments</comments>
		<pubDate>Sun, 10 Oct 2010 16:00:04 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[MongoDB]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=679</guid>
		<description><![CDATA[本篇將介紹 MongoDB 在 php下的GROUP查詢資料方式。 資料樣本 ?View Code PHP1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 &#8230; <a href="http://blog.shian.tw/mongodb-php-group.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/mongodb-php-group.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MongoDB PHP update</title>
		<link>http://blog.shian.tw/mongodb-php-update.html</link>
		<comments>http://blog.shian.tw/mongodb-php-update.html#comments</comments>
		<pubDate>Sun, 03 Oct 2010 16:00:06 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[MongoDB]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=669</guid>
		<description><![CDATA[本篇將介紹 MongoDB 在 php下的更新資料(update)方式。 update 可用參數 ?View Code PHP1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 &#8230; <a href="http://blog.shian.tw/mongodb-php-update.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/mongodb-php-update.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guess4a</title>
		<link>http://blog.shian.tw/guess4a.html</link>
		<comments>http://blog.shian.tw/guess4a.html#comments</comments>
		<pubDate>Sun, 26 Sep 2010 16:00:52 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[works]]></category>
		<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=696</guid>
		<description><![CDATA[Guess4a是Facebook上的一個簡單的app猜數字小遊戲，它利用php及MongoDB來開發而成。 遊戲：Guess4a猜數字 專頁：Guess4a專頁 "A": 表示數字猜對且位置也對。 "B": 表示數字猜對但位置不對。 必須根據每次所猜的數字會回報線索，再根據上面類似線索猜出正確的4位數字。 相關文章CodeIgniter Facebook Librarie (3)CentOS install nginx and php-fpm (4)MongoDB PHP Page (0)MongoDB PHP group (0)MongoDB PHP update (0)MongoDB PHP find and findOne (2)]]></description>
		<wfw:commentRss>http://blog.shian.tw/guess4a.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MongoDB PHP find and findOne</title>
		<link>http://blog.shian.tw/mongodb-php-find-and-findone.html</link>
		<comments>http://blog.shian.tw/mongodb-php-find-and-findone.html#comments</comments>
		<pubDate>Sun, 19 Sep 2010 16:00:14 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[MongoDB]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=660</guid>
		<description><![CDATA[本篇將介紹 Mongodb 在 php下的查詢資料方式。 資料樣本 ?View Code PHP1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 &#8230; <a href="http://blog.shian.tw/mongodb-php-find-and-findone.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/mongodb-php-find-and-findone.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MongoDB php basic</title>
		<link>http://blog.shian.tw/mongodb-php-basic.html</link>
		<comments>http://blog.shian.tw/mongodb-php-basic.html#comments</comments>
		<pubDate>Sun, 12 Sep 2010 16:00:15 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[MongoDB]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=652</guid>
		<description><![CDATA[本篇將實作 mongidb php driver的基本操作，像是建立collection(table)、新增、計算、刪除。 連接mongodb ?View Code PHP1 2 3 4 5 6 7 8 9 10 11 12 13 14 // 連接mongodb $mongo = new Mongo&#40;&#34;192.168.1.200:27017&#34;&#41;; &#160; // 連接資料庫, 查無資料庫則會自動新增 $mdb = $mongo-&#62;test; &#160; // 建立 collection $mdb-&#62;createCollection&#40;'user'&#41;; &#160; &#8230; <a href="http://blog.shian.tw/mongodb-php-basic.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/mongodb-php-basic.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MongoDB</title>
		<link>http://blog.shian.tw/mongodb.html</link>
		<comments>http://blog.shian.tw/mongodb.html#comments</comments>
		<pubDate>Sun, 05 Sep 2010 16:00:34 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[MongoDB]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=641</guid>
		<description><![CDATA[Mongodb 是一套介於key values stores 和 RDBMS systems的NoSql資料庫，並且可以快速簡單的擴充及查詢資料。本篇將實作安裝mongodb及mongodb php deiver。 準備 1. MongoDB Downloads 2. MongoDB database driver 安裝mongodb ?View Code BASH1 2 3 4 5 6 # 建立mongodb存放目錄 mkdir -p /data/db # 解壓縮mongodb並執行 tar -xvf mongodb-linux-x86_64-1.6.1.tgz cd mongodb-linux-x86_64-1.6.1/bin ./mongod ?View &#8230; <a href="http://blog.shian.tw/mongodb.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/mongodb.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Codeigniter captcha</title>
		<link>http://blog.shian.tw/codeigniter-captcha.html</link>
		<comments>http://blog.shian.tw/codeigniter-captcha.html#comments</comments>
		<pubDate>Sun, 29 Aug 2010 16:00:57 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=645</guid>
		<description><![CDATA[captcha 是現在防止機器人最常用的一種防止方式，而且現在很多都有提供class可以使用，本篇將實作cool-php-captcha和Captcha Numbers V2.1這二套captcha，並且使用的是Codeigniter framework。 .htaccess 將_images目錄排除rewrite ?View Code PHP1 2 3 RewriteEngine on RewriteCond $1 !^&#40;index.php&#124;_images&#124;_css&#124;_js&#124;robots.txt&#41; RewriteRule ^&#40;.*&#41;$ /index.php/$1 &#91;L&#93; cool-php-captcha 1. 下載 cool-php-captcha-0.3.zip 2. 解壓縮放置_images目錄下 3. 在view檔案裡面放置captcha images ?View Code PHP1 &#60;img src=&#34;&#60;?=base_url()?&#62;_images/cool-php-captcha-0.3/captcha.php&#34;&#62; Captcha Numbers V2.1 1. 下載 &#8230; <a href="http://blog.shian.tw/codeigniter-captcha.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/codeigniter-captcha.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache Fastcgi</title>
		<link>http://blog.shian.tw/apache-fastcgi.html</link>
		<comments>http://blog.shian.tw/apache-fastcgi.html#comments</comments>
		<pubDate>Sun, 22 Aug 2010 22:00:04 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[fastcgi]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=631</guid>
		<description><![CDATA[本篇將實作 Apache 載入Fastcgi 模組跑php 準備 下載：http://www.fastcgi.com/drupal/ 安裝 ?View Code BASH1 yum install libtool httpd-devel apr-devel apr ?View Code BASH1 2 3 4 5 tar -zxvf mod_fastcgi-2.4.6.tar.gz cd mod_fastcgi-2.4.6/ cp Makefile.AP2 Makefile make top_dir=/usr/lib64/httpd make install top_dir=/usr/lib64/httpd 查看log ?View Code BASH1 &#8230; <a href="http://blog.shian.tw/apache-fastcgi.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/apache-fastcgi.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeIgniter Memcached</title>
		<link>http://blog.shian.tw/codeigniter-memcached.html</link>
		<comments>http://blog.shian.tw/codeigniter-memcached.html#comments</comments>
		<pubDate>Sun, 20 Jun 2010 16:00:35 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[memcached]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=618</guid>
		<description><![CDATA[之前介紹過Memcached安裝及使用，現在如果要在CodeIgniter上使用Memcached，可以透過已經寫好的Library來快速簡單的使用。雖然一樣可以在 CodeIgniter 裡面直接寫對memcacheh操作，但是沒來的靈活及方便使用，也可以減少寫相同的東西，而且也將設定寫在config裡面，之後要修改位置也很快速及方便。 準備 下載 Memcached-Library 分別把 memcached.php、memcached_library.php放置 confilg、libraries目錄裡 修改 /config/memcached.php ?View Code PHP1 2 3 4 5 6 7 8 $memcached&#91;'servers'&#93; = array&#40; 'server_name' =&#62; array&#40; 'host' =&#62; 'localhot', 'port' =&#62; '11211', 'weight' =&#62; '1', 'persistent' =&#62; FALSE, &#41;, &#8230; <a href="http://blog.shian.tw/codeigniter-memcached.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/codeigniter-memcached.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CodeIgniter Cron</title>
		<link>http://blog.shian.tw/codeigniter-cron.html</link>
		<comments>http://blog.shian.tw/codeigniter-cron.html#comments</comments>
		<pubDate>Sun, 13 Jun 2010 16:00:05 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=614</guid>
		<description><![CDATA[當使用CodeIgniter開發web時，如需要用到cron排程定時去執行某php功能時，Cron job bootstrapper提供cron.php，透過這隻cron.php可以很簡單的在console下運作 CodeIgniter 所開發的功能。 準備 File:cron-1.1.zip 設置 將解壓縮後的cron.php放置專案目錄裡，並給予執行權限 ?View Code BASH1 chmod +x cron.php 修改 修改cron.php ?View Code PHP1 define&#40;'CRON_CI_INDEX', '專案目錄的index.php'&#41;; // Your CodeIgniter main index.php file 運行 ?View Code BASH1 ./cron.php --run=/controller/method 參數 ?View Code TEXT1 2 3 &#8230; <a href="http://blog.shian.tw/codeigniter-cron.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/codeigniter-cron.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gluster</title>
		<link>http://blog.shian.tw/gluster.html</link>
		<comments>http://blog.shian.tw/gluster.html#comments</comments>
		<pubDate>Sun, 06 Jun 2010 16:00:27 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[gluster]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=593</guid>
		<description><![CDATA[GlusterFS 是集群分散式檔案系統，安裝簡單、設置容易、透過設定檔方式可以相當的靈活運用它。以下將實作 GlusterFS 架設類似於nfs，透過一台server分享檔案至各個client端。 準備 fuse glusterfs 安裝 fuse ?View Code BASH1 yum -y install fuse glusterfs ?View Code BASH1 2 3 4 5 tar -xvf glusterfs-3.0.4.tar.gz cd glusterfs-3.0.4 ./configure make make install 查看安裝後 glusterfs 資訊 ?View Code BASH1 glusterfs &#8230; <a href="http://blog.shian.tw/gluster.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/gluster.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>haproxy &#8211; subdomains designated server</title>
		<link>http://blog.shian.tw/haproxy-subdomains-designated-server.html</link>
		<comments>http://blog.shian.tw/haproxy-subdomains-designated-server.html#comments</comments>
		<pubDate>Sun, 30 May 2010 16:00:44 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[haproxy]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=514</guid>
		<description><![CDATA[之前介紹過haproxy可以當作load balance，當現在有個需求是在某子網域的website還不需要做load balance，必須將連至該website的連線都導去指定的server上，本篇將實作透過haproxy acl的方式來完成此需求。 設定檔 ?View Code TEXT1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 &#8230; <a href="http://blog.shian.tw/haproxy-subdomains-designated-server.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/haproxy-subdomains-designated-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>haproxy</title>
		<link>http://blog.shian.tw/haproxy.html</link>
		<comments>http://blog.shian.tw/haproxy.html#comments</comments>
		<pubDate>Sun, 23 May 2010 16:00:04 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[haproxy]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=497</guid>
		<description><![CDATA[HAProxy 是一套快速以及靈活的load balance套件，透過haproxy可以快速達到server分流、判斷存活、連線數量等功能。當流量達到一定的程度後load balance是一大重點，如何讓各server平均去負擔流量是相當重要的，透過haproxy可以簡單快速的達成load balance。 準備 haproxy-1.3.15.7 架構 安裝 ?View Code BASH1 2 3 4 tar -xvf haproxy-1.3.15.7.tar.gz cd haproxy-1.3.15.7 make TARGET=linux26 cp haproxy /usr/local/sbin/ 設定檔 /etc/haproxy.conf ?View Code TEXT1 2 3 4 5 6 7 8 9 10 11 &#8230; <a href="http://blog.shian.tw/haproxy.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/haproxy.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>shared session in memcached</title>
		<link>http://blog.shian.tw/shared-session-in-memcached.html</link>
		<comments>http://blog.shian.tw/shared-session-in-memcached.html#comments</comments>
		<pubDate>Sun, 16 May 2010 16:00:27 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[memcached]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=484</guid>
		<description><![CDATA[之前介紹過了memcached安裝以及session in memcached後，接下來本篇介紹在主網域下跨子網域取得同樣的session資料。針對高流量的網站必須會有好幾台web server同時上線運作，先不論用什麼方式去將使用者導去哪台server，情況一定會是使用者不管連去那台server，session資料必須要共用，否則假設使用者在server-a登入後，結果導回網站是連到server-b後卻變成是未登入。 準備 1. 二台server以及二個子網域 2. 安裝好memcached 3. 將session存進meacached 4. 修改C:\Windows\System32\drivers\etc\host，將二個子網域分別直接指定各server 測試 ?View Code PHP1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 &#8230; <a href="http://blog.shian.tw/shared-session-in-memcached.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/shared-session-in-memcached.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>session in memcached</title>
		<link>http://blog.shian.tw/session-in-memcached.html</link>
		<comments>http://blog.shian.tw/session-in-memcached.html#comments</comments>
		<pubDate>Sun, 09 May 2010 16:00:18 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[memcached]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=463</guid>
		<description><![CDATA[之前介紹過memcached跟安裝memcached部份，對於未來需要多server以及共用session的需求，我們可以利用memcached將session存至記憶體內，好方便統一管理以及快速回應等優點，本篇將實作透過memcached將session存進記憶體內。 設定 以下二個方式依自己的需求擇一即可。 1. 在程式上設定 ?View Code PHP1 2 ini_set&#40;'session.save_handler', 'memcache'&#41;; ini_set&#40;'session.save_path', &#34;tcp://host:port&#34;&#41;; 2. 修改 /etc/php.ini ?View Code BASH1 2 session.save_handler = memcache session.save_path = &#34;tcp://host:port&#34; 測試 ?View Code PHP1 2 3 4 5 6 7 session_start&#40;&#41;; &#160; $_SESSION&#91;'test'&#93; = &#8230; <a href="http://blog.shian.tw/session-in-memcached.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/session-in-memcached.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>memcached</title>
		<link>http://blog.shian.tw/memcached.html</link>
		<comments>http://blog.shian.tw/memcached.html#comments</comments>
		<pubDate>Sun, 02 May 2010 16:00:32 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[memcached]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=442</guid>
		<description><![CDATA[memcached 是一套高效能 分散式的快取系統，memcached 是利用記憶體來儲存快取資料，可以利用memcached 減少資料庫負載增加讀取速度，因為將資料儲存於記憶體中了，下次就會直接從 memcached 輸出，不用再透過資料庫再做一次查詢動作，這個對於網站中需要撈取資料庫資料，但又不需要每次都撈一次相當好用。 準備 memcached memcache 安裝 memcached ?View Code BASH1 2 3 ./configure --prefix=/usr/local make make install memcache ?View Code BASHphpize ./configure make make install 將memcache.so複製到 extension_dir 裡，並修改php.ini ?View Code BASH1 2 3 4 Installing &#8230; <a href="http://blog.shian.tw/memcached.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/memcached.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>MySql Report &#8211; Replication Error</title>
		<link>http://blog.shian.tw/mysql-report-error.html</link>
		<comments>http://blog.shian.tw/mysql-report-error.html#comments</comments>
		<pubDate>Sun, 25 Apr 2010 16:00:38 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=425</guid>
		<description><![CDATA[之前公司的mysql有做 Mysql Replication，所以把一些常發生的錯誤以及發生斷線(沒同步)時，要如何處理以及建議改善的簡易評估報告。 發生斷時錯誤查詢 1. 進入 slave mysql 後 SHOW SLAVE STATUS; 2. 查看 mysqld.log 發生 "Duplicate Key" 錯誤 此為最常發生的錯誤而導致斷線，猜測有可能因為 replication lag 的關係，導致slave 與 master 資料發生重覆或是不存在，而剛好要對這筆資料進行動作處理，或是正要對這筆資料同步時。 解決 "Duplicate Key" 錯誤 1. 在 slave db 跳過重覆的資料 2. 人工去判斷並將資料砍掉或匯進去缺少的部份 3. 排程進行判斷並跳過 目前處理發生錯誤(斷線)機制 將 &#8230; <a href="http://blog.shian.tw/mysql-report-error.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/mysql-report-error.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php-delicious</title>
		<link>http://blog.shian.tw/php-delicious.html</link>
		<comments>http://blog.shian.tw/php-delicious.html#comments</comments>
		<pubDate>Sun, 18 Apr 2010 16:00:36 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[works]]></category>
		<category><![CDATA[delicious]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=438</guid>
		<description><![CDATA[php-delicious 根據 delicious api 來撰寫的，因為之前寫過一篇 php delicious api，覺得程式有點複雜到，所以想說乾脆自己寫一個好了，也順便練習練習。 需要 curl、php5、php5-json、php-xml 位置 http://code.google.com/p/php-delicious/ 範例 1. example 2. example_codeigniter 補充 1. 大部份的 function 名稱都是依照 Delicious API 提供的名稱，方便使用者查詢 。 2. 範例也提供 Codeigniter 版本。 參考資料 http://delicious.com/help/api 相關文章CodeIgniter Facebook Librarie (3)CentOS install nginx and php-fpm (4)Guess4a &#8230; <a href="http://blog.shian.tw/php-delicious.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/php-delicious.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ProjectPier</title>
		<link>http://blog.shian.tw/projectpier.html</link>
		<comments>http://blog.shian.tw/projectpier.html#comments</comments>
		<pubDate>Sun, 11 Apr 2010 16:00:46 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[隨手記]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=411</guid>
		<description><![CDATA[之前因為要引入專案管理平台使用，試用了多套的open source project，ProjectPier 比較符合適用，以下是記錄ProjectPier 說明與運用。 導覽說明 概覽：專案首頁。 消息：溝通、發佈訊息。 任務：該專案任務列表，設定、分派任務。 里程碑：建立該專案的排程。 文件：放置相關文件。 標籤：標籤列表。 工作表：管理者快速增加「添加評論」或「添加任務」。 成員：設定專案成員以及權限。 創建專案步驟 添加項目(Project)。 設定參與人員與權限(Member)。 建立里程碑 (Milestones)。 設定並分派任務 (Tasks)。 專案完成時，由創建專案者執行完成 (項目標記為已完成)。 專案進行 使用消息進行溝通。 使用文件分享相關檔案(文案、排程表、修改)。 完成屬於自己的任務。 運用 透過哩程碑可以快速知道該專案進行到哪裡，是否有延遲。 透過任務可以知道各任務進行進度。 透過消息可以進行溝通，省去尋問、傳話時間。 透過文件可以很快的公佈檔案，文案、修改文件、企劃案、排程表。 各頻道設立永久專案 集合多次不同時間修改的頻道相關任務。 相關文章Cache_Lite cache php export html (0)提升網站讀取速度 &#8230; <a href="http://blog.shian.tw/projectpier.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/projectpier.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeIgniter Curl library</title>
		<link>http://blog.shian.tw/codeigniter-curl-library.html</link>
		<comments>http://blog.shian.tw/codeigniter-curl-library.html#comments</comments>
		<pubDate>Sun, 04 Apr 2010 16:00:12 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=364</guid>
		<description><![CDATA[CodeIgniter Curl library 是將php的curl function 寫成一個library方便於在 CodeIgniter 上使用，雖然可以直接在CodeIgniter裡面寫curl function，但是Curl library已經打包好了不需要重覆寫相同的程式，另外後面是以登入plurk為範例，所以必須先取得 plurk api key喔! 準備 1. 下載 curl libraries 並放置 libraries 資料夾裡 2. 設定自動載入 curl libraries ?View Code PHP // 修改 config/autoload.php $autoload&#91;'libraries'&#93; = array&#40;'curl'&#41;; 範例 一 登入 PLURK ?View Code &#8230; <a href="http://blog.shian.tw/codeigniter-curl-library.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/codeigniter-curl-library.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeIgniter delicious api</title>
		<link>http://blog.shian.tw/codeigniter-delicious-api.html</link>
		<comments>http://blog.shian.tw/codeigniter-delicious-api.html#comments</comments>
		<pubDate>Sun, 28 Mar 2010 16:00:58 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=390</guid>
		<description><![CDATA[delicious是一個線上版的社群書籤網站，它也提供了api 出來讓開發者進行串接，PhpDelicious 這個libraries已經將delicious api 打包好了，可以透過PhpDeliciou很快的進行 delicious api 串接，接下來我們將在 CodeIgniter 裡面使用PhpDeliciou 這個libraries。 準備 1. 下載 PhpDelicious 2. 將 cache.inc.php, php-delicious.inc.php, xmlparser.inc.php 放置 libraries/delicious/ 裡面 使用 ?View Code PHPdefine&#40;'DELICIOUS_USER', 'xxx'&#41;; // 帳號 define&#40;'DELICIOUS_PASS', 'xxx'&#41;; // 密碼 define&#40;'CACHE_PATH', '/tmp/'&#41;; // cache位置 $this-&#62;load-&#62;file&#40;'libraries/delicious/php-delicious.inc.php'&#41;; $oDelicious &#8230; <a href="http://blog.shian.tw/codeigniter-delicious-api.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/codeigniter-delicious-api.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>php-plurk</title>
		<link>http://blog.shian.tw/php-plurk.html</link>
		<comments>http://blog.shian.tw/php-plurk.html#comments</comments>
		<pubDate>Sun, 21 Mar 2010 16:00:31 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[works]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plurk]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=401</guid>
		<description><![CDATA[最近剛好想練習寫php 的 curl 程式，所以就拿連 Plurk API 的串接來練習。因此就寫出了php-plurk 這library，並根據 Plurk API 提供的名稱來定義function name。歡迎需要的人可以抓下來使用它，如有bug或是哪裡寫的不好也歡迎告知。 需要 curl、php5、php5-json 位置 http://code.google.com/p/php-plurk/ 範例 1. example 2. example_codeigniter 注意 1. php-plurk 會去判斷登入cookie，預設放在/tmp下，避免重覆登入。 2. php-plurk 提供 plurk 的喜歡/不喜歡 function，雖然官方api尚未提供。 補充 1. 大部份的 function 名稱都是依照 Plurk API 提供的名稱，方便使用者查詢 plurk api。 &#8230; <a href="http://blog.shian.tw/php-plurk.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/php-plurk.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeIgniter layout</title>
		<link>http://blog.shian.tw/codeigniter-layout.html</link>
		<comments>http://blog.shian.tw/codeigniter-layout.html#comments</comments>
		<pubDate>Sun, 14 Mar 2010 22:00:00 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/codeigniter-layout.html</guid>
		<description><![CDATA[Codelgniter layout 就像是版型(templet)的概念，通常會變動的地方只有一塊，但是每一頁都要寫同樣的東西像是header or footer or menu 之類的，此時可以運用版型(templet)的概念，套上版型(templet)後只需要針對變動的區塊進行開發，可以省下不少時間。 安裝 1. Layout.php 至 http://codeigniter.com/wiki/layout_library/ 將 Source內容存至 /application/libraries/Layout.php 2. 設定自動載入 layout library ?View Code PHP1 2 // 修改 /application/config/autoload.php $autoload&#91;'libraries'&#93; = array&#40;‘layout’&#41;; 3. 新增layout(templet)檔案 ?View Code PHP1 2 3 4 create /application/views/layout_main.php &#8230; <a href="http://blog.shian.tw/codeigniter-layout.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/codeigniter-layout.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeIgniter HMVC</title>
		<link>http://blog.shian.tw/codeigniter-hmvc.html</link>
		<comments>http://blog.shian.tw/codeigniter-hmvc.html#comments</comments>
		<pubDate>Wed, 03 Mar 2010 13:56:17 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=353</guid>
		<description><![CDATA[CodeIgniter 本身就有MVC架構，但是如果當想要在不同的地方載入同樣的模組，這時候CodeIgniter HMVC 就是因應這種情況而產生的，在HMVC裡的Module裡有自己的controllers和views，完全不會跟原本的架構有互相衝突。 安裝: 1. 下載 hmvc 檔案 2. 解壓縮至 libraries 資料夾下 3. 修改 config/autoload.php 增加自動載入類別 $autoload['libraries'] = array(&#8216;modules&#8217;); 4. 建立 modules 資料夾 增加模組: (以test為例) 1. 建立 modules/test/controllers 及 modules/test/views 目錄 2. 增加 modules/test/controllers/test.php 及 modules/test/views/test.php controller 跟view檔案 載入模組: 在輸出頁(view/welcome_message.php)要載入模組地方寫入 &#8230; <a href="http://blog.shian.tw/codeigniter-hmvc.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/codeigniter-hmvc.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cache_Lite cache php export html</title>
		<link>http://blog.shian.tw/cache_lite-cache-php-export-html.html</link>
		<comments>http://blog.shian.tw/cache_lite-cache-php-export-html.html#comments</comments>
		<pubDate>Fri, 08 Jan 2010 12:22:57 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[隨手記]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=344</guid>
		<description><![CDATA[Cache_Lite 是一個簡單又好用的cache套件，當網站流量的大時候或是，或是不需要每次更新PHP產生的HTML時，這時候加個CACHE就可以減少PHP跟資料庫要資料連線次數，就可以加快網頁讀取的速度了。 準備 Cache_Lite 下載此套件 使用 ?View Code PHP1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 require_once&#40;APP_REAL_PATH.'/Cache_Lite-1.7.8/Lite.php'&#41;; &#160; $Cache_Lite = new Cache_Lite&#40;array&#40;'cacheDir'=&#62;'存放cache位置','lifeTime' =&#62;'cache存活時間'&#41;&#41;; &#160; if&#40;$data = $Cache_Lite-&#62;get&#40;'cache代號'&#41;&#41;&#123; echo $data; &#125; else&#123; &#8230; <a href="http://blog.shian.tw/cache_lite-cache-php-export-html.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/cache_lite-cache-php-export-html.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>提升網站讀取速度</title>
		<link>http://blog.shian.tw/enhance-the-web-site-read-speed.html</link>
		<comments>http://blog.shian.tw/enhance-the-web-site-read-speed.html#comments</comments>
		<pubDate>Fri, 06 Nov 2009 00:00:34 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[隨手記]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=334</guid>
		<description><![CDATA[主要是增加 cache 減少 request 減少 request 使用 ajax 讀取 (不先全讀進來) cache php 產生圖片 (304 Not Modified) 加速圖片顯示 PHP php加速(eAccelerator) Cache_Lite (php產生不會變動的html)( ob_get_contents) ob_gzhandler 壓縮 Mysql 使用 mysql query cache 檢查狀態 Shell script ob_gzhandler 壓縮 壓縮 javascript 和 css jsmin (php5) &#8230; <a href="http://blog.shian.tw/enhance-the-web-site-read-speed.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/enhance-the-web-site-read-speed.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeIgniter 設定個人首頁</title>
		<link>http://blog.shian.tw/codeigniter-portal-user.html</link>
		<comments>http://blog.shian.tw/codeigniter-portal-user.html#comments</comments>
		<pubDate>Sun, 31 May 2009 16:00:15 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=321</guid>
		<description><![CDATA[這個是使用CodeIgniter的 URI 路由 以及 URI 类 來達成依不同使用者有自己的首頁。 設定 假設網址為：http://www.shian.tw/user/shian 修改 application/config/routes.php ?View Code PHP1 2 //將任何的名稱的 function 都重導至自定義的 index $route&#91;'user/&#60;strong&#62;:any'&#60;/strong&#62;&#93; = &#34;user/index&#34;; 增加 application/controllers/user.php ?View Code PHP1 2 3 4 5 6 7 8 9 10 11 12 class User &#8230; <a href="http://blog.shian.tw/codeigniter-portal-user.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/codeigniter-portal-user.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeIgniter 多個專案目錄配置</title>
		<link>http://blog.shian.tw/codeigniter-project.html</link>
		<comments>http://blog.shian.tw/codeigniter-project.html#comments</comments>
		<pubDate>Sun, 24 May 2009 16:00:36 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=316</guid>
		<description><![CDATA[CodeIgniter 預設可以設定多個專案目錄配置，但是它的配置方式跟我想要的不太一樣，我想配置的結構如下面的 目錄結構，CodeIgniter 核心就一個目錄位置，每個專案都有它自己的目錄、index.php、.htacess、以及自己的application目錄，所以改以下面這方式來重新配置 CodeIgniter 專案。 目錄結構 ?View Code TEXT1 2 3 4 5 6 7 8 9 10 11 [www/] [system/] [CodeIgniter 核心目錄] [project_1/] [CodeIgniter預設的application目錄] .htacess index.php [project_2/] [CodeIgniter預設的application目錄] .htacess index.php 修改 index.php 找到 $system_folder = "system"; 修改 $system_folder &#8230; <a href="http://blog.shian.tw/codeigniter-project.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/codeigniter-project.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

