<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Geek is a Lift-Style.</title>
	<link>http://www.taiwangeek.com</link>
	<description>Time has a wonderful way of showing us what really matters.</description>
	<lastBuildDate>Mon, 23 May 2011 07:18:17 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.2" -->

	<item>
		<title>Gatorhost pdo don&#8217;t support sqlite3</title>
		<description><![CDATA[Greetings,
The sqlite PDO extension appears to be loaded properly. However, it appears that the extension supports sqlite2, but not sqlite3. Currently, I see the use of sqlite3 in your scripts. You will need to use sqlite2 instead in order for them to work properly. I apologize for the inconvenience.

Please feel free to ask if you need anything else at all.]]></description>
		<link>http://www.taiwangeek.com/2011-05/gatorhost-pdo-dont-support-sqlite3.html</link>
			</item>
	<item>
		<title>[xgettext ]when charset=CHARSET</title>
		<description><![CDATA[Damm~~bug! Need to use sed to replace CHARSET~ xgettext --language=php --from-code=utf-8 --output="/defraction-light-red/defraction-light-red.po" -D /defraction-light-red/*.php sed --in-place /defraction-light-red/defraction-light-red.po --expression=s/charset=CHARSET/charset=UTF-8/]]></description>
		<link>http://www.taiwangeek.com/2011-05/xgettext-when-charsetcharset.html</link>
			</item>
	<item>
		<title>Amazon EC2神兵 &#8211; scalr</title>
		<description><![CDATA[身為台灣人 林北真的很難過 玩EC2的這麼少 分享的資料這麼的貧脊 大家都寫一些簡單的東西 哄一些初學者去玩&#8221;雲端&#8221; 可當你真的把網站放到EC2 你還是要面對架構的問題 否則雲端未必比你上一家租的VPS來得好用 現在讓林北來分享一些真正有料的 無碼的 重口味的東西吧 ps,這種東西 不是入門 是給真正的玩家看得 應該可以解救不少網管人員 scalr 開源的PHP專案 直接集佈署 監控 EC2於一身 連AIM都幫你開好了 還是燒燙燙的Nqinx+php唷 https://scalr.net/tour.html]]></description>
		<link>http://www.taiwangeek.com/2011-04/amazon-ec2%e7%a5%9e%e5%85%b5-scalr.html</link>
			</item>
	<item>
		<title>use curl to got Content-Disposition filename</title>
		<description><![CDATA[curl CURLOPT_BINARYTRANSFER can't not got Content-Disposition filename for u]]></description>
		<link>http://www.taiwangeek.com/2011-01/use-curl-to-got-content-disposition-filename.html</link>
			</item>
	<item>
		<title>Advanced Windows Batch File Scripting</title>
		<description><![CDATA[ Shared by &#23567;&#33891; 這樣的一篇關於windows batch file技巧的文章 近年少見 推!! First off, this is a single windows .bat file that I have written to do advanced batch scripting the easy way, meaning it’s mostly a series of functions you can call from the script or within other functions for extremely modular code. Before you get all bent out of shape by my choice of words (“easy, modular”), when I say this is advanced I mean for Windows .bat files, one of the worlds worst scripting languages, but it works on all windows versions so it’s ideal for things like autorun, autoplay, custom startups, usb drives, etc.. ]]></description>
		<link>http://www.taiwangeek.com/2010-09/advanced-windows-batch-file-scripting.html</link>
			</item>
	<item>
		<title>FreeBSD 上使用 wkhtmltopdf 做網頁擷取</title>
		<description><![CDATA[ Shared by &#23567;&#33891; 天阿 育典哥們 你看了也可以瞑目了 阿門~ 以往要用程式控制將網頁輸出pdf或擷取網頁,都是件浩大工程. 這次介紹如何在FreeBSD 命令列模式下即可輕易辦到,並且不需龐大的X Windows 圖形系統適合在server上跑. 以下是軟體原文介紹]]></description>
		<link>http://www.taiwangeek.com/2010-09/freebsd-%e4%b8%8a%e4%bd%bf%e7%94%a8-wkhtmltopdf-%e5%81%9a%e7%b6%b2%e9%a0%81%e6%93%b7%e5%8f%96.html</link>
			</item>
	<item>
		<title>[php-editor] USE PHP_Beautifier in Notepad++</title>
		<description><![CDATA[This is the way to use PHP_Beautifier to formate php in notepad++ and output to clipboard Install PHP_Beautifier via http://pear.php.net/package/PHP_Beautifier Make sure your notepad++ have NPPExec Add Execute like this... <a class="meta-more" href="http://www.taiwangeek.com/2010-08/php-editor-use-php_beautifier-in-notepad.html">Read more <span class="meta-nav">&#187;</span></a>]]></description>
		<link>http://www.taiwangeek.com/2010-08/php-editor-use-php_beautifier-in-notepad.html</link>
			</item>
	<item>
		<title>9 Useful PHP Functions and Features You Need to Know</title>
		<description><![CDATA[ Shared by &#23567;&#33891; 的確很優~ 1. Functions with Arbitrary Number of Arguments You may already know that PHP allows you to define functions with optional arguments]]></description>
		<link>http://www.taiwangeek.com/2010-08/9-useful-php-functions-and-features-you-need-to-know.html</link>
			</item>
	<item>
		<title>Object-Oriented PHP for Beginners</title>
		<description><![CDATA[ Shared by &#23567;&#33891; 會利用物件導向的確可以省很多事 但誤用會多更多事 For many PHP programmers, object-oriented programming is a frightening concept, full of complicated syntax and other roadblocks. As detailed in my book, Pro PHP and jQuery, you’ll learn the concepts behind object-oriented programming (OOP), a style of coding in which related actions are grouped into classes to aid in creating more-compact, effective code. Understanding Object-Oriented Programming Object-oriented programming is a style of coding that allows developers to group similar tasks into classes ]]></description>
		<link>http://www.taiwangeek.com/2010-08/object-oriented-php-for-beginners.html</link>
			</item>
	<item>
		<title>[PHP::PDO]SQLITE Drop Columns function</title>
		<description><![CDATA[//CODE DEMO $dbh = new PDO('sqlite:ClientFB.sqlite3'); $st = $dbh-&#62;query("PRAGMA table_info(ap_form_elements)"); var_dump($st-&#62;fetchAll(PDO::FETCH_COLUMN,1)); sqlite_drop_table_columns('ap_form_elements',array('element_position','element_default_value'),$dbh); $st = $dbh-&#62;query("PRAGMA table_info(ap_form_elements)"); var_dump($st-&#62;fetchAll(PDO::FETCH_COLUMN,1)); /** * 實做一個刪除資料表欄位 function * @prama $table STRING * @prama $columns ARRAY */... <a class="meta-more" href="http://www.taiwangeek.com/2010-08/phppdosqlite-drop-columns-function.html">Read more <span class="meta-nav">&#187;</span></a>]]></description>
		<link>http://www.taiwangeek.com/2010-08/phppdosqlite-drop-columns-function.html</link>
			</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (request URI doesn't have a trailing slash)

Served from: www.taiwangeek.com @ 2012-02-06 00:02:56 -->
