<?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>太阳帆数据 Sunfine Data &#187; PHP</title>
	<atom:link href="http://www.sunfinedata.com/category/programming/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sunfinedata.com</link>
	<description>Provides solutions on data analysis, software tutorials, hands-on instructions and tips</description>
	<lastBuildDate>Tue, 20 Jul 2010 19:33:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Use public geoip database in your web project</title>
		<link>http://www.sunfinedata.com/programming/php/use-public-geoip-database-in-your-web-project/</link>
		<comments>http://www.sunfinedata.com/programming/php/use-public-geoip-database-in-your-web-project/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 04:58:41 +0000</pubDate>
		<dc:creator>Zhanshan Dong</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[country code]]></category>
		<category><![CDATA[geoip]]></category>
		<category><![CDATA[google map]]></category>
		<category><![CDATA[hit map]]></category>
		<category><![CDATA[hostip]]></category>
		<category><![CDATA[IP address location]]></category>
		<category><![CDATA[latitude]]></category>
		<category><![CDATA[longitude]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[nation flag]]></category>

		<guid isPermaLink="false">http://www.sunfinedata.com/?p=856</guid>
		<description><![CDATA[Last week I came across a website http://www.hostip.info. Apparently it is open project that aims to collect geoip information from general public. The owner of the site is generously enough to share his database with the world. Thanks a lot for doing that. I found some sample code in the website contributed from other folks. [...]]]></description>
		<wfw:commentRss>http://www.sunfinedata.com/programming/php/use-public-geoip-database-in-your-web-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove BOM from utf-8 files</title>
		<link>http://www.sunfinedata.com/tips/remove-bom-from-utf-8-files/</link>
		<comments>http://www.sunfinedata.com/tips/remove-bom-from-utf-8-files/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 04:38:15 +0000</pubDate>
		<dc:creator>Zhanshan Dong</dc:creator>
				<category><![CDATA[PERL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[BOM]]></category>
		<category><![CDATA[Notepad++]]></category>
		<category><![CDATA[PERL script]]></category>
		<category><![CDATA[php utf8 Cannot modify header information – headers already sent by]]></category>
		<category><![CDATA[Remove BOM from UTF-8 files]]></category>
		<category><![CDATA[Unicode Byte-Order Mark]]></category>
		<category><![CDATA[utf-8]]></category>
		<category><![CDATA[Web application]]></category>

		<guid isPermaLink="false">http://www.sunfinedata.com/?p=850</guid>
		<description><![CDATA[Problem When I developed a PHP web application with multiple language support, I encountered a situation that PHP report &#8220;header is already sent&#8221;. That was caused by the Unicode Byte Of Mark (BOM) at the beginning of files in utf-8 encoding. Solution 1 In my article Solution for Cannot modify header information in PHP application, one [...]]]></description>
		<wfw:commentRss>http://www.sunfinedata.com/tips/remove-bom-from-utf-8-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Solution for Cannot modify header information in PHP application</title>
		<link>http://www.sunfinedata.com/programming/php/solution-for-cannot-modify-header-information-in-php-application/</link>
		<comments>http://www.sunfinedata.com/programming/php/solution-for-cannot-modify-header-information-in-php-application/#comments</comments>
		<pubDate>Fri, 14 May 2010 04:52:55 +0000</pubDate>
		<dc:creator>Zhanshan Dong</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Cannot modify header information]]></category>
		<category><![CDATA[headers already sent]]></category>
		<category><![CDATA[OUTPUT_BUFFER]]></category>
		<category><![CDATA[utf-8]]></category>

		<guid isPermaLink="false">http://www.sunfinedata.com/?p=834</guid>
		<description><![CDATA[I encountered a strange problem when I developed a PHP website application. When I use english language file, saved in ASCII format. The web application runs smoothly with no problem. As soon as I change the language file to an Asian language, saved in UTF-8 format, a problem occurs. See the following for the detail [...]]]></description>
		<wfw:commentRss>http://www.sunfinedata.com/programming/php/solution-for-cannot-modify-header-information-in-php-application/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>U&#8217;s Bargain Network, an online deal publishing system</title>
		<link>http://www.sunfinedata.com/handson/software-handson/us-bargain-network-an-online-deal-publishing-system/</link>
		<comments>http://www.sunfinedata.com/handson/software-handson/us-bargain-network-an-online-deal-publishing-system/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 21:16:36 +0000</pubDate>
		<dc:creator>Zhanshan Dong</dc:creator>
				<category><![CDATA[PERL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[amazon deal]]></category>
		<category><![CDATA[Apple iPad]]></category>
		<category><![CDATA[Apple iPhone]]></category>
		<category><![CDATA[Apple iPod]]></category>
		<category><![CDATA[buy.com deal]]></category>
		<category><![CDATA[camera deal]]></category>
		<category><![CDATA[computer deal]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[gaming system]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[online bargain]]></category>
		<category><![CDATA[online deal]]></category>
		<category><![CDATA[online discount]]></category>
		<category><![CDATA[U's Bargain Network]]></category>

		<guid isPermaLink="false">http://www.sunfinedata.com/?p=778</guid>
		<description><![CDATA[U&#8217;s Bargain Network is a website that publishes online deals, bargains, discounts, and coupons related to computer, software, gaming, electronics, and video and more. It was intensively developed through the last two years. It is powered by online deal publishing system that consists of PHP applications, PERL applications, MySQL database system and other auxiliary applications.  The [...]]]></description>
		<wfw:commentRss>http://www.sunfinedata.com/handson/software-handson/us-bargain-network-an-online-deal-publishing-system/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Brand new user interface of Online Note 2.0</title>
		<link>http://www.sunfinedata.com/programming/php/brand-new-user-interface-of-online-note-2-0/</link>
		<comments>http://www.sunfinedata.com/programming/php/brand-new-user-interface-of-online-note-2-0/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 05:21:46 +0000</pubDate>
		<dc:creator>Zhanshan Dong</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[daily diary]]></category>
		<category><![CDATA[development ideas]]></category>
		<category><![CDATA[event calendar]]></category>
		<category><![CDATA[fulltext search]]></category>
		<category><![CDATA[online note]]></category>
		<category><![CDATA[Online Note 2.0]]></category>
		<category><![CDATA[password protected]]></category>
		<category><![CDATA[private space]]></category>
		<category><![CDATA[public accessible]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://www.sunfinedata.com/?p=708</guid>
		<description><![CDATA[ASP Online NoteTaker 1.0 has been redesigned in PHP language. Now the brand new PHP Online Note 2.0 is alive. This article will introduce the new features of the Online Note 2.0 and provide a simple how-to guide for you. Introduction Figure 1 show the new home page of the Online Note 2.0. The new [...]]]></description>
		<wfw:commentRss>http://www.sunfinedata.com/programming/php/brand-new-user-interface-of-online-note-2-0/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
