<?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>C.K. Blog &#187; C.K.</title>
	<atom:link href="http://cckk.tw/wordpress/author/site-admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://cckk.tw/wordpress</link>
	<description>全新上市，保固數年!!</description>
	<lastBuildDate>Fri, 30 Mar 2012 06:06:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>PHP 5.2.X 升級 PHP 5.3.X 後不宜使用的function</title>
		<link>http://cckk.tw/wordpress/295/</link>
		<comments>http://cckk.tw/wordpress/295/#comments</comments>
		<pubDate>Sun, 30 Oct 2011 06:01:09 +0000</pubDate>
		<dc:creator>C.K.</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://cckk.tw/wordpress/?p=295</guid>
		<description><![CDATA[分享到Facebook Deprecated features in PHP 5.3.x PHP 5.3.0 introduces two new error levels: E_DEPRECATED and E_USER_DEPRECATED. The E_DEPRECATED error level is used to indicate that a function or feature has been deprecated. The E_USER_DEPRECATED level is intended for indicating deprecated features in user code, similarly to the E_USER_ERROR and E_USER_WARNING levels. The following is a [...]]]></description>
		<wfw:commentRss>http://cckk.tw/wordpress/295/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows裝機免費軟體分享</title>
		<link>http://cckk.tw/wordpress/269/</link>
		<comments>http://cckk.tw/wordpress/269/#comments</comments>
		<pubDate>Sun, 11 Sep 2011 01:38:24 +0000</pubDate>
		<dc:creator>C.K.</dc:creator>
				<category><![CDATA[SoftWare]]></category>
		<category><![CDATA[免費軟體]]></category>
		<category><![CDATA[裝機軟體]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://cckk.tw/wordpress/?p=269</guid>
		<description><![CDATA[分享到Facebook 防毒軟體 avast! Antivirus 官網 : http://www.avast.com/ 下載 : http://files.avast.com/iavs5x/setup_av_free.exe 中文 : 有 維基 : http://zh.wikipedia.org/wiki/Avast! 說明 : 難得一見的內建中文語系的免費防毒軟體，防毒能力還不錯，佔用資源也沒有卡巴斯基的多 教學 : http://briian.com/?p=523 &#160; 解壓縮軟體 7-Zip 官網 : http://www.7-zip.org/ 下載 : http://www.7-zip.org/download.html 中文 : 有 維基 : http://zh.wikipedia.org/wiki/7-Zip 說明 : 媲美WinRAR跟WinZIP的軟體 &#160; 美編軟體 Paint.NET 官網 : http://www.getpaint.net/ 下載 : http://www.getpaint.net/download.html 中文 : 有 維基 : http://zh.wikipedia.org/wiki/Paint.NET [...]]]></description>
		<wfw:commentRss>http://cckk.tw/wordpress/269/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在Linux安裝 php + mcrypt</title>
		<link>http://cckk.tw/wordpress/262/</link>
		<comments>http://cckk.tw/wordpress/262/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 07:02:45 +0000</pubDate>
		<dc:creator>C.K.</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[mcrypt]]></category>

		<guid isPermaLink="false">http://cckk.tw/wordpress/?p=262</guid>
		<description><![CDATA[分享到Facebook 首先先到mcrypt網站下載為新版本 http://sourceforge.net/projects/mcrypt/files/Libmcrypt/ 下載完解壓縮 tar zxvf libmcrypt-2.5.8.tar.gz cd libmcrypt-2.5.8 先安裝 ltdl cd libltdl ./configure --enable-ltdl-install make;make install 再安裝libmcrypt套件 cd .. ./configure --disable-posix-threads make;make install 然後再去編譯php ./configure --with-mcrypt=/usr/local]]></description>
		<wfw:commentRss>http://cckk.tw/wordpress/262/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery 教學說明</title>
		<link>http://cckk.tw/wordpress/235/</link>
		<comments>http://cckk.tw/wordpress/235/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 03:41:27 +0000</pubDate>
		<dc:creator>C.K.</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://cckk.tw/wordpress/?p=235</guid>
		<description><![CDATA[分享到Facebook jQuery 1.6 下載位置 正常版本：http://code.jquery.com/jquery-1.6.js 壓縮版本：http://code.jquery.com/jquery-1.6.min.js &#160; 同時 Google 跟 Microsoft 都有提供了 CDN 服務： Google：https://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.min.js Microsoft：http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.6.min.js 開始使用 $&#40;function&#40;&#41; &#123; alert&#40;'Hello World'&#41;; &#125;&#41;; 別名 var $j = jQuery.noConflict&#40;&#41;; $j&#40;document&#41;.ready&#40;function&#40;&#41; &#123; $j&#40;&#34;div&#34;&#41;.addClass&#40;&#34;special&#34;&#41;; &#125;&#41;; 選取元素 $("div") 解釋：選取所有 &#60;div&#62; $("#body") 解釋：選取 id 為 body 的元素 $("div#body") 解釋：選取 &#60;div&#62; id 為 body 的 &#60;div&#62; $("div.contents p") 解釋：選取 &#60;div&#62; class 為 contents [...]]]></description>
		<wfw:commentRss>http://cckk.tw/wordpress/235/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Easter Egg</title>
		<link>http://cckk.tw/wordpress/232/</link>
		<comments>http://cckk.tw/wordpress/232/#comments</comments>
		<pubDate>Mon, 03 May 2010 14:17:00 +0000</pubDate>
		<dc:creator>C.K.</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://cckk.tw/wordpress/?p=232</guid>
		<description><![CDATA[分享到Facebook 如何關閉 PHP 彩蛋 在安裝php時預設只要在php檔案後面加上 ?=PHPE9568F36-D428-11d2-A769-00AA001ACF42(圖片) ?=PHPB8B5F2A0-3C92-11d3-A3A9-4C7B08C10000(說明) 修改php.ini 將下述 expose_php 由 On 改成 Off 即可]]></description>
		<wfw:commentRss>http://cckk.tw/wordpress/232/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

