<?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>ycTIN</title>
	<atom:link href="http://blog.yctin.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.yctin.com</link>
	<description>IT Professional</description>
	<lastBuildDate>Tue, 09 Feb 2010 13:45:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>[PHP] Force download the files</title>
		<link>http://blog.yctin.com/archives/php-force-download-the-files/</link>
		<comments>http://blog.yctin.com/archives/php-force-download-the-files/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 13:45:30 +0000</pubDate>
		<dc:creator>ycTIN</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[PDF]]></category>

		<guid isPermaLink="false">http://blog.yctin.com/archives/php-force-download-the-files/</guid>
		<description><![CDATA[Some time you may want the user download the file instead of direct open in the browser.   (e.g. The PDF reader add-on will be directly open the PDF in the browser) 
You just need modify the http headers and set the content type to force-download, the problem will be solved.
The following is the [...]


Related posts:<ol><li><a href='http://blog.yctin.com/archives/jquery-plugins-monthpicker/' rel='bookmark' title='Permanent Link: jQuery Plugins &ndash; Month Picker'>jQuery Plugins &ndash; Month Picker</a> <small>Good user experience month selector, easily to choose the report...</small></li>
<li><a href='http://blog.yctin.com/archives/best-javascript-ide-aptana-sutdio/' rel='bookmark' title='Permanent Link: Best JavaScript IDE &ndash; Aptana Sutdio'>Best JavaScript IDE &ndash; Aptana Sutdio</a> <small>The Aptana Studio based on the Eclipse IDE, is a...</small></li>
<li><a href='http://blog.yctin.com/archives/jquery-plugins-checktree/' rel='bookmark' title='Permanent Link: jQuery Plugins &#8211; CheckTree(ycTIN Edition)'>jQuery Plugins &#8211; CheckTree(ycTIN Edition)</a> <small>This edition is compatible with CheckTree, fixed some bugs and...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.yctin.com/archives/php-force-download-the-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Experts-Exchange 2009 Christmas and New Year Gift</title>
		<link>http://blog.yctin.com/archives/experts-exchange-2009-christmas-and-new-year-gift/</link>
		<comments>http://blog.yctin.com/archives/experts-exchange-2009-christmas-and-new-year-gift/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 14:34:59 +0000</pubDate>
		<dc:creator>ycTIN</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Christmas Gift]]></category>
		<category><![CDATA[Experts-Exchange]]></category>

		<guid isPermaLink="false">http://blog.yctin.com/archives/experts-exchange-2009-christmas-and-new-year-gift/</guid>
		<description><![CDATA[I received the gift from Experts-Exchange before Christmas, share some photos now.
 
  &#160;   


Related posts:Experts-Exchange Master T-Shirt I joined Experts-Exchange at 6 May 2009 and used 2...
[PHP] Dreamweaver too many connections error I am not using dreamweaver to develop my php code,...
Share my online tools I developed some online tools for [...]


Related posts:<ol><li><a href='http://blog.yctin.com/archives/experts-exchange-master-shirt/' rel='bookmark' title='Permanent Link: Experts-Exchange Master T-Shirt'>Experts-Exchange Master T-Shirt</a> <small>I joined Experts-Exchange at 6 May 2009 and used 2...</small></li>
<li><a href='http://blog.yctin.com/archives/php-dreamweaver-too-many-connections-error/' rel='bookmark' title='Permanent Link: [PHP] Dreamweaver too many connections error'>[PHP] Dreamweaver too many connections error</a> <small>I am not using dreamweaver to develop my php code,...</small></li>
<li><a href='http://blog.yctin.com/archives/share-my-online-tools/' rel='bookmark' title='Permanent Link: Share my online tools'>Share my online tools</a> <small>I developed some online tools for my self. share at...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.yctin.com/archives/experts-exchange-2009-christmas-and-new-year-gift/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Popular HTTP response status code in the web development</title>
		<link>http://blog.yctin.com/archives/popular-http-response-status-code-in-the-web-development/</link>
		<comments>http://blog.yctin.com/archives/popular-http-response-status-code-in-the-web-development/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 12:16:01 +0000</pubDate>
		<dc:creator>ycTIN</dc:creator>
				<category><![CDATA[Experience & Notes]]></category>
		<category><![CDATA[301]]></category>
		<category><![CDATA[403]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[500]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[Redirect]]></category>
		<category><![CDATA[Response]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.yctin.com/archives/popular-http-response-status-code-in-the-web-development/</guid>
		<description><![CDATA[The popular HTTP response code with simple description:
2xx Success
200 OK
Good status, server return successful

3xx Redirection
301 Moved Permanently
Permanently redirect to new URL, better in the SEO (Recommend)
302 Found
Temporary redirect to new URL(Default)
304 Not Modified
The request resource has not been modified since last requested. Browser will load the content from cached (IE may not)

 
4xx Client Error
400 [...]


Related posts:<ol><li><a href='http://blog.yctin.com/archives/php-web-proxy-phproxy/' rel='bookmark' title='Permanent Link: [PHP] Web Proxy &#8211; PHProxy'>[PHP] Web Proxy &#8211; PHProxy</a> <small>PHProxy is free and open source web proxy application, under...</small></li>
<li><a href='http://blog.yctin.com/archives/windows-live-writer-image-upload-not-supported-by-weblog-wordpress/' rel='bookmark' title='Permanent Link: Windows Live Writer &#8211; Image Upload Not Supported by Weblog (Wordpress)'>Windows Live Writer &#8211; Image Upload Not Supported by Weblog (Wordpress)</a> <small>Yesterday, I update my blog via Windows Live Writer. But...</small></li>
<li><a href='http://blog.yctin.com/archives/php-detect-and-handle-execution-timeout-error/' rel='bookmark' title='Permanent Link: [PHP] Detect and handle execution timeout error'>[PHP] Detect and handle execution timeout error</a> <small>Sometime php will throw unhandled exception, e.g. over maximum execution...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.yctin.com/archives/popular-http-response-status-code-in-the-web-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Live Writer &#8211; Image Upload Not Supported by Weblog (Wordpress)</title>
		<link>http://blog.yctin.com/archives/windows-live-writer-image-upload-not-supported-by-weblog-wordpress/</link>
		<comments>http://blog.yctin.com/archives/windows-live-writer-image-upload-not-supported-by-weblog-wordpress/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 14:59:31 +0000</pubDate>
		<dc:creator>ycTIN</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Uploading]]></category>
		<category><![CDATA[Windows Live Writer]]></category>

		<guid isPermaLink="false">http://blog.yctin.com/archives/windows-live-writer-image-upload-not-supported-by-weblog-wordpress/</guid>
		<description><![CDATA[Yesterday, I update my blog via Windows Live Writer. But get the following error message:
Image Upload Not Supported by Weblog       The following images cannot be published because the weblog does not support image publishing.       
…some filenames       

It [...]


Related posts:<ol><li><a href='http://blog.yctin.com/archives/jquery-plugins-ajaxscroll/' rel='bookmark' title='Permanent Link: jQuery Plugins &#8211; AjaxScroll'>jQuery Plugins &#8211; AjaxScroll</a> <small>AjaxScroll is an lightweight jQuery plugins . Provided the ajax...</small></li>
<li><a href='http://blog.yctin.com/archives/popular-http-response-status-code-in-the-web-development/' rel='bookmark' title='Permanent Link: Popular HTTP response status code in the web development'>Popular HTTP response status code in the web development</a> <small>The popular HTTP response code with simple description: 2xx Success...</small></li>
<li><a href='http://blog.yctin.com/archives/jquery-plugins-checktree/' rel='bookmark' title='Permanent Link: jQuery Plugins &#8211; CheckTree(ycTIN Edition)'>jQuery Plugins &#8211; CheckTree(ycTIN Edition)</a> <small>This edition is compatible with CheckTree, fixed some bugs and...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.yctin.com/archives/windows-live-writer-image-upload-not-supported-by-weblog-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find the geography location by IP-address or host name</title>
		<link>http://blog.yctin.com/archives/find-the-geography-location-by-ip-address-or-host-name/</link>
		<comments>http://blog.yctin.com/archives/find-the-geography-location-by-ip-address-or-host-name/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 15:49:17 +0000</pubDate>
		<dc:creator>ycTIN</dc:creator>
				<category><![CDATA[Best Free Resources]]></category>
		<category><![CDATA[Domain & Web Hosting]]></category>
		<category><![CDATA[Domain]]></category>
		<category><![CDATA[Gadget]]></category>
		<category><![CDATA[Geography]]></category>
		<category><![CDATA[Hostname]]></category>
		<category><![CDATA[iGoogle]]></category>
		<category><![CDATA[IP-Address]]></category>
		<category><![CDATA[Location]]></category>

		<guid isPermaLink="false">http://blog.yctin.com/?p=282</guid>
		<description><![CDATA[Sometime you may want to know the following informations:

IP address and hostname convertion
Tracking and lookup IP address 
Determine the IP address or host location
Find the geographical location of the web sites, identified by the IP address
Display the web site geographical location in the map
IP Tools with multi-language interface
More informations about the hostname, domain and ip [...]


Related posts:<ol><li><a href='http://blog.yctin.com/archives/windows-live-writer-image-upload-not-supported-by-weblog-wordpress/' rel='bookmark' title='Permanent Link: Windows Live Writer &#8211; Image Upload Not Supported by Weblog (Wordpress)'>Windows Live Writer &#8211; Image Upload Not Supported by Weblog (Wordpress)</a> <small>Yesterday, I update my blog via Windows Live Writer. But...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.yctin.com/archives/find-the-geography-location-by-ip-address-or-host-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The country lists &#8211; Both database and dropdown list version for development</title>
		<link>http://blog.yctin.com/archives/the-country-lists-both-database-and-dropdown-list-version-for-development/</link>
		<comments>http://blog.yctin.com/archives/the-country-lists-both-database-and-dropdown-list-version-for-development/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 14:32:27 +0000</pubDate>
		<dc:creator>ycTIN</dc:creator>
				<category><![CDATA[Best Free Resources]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Chinese]]></category>
		<category><![CDATA[Country]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[ISO]]></category>

		<guid isPermaLink="false">http://blog.yctin.com/archives/the-country-lists-both-database-and-dropdown-list-version-for-development-2/</guid>
		<description><![CDATA[Some time you may need to display the country for your users choose, the following resource may help you saving the time.
Country Name and ISO 3166 Code MySQL Import File
http://27.org/isocountrylist/
Country Lists in Most Popular Languages &#8211; HTML Dropdown List
http://urbanoalvarez.es/blog/2008/06/06/country-state-select-lists/
In chinese section should be separate into simplified chinese and traditional chinese, detail please see below…


Traditional Chinese [...]


Related posts:<ol><li><a href='http://blog.yctin.com/archives/popular-http-response-status-code-in-the-web-development/' rel='bookmark' title='Permanent Link: Popular HTTP response status code in the web development'>Popular HTTP response status code in the web development</a> <small>The popular HTTP response code with simple description: 2xx Success...</small></li>
<li><a href='http://blog.yctin.com/archives/go-daddy-promo-code-and-coupon-list/' rel='bookmark' title='Permanent Link: Go Daddy promo code and coupon list'>Go Daddy promo code and coupon list</a> <small>Save the money, use the coupons. ^_^ Coupons List :...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.yctin.com/archives/the-country-lists-both-database-and-dropdown-list-version-for-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best JavaScript IDE &#8211; Aptana Sutdio</title>
		<link>http://blog.yctin.com/archives/best-javascript-ide-aptana-sutdio/</link>
		<comments>http://blog.yctin.com/archives/best-javascript-ide-aptana-sutdio/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 13:47:19 +0000</pubDate>
		<dc:creator>ycTIN</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://blog.yctin.com/archives/best-javascript-ide-aptana-sutdio/</guid>
		<description><![CDATA[The Aptana Studio based on the Eclipse IDE, is a usefully ide for develop the complex web application(e.g. AJAX, B/S Programs). I very like the code completion and the cross browser compatible detection features.
The Aptana is cross-platform, free, and open-source. Provided are differents installation type both standalone and Eclipse plugin, You can download the Aptana [...]


Related posts:<ol><li><a href='http://blog.yctin.com/archives/jquery-plugins-checktree/' rel='bookmark' title='Permanent Link: jQuery Plugins &#8211; CheckTree(ycTIN Edition)'>jQuery Plugins &#8211; CheckTree(ycTIN Edition)</a> <small>This edition is compatible with CheckTree, fixed some bugs and...</small></li>
<li><a href='http://blog.yctin.com/archives/jquery-overview/' rel='bookmark' title='Permanent Link: jQuery Overview'>jQuery Overview</a> <small>jQuery is a fast and concise JavaScript Library that simplifies...</small></li>
<li><a href='http://blog.yctin.com/archives/php-web-proxy-phproxy/' rel='bookmark' title='Permanent Link: [PHP] Web Proxy &#8211; PHProxy'>[PHP] Web Proxy &#8211; PHProxy</a> <small>PHProxy is free and open source web proxy application, under...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.yctin.com/archives/best-javascript-ide-aptana-sutdio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The difference between utf8_general_ci and utf8_unicode_ci in MySQL</title>
		<link>http://blog.yctin.com/archives/the-difference-between-utf8_general_ci-and-utf8_unicode_ci-in-mysql/</link>
		<comments>http://blog.yctin.com/archives/the-difference-between-utf8_general_ci-and-utf8_unicode_ci-in-mysql/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 03:55:30 +0000</pubDate>
		<dc:creator>ycTIN</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://blog.yctin.com/?p=264</guid>
		<description><![CDATA[The utf8_general_ci and utf8_unicode_ci are most popular collations for utf8 charset in MySQL database. But a lot of peoples do not know the different between utf8_general_ci and utf8_unicode_ci.

The major different is utf8_general_ci is faster than utf8_unicode_ci but utf8_unicode_ci is more accurate when searching German and French contents.
utf8_unicode_ci 
ß equal ss

utf8_general_ci
ß not equal ss

The utf8_general_ci is [...]


Related posts:<ol><li><a href='http://blog.yctin.com/archives/php-dreamweaver-too-many-connections-error/' rel='bookmark' title='Permanent Link: [PHP] Dreamweaver too many connections error'>[PHP] Dreamweaver too many connections error</a> <small>I am not using dreamweaver to develop my php code,...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.yctin.com/archives/the-difference-between-utf8_general_ci-and-utf8_unicode_ci-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[PHP] PHPExcel &#8211; The Powerful Excel Library</title>
		<link>http://blog.yctin.com/archives/php-phpexcel-the-powerful-excel-library/</link>
		<comments>http://blog.yctin.com/archives/php-phpexcel-the-powerful-excel-library/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 14:09:08 +0000</pubDate>
		<dc:creator>ycTIN</dc:creator>
				<category><![CDATA[Library]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Export]]></category>
		<category><![CDATA[SpreadSheet]]></category>
		<category><![CDATA[XLS]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://blog.yctin.com/archives/php-phpexcel-the-powerful-excel-library/</guid>
		<description><![CDATA[PHPExcel is an powerful class for read &#38; write excel files, it is very useful in the report generation. You can easily to use PHPExcel to create the true and new version excel files, not are outdated excel formats.
PHPExcel providing a set of classes for the PHP programming language, which allow you to write to [...]


Related posts:<ol><li><a href='http://blog.yctin.com/archives/php-phpmailer/' rel='bookmark' title='Permanent Link: [PHP] PHPMailer &#8211; The Mail Library'>[PHP] PHPMailer &#8211; The Mail Library</a> <small>The PHPMailer a powerful and most popular email transport class...</small></li>
<li><a href='http://blog.yctin.com/archives/php-syntax-highlighter/' rel='bookmark' title='Permanent Link: [PHP] Syntax Highlighter'>[PHP] Syntax Highlighter</a> <small>GeSHi started as an idea to create a generic syntax...</small></li>
<li><a href='http://blog.yctin.com/archives/jquery-php-edition-phpquery/' rel='bookmark' title='Permanent Link: [PHP] jQuery PHP Edition? phpQuery!'>[PHP] jQuery PHP Edition? phpQuery!</a> <small>phpQuery is a server-side, chainable, CSS3 selector driven Document Object...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.yctin.com/archives/php-phpexcel-the-powerful-excel-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[PHP] PHPMailer &#8211; The Mail Library</title>
		<link>http://blog.yctin.com/archives/php-phpmailer/</link>
		<comments>http://blog.yctin.com/archives/php-phpmailer/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 06:11:52 +0000</pubDate>
		<dc:creator>ycTIN</dc:creator>
				<category><![CDATA[Library]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.yctin.com/?p=258</guid>
		<description><![CDATA[The PHPMailer a powerful and most popular email transport class with a big features and small footprint that is simple to use and integrate into your own software.
PHPMailer is free and release under LGPL license.
Full Featured Email Transfer Class for PHP. PHPMailer features:

Supports emails digitally signed with S/MIME encryption!
Supports emails with multiple TOs, CCs, BCCs [...]


Related posts:<ol><li><a href='http://blog.yctin.com/archives/php-phpexcel-the-powerful-excel-library/' rel='bookmark' title='Permanent Link: [PHP] PHPExcel &ndash; The Powerful Excel Library'>[PHP] PHPExcel &ndash; The Powerful Excel Library</a> <small>PHPExcel is an powerful class for read &amp; write excel...</small></li>
<li><a href='http://blog.yctin.com/archives/php-syntax-highlighter/' rel='bookmark' title='Permanent Link: [PHP] Syntax Highlighter'>[PHP] Syntax Highlighter</a> <small>GeSHi started as an idea to create a generic syntax...</small></li>
<li><a href='http://blog.yctin.com/archives/best-javascript-ide-aptana-sutdio/' rel='bookmark' title='Permanent Link: Best JavaScript IDE &ndash; Aptana Sutdio'>Best JavaScript IDE &ndash; Aptana Sutdio</a> <small>The Aptana Studio based on the Eclipse IDE, is a...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.yctin.com/archives/php-phpmailer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 3.273 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-12 14:17:05 -->
