<?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>IMUSM&#039;s BLOG &#187; 程式設計</title>
	<atom:link href="http://www.imusm.net/wp/archives/category/tutorial/programming/feed" rel="self" type="application/rss+xml" />
	<link>http://www.imusm.net/wp</link>
	<description>N&#039;s Story</description>
	<lastBuildDate>Thu, 08 Jul 2010 05:35:59 +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>[備忘]在PHP中強制傳送big5編碼給jquery xhr解讀</title>
		<link>http://www.imusm.net/wp/archives/1745</link>
		<comments>http://www.imusm.net/wp/archives/1745#comments</comments>
		<pubDate>Thu, 08 Jul 2010 05:35:59 +0000</pubDate>
		<dc:creator>imusm</dc:creator>
				<category><![CDATA[Html,Js,Ajax相關]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[PHP技巧]]></category>
		<category><![CDATA[教學類]]></category>
		<category><![CDATA[程式設計]]></category>

		<guid isPermaLink="false">http://www.imusm.net/wp/?p=1745</guid>
		<description><![CDATA[今天幫一支舊程式改成使用jquery的方式去request 一個網頁,因為網站是之前寫的還沿用big5編碼! 使得Jquery在傳送資料時解讀成亂碼! 在request 的頁面中加上 &#60;meta http-equiv=&#34;Content-Type&#34; content=&#... ]]></description>
		<wfw:commentRss>http://www.imusm.net/wp/archives/1745/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>［備忘］php 回傳 jquery json datatype</title>
		<link>http://www.imusm.net/wp/archives/1744</link>
		<comments>http://www.imusm.net/wp/archives/1744#comments</comments>
		<pubDate>Thu, 01 Jul 2010 07:18:18 +0000</pubDate>
		<dc:creator>imusm</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[PHP技巧]]></category>
		<category><![CDATA[教學類]]></category>
		<category><![CDATA[程式設計]]></category>

		<guid isPermaLink="false">http://www.imusm.net/wp/archives/1744</guid>
		<description><![CDATA[在jquery 1.3.2(含)之前的版本,若使用PHP 回傳Json型態的資料,可以使用字串組合成json資料的型式! jquery也能接受它,並加以使用! 在剛剛嚐試後,發現jquery1.4.2版後,已不能接受這樣的用法! 若PHP 要回傳j... ]]></description>
		<wfw:commentRss>http://www.imusm.net/wp/archives/1744/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>［備忘］ckeditor停用拼字檢查 &lt;ckeditor disable auto spellcheck&gt;</title>
		<link>http://www.imusm.net/wp/archives/1743</link>
		<comments>http://www.imusm.net/wp/archives/1743#comments</comments>
		<pubDate>Thu, 01 Jul 2010 03:39:27 +0000</pubDate>
		<dc:creator>imusm</dc:creator>
				<category><![CDATA[程式設計]]></category>
		<category><![CDATA[ckeditor]]></category>

		<guid isPermaLink="false">http://www.imusm.net/wp/archives/1743</guid>
		<description><![CDATA[ckeditor的拼字檢查對中文語系的我們,其實沒有多大用處,反而在畫面啟始前,還要等待它與svn.spellchecker.net的連接! 所以可以把它取消掉! 在網路上查到的有2個! scayt_autoStartup = false;(這我試過有效) d... ]]></description>
		<wfw:commentRss>http://www.imusm.net/wp/archives/1743/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[備忘]整合 galleriffic 及colorbox fancybox燈箱特效</title>
		<link>http://www.imusm.net/wp/archives/1653</link>
		<comments>http://www.imusm.net/wp/archives/1653#comments</comments>
		<pubDate>Thu, 06 May 2010 14:00:10 +0000</pubDate>
		<dc:creator>imusm</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[教學類]]></category>
		<category><![CDATA[程式設計]]></category>
		<category><![CDATA[站長碎碎唸]]></category>
		<category><![CDATA[ajax相關]]></category>
		<category><![CDATA[JS]]></category>

		<guid isPermaLink="false">http://www.imusm.net/wp/?p=1653</guid>
		<description><![CDATA[為了在 galleriffic 使用colorbox 或是 fancybox,可以在 onTransitionIn 屬性中加入下列的程式碼 onTransitionIn: function(slide, caption, isSync) { var duration = this.getDefaultTransitionDuration(isSync); slide.fadeTo(duration, 1.0); //ca... ]]></description>
		<wfw:commentRss>http://www.imusm.net/wp/archives/1653/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[備忘]mysql command line import 指定語系</title>
		<link>http://www.imusm.net/wp/archives/1429</link>
		<comments>http://www.imusm.net/wp/archives/1429#comments</comments>
		<pubDate>Thu, 31 Dec 2009 04:07:18 +0000</pubDate>
		<dc:creator>imusm</dc:creator>
				<category><![CDATA[程式設計]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[PHP技巧]]></category>

		<guid isPermaLink="false">http://www.imusm.net/wp/?p=1429</guid>
		<description><![CDATA[mysql -u root -p dbname --default-character-set=utf8 &#60; d:\utf.sq... ]]></description>
		<wfw:commentRss>http://www.imusm.net/wp/archives/1429/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP MSSQL Driver UTF8 讀取及寫入資料</title>
		<link>http://www.imusm.net/wp/archives/1230</link>
		<comments>http://www.imusm.net/wp/archives/1230#comments</comments>
		<pubDate>Mon, 07 Sep 2009 05:06:26 +0000</pubDate>
		<dc:creator>imusm</dc:creator>
				<category><![CDATA[PHP技巧]]></category>
		<category><![CDATA[教學類]]></category>
		<category><![CDATA[程式設計]]></category>
		<category><![CDATA[站長碎碎唸]]></category>
		<category><![CDATA[MS SQL PHP DRIVER]]></category>
		<category><![CDATA[PHP小技巧]]></category>

		<guid isPermaLink="false">http://www.imusm.net/wp/?p=1230</guid>
		<description><![CDATA[其實這些語法,在下載回來的套件中都有說明檔解釋的很清楚!但..有時候自己用起來就不是那麼順利! 以下是我自己試出來的部份,用來寫入中文並讀取出來是沒有問題的! 有需要的朋友請參考! 寫... ]]></description>
		<wfw:commentRss>http://www.imusm.net/wp/archives/1230/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS SQL PHP Driver 1.1版的 Native Client Driver給錯了!</title>
		<link>http://www.imusm.net/wp/archives/1228</link>
		<comments>http://www.imusm.net/wp/archives/1228#comments</comments>
		<pubDate>Tue, 25 Aug 2009 10:27:59 +0000</pubDate>
		<dc:creator>imusm</dc:creator>
				<category><![CDATA[PHP技巧]]></category>
		<category><![CDATA[程式設計]]></category>
		<category><![CDATA[軟體介紹]]></category>
		<category><![CDATA[MS SQL PHP DRIVER]]></category>

		<guid isPermaLink="false">http://www.imusm.net/wp/archives/1228</guid>
		<description><![CDATA[在windows 7 中測試了一下1.1版,發現一直跟我說,我沒有裝SQL Server Native Client版!畫面上一直給我錯誤的訊息,並導引我去下載!誰知道這個訊息導引所下載的版本也是錯的!還好在MSDN上也看到有人有相... ]]></description>
		<wfw:commentRss>http://www.imusm.net/wp/archives/1228/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>經驗不足..又碰上權限的問題了!!!</title>
		<link>http://www.imusm.net/wp/archives/1031</link>
		<comments>http://www.imusm.net/wp/archives/1031#comments</comments>
		<pubDate>Tue, 23 Jun 2009 08:43:52 +0000</pubDate>
		<dc:creator>imusm</dc:creator>
				<category><![CDATA[程式設計]]></category>

		<guid isPermaLink="false">http://www.imusm.net/wp/archives/1031</guid>
		<description><![CDATA[avc: denied { name_connect } for pid=16159 comm="httpd" dest=25 在執行php要進行mail程式的寄送時，對方主機回了這麼一段訊息! 明顯又是權限不足!請對方MIS看&#8230;.對方解決不了! 只好開SSH我說我來查吧! 還好... ]]></description>
		<wfw:commentRss>http://www.imusm.net/wp/archives/1031/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>在DW CS4中設定對SQL SERVER Express 2008的連線字串</title>
		<link>http://www.imusm.net/wp/archives/1004</link>
		<comments>http://www.imusm.net/wp/archives/1004#comments</comments>
		<pubDate>Sat, 23 May 2009 09:35:49 +0000</pubDate>
		<dc:creator>imusm</dc:creator>
				<category><![CDATA[教學類]]></category>
		<category><![CDATA[程式設計]]></category>
		<category><![CDATA[DreamWeaver CS4]]></category>
		<category><![CDATA[sql express 2008]]></category>

		<guid isPermaLink="false">http://www.imusm.net/wp/archives/1004</guid>
		<description><![CDATA[好像有一陣子沒上來更新了&#8230;.拍謝咧!!(因為大頭恩前陣子..失戀了&#8230;.) 話說回來,自從5月初微軟發佈Windows 7 RC版後,我也跟著風潮,把我的小黑一口氣也換成W7了..目前跑起來大致都沒問題! ... ]]></description>
		<wfw:commentRss>http://www.imusm.net/wp/archives/1004/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>jquery ui 1.7版中的datepicker大小問題</title>
		<link>http://www.imusm.net/wp/archives/983</link>
		<comments>http://www.imusm.net/wp/archives/983#comments</comments>
		<pubDate>Sat, 28 Mar 2009 06:26:51 +0000</pubDate>
		<dc:creator>imusm</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[程式設計]]></category>

		<guid isPermaLink="false">http://www.imusm.net/wp/archives/983</guid>
		<description><![CDATA[可能已經有前輩或神人們已經有遇到並解決..但我google了一下&#8230;沒有人分享..所以我就班門弄斧囉!! 在官方下載ui回來用之後,的確很強大很好用! 但有沒有發現..在官方的demo 頁中..datepicker的大... ]]></description>
		<wfw:commentRss>http://www.imusm.net/wp/archives/983/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.460 seconds -->
