<?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>Doing &#38; Done &#187; php</title>
	<atom:link href="http://doing.liduan.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://doing.liduan.com</link>
	<description>Record and Store</description>
	<lastBuildDate>Thu, 11 Feb 2010 11:19:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>add php gd (graphics directly) support i&#8230;</title>
		<link>http://doing.liduan.com/2009/09/01/add-php-gd-graphics-directly-support-i/</link>
		<comments>http://doing.liduan.com/2009/09/01/add-php-gd-graphics-directly-support-i/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 15:26:44 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[php5-gd]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/09/01/add-php-gd-graphics-directly-support-i/</guid>
		<description><![CDATA[add php gd (graphics directly) support in ubuntu

#sudo apt-get install php5-gd

then, restart web service

#sudo service lighttpd restart //or
#sudo service apache2 restart
]]></description>
			<content:encoded><![CDATA[<p>add php gd (graphics directly) support in ubuntu</p>
<pre class="brush: php">
#sudo apt-get install php5-gd
</pre>
<p>then, restart web service</p>
<pre class="brush: php">
#sudo service lighttpd restart //or
#sudo service apache2 restart
</pre>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/09/01/add-php-gd-graphics-directly-support-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php upload file, File input (or “upload”&#8230;</title>
		<link>http://doing.liduan.com/2009/07/23/php-upload-file-file-input-or-%e2%80%9cupload%e2%80%9d/</link>
		<comments>http://doing.liduan.com/2009/07/23/php-upload-file-file-input-or-%e2%80%9cupload%e2%80%9d/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 15:56:30 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/07/23/php-upload-file-file-input-or-%e2%80%9cupload%e2%80%9d/</guid>
		<description><![CDATA[php upload file, File input (or “upload”) in HTML forms, Uploading multiple files, PHP &#8211; File Upload]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.quackit.com/php/tutorial/php_upload_file.cfm">php upload file</a>, <a href="http://www.cs.tut.fi/~jkorpela/forms/file.html">File input (or “upload”) in HTML forms</a>, <a href="http://us2.php.net/manual/en/features.file-upload.multiple.php">Uploading multiple files</a>, <a href="http://www.tizag.com/phpT/fileupload.php">PHP &#8211; File Upload</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/07/23/php-upload-file-file-input-or-%e2%80%9cupload%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>enable javascript and other HTML element&#8230;</title>
		<link>http://doing.liduan.com/2009/07/10/enable-javascript-and-other-html-element/</link>
		<comments>http://doing.liduan.com/2009/07/10/enable-javascript-and-other-html-element/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 19:00:39 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress mu]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/07/10/enable-javascript-and-other-html-element/</guid>
		<description><![CDATA[enable javascript and other HTML element in wordpress MU. open wp-includes/kses.php find following line

$allowedposttags = array(

add following codes

		&#039;script&#039; =&#62; array(
&#039;type&#039; =&#62; array(),
&#039;src&#039; =&#62; array(),
&#039;language&#039; =&#62; array()
),
&#039;noscript&#039; =&#62; array(
),
&#039;object&#039; =&#62; array(
&#039;height&#039; =&#62; array(),
&#039;width&#039; =&#62; array(),
&#039;type&#039; =&#62; array(),
&#039;data&#039; =&#62; array(),
&#039;allowfullscreen&#039; =&#62; array(),
&#039;id&#039; =&#62; array()
),
&#039;param&#039; =&#62; array(
&#039;name&#039; =&#62; array(),
&#039;value&#039; =&#62; array()
),
&#039;embed&#039; =&#62; array(
&#039;width&#039; =&#62; array(),
&#039;height&#039; =&#62; array(),
&#039;type&#039; =&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>enable javascript and other HTML element in wordpress MU. open wp-includes/kses.php find following line</p>
<pre class="brush: php">
$allowedposttags = array(
</pre>
<p>add following codes</p>
<pre class="brush: php">
		&#039;script&#039; =&gt; array(
&#039;type&#039; =&gt; array(),
&#039;src&#039; =&gt; array(),
&#039;language&#039; =&gt; array()
),
&#039;noscript&#039; =&gt; array(
),
&#039;object&#039; =&gt; array(
&#039;height&#039; =&gt; array(),
&#039;width&#039; =&gt; array(),
&#039;type&#039; =&gt; array(),
&#039;data&#039; =&gt; array(),
&#039;allowfullscreen&#039; =&gt; array(),
&#039;id&#039; =&gt; array()
),
&#039;param&#039; =&gt; array(
&#039;name&#039; =&gt; array(),
&#039;value&#039; =&gt; array()
),
&#039;embed&#039; =&gt; array(
&#039;width&#039; =&gt; array(),
&#039;height&#039; =&gt; array(),
&#039;type&#039; =&gt; array(),
&#039;src&#039; =&gt; array(),
&#039;allowfullscreen&#039; =&gt; array()
),
&#039;coolcode&#039; =&gt; array(
&#039;lang&#039; =&gt; array()
),
//over
</pre>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/07/10/enable-javascript-and-other-html-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpRPG is an open source project establi &#8230;</title>
		<link>http://doing.liduan.com/2009/05/27/phprpg-is-an-open-source-project-establi/</link>
		<comments>http://doing.liduan.com/2009/05/27/phprpg-is-an-open-source-project-establi/#comments</comments>
		<pubDate>Wed, 27 May 2009 21:02:31 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phpRPG]]></category>
		<category><![CDATA[RPG game]]></category>
		<category><![CDATA[web game]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/05/27/phprpg-is-an-open-source-project-establi/</guid>
		<description><![CDATA[phpRPG is an open source project established since 2001. The aim of the project is to develop a web-based RPG (role-playing game) using a powerful server-side scripting engine called PHP and its best known open source database companion MySQL.]]></description>
			<content:encoded><![CDATA[<p><a title="phprgp" href="http://phprpg.org/" target="_blank"><strong>phpRPG</strong></a> is an open source project established since 2001. The aim of the project is to develop a web-based RPG (role-playing game) using a powerful server-side scripting engine called <a href="http://php.net/">PHP</a> and its best known open source database companion <a href="http://mysql.com/">MySQL</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/05/27/phprpg-is-an-open-source-project-establi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>post twitter tweet by using PHP script. &#8230;</title>
		<link>http://doing.liduan.com/2009/04/17/post-twitter-tweet-by-using-php-script/</link>
		<comments>http://doing.liduan.com/2009/04/17/post-twitter-tweet-by-using-php-script/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 12:39:22 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/04/17/post-twitter-tweet-by-using-php-script/</guid>
		<description><![CDATA[post twitter tweet by using PHP script.
via curl command in linux, 1 and 2.
Using twitter php client.
official API tutorial.]]></description>
			<content:encoded><![CDATA[<p>post twitter tweet by using PHP script.</p>
<p>via curl command in linux, <a href="http://www.webmaster-source.com/2009/04/05/post-to-twitter-from-a-php-script/" target="_blank">1</a> and <a href="http://morethanseven.net/2007/01/20/posting-to-twitter-using-php/" target="_blank">2</a>.</p>
<p><a href="http://woork.blogspot.com/2007/10/twitter-send-message-from-php-page.html" target="_blank">Using twitter php client</a>.</p>
<p><a href="http://www.newwebplatform.com/tips-and-tutorials/Twitter" target="_blank">official API tutorial</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/04/17/post-twitter-tweet-by-using-php-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>very simple CMS system build by php. it  &#8230;</title>
		<link>http://doing.liduan.com/2009/04/06/very-simple-cms-system-build-by-php-it/</link>
		<comments>http://doing.liduan.com/2009/04/06/very-simple-cms-system-build-by-php-it/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 14:32:38 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/04/06/very-simple-cms-system-build-by-php-it/</guid>
		<description><![CDATA[very simple CMS system build by php. it provides support for mysql database, but not support template.]]></description>
			<content:encoded><![CDATA[<p><a title="very simple CMS system" href="http://css-tricks.com/php-for-beginners-building-your-first-simple-cms/" target="_blank">very simple CMS system</a> build by php. it provides support for mysql database, but not support template.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/04/06/very-simple-cms-system-build-by-php-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rewrite mod tutorial with some examples.</title>
		<link>http://doing.liduan.com/2009/04/05/rewrite-mod-tutorial-with-some-examples/</link>
		<comments>http://doing.liduan.com/2009/04/05/rewrite-mod-tutorial-with-some-examples/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 11:45:56 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/04/05/rewrite-mod-tutorial-with-some-examples/</guid>
		<description><![CDATA[rewrite mod tutorial with some examples.]]></description>
			<content:encoded><![CDATA[<p><a href="http://u21.me/21" target="_blank">rewrite mod tutorial with some examples</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/04/05/rewrite-mod-tutorial-with-some-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>writing 30 game scripts by php, part 1,  &#8230;</title>
		<link>http://doing.liduan.com/2008/12/29/writing-30-game-scripts-by-php-part-1/</link>
		<comments>http://doing.liduan.com/2008/12/29/writing-30-game-scripts-by-php-part-1/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 18:00:46 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/29/writing-30-game-scripts-by-php-part-1/</guid>
		<description><![CDATA[writing 30 game scripts by php, part 1, part 2 and part 3. include code demo.]]></description>
			<content:encoded><![CDATA[<p>writing 30 game scripts by php, <a title="writing 30 game scripts by php, part 1 php basic" href="http://www.ibm.com/developerworks/opensource/library/os-php-gamescripts1/">part 1</a>, <a title="writing 30 game scripts by php, part 2 Developing 10 intermediate scripts" href="http://www.ibm.com/developerworks/opensource/library/os-php-gamescripts2/index.html?S_TACT=105AGX44&amp;S_CMP=EDU">part 2</a> and <a title="30 game scripts you can write in PHP, Part 3: Creating 10 advanced scripts" href="http://www.ibm.com/developerworks/opensource/library/os-php-gamescripts3/index.html?S_TACT=105AGX44&amp;S_CMP=EDU">part 3</a>. include <a title="writing 30 game scripts by php code demo" href="http://chaoticneutral.net/3d10/3d10-die-roller.php">code demo</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/29/writing-30-game-scripts-by-php-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP, it&#8217;s really good PHP framework &#8230;</title>
		<link>http://doing.liduan.com/2008/12/27/cakephp-its-really-good-php-framework/</link>
		<comments>http://doing.liduan.com/2008/12/27/cakephp-its-really-good-php-framework/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 23:48:28 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/27/cakephp-its-really-good-php-framework/</guid>
		<description><![CDATA[CakePHP, it&#8217;s really good PHP framework. I have just tried it for building blog less than 15 mins. easy for using. here is a tutorial for build blog in 15 mins. official manual is available at here.]]></description>
			<content:encoded><![CDATA[<p>CakePHP, it&#8217;s really good PHP framework. I have just tried it for building blog less than 15 mins. easy for using. <a title="here is a tutorial for build blog in 15 mins by cakephp" href="http://book.cakephp.org/view/219/the-cakephp-blog-tutorial" target="_blank">here is a tutorial for build blog in 15 mins</a>. <a title="cakephp official manual is available at here" href="http://book.cakephp.org/" target="_blank">official manual is available at here</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/27/cakephp-its-really-good-php-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how Flex application can interact with P &#8230;</title>
		<link>http://doing.liduan.com/2008/12/22/how-flex-application-can-interact-with-p/</link>
		<comments>http://doing.liduan.com/2008/12/22/how-flex-application-can-interact-with-p/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 14:48:50 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/22/how-flex-application-can-interact-with-p/</guid>
		<description><![CDATA[how Flex application can interact with PHP on the server-side. include sources code and demo]]></description>
			<content:encoded><![CDATA[<p><a title="how Flex application can interact with PHP on the server-side." href="http://www.flexer.info/2007/11/19/flex-and-php-party-in-the-front-business-in-the-back/">how Flex application can interact with PHP on the server-side. include <a href="http://devzone.zend.com/content/mashuptimes.zip" title="how Flex application can interact with PHP on the server-side sources code">sources code and <a title="how Flex application can interact with PHP on the server-side demo" href="http://dougmccune.com/flex/zomgzrss/">demo</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/22/how-flex-application-can-interact-with-p/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>method of communication between flash an &#8230;</title>
		<link>http://doing.liduan.com/2008/11/23/method-of-communication-between-flash-an/</link>
		<comments>http://doing.liduan.com/2008/11/23/method-of-communication-between-flash-an/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 21:06:34 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/23/method-of-communication-between-flash-an/</guid>
		<description><![CDATA[method of communication between flash and php(asp, jsp, pysp,ruby):
1. a little bit data: using loadVariables(flash 4 up), getURL(Flash 4 up), loadvars(flash 6 up), send request to http server example of getURL(&#8220;http://some?some=some&#8221;)
2. much more data example of array and object, using xml. php can product a xml file, using actionscript read xml file.]]></description>
			<content:encoded><![CDATA[<p>method of communication between flash and php(asp, jsp, pysp,ruby):<br />
1. a little bit data: using loadVariables(flash 4 up), getURL(Flash 4 up), loadvars(flash 6 up), send request to http server example of getURL(&#8220;http://some?some=some&#8221;)</p>
<p>2. much more data example of array and object, using xml. php can product a xml file, using actionscript read xml file.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/23/method-of-communication-between-flash-an/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>using Loader and Label, insert external  &#8230;</title>
		<link>http://doing.liduan.com/2008/11/23/using-loader-and-label-insert-external/</link>
		<comments>http://doing.liduan.com/2008/11/23/using-loader-and-label-insert-external/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 20:52:24 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/23/using-loader-and-label-insert-external/</guid>
		<description><![CDATA[using Loader and Label, insert external picture and text.
the picture url and text can from xml producted by php or any other server side script.]]></description>
			<content:encoded><![CDATA[<p>using Loader and Label, insert external picture and text.<br />
the picture url and text can from xml producted by php or any other server side script.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/23/using-loader-and-label-insert-external/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flash actionscript2 can load server site &#8230;</title>
		<link>http://doing.liduan.com/2008/11/22/flash-actionscript2-can-load-server-site/</link>
		<comments>http://doing.liduan.com/2008/11/22/flash-actionscript2-can-load-server-site/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 14:22:02 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/22/flash-actionscript2-can-load-server-site/</guid>
		<description><![CDATA[flash actionscript2 can load server site xml file. include xml producted by php.]]></description>
			<content:encoded><![CDATA[<p>flash actionscript2 can load server site xml file. include xml producted by php.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/22/flash-actionscript2-can-load-server-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lighttpd with php configuration has been &#8230;</title>
		<link>http://doing.liduan.com/2008/11/19/lighttpd-with-php-configuration-has-been/</link>
		<comments>http://doing.liduan.com/2008/11/19/lighttpd-with-php-configuration-has-been/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 12:14:50 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/19/lighttpd-with-php-configuration-has-been/</guid>
		<description><![CDATA[lighttpd with php configuration has been finished. It speed a lots of time. but, currently, they are fully working. php with fastcgi model is better than mod_php of apache server. 
I found command &#8220;lighty-enable-mod fastcgi&#8221; is very useful in this task.]]></description>
			<content:encoded><![CDATA[<p>lighttpd with php configuration has been finished. It speed a lots of time. but, currently, they are fully working. php with fastcgi model is better than mod_php of apache server. </p>
<p>I found command &#8220;lighty-enable-mod fastcgi&#8221; is very useful in this task.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/19/lighttpd-with-php-configuration-has-been/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>there are two very good facebook develop &#8230;</title>
		<link>http://doing.liduan.com/2008/10/29/there-are-two-very-good-facebook-develop/</link>
		<comments>http://doing.liduan.com/2008/10/29/there-are-two-very-good-facebook-develop/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 16:34:38 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[facebook api]]></category>
		<category><![CDATA[facebook app]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/29/there-are-two-very-good-facebook-develop/</guid>
		<description><![CDATA[there are two very good facebook development tutorial, Facebooker Tutorial is a facebook apps used for facebook development tutorial. other one is Facebook PHP Tutorial, it is for php programming with facebook api.]]></description>
			<content:encoded><![CDATA[<p>there are two very good facebook development tutorial, <a title="Facebooker Tutorial is a facebook apps used for facebook development tutorial" href="http://apps.facebook.com/facebooker_tutorial/">Facebooker Tutorial</a> is a facebook apps used for facebook development tutorial. other one is <a title="Facebook PHP Tutorial, it is for php programming with facebook api." href="http://www.merchantos.com/makebeta/facebook/facebook-php-tutorial/">Facebook PHP Tutorial</a>, it is for php programming with facebook api.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/29/there-are-two-very-good-facebook-develop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
