<?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/tag/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>[備忘]Ckeditor 與Jquery 同時使用時要注意的小地方</title>
		<link>http://www.imusm.net/wp/archives/1741</link>
		<comments>http://www.imusm.net/wp/archives/1741#comments</comments>
		<pubDate>Thu, 01 Jul 2010 03:17:26 +0000</pubDate>
		<dc:creator>imusm</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[程式設計]]></category>
		<category><![CDATA[JS]]></category>

		<guid isPermaLink="false">http://www.imusm.net/wp/archives/1741</guid>
		<description><![CDATA[在CKeditor官網上看到它說它與Jquery form plugin可以相容使用! 奇怪了,我用起來,在jquery POST(或 form post)的時候,使用ckeditor 的text area 硬是只能讀取到欄位變更資料前的預設值! 而其他欄位資料都正常... ]]></description>
		<wfw:commentRss>http://www.imusm.net/wp/archives/1741/feed</wfw:commentRss>
		<slash:comments>2</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>VB.NET使用ACCESS為資料庫來源時,若要使用access中的查詢或帶參數查詢的用法</title>
		<link>http://www.imusm.net/wp/archives/159</link>
		<comments>http://www.imusm.net/wp/archives/159#comments</comments>
		<pubDate>Fri, 09 May 2008 12:23:39 +0000</pubDate>
		<dc:creator>imusm</dc:creator>
				<category><![CDATA[程式設計]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.imusm.net/wp/?p=159</guid>
		<description><![CDATA[一樣此篇文章也是提供自己備忘的一篇文章,無奈在各大搜尋機器上,遍尋不著相關寫法..只好硬著頭皮..使出"人轉"的大絕 一般網站上大都是跟SQL server連接,相關資源也很豐富&#8230; 不曉得是大家... ]]></description>
		<wfw:commentRss>http://www.imusm.net/wp/archives/159/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VB.Net OWC圖表制圖元件的使用</title>
		<link>http://www.imusm.net/wp/archives/150</link>
		<comments>http://www.imusm.net/wp/archives/150#comments</comments>
		<pubDate>Fri, 09 May 2008 02:32:57 +0000</pubDate>
		<dc:creator>imusm</dc:creator>
				<category><![CDATA[程式設計]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.imusm.net/wp/archives/150</guid>
		<description><![CDATA[話說因為案子需要這樣的功能,才去接觸這樣的元件(通常我都是遇到不會的才去翻&#8230;) 但也因為這樣經驗,讓我學到滿多技術 首先今天要介紹的是OWC的元件 OWC(Office Web Component)是微軟的Office增... ]]></description>
		<wfw:commentRss>http://www.imusm.net/wp/archives/150/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>大頭恩之prototype.js學習手記(04)</title>
		<link>http://www.imusm.net/wp/archives/95</link>
		<comments>http://www.imusm.net/wp/archives/95#comments</comments>
		<pubDate>Wed, 23 Apr 2008 07:11:57 +0000</pubDate>
		<dc:creator>imusm</dc:creator>
				<category><![CDATA[Html,Js,Ajax相關]]></category>
		<category><![CDATA[Prototype教學]]></category>
		<category><![CDATA[程式設計]]></category>
		<category><![CDATA[ajax相關]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[prototype.js]]></category>

		<guid isPermaLink="false">http://www.imusm.net/wp/?p=95</guid>
		<description><![CDATA[連發3篇..進度應該有趕上吧! 這篇介紹的是$A() A..作者應該是用來表示陣列的意思吧 所以它可以用來取像select box這樣有多個值的物件 請看範例說明 &#19979;&#36733;: ex04.php&#60;script&#160;type=&#34;text/ja... ]]></description>
		<wfw:commentRss>http://www.imusm.net/wp/archives/95/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>大頭恩Prototype.js學習手記(03)</title>
		<link>http://www.imusm.net/wp/archives/94</link>
		<comments>http://www.imusm.net/wp/archives/94#comments</comments>
		<pubDate>Wed, 23 Apr 2008 06:29:42 +0000</pubDate>
		<dc:creator>imusm</dc:creator>
				<category><![CDATA[Html,Js,Ajax相關]]></category>
		<category><![CDATA[Prototype教學]]></category>
		<category><![CDATA[ajax相關]]></category>
		<category><![CDATA[程式設計]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[prototype.js]]></category>

		<guid isPermaLink="false">http://www.imusm.net/wp/?p=94</guid>
		<description><![CDATA[第3篇手記要介紹的是$F() 對了..在用這些功能時,請記住&#8230;大小寫是有區分的哦! $F(&#8216;物件名稱&#8217;)是一個prototype中很受歡迎的功能,它能取得在文件中任何HTML物件的值 而括號裡面你可以... ]]></description>
		<wfw:commentRss>http://www.imusm.net/wp/archives/94/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VB中..使用文字輸入方塊加資料庫完成&quot;自動完成功能&quot;</title>
		<link>http://www.imusm.net/wp/archives/63</link>
		<comments>http://www.imusm.net/wp/archives/63#comments</comments>
		<pubDate>Mon, 07 Apr 2008 16:19:33 +0000</pubDate>
		<dc:creator>imusm</dc:creator>
				<category><![CDATA[程式設計]]></category>
		<category><![CDATA[VB技巧]]></category>

		<guid isPermaLink="false">http://www.imusm.net/wp/?p=63</guid>
		<description><![CDATA[在藍色小舖找到的解決方法 原PO網址 使用北風資料庫的Customers資料表的Customerid欄位做為 自動完成的欄位,在表單裡放入一個TextBox,程式如下: Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.Even... ]]></description>
		<wfw:commentRss>http://www.imusm.net/wp/archives/63/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

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