<?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>憂藍夢境‧部落格 &#187; 軟體筆記</title>
	<atom:link href="http://blog.linym.net/archives/category/software/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.linym.net</link>
	<description>我的學習心得、筆記</description>
	<lastBuildDate>Fri, 09 Dec 2011 12:33:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Windows Live Messenger 多重開啟(Polygamy)</title>
		<link>http://blog.linym.net/archives/558</link>
		<comments>http://blog.linym.net/archives/558#comments</comments>
		<pubDate>Mon, 10 Aug 2009 04:49:30 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[軟體筆記]]></category>
		<category><![CDATA[msn]]></category>
		<category><![CDATA[Polygamy]]></category>
		<category><![CDATA[Windows Live]]></category>
		<category><![CDATA[WLM]]></category>

		<guid isPermaLink="false">http://blog.linym.net/?p=558</guid>
		<description><![CDATA[之前舊版中如果要開啟多個 MSN 就必須去修改主程式才行，但是到了 WLM 2009 已經不必囉，只要從登錄檔下手即可： 1. 執行 regedit (系統管理員身份) 2. 找到 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Live\Messenger 3. 右鍵新增一個 DWORD 值，名稱為 MultipleInstances 4. 將 MultipleInstances 的值修改為 1 5. 關閉 regedit 或是將底下內容存成 .reg 檔，點兩下匯入即可。 Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Live\Messenger] "MultipleInstances"=dword:00000001 參考資料：How To Enable Polygamy In Windows Live Messenger]]></description>
			<content:encoded><![CDATA[<p>之前舊版中如果要開啟多個 MSN 就必須去修改主程式才行，但是到了 WLM 2009 已經不必囉，只要從登錄檔下手即可：</p>
<p>1. 執行 <strong>regedit</strong> (系統管理員身份)<br />
2. 找到 <strong>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Live\Messenger</strong><br />
3. 右鍵新增一個 <strong>DWORD</strong> 值，名稱為 <strong>MultipleInstances</strong><br />
4. 將 <strong>MultipleInstances</strong> 的值修改為 <strong>1</strong><br />
5. 關閉 regedit</p>
<p>或是將底下內容存成 .reg 檔，點兩下匯入即可。</p>
<pre>Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Live\Messenger]
"MultipleInstances"=dword:00000001</pre>
<p>參考資料：<a href="http://www.liveside.net/main/archive/2008/12/17/how-to-enable-polygamy-in-windows-live-messenger.aspx">How To Enable Polygamy In Windows Live Messenger</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/558/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>恢復 MSI U100 的 F3 還原熱鍵</title>
		<link>http://blog.linym.net/archives/294</link>
		<comments>http://blog.linym.net/archives/294#comments</comments>
		<pubDate>Sat, 08 Nov 2008 13:07:28 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[硬體筆記]]></category>
		<category><![CDATA[系統筆記]]></category>
		<category><![CDATA[資訊新聞]]></category>
		<category><![CDATA[軟體筆記]]></category>
		<category><![CDATA[F3]]></category>
		<category><![CDATA[MSI]]></category>
		<category><![CDATA[U100]]></category>
		<category><![CDATA[微星]]></category>
		<category><![CDATA[還原系統]]></category>

		<guid isPermaLink="false">http://blog.linym.net/?p=294</guid>
		<description><![CDATA[MSI U100 這台 Netbook 預設的還原熱鍵是開機按 F3， (不確定 MSI 其他筆電是否相同) 但是只要有對分割區更動過，F3 就會消失不見， 所以依經驗判斷是使用 SRC 的還原系統，其開機還原熱鍵是寫在 MBR 中的， 於是將檔案叫出來研究一下就得到這個恢復 F3 熱鍵的程式。 使用方法： 請先確定您的還原磁區還在， 然後執行 SRCLIENT32.EXE 點選 Restore MBR，再按 Yes， 最後按 Exit 離開即可。 (※ Windows Vista/7 因 UAC 的關係，執行時請按右鍵選「以系統管理員身份執行」) 檔案下載： http://blog.linym.net/files/MSISRC.rar]]></description>
			<content:encoded><![CDATA[<p>MSI U100 這台 Netbook 預設的還原熱鍵是開機按 F3，<br />
(不確定 MSI 其他筆電是否相同)<br />
但是只要有對分割區更動過，F3 就會消失不見，<br />
所以依經驗判斷是使用 SRC 的還原系統，其開機還原熱鍵是寫在 MBR 中的，<br />
於是將檔案叫出來研究一下就得到這個恢復 F3 熱鍵的程式。</p>
<p><strong>使用方法：</strong><br />
請先確定您的還原磁區還在，<br />
然後執行 SRCLIENT32.EXE 點選 Restore MBR，再按 Yes，<br />
最後按 Exit 離開即可。</p>
<p>(※ <strong>Windows Vista/7 因 UAC 的關係，執行時請按右鍵選「以系統管理員身份執行」</strong>)</p>
<p><a href="http://blog.linym.net/wp-content/uploads/2008/11/e693b7e58f96.jpg" target="_blank"><img src="http://blog.linym.net/wp-content/uploads/2008/11/e693b7e58f96.jpg" alt="" title="SRCLIENT" width="499" height="288" class="alignnone size-full wp-image-295" /></a></p>
<p>檔案下載：<br />
<a href="http://blog.linym.net/files/MSISRC.rar">http://blog.linym.net/files/MSISRC.rar</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/294/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Firefox 3 擴充套件</title>
		<link>http://blog.linym.net/archives/222</link>
		<comments>http://blog.linym.net/archives/222#comments</comments>
		<pubDate>Wed, 18 Jun 2008 02:03:33 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[軟體筆記]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[擴充套件]]></category>

		<guid isPermaLink="false">http://blog.linym.net/?p=222</guid>
		<description><![CDATA[眾所期待的 Firefox 3 總算推出正式版囉！瀏覽網頁速度真的是順暢很多，佔用記憶體也有改善。以下是我目前在 Firefox 3 所安裝的擴充套件列表： FireGestures 取代 All-in-One Gestures 的滑鼠手勢。 Foxmarks Bookmark Synchronizer 免費提供放 FX 書籤的空間，除了可以同步 FX 書籤外，登入該網站可以線上瀏覽你的書籤。經常在不同電腦工作者必裝。 IE Tab 在 FX 中內嵌 IE 切換功能，非常方便，必裝! Download Statusbar 下載檔案時直接顯示在下方，不用另外跳出下載管理員。 FireBug JavaScript 除錯工具，網站開發人員必裝，並且有比 DOM Inspector 更好的 DOM 觀察器。 HTML Validator 驗證網頁是否符合 Web Standards，顯示 error、warning，並有詳細說明。 Web Developer 功能超多的工具，比如關閉 Javascript、解除文字方塊字數限制等等 Google Toolbar 就是 Google 出的工具列，主要是需要他的即時單字翻譯功能，也有 Gmail 新信檢查功能。 [...]]]></description>
			<content:encoded><![CDATA[<p>眾所期待的 <a href="http://www.moztw.org/firefox/">Firefox</a> 3 總算推出正式版囉！瀏覽網頁速度真的是順暢很多，佔用記憶體也有改善。以下是我目前在 Firefox 3 所安裝的擴充套件列表：</p>
<ul>
<li><a href="http://www.xuldev.org/firegestures/">FireGestures</a><br />
取代 All-in-One Gestures 的滑鼠手勢。</li>
<li><a href="http://www.foxmarks.com/download">Foxmarks Bookmark Synchronizer</a><br />
免費提供放 FX 書籤的空間，除了可以同步 FX 書籤外，登入該網站可以線上瀏覽你的書籤。經常在不同電腦工作者必裝。</li>
<li><a href="http://ietab.mozdev.org/">IE Tab</a><br />
在 FX 中內嵌 IE 切換功能，非常方便，必裝!</li>
<li><a href="http://downloadstatusbar.mozdev.org/">Download Statusbar</a><br />
下載檔案時直接顯示在下方，不用另外跳出下載管理員。</li>
<li><a href="http://getfirebug.com/releases/index.html">FireBug</a><br />
JavaScript 除錯工具，網站開發人員必裝，並且有比 DOM Inspector 更好的 DOM 觀察器。</li>
<li><a href="http://users.skynet.be/mgueury/mozilla/download.html">HTML Validator</a><br />
驗證網頁是否符合 Web Standards，顯示 error、warning，並有詳細說明。</li>
<li><a href="http://chrispederick.com/work/web-developer/localization/">Web Developer</a><br />
功能超多的工具，比如關閉 Javascript、解除文字方塊字數限制等等</li>
<li><a href="http://toolbar.google.com/">Google Toolbar</a><br />
就是 Google 出的工具列，主要是需要他的即時單字翻譯功能，也有 Gmail 新信檢查功能。</li>
<li><a href="https://addons.mozilla.org/zh-TW/firefox/addon/6639">Easy DragToGo</a><br />
支援 FX3 的 DragAndGo，設定簡單明瞭。</li>
<li><a href="https://addons.mozilla.org/zh-TW/firefox/addon/8493">Charset Switcher</a><br />
比 Right Encoding 更優秀的網頁編碼切換工具</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/1673">DevBoi</a><br />
提供許多參考文件，如 HTML、CSS、JavaScript，還可另外擴充 PHP、RoR 等等，對網頁開發人員很實用。</li>
<li><a href="http://ted.mielczarek.org/code/mozilla/fxif/">FxIF</a><br />
直接在圖片上按右鍵 > 屬性，可直接觀看圖片的 EXIF 資訊。</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/222/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>TeraTerm Pro - 取代超級終端機</title>
		<link>http://blog.linym.net/archives/215</link>
		<comments>http://blog.linym.net/archives/215#comments</comments>
		<pubDate>Fri, 11 Jan 2008 12:05:34 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[軟體筆記]]></category>
		<category><![CDATA[TeraTerm]]></category>
		<category><![CDATA[tty]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[超級終端機]]></category>

		<guid isPermaLink="false">http://blog.linym.net/archives/215</guid>
		<description><![CDATA[Windows 內建的超級終端機(HyperTerminal)，有使用過的應該都知道問題很多，經常跑出亂碼、甚至程式當掉，可以說是年久失修的工具阿，連 Vista 都將它拿掉了，不過有許多 router、硬體設備仍是要透過 Serial Port 去做 debug、設定等等，所以有沒有可以取代超級終端機的軟體呢？ 有的，試用過 TeraTerm Pro 之後就愛上他了，擁有比超級終端機簡潔的畫面，原有的功能都沒少，還增加了 UTF8/SSH/telnet/Macro...，在 Vista 上跑也沒問題，所以，換掉超級終端機吧！ ‧TeraTerm Pro 專案網頁 ．下載頁面]]></description>
			<content:encoded><![CDATA[<p>Windows 內建的超級終端機(HyperTerminal)，有使用過的應該都知道問題很多，經常跑出亂碼、甚至程式當掉，可以說是年久失修的工具阿，連 Vista 都將它拿掉了，不過有許多 router、硬體設備仍是要透過 Serial Port 去做 debug、設定等等，所以有沒有可以取代超級終端機的軟體呢？</p>
<p>有的，試用過 <a href="http://ttssh2.sourceforge.jp/" target="_blank">TeraTerm Pro</a> 之後就愛上他了，擁有比超級終端機簡潔的畫面，原有的功能都沒少，還增加了 UTF8/SSH/telnet/Macro...，在 Vista 上跑也沒問題，所以，換掉超級終端機吧！</p>
<p>‧<a href="http://ttssh2.sourceforge.jp/" target="_blank">TeraTerm Pro 專案網頁</a><br />
．<a href="http://sourceforge.jp/projects/ttssh2/files/" target="_blank">下載頁面</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/215/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>開源中文語音合成:eSpeak</title>
		<link>http://blog.linym.net/archives/211</link>
		<comments>http://blog.linym.net/archives/211#comments</comments>
		<pubDate>Sat, 01 Dec 2007 00:47:20 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[軟體筆記]]></category>
		<category><![CDATA[eSpeak]]></category>
		<category><![CDATA[TTS]]></category>
		<category><![CDATA[語音合成]]></category>

		<guid isPermaLink="false">http://blog.linym.net/archives/211</guid>
		<description><![CDATA[語音合成系統通常拿來做 TTS(Text to Speach) 應用，英文 TTS 已經滿多且成熟了，但是中文的目前大多是廠商或實驗室驗自行開發，所以可能沒辦法免費拿來研究。 最近發現的 eSpeak 這個 Open Source 已經在最新的開發版本中加入中文語音支援囉!網頁在這裡，應該不久就會變成正式版本釋出。根據了解，好用的 StarDict 翻譯軟體也是使用 eSpeak 來作為朗讀發音系統哦！ 在嘗試移植到嵌入式 ARM Linux 時失敗，因為實在太多 Shared Libraries 了，如果有成功的高手希望能分享一下心得。]]></description>
			<content:encoded><![CDATA[<p>語音合成系統通常拿來做 TTS(Text to Speach) 應用，英文 TTS 已經滿多且成熟了，但是中文的目前大多是廠商或實驗室驗自行開發，所以可能沒辦法免費拿來研究。</p>
<p>最近發現的 <a href="http://espeak.sourceforge.net/" target="_blank">eSpeak</a> 這個 Open Source 已經在最新的開發版本中加入中文語音支援囉!網頁在<a href="http://espeak.sourceforge.net/test/latest.html" target="_blank">這裡</a>，應該不久就會變成正式版本釋出。根據了解，好用的 <a href="http://stardict.sourceforge.net/" target="_blank">StarDict</a> 翻譯軟體也是使用 eSpeak 來作為朗讀發音系統哦！</p>
<p>在嘗試移植到嵌入式 ARM Linux 時失敗，因為實在太多 Shared Libraries 了，如果有成功的高手希望能分享一下心得。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/211/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PC 安裝 Mac OS X Leopard 心得</title>
		<link>http://blog.linym.net/archives/210</link>
		<comments>http://blog.linym.net/archives/210#comments</comments>
		<pubDate>Thu, 22 Nov 2007 03:56:50 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[系統筆記]]></category>
		<category><![CDATA[軟體筆記]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Macbook]]></category>

		<guid isPermaLink="false">http://blog.linym.net/archives/210</guid>
		<description><![CDATA[Mac 這幾年的市佔率有攀升的趨勢，其中硬體轉換到 Intel-based 以及 Boot Camp 應該是很大的推手，在 Mac 電腦上安裝 XP/Vista 都已經不成問題了，甚至有報導指出目前跑 Vista 最快的 NB 為 MacBook Pro，所以我的下一台 NB 應該也會買 Macbook 吧，因為實在想不出不買它的理由啊= = 前陣子最火熱的應該是 Leopard 一上市就被破解可以裝在 PC 上的消息，不過看許多人討論都是以失敗或放棄收場，但是我拿了一台 A8Je NB 及 PC 試裝發現都可以成功進入系統，只是 NB 驅動有問題，沒辦法連上網。 PC 規格如下： Pentium D 925 Gigabyte GA-945GM-S2 Nvidia GeForce 7300LE Hitachi T7K250 160G 裝好使用上幾乎沒什麼問題，不過可惜的是 Boot Camp 無法使用。 安裝關鍵： 要有修改過的 Leopard 安裝光碟(DVD5 [...]]]></description>
			<content:encoded><![CDATA[<p>Mac 這幾年的市佔率有攀升的趨勢，其中硬體轉換到 Intel-based 以及 <a href="http://zh.wikipedia.org/w/index.php?title=Boot_Camp&#038;variant=zh-tw" target="_blank">Boot Camp</a> 應該是很大的推手，在 Mac 電腦上安裝 XP/Vista 都已經不成問題了，甚至有<a href="http://www.pcworld.com/article/id,136649-page,3-c,notebooks/article.html" target="_blank">報導</a>指出目前跑 Vista 最快的 NB 為 MacBook Pro，所以我的下一台 NB 應該也會買 Macbook 吧，因為實在想不出不買它的理由啊= =</p>
<p>前陣子最火熱的應該是 <a href="http://www.apple.com.tw/macosx/" target="_blank">Leopard</a> 一上市就被破解可以裝在 PC 上的消息，不過看許多人討論都是以失敗或放棄收場，但是我拿了一台 A8Je NB 及 PC 試裝發現都可以成功進入系統，只是 NB 驅動有問題，沒辦法連上網。</p>
<p><strong>PC 規格如下：</strong><br />
Pentium D 925<br />
Gigabyte GA-945GM-S2<br />
Nvidia GeForce 7300LE<br />
Hitachi T7K250 160G<br />
裝好使用上幾乎沒什麼問題，不過可惜的是 Boot Camp 無法使用。</p>
<p><strong>安裝關鍵：</strong></p>
<ol>
<li>要有修改過的 Leopard 安裝光碟(DVD5 可燒那版)</li>
<li>下載 patch 檔放在隨身碟(內有 9a581PostPatch.sh 這個檔案的)</li>
<li>照著 <a href="http://dailyapps.net/2007/10/hack-attack-install-leopard-on-your-pc-in-3-easy-steps/" target="_blank">Install Leopard on your PC in 3 easy steps</a> 安裝</li>
<li>安裝時先選英文，並且按 Custom 取消打勾的套件</li>
<li>裝好重開，放上隨身碟，再進一次光碟安裝介面，選 Menu 的 Terminal，作 patch。(文中說的按 F8 我都失敗)</li>
<li>利用 tboot 引導作多重開機，可以參考<a href="http://blog.sinplee.cn/archives/173818.html" target="_blank">這篇</a></li>
</ol>
<p>這樣應該就 OK 了，再來就祈禱驅動都有抓到可以跑囉！如果網卡無法驅動可以試試 <a href="http://www.pinxue.net/mac/viarhine.html" target="_blank">Via Rhine</a>，我的 D-Link DFE-530TX 就是靠它跑起來的。</p>
<p>最後...在 PC 安裝破解的 Leopard 是非法的，玩玩就好，還是買台 Mac 來玩比較穩定&#038;實在啦^^</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/210/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Windows Live Messenger 8.5 正式版</title>
		<link>http://blog.linym.net/archives/207</link>
		<comments>http://blog.linym.net/archives/207#comments</comments>
		<pubDate>Wed, 07 Nov 2007 15:28:49 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[軟體筆記]]></category>
		<category><![CDATA[Messenger]]></category>
		<category><![CDATA[msn]]></category>
		<category><![CDATA[WLM]]></category>
		<category><![CDATA[即時通訊]]></category>
		<category><![CDATA[軟體]]></category>

		<guid isPermaLink="false">http://blog.linym.net/archives/207</guid>
		<description><![CDATA[Windows Live Messenger 8.5(MSN) 今天終於釋出正式版囉！這次版本代號為 8.5.1302.1018，基本上和 beta 差不多，安裝時也是要連到官方下載很久，真是麻煩。 再來就是關於去除廣告的問題，試了一下發現廣告代碼位置已經換了，所以還需要再找看看，如果有人試出來麻煩分享一下方法，謝謝！ 軟體名稱：Windows Live Messenger 8.5 版本代號：8.5.1302.1018 官方網站：http://get.live.com/zh-cht-tw/messenger/overview 去廣告+多開 Patch for 8.5.1302.1018 去除主視窗底部廣告 去除主視窗底下搜尋列 去除對話框底下之文字廣告 去除對話框底下之搜尋按鈕]]></description>
			<content:encoded><![CDATA[<p>Windows Live Messenger 8.5(MSN) 今天終於釋出正式版囉！這次版本代號為 8.5.1302.1018，基本上和 beta 差不多，安裝時也是要連到官方下載很久，真是麻煩。</p>
<p><del datetime="2007-11-08T03:08:01+00:00">再來就是關於去除廣告的問題，試了一下發現廣告代碼位置已經換了，所以還需要再找看看，如果有人試出來麻煩分享一下方法，謝謝！</del></p>
<blockquote><p>軟體名稱：Windows Live Messenger 8.5<br />
版本代號：8.5.1302.1018<br />
官方網站：<a href="http://get.live.com/zh-cht-tw/messenger/overview" target="_blank">http://get.live.com/zh-cht-tw/messenger/overview</a></p></blockquote>
<p><strong><a href='http://blog.linym.net/wp-content/uploads/2007/11/msn_patch.exe' title=''>去廣告+多開 Patch for 8.5.1302.1018</a></strong></p>
<ul>
<li>去除主視窗底部廣告</li>
<li>去除主視窗底下搜尋列</li>
<li>去除對話框底下之文字廣告</li>
<li>去除對話框底下之搜尋按鈕</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/207/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>拯救容量錯亂的 USB 隨身碟</title>
		<link>http://blog.linym.net/archives/204</link>
		<comments>http://blog.linym.net/archives/204#comments</comments>
		<pubDate>Thu, 01 Nov 2007 03:00:36 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[硬體筆記]]></category>
		<category><![CDATA[軟體筆記]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[教學]]></category>
		<category><![CDATA[軟體]]></category>
		<category><![CDATA[隨身碟]]></category>

		<guid isPermaLink="false">http://blog.linym.net/archives/204</guid>
		<description><![CDATA[前幾天要使用一個中華電信送的隨身碟時，卻出現無法存取(開不了)，換電腦也是一樣，最後將它格式化之後就可以開啟了，不過卻發現容量錯誤的情形，原本 128MB 變成了 15MB...XD，在之前也聽朋友說過有 512MB 變 4G 的案例，當然存進去的檔案很容易損毀。通常遇到這種情況又過保的就只好丟了，不過我突然想到用其他軟體來格式化試試，就找到「HP USB Disk Storage Format Tool」這個工具。 如圖，選好隨身碟代號，按下 Start 就開始格式化了，完成後容量就恢復正常了，應該還可以撐一陣子吧！ 不過最後還是要提醒大家，Flash Memory 儲存裝置因為本身電氣充放電特性，有所謂物理讀寫次數的極限，通常約十萬次左右，所以千萬不要把重要資料只存在隨身碟裡面，不然哪天掛點就慘囉！ HP USB Disk Storage Format Tool 官方網頁 &#124; 免安裝綠色版]]></description>
			<content:encoded><![CDATA[<p>前幾天要使用一個中華電信送的隨身碟時，卻出現無法存取(開不了)，換電腦也是一樣，最後將它格式化之後就可以開啟了，不過卻發現容量錯誤的情形，原本 128MB 變成了 15MB...XD，在之前也聽朋友說過有 512MB 變 4G 的案例，當然存進去的檔案很容易損毀。通常遇到這種情況又過保的就只好丟了，不過我突然想到用其他軟體來格式化試試，就找到「HP USB Disk Storage Format Tool」這個工具。<br />
<a href='http://blog.linym.net/wp-content/uploads/2007/11/usb.jpg' title='HP_USB' target="_blank"><img src='http://blog.linym.net/wp-content/uploads/2007/11/usb.jpg' alt='' /></a><br />
如圖，選好隨身碟代號，按下 Start 就開始格式化了，完成後容量就恢復正常了，應該還可以撐一陣子吧！</p>
<p>不過最後還是要提醒大家，<strong>Flash Memory 儲存裝置因為本身電氣充放電特性，有所謂物理讀寫次數的極限</strong>，通常約十萬次左右，所以千萬不要把重要資料只存在隨身碟裡面，不然哪天掛點就慘囉！</p>
<p><em>HP USB Disk Storage Format Tool</em><br />
<a href="http://h50178.www5.hp.com/support/470035-692/more_info_local_17019.html" target="_blank">官方網頁</a> | <a href="http://blog.linym.net/wp-content/uploads/2007/11/hpusbfw.rar">免安裝綠色版</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/204/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu 懶人包 - Lazybuntu 正式版發佈</title>
		<link>http://blog.linym.net/archives/199</link>
		<comments>http://blog.linym.net/archives/199#comments</comments>
		<pubDate>Sat, 20 Oct 2007 16:47:55 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[系統筆記]]></category>
		<category><![CDATA[軟體筆記]]></category>
		<category><![CDATA[Lazybuntu]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[軟體]]></category>

		<guid isPermaLink="false">http://blog.linym.net/archives/199</guid>
		<description><![CDATA[由 PCMan 所發起的 Ubuntu 懶人包 - Lazybuntu 終於正式發佈囉！剛好趕上 Ubuntu 7.10 的發行 ，正式版號為 0.1，強調 3個步驟，搞定你的 Ubuntu，Ubuntu 安裝完後，再使用 Lazybuntu，就能讓你的 Ubuntu 更好用，省去了麻煩的調校設定工作，值得 Ubuntu 新手或愛用者試試！]]></description>
			<content:encoded><![CDATA[<p>由 PCMan 所發起的 Ubuntu 懶人包 - <a href="http://lazybuntu.openfoundry.org/" target="_blank">Lazybuntu</a> 終於正式發佈囉！剛好趕上 <a href="http://releases.ubuntu.com/releases/7.10/" target="_blank">Ubuntu 7.10</a> 的發行 ，正式版號為 0.1，強調 <strong>3個步驟，搞定你的 Ubuntu</strong>，Ubuntu 安裝完後，再使用 <a href="http://lazybuntu.openfoundry.org/" target="_blank">Lazybuntu</a>，就能讓你的 Ubuntu 更好用，省去了麻煩的調校設定工作，值得 Ubuntu 新手或愛用者試試！<br />
<a href='http://blog.linym.net/wp-content/uploads/2007/10/lazybuntu_screenshot.png' title=''><img src='http://blog.linym.net/wp-content/uploads/2007/10/lazybuntu_screenshot.png' alt='Lazybuntu' width="500" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/199/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DiscWizard:免費版的 Acronis True Image</title>
		<link>http://blog.linym.net/archives/183</link>
		<comments>http://blog.linym.net/archives/183#comments</comments>
		<pubDate>Thu, 27 Sep 2007 06:30:51 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[軟體筆記]]></category>
		<category><![CDATA[備份]]></category>
		<category><![CDATA[軟體]]></category>

		<guid isPermaLink="false">http://blog.linym.net/archives/183</guid>
		<description><![CDATA[磁碟備份軟體除了有歷史悠久的 Ghost，近幾年也出現了頗受好評的另一套軟體 - Acronis True Image。之前試用過的感想是速度很快，完整備份整個分區只要幾分鐘就搞定了，只可惜它也是要錢的。 不過現在硬碟廠商 Seagate 和 Acronis 公司合作，推出一個 OEM 產品叫做「Seagate DiscWizard」，採用 True Image 的核心，擁有 True Image 的基本功能，備份、還原、救援都可以輕鬆搞定。想當然爾，這只能用在自家硬碟(Seagate、Maxtor)上，其他廠牌則無法使用。 (在網站上可以看到另一套 Maxtor MaxBlast，其實是同樣的東西，只是名稱不同而已) 來看看介面吧，有沒有跟 True Image 很像？]]></description>
			<content:encoded><![CDATA[<p>磁碟備份軟體除了有歷史悠久的 Ghost，近幾年也出現了頗受好評的另一套軟體 - <a href="http://www.acronis.com" target="_blank">Acronis True Image</a>。之前試用過的感想是速度很快，完整備份整個分區只要幾分鐘就搞定了，只可惜它也是要錢的。</p>
<p>不過現在硬碟廠商 Seagate 和 Acronis 公司合作，推出一個 OEM 產品叫做「<a href="http://www.seagate.com/www/zh-tw/support/downloads/discwizard/discwizard-eula" target="_blank">Seagate DiscWizard</a>」，採用 True Image 的核心，擁有 True Image 的基本功能，備份、還原、救援都可以輕鬆搞定。想當然爾，這只能用在自家硬碟(Seagate、Maxtor)上，其他廠牌則無法使用。</p>
<p>(在網站上可以看到另一套 Maxtor MaxBlast，其實是同樣的東西，只是名稱不同而已)</p>
<p>來看看介面吧，有沒有跟 True Image 很像？<br />
<a href='http://blog.linym.net/wp-content/uploads/2007/09/discwizard.jpg' title='discwizard.jpg'><img src='http://blog.linym.net/wp-content/uploads/2007/09/discwizard.jpg' alt='discwizard.jpg' width="550" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/183/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Live Messenger 8.5 手動去廣告</title>
		<link>http://blog.linym.net/archives/177</link>
		<comments>http://blog.linym.net/archives/177#comments</comments>
		<pubDate>Sun, 09 Sep 2007 04:22:44 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[軟體筆記]]></category>
		<category><![CDATA[Messenger]]></category>
		<category><![CDATA[msn]]></category>
		<category><![CDATA[WLM]]></category>

		<guid isPermaLink="false">http://blog.linym.net/archives/177</guid>
		<description><![CDATA[Windows Live Messenger 8.5 beta(還是習慣叫 MSN)中文版已經在前幾天發佈囉！可以不用再到處找英文版+中文化了，這次除了 Messenger 主程式外，還加進了幾個 Windows Live 系列的軟體，可以說是一個集合工具包，大家可以試用看看，不過我最後只留下 Messenger、Mail、Writer 個人覺得比較好用的。 當然每次新版出現都會找去廣告、多重開啟的程式，Google 一下發現有太多版本了，可能因為 beta 的關係，版本號有一大堆，也不確定能不能用，最後還是決定手動修改比較安心實在，原本的修改方式在 8.5 也是通用的。 詳細修改方法請參考這篇「Windows Live Messenger 修改筆記」。 底下是我修改好的 Patch 檔，適用於 8.5.1288.816 中文版本 多重開啟 移除主視窗廣告 移除搜尋列 移除底部文字廣告 增加個人訊息文字至 500 個字元 ．檔案下載]]></description>
			<content:encoded><![CDATA[<p><a href="http://get.live.com/betas/messenger_betas" target="_blank">Windows Live Messenger 8.5 beta</a>(還是習慣叫 MSN)中文版已經在前幾天發佈囉！可以不用再到處找英文版+中文化了，這次除了 Messenger 主程式外，還加進了幾個 Windows Live 系列的軟體，可以說是一個集合工具包，大家可以試用看看，不過我最後只留下 Messenger、Mail、Writer 個人覺得比較好用的。</p>
<p>當然每次新版出現都會找去廣告、多重開啟的程式，Google 一下發現有太多版本了，可能因為 beta 的關係，版本號有一大堆，也不確定能不能用，最後還是決定手動修改比較安心實在，原本的修改方式在 8.5 也是通用的。</p>
<p>詳細修改方法請參考這篇「<a href="http://docs.google.com/View?docid=ajh7jbmhw2w4_bcjz787jpxd6g" target="_blank">Windows Live Messenger 修改筆記</a>」。</p>
<p>底下是我修改好的 Patch 檔，適用於 8.5.1288.816 中文版本</p>
<ul>
<li>多重開啟</li>
<li>移除主視窗廣告</li>
<li>移除搜尋列</li>
<li>移除底部文字廣告</li>
<li>增加個人訊息文字至 500 個字元</li>
</ul>
<p>．<a href='http://blog.linym.net/wp-content/uploads/2007/09/msn_patch.exe' title='msn_patch.exe'>檔案下載</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/177/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>卡巴斯基影響 Firefox 運作</title>
		<link>http://blog.linym.net/archives/167</link>
		<comments>http://blog.linym.net/archives/167#comments</comments>
		<pubDate>Thu, 16 Aug 2007 02:55:38 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[系統筆記]]></category>
		<category><![CDATA[軟體筆記]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[卡巴斯基]]></category>
		<category><![CDATA[防毒]]></category>

		<guid isPermaLink="false">http://blog.linym.net/archives/167</guid>
		<description><![CDATA[如果系統防毒是裝 Kaspersky 6、7 版 並且使用 Firefox 瀏覽網頁的朋友就要注意囉！可能會發現經常有一些網頁的圖片或項目無法顯示(或是很慢)，最明顯的就是 Yahoo!奇摩首頁一些項目出不來，還有「巴哈姆特」完全開不起來。 這是因為 Kaspersky 網頁防護裡的「HTTP 流量掃描」所造成的結果，影響 Firefox 效能甚至達到 50%，所以會覺得瀏覽網頁變很慢。 要解決此問題只要把 Firefox 加入 Kaspersky 排除項目裡的「信任的應用程式」，並且勾選「不要掃描網路流量」即可。]]></description>
			<content:encoded><![CDATA[<p>如果系統防毒是裝 Kaspersky 6、7 版 並且使用 Firefox 瀏覽網頁的朋友就要注意囉！可能會發現經常有一些網頁的圖片或項目無法顯示(或是很慢)，最明顯的就是 Yahoo!奇摩首頁一些項目出不來，還有「<a href="http://www.gamer.com.tw/" target="_blank">巴哈姆特</a>」完全開不起來。</p>
<p>這是因為 Kaspersky 網頁防護裡的「HTTP 流量掃描」所造成的結果，影響 Firefox 效能甚至達到 50%，所以會覺得瀏覽網頁變很慢。</p>
<p>要解決此問題只要把 Firefox 加入 Kaspersky 排除項目裡的「信任的應用程式」，並且勾選「不要掃描網路流量」即可。</p>
<p><a href='http://blog.linym.net/wp-content/uploads/2007/08/kaspersky.jpg' title='kaspersky.jpg'><img src='http://blog.linym.net/wp-content/uploads/2007/08/kaspersky.jpg' alt='kaspersky.jpg' /></a></p>
<p><a href='http://blog.linym.net/wp-content/uploads/2007/08/kaspersky2.jpg' title='kaspersky2.jpg'><img src='http://blog.linym.net/wp-content/uploads/2007/08/kaspersky2.jpg' alt='kaspersky2.jpg' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/167/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>軟體自動安裝參數</title>
		<link>http://blog.linym.net/archives/160</link>
		<comments>http://blog.linym.net/archives/160#comments</comments>
		<pubDate>Sat, 21 Jul 2007 14:43:46 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[系統筆記]]></category>
		<category><![CDATA[軟體筆記]]></category>
		<category><![CDATA[一鍵安裝]]></category>
		<category><![CDATA[無人值守]]></category>
		<category><![CDATA[自動安裝]]></category>

		<guid isPermaLink="false">http://blog.linym.net/archives/160</guid>
		<description><![CDATA[這邊列出一些常見軟體的自動安裝參數或 AutoIt 檔，可以應用在製作一鍵安裝版本及無人值守光碟上，所使用的檔案來源大多為官方下載，請確認檔案名稱。 WinRAR 3.70參數：wrar370tc.exe /s登錄檔：變更右鍵選單為階層式顯示。官網下載 Adobe Reader 8.1.2參數：AdbeRdr812_zh_TW.msi /qn官網下載 Adobe Flash Player 9 for ActiveX參數：install_flash_player_active_x.exe /S官網下載 Java Runtime Environment Version 6 Update 2參數：jre-6u2-windows-i586-p.exe /s /v"/qn IEXPLORER=1 REBOOT=Suppress JAVAUPDATE=0"官網下載 K-Lite Mega Codec Pack先執行 klmcodec330.exe -MakeUnattended 建立 klmcp.ini 檔。參數：請參考 klmcp.bat 檔內容。下載頁 Nero 6 Ultra Edition主程式參數：nero66115_no_at.exe /silent /noreboot /sn=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX /write_sn中文語系檔參數：nero66115cht.exe /silent /noreboot Windows Live Messenger 8.1將原始檔案解壓縮。參數：MsnMsgs.msi /qn官網下載 [...]]]></description>
			<content:encoded><![CDATA[<p>這邊列出一些常見軟體的自動安裝參數或 AutoIt 檔，可以應用在製作一鍵安裝版本及無人值守光碟上，所使用的檔案來源大多為官方下載，請確認檔案名稱。</p>
<ul>
<li><strong>WinRAR 3.70</strong><br />參數：wrar370tc.exe /s<br /><a href='http://blog.linym.net/wp-content/uploads/2007/07/winrar.zip' title='winrar.zip'>登錄檔</a>：變更右鍵選單為階層式顯示。<br /><a href="http://www.rarlab.com/rar/wrar370tc.exe">官網下載</a></li>
<li><strong>Adobe Reader 8.1.2</strong><br />參數：AdbeRdr812_zh_TW.msi /qn<br /><a href="http://ardownload.adobe.com/pub/adobe/reader/win/8.x/8.1.2/cht/AdbeRdr812_zh_TW.msi">官網下載</a></li>
<li><strong>Adobe Flash Player 9 for ActiveX</strong><br />參數：install_flash_player_active_x.exe /S<br /><a href="http://download.macromedia.com/get/flashplayer/current/licensing/win/install_flash_player_active_x.exe">官網下載</a></li>
<li><strong>Java Runtime Environment Version 6 Update 2</strong><br />參數：jre-6u2-windows-i586-p.exe /s /v"/qn IEXPLORER=1 REBOOT=Suppress JAVAUPDATE=0"<br /><a href="http://java.sun.com/javase/downloads/index.jsp">官網下載</a></li>
<li><strong>K-Lite Mega Codec Pack</strong><br />先執行 klmcodec330.exe -MakeUnattended 建立 klmcp.ini 檔。<br />參數：請參考 klmcp.bat 檔內容。<br /><a href="http://www.free-codecs.com/download/K_Lite_Mega_Codec_Pack.htm">下載頁</a></li>
<li><strong>Nero 6 Ultra Edition</strong><br />主程式參數：nero66115_no_at.exe /silent /noreboot /sn=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX /write_sn<br />中文語系檔參數：nero66115cht.exe /silent /noreboot</li>
<li><strong>Windows Live Messenger 8.1</strong><br />將原始檔案解壓縮。<br />參數：MsnMsgs.msi /qn<br /><a href="http://g.msn.com/8reen_us/ZH-CHT/INSTALL_MSN_MESSENGER_DL.EXE">官網下載</a></li>
<li><strong>Yahoo! 即時通訊 8.1</strong><br />參數：ymsgr8tw.exe /s<br /><a href="http://us.dl1.yimg.com/download.yahoo.com/dl/msgr8/tw/ymsgr8tw.exe">官網下載</a></li>
<li><strong>Kaspersky Anti-Virus 6.0.2 官方中文版</strong><br />請將 key 檔放在安裝檔同位置，安裝就會自動匯入。<br />參數：kav6020621tch.msi /quiet /norestart<br /><a href="http://210.240.1.23/~kaspersky/products/homeuser/kav6.0/kav6020621tch.msi">官網下載</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/160/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Access Port - serial port 測試工具</title>
		<link>http://blog.linym.net/archives/157</link>
		<comments>http://blog.linym.net/archives/157#comments</comments>
		<pubDate>Thu, 12 Jul 2007 16:23:31 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[軟體筆記]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[serial]]></category>

		<guid isPermaLink="false">http://blog.linym.net/archives/157</guid>
		<description><![CDATA[最近專題需要撰寫一個 RFID 讀取程式，在開工之前必須要先瞭解 RFID Reader 所接收和回傳的命令形式，由於設備是接在 com port 上，所以就找到 SUDT Access Port 這個好用的工具，它可以向 com port 發送 ASCII/Hex 訊息，然後設備回傳的訊息也會顯示出來，如此一來就可以掌握 command 的正確性及格式了。 Access Port 這個工具是由對岸所開發的，支援多國語言，也有繁體中文哦。 簡要介紹： 1.用於串口調試，支持常用的110-256000波特率，支持自定義波特率。 2.能以字符或十六進制接收或發送任何數據，能發送、接收任意大小的文件。 3.在不改變當前所打開端口的情況下，能動態改變端口參數（如：波特率、校驗位、流控制等）。 4.數據發送區可實時編輯、發送文本數據。 5.能將所接收的原始數據以及顯示數據分別保存。 6.數據發送區允許設置發送週期，自動發送數據。 7.可調試的端口範圍是COM1-COM255，支持擴展端口(USBRS232)。 8.可設置字體、文字顏色、背景顏色。 9.允許將發送區的數據在接收區回顯，模擬終端操作。 10.允許發送區數據以回車鍵作為發送操作信號。 11.支持預定義數據發送模式，支持Hex、Text、浮點數等類型。 12.Monitor模式支持彩色文本顯示,便於更好的區分、觀察數據. 13.允許Monitor模式下攔截到的數據以十六進制或字符方式顯示。 14.允許接收區在接收到的數據後添加回車字符(CRLF)，便於觀察數據。 15.可將Terminal模式下接收到的數據按照十六進制文本方式導出到文件或剪貼板。 16.允許保存程序環境變量。 17.定義熱鍵，方便操作。 18.國際版，支持多國語言。 19.數據發送區內嵌十六進制編輯器，支持unicode。 20.支持串口監控功能，可以監控串口設置以及收發的數據。 21.在線自動更新提示功能，當有可用新版本時提示用戶下載。 22.本程序線程安全，可以同時啟動多個副本調試多個串口。]]></description>
			<content:encoded><![CDATA[<p>最近專題需要撰寫一個 RFID 讀取程式，在開工之前必須要先瞭解 RFID Reader 所接收和回傳的命令形式，由於設備是接在 com port 上，所以就找到 <a href="http://www.sudt.com/cn/ap/index.html" target="_blank">SUDT Access Port</a> 這個好用的工具，它可以向 com port 發送 ASCII/Hex 訊息，然後設備回傳的訊息也會顯示出來，如此一來就可以掌握 command 的正確性及格式了。</p>
<p><a href="http://www.sudt.com/cn/ap/index.html" target="_blank">Access Port</a> 這個工具是由對岸所開發的，支援多國語言，也有繁體中文哦。</p>
<p><strong>簡要介紹：</strong></p>
<blockquote><p> 1.用於串口調試，支持常用的110-256000波特率，支持自定義波特率。<br />
2.能以字符或十六進制接收或發送任何數據，能發送、接收任意大小的文件。<br />
3.在不改變當前所打開端口的情況下，能動態改變端口參數（如：波特率、校驗位、流控制等）。<br />
4.數據發送區可實時編輯、發送文本數據。<br />
5.能將所接收的原始數據以及顯示數據分別保存。<br />
6.數據發送區允許設置發送週期，自動發送數據。<br />
7.可調試的端口範圍是COM1-COM255，支持擴展端口(USB<->RS232)。<br />
8.可設置字體、文字顏色、背景顏色。<br />
9.允許將發送區的數據在接收區回顯，模擬終端操作。<br />
10.允許發送區數據以回車鍵作為發送操作信號。<br />
11.支持預定義數據發送模式，支持Hex、Text、浮點數等類型。<br />
12.Monitor模式支持彩色文本顯示,便於更好的區分、觀察數據.<br />
13.允許Monitor模式下攔截到的數據以十六進制或字符方式顯示。<br />
14.允許接收區在接收到的數據後添加回車字符(CRLF)，便於觀察數據。<br />
15.可將Terminal模式下接收到的數據按照十六進制文本方式導出到文件或剪貼板。<br />
16.允許保存程序環境變量。<br />
17.定義熱鍵，方便操作。<br />
18.國際版，支持多國語言。<br />
19.數據發送區內嵌十六進制編輯器，支持unicode。<br />
20.支持串口監控功能，可以監控串口設置以及收發的數據。<br />
21.在線自動更新提示功能，當有可用新版本時提示用戶下載。<br />
22.本程序線程安全，可以同時啟動多個副本調試多個串口。</p></blockquote>
<p><a href='http://blog.linym.net/wp-content/uploads/2007/07/accessport.jpg' title='accessport.jpg' target="_blank"><img src='http://blog.linym.net/wp-content/uploads/2007/07/accessport.jpg' alt='accessport.jpg' width="450" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/157/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>自製 Visual Studio Express 2005 離線安裝版</title>
		<link>http://blog.linym.net/archives/91</link>
		<comments>http://blog.linym.net/archives/91#comments</comments>
		<pubDate>Mon, 24 Apr 2006 07:47:01 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[軟體筆記]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://lym.fyman.idv.tw/blog/archives/91</guid>
		<description><![CDATA[Microsoft 提供了一系列 Express 版本，算是精簡版本，對於一些小專案或是學生族群真的非常實用，不用再安裝那龐大的完整版，而且 MS 日前也宣布 Express 版將永久免費。不過，目前中文版本只能線上安裝，離線安裝版還是只有英文的，等不及的人就可以用這個方法自行製作囉！ Step 1： 首先到Microsoft 網站下載2MB 多的安裝檔，然後執行安裝程式。 Step 2： 依照一般程序安裝，如果需要 MSDN Library 及 SQL Server Express 請打勾(只需下載一次即可，其他的可以直接複製)，繼續之後會開始下載檔案，等它下載完畢開始安裝時，趕緊到 C:\Documents and Settings\使用者名稱\Local Settings\Temp 將 SIT24748.tmp、VSSETUP50727.42.27 兩個資料夾複製到別的地方，完成後即可取消安裝程式。 Step 3： 到剛才複製的資料夾，將 VSSETUP50727.42.27\1028 裡面的檔案複製到 SIT24748.tmp，放在一起即可，可以更改資料夾名稱，以後就可以執行 setup.exe 安裝了。 Step 4： 依照同樣的方法下載其他的，最後就製作多合一安裝介面及映像檔了！根據初步實驗結果，不包含 MSDN Library 可以塞入一片 CD 沒問題。加入 MSDN 並利用 cdimage 製作出來的大小約 72xMB。]]></description>
			<content:encoded><![CDATA[<p>Microsoft 提供了一系列 Express 版本，算是精簡版本，對於一些小專案或是學生族群真的非常實用，不用再安裝那龐大的完整版，而且 MS 日前也宣布 Express 版將永久免費。不過，目前中文版本只能線上安裝，離線安裝版還是只有英文的，等不及的人就可以用這個方法自行製作囉！</p>
<p><strong>Step 1：</strong><br />
首先到<a href="http://www.microsoft.com/taiwan/vstudio/express/">Microsoft 網站下載</a>2MB 多的安裝檔，然後執行安裝程式。</p>
<p><strong>Step 2：</strong><br />
依照一般程序安裝，如果需要 MSDN Library 及 SQL Server Express 請打勾(只需下載一次即可，其他的可以直接複製)，繼續之後會開始下載檔案，等它下載完畢開始安裝時，趕緊到 <em>C:\Documents and Settings\使用者名稱\Local Settings\Temp</em> 將 <strong>SIT24748.tmp</strong>、<strong>VSSETUP50727.42.27</strong> 兩個資料夾複製到別的地方，完成後即可取消安裝程式。</p>
<p><strong>Step 3：</strong><br />
到剛才複製的資料夾，將 <strong>VSSETUP50727.42.27\1028</strong> 裡面的檔案複製到 <strong>SIT24748.tmp</strong>，放在一起即可，可以更改資料夾名稱，以後就可以執行 setup.exe 安裝了。</p>
<p><strong>Step 4：</strong><br />
依照同樣的方法下載其他的，最後就製作多合一安裝介面及映像檔了！根據初步實驗結果，不包含 MSDN Library 可以塞入一片 CD 沒問題。加入 MSDN 並利用 cdimage 製作出來的大小約 72xMB。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/91/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>利用 WinRAR 合併 MP3</title>
		<link>http://blog.linym.net/archives/90</link>
		<comments>http://blog.linym.net/archives/90#comments</comments>
		<pubDate>Mon, 17 Apr 2006 04:58:29 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[軟體筆記]]></category>
		<category><![CDATA[WinRAR]]></category>

		<guid isPermaLink="false">http://lym.fyman.idv.tw/blog/archives/90</guid>
		<description><![CDATA[WinRAR 是現在每台電腦幾乎都會灌的壓縮軟體，因為他支援格式多、壓縮率也不錯。不過應該很少人會想到 WinRAR 竟然可以直接拿來合併多首 MP3 音樂，超方便的！ 方法： 1. 開啟 WinRAR 選取要合併的音樂，然後按「加入」。 2. 將「壓縮檔名稱」的副檔名改為 mp3，儲存方式選「僅儲存」。 按確定後，一首合併好的 MP3 就這樣產生啦，神奇吧！ 據說也可以合併其他 MPEG 格式的媒體，可以試試。]]></description>
			<content:encoded><![CDATA[<p>WinRAR 是現在每台電腦幾乎都會灌的壓縮軟體，因為他支援格式多、壓縮率也不錯。不過應該很少人會想到 WinRAR 竟然可以直接拿來合併多首 MP3 音樂，超方便的！</p>
<p><strong>方法：</strong><br />
1. 開啟 WinRAR 選取要合併的音樂，然後按「加入」。<br />
<img id="image88" src="http://blog.linym.net/wp-content/uploads/2006/04/rar1.jpg" alt="rar1.jpg" /></p>
<p>2. 將「壓縮檔名稱」的副檔名改為 mp3，儲存方式選「僅儲存」。<br />
<img id="image89" src="http://blog.linym.net/wp-content/uploads/2006/04/rar2.jpg" alt="rar2.jpg" /><br />
按確定後，一首合併好的 MP3 就這樣產生啦，神奇吧！<br />
據說也可以合併其他 MPEG 格式的媒體，可以試試。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/90/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>我用的 Firefox 擴充套件</title>
		<link>http://blog.linym.net/archives/82</link>
		<comments>http://blog.linym.net/archives/82#comments</comments>
		<pubDate>Tue, 04 Apr 2006 15:21:06 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[軟體筆記]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://lym.fyman.idv.tw/blog/archives/82</guid>
		<description><![CDATA[在這裡記載我使用的 Firefox 擴充套件，一來可以推薦給大家，二來怕自己忘記^^" All-in-One Gestures Extension 滑鼠手勢，裝 FX 第一個必裝的 plugin，少了這東西 FX 就沒那麼好用了。 Foxmarks 免費提供放 FX 書籤的空間，除了可以同步 FX 書籤外，登入該網站可以線上瀏覽你的書籤。 IE Tab 在 FX 中內嵌 IE 切換功能，非常方便，必裝! Right Encoding 讓 FX 跟 IE 一樣可以按右鍵選擇網頁編碼。 Super de Go 俗稱超級拖拉，把連結或文字拖到旁邊就可以開啟網頁或搜尋引擎，超好用。 HTML Validator 驗證網頁是否符合 Web Standards，顯示 error、warning，並有詳細說明。 Web Developer 功能很多的工具，比如關閉 Javascript、解除文字方塊字數限制...自己去看吧! FireFTP 在 FX 內的 FTP Client，介面和一般 FTP 軟體很相似。 Download [...]]]></description>
			<content:encoded><![CDATA[<p>在這裡記載我使用的 Firefox 擴充套件，一來可以推薦給大家，二來怕自己忘記^^"</p>
<ul>
<li><a href="http://perso.wanadoo.fr/marc.boullet/ext/extensions-en.html">All-in-One Gestures Extension</a><br />
滑鼠手勢，裝 FX 第一個必裝的 plugin，少了這東西 FX 就沒那麼好用了。</li>
<li><a href="http://foxmarks.com/">Foxmarks</a><br />
免費提供放 FX 書籤的空間，除了可以同步 FX 書籤外，登入該網站可以線上瀏覽你的書籤。</li>
<li><a href="http://ietab.mozdev.org/">IE Tab</a><br />
在 FX 中內嵌 IE 切換功能，非常方便，必裝!</li>
<li><a href="https://addons.mozilla.org/zh-TW/firefox/addon/371">Right Encoding</a><br />
讓 FX 跟 IE 一樣可以按右鍵選擇網頁編碼。</li>
<li><a href="http://forum.moztw.org/viewtopic.php?t=13505">Super de Go</a><br />
俗稱超級拖拉，把連結或文字拖到旁邊就可以開啟網頁或搜尋引擎，超好用。</li>
<li><a href="http://users.skynet.be/mgueury/mozilla/download.html">HTML Validator</a><br />
驗證網頁是否符合 Web Standards，顯示 error、warning，並有詳細說明。</li>
<li><a href="http://www.chrispederick.com/work/firefox/webdeveloper/">Web Developer</a><br />
功能很多的工具，比如關閉 Javascript、解除文字方塊字數限制...自己去看吧!</li>
<li><a href="http://fireftp.mozdev.org/">FireFTP</a><br />
在 FX 內的 FTP Client，介面和一般 FTP 軟體很相似。</li>
<li><a href="http://downloadstatusbar.mozdev.org/">Download Statusbar</a><br />
下載檔案時直接顯示在下方，不用另外跳出下載管理員。</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/1180">RichScrollbar</a><br />
右邊捲軸增加移到頁首和頁尾，方便</li>
<li><a href="http://www.getfirebug.com/">FireBug</a><br />
JavaScript 除錯工具，網站開發人員必裝，並且有比 DOM Inspector 更好的 DOM 觀察器。</li>
<li><a href="http://www.google.com.tw/pagead/iclk?sa=l&#038;ai=BgsssobRGRsXrCp76sAKy4qnLDpDO8yfUn9-7A6b1hIsBkE4IABABGAEgtlQ4AVCRwOOd-f____8BYJ_RoYbEIqABqqn2_gOqAR5vcmcubW96aWxsYTp6aC1UVzpvZmZpY2lhbCtjZnPIAQHIAujDjgHZA9-cxup6qAuw&#038;adurl=http://toolbar.google.com/T4/intl/zh-TW/%3Futm_campaign%3DzhTW%26utm_source%3DzhTW-ha-apac-tw-google%26utm_medium%3Dha%26utm_term%3Dgoogle%2520toolbar%26tbbrand%3DGFRG">Google Toolbar</a><br />
就是 Google 出的工具列，主要是需要他的即時單字翻譯功能，也有 Gmail 新信檢查功能，以及 Google 書籤。</li>
<li><a href="http://www.google.com/notebook/download">Google 筆記本</a><br />
方便隨時作筆記、擷取網頁資料。</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/82/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gmail File Space</title>
		<link>http://blog.linym.net/archives/72</link>
		<comments>http://blog.linym.net/archives/72#comments</comments>
		<pubDate>Sat, 11 Feb 2006 04:17:36 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[軟體筆記]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[擴充套件]]></category>

		<guid isPermaLink="false">http://lym.fyman.idv.tw/blog/archives/72</guid>
		<description><![CDATA[Firefox 的愛用者有福了，這個 Gmail File Space 是 Firefox 的一個擴充套件，可以把 Gmail 當 FTP 來用，操作介面幾乎跟一般的 FTP 軟體一樣，而且單檔限制 10MB 也都自動幫你處理好，更重要的是速度比之前的 Gmail Drive shell extension 快多了。不過還是不支援中文檔名。 官方網頁]]></description>
			<content:encoded><![CDATA[<p>Firefox 的愛用者有福了，這個 Gmail File Space 是 Firefox 的一個擴充套件，可以把 Gmail 當 FTP 來用，操作介面幾乎跟一般的 FTP 軟體一樣，而且單檔限制 10MB 也都自動幫你處理好，更重要的是速度比之前的 Gmail Drive shell extension 快多了。不過還是不支援中文檔名。</p>
<p><a href="http://www.rjonna.com/ext/gspace.php">官方網頁</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/72/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>新酷音輸入法</title>
		<link>http://blog.linym.net/archives/49</link>
		<comments>http://blog.linym.net/archives/49#comments</comments>
		<pubDate>Thu, 01 Dec 2005 01:45:06 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[軟體筆記]]></category>
		<category><![CDATA[中文輸入]]></category>
		<category><![CDATA[新酷音]]></category>

		<guid isPermaLink="false">http://lym.fyman.idv.tw/blog/archives/49</guid>
		<description><![CDATA[新酷音是 UNIX-like 系統下相當受好評的一套輸入法，最近也有移植到 Windows 的版本囉！ 以往我習慣使用自然輸入法，雖然選字正確率不錯但是相容性不佳，尤其是在 Online Game ，幾乎沒辦法看到選字窗格= =" 目前試用了新酷音覺得很不錯，雖然還是有一些bug，不過有興趣的朋友也裝來試試吧^^ 網址：http://chewing.csie.net]]></description>
			<content:encoded><![CDATA[<p>新酷音是 UNIX-like 系統下相當受好評的一套輸入法，最近也有移植到 Windows 的版本囉！<br />
以往我習慣使用自然輸入法，雖然選字正確率不錯但是相容性不佳，尤其是在 Online Game ，幾乎沒辦法看到選字窗格= ="<br />
目前試用了新酷音覺得很不錯，雖然還是有一些bug，不過有興趣的朋友也裝來試試吧^^</p>
<p>網址：<a href="http://chewing.csie.net">http://chewing.csie.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/49/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSN Messenger 7 表情符號教學</title>
		<link>http://blog.linym.net/archives/36</link>
		<comments>http://blog.linym.net/archives/36#comments</comments>
		<pubDate>Thu, 23 Jun 2005 06:15:14 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[軟體筆記]]></category>
		<category><![CDATA[msn]]></category>

		<guid isPermaLink="false">http://lym.fyman.idv.tw/blog/archives/36</guid>
		<description><![CDATA[一、如何抓取對方的表情符號 在新版的 MSN 可以直接抓取對方的表情符號變成自己的唷！只要在圖示上面按下滑鼠右鍵，選擇"新增"，再設定一下即可。 二、如何備份、還原表情符號？ 辛辛苦苦從別人那裡"A"了一堆好玩的圖示，但想要備份起來卻找不到在哪裡？其實只要依下列步驟即可備份及還原(記得先顯示隱藏資料夾)。 1. 備份 - 只要將下面的資料夾存起來即可。 C:\Documents and Settings\使用者名稱\Application Data\Microsoft\MSN Messenger\數字\CustomEmoticons 其中的"數字"是不固定的。 2. 還原表情符號 在 MSN 6.x 版時，只要將備份的資料夾還原即可，但在 MSN 7.x 必須要再多一些步驟。 (a) 將副檔名 .DA T 檔改成 .GIF 或其他圖片格式。(手動更改或使用工具) (b) 利用 MSN Custom Emoticons Importer 將表情符號全部匯入就可以了。 工具下載： CEIv1_4.zip UltraRename25.zip ※更方便的備份工具]]></description>
			<content:encoded><![CDATA[<p><strong>一、如何抓取對方的表情符號</strong><br />
在新版的 MSN 可以直接抓取對方的表情符號變成自己的唷！只要在圖示上面按下滑鼠右鍵，選擇"新增"，再設定一下即可。<br />
<img src="http://blog.linym.net/wp-content/uploads/2006/04/5.jpg" id="image32" alt="5.jpg" /><br />
<img src="http://blog.linym.net/wp-content/uploads/2006/04/6.jpg" id="image33" alt="6.jpg" /></p>
<p><strong>二、如何備份、還原表情符號？</strong><br />
辛辛苦苦從別人那裡"A"了一堆好玩的圖示，但想要備份起來卻找不到在哪裡？其實只要依下列步驟即可備份及還原(記得先顯示隱藏資料夾)。<br />
1. 備份 - 只要將下面的資料夾存起來即可。<br />
<strong>C:\Documents and Settings\使用者名稱\Application Data\Microsoft\MSN Messenger\數字\CustomEmoticons</strong><br />
其中的"數字"是不固定的。<br />
2. 還原表情符號<br />
在 MSN 6.x 版時，只要將備份的資料夾還原即可，但在 MSN 7.x 必須要再多一些步驟。<br />
(a) 將副檔名 .DA T 檔改成 .GIF 或其他圖片格式。(手動更改或使用工具)<br />
(b) 利用 MSN Custom Emoticons Importer 將表情符號全部匯入就可以了。</p>
<p>工具下載：<br />
<a href="CEIv1_4.zip" id="p34" title="CEIv1_4.zip">CEIv1_4.zip</a><br />
<a href="http://blog.linym.net/wp-content/uploads/2006/04/UltraRename25.zip" id="p35">UltraRename25.zip</a></p>
<p><em><a href="http://easylife.liveasy.idv.tw/index.php?pl=608">※更方便的備份工具</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/36/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>讓 MSN 7 顯示歌曲名稱支援 Foobar2000、WinAMP</title>
		<link>http://blog.linym.net/archives/30</link>
		<comments>http://blog.linym.net/archives/30#comments</comments>
		<pubDate>Wed, 13 Apr 2005 11:55:48 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[軟體筆記]]></category>
		<category><![CDATA[foobar]]></category>
		<category><![CDATA[msn]]></category>
		<category><![CDATA[winamp]]></category>

		<guid isPermaLink="false">http://lym.fyman.idv.tw/blog/archives/30</guid>
		<description><![CDATA[正式版的 MSN 7.0 終於推出，新增的功能在這裡就不敘述囉！ 新功能中有一項可以讓正在收聽的歌曲名稱顯示在暱稱欄， 但是只支援 "Windows Media Player"。 沒關係，只要加入以下這個 Toaster 就可以讓 Foobar2000、WinAMP 也可以顯示了！ PS. WinAMP 只支援 V5 http://www.myplugins.info/toaster.htm]]></description>
			<content:encoded><![CDATA[<p>正式版的 MSN 7.0 終於推出，新增的功能在這裡就不敘述囉！<br />
新功能中有一項可以讓正在收聽的歌曲名稱顯示在暱稱欄，<br />
但是只支援 "Windows Media Player"。<br />
沒關係，只要加入以下這個 Toaster 就可以讓 Foobar2000、WinAMP 也可以顯示了！<br />
PS. WinAMP 只支援 V5<br />
<a href="http://www.myplugins.info/toaster.htm"></p>
<p>http://www.myplugins.info/toaster.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/30/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>即時通密碼查詢工具 - MessenPass</title>
		<link>http://blog.linym.net/archives/28</link>
		<comments>http://blog.linym.net/archives/28#comments</comments>
		<pubDate>Thu, 24 Feb 2005 12:17:29 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[軟體筆記]]></category>
		<category><![CDATA[MessenPass]]></category>
		<category><![CDATA[msn]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[即時通]]></category>
		<category><![CDATA[破解]]></category>

		<guid isPermaLink="false">http://lym.fyman.idv.tw/blog/archives/28</guid>
		<description><![CDATA[MessenPass 是一個成功率極高的密碼恢復工具，它可以顯示以下即時通訊軟體的密碼 ‧MSN Messenger ‧Windows Messenger (In Windows XP) ‧Yahoo Messenger (Versions 5.x and 6.x) ‧ICQ Lite 4.x/2003 ‧AOL Instant Messenger (only older versions, the password in newer versions of AIM cannot be recovered) ‧AOL Instant Messenger/Netscape 7 ‧Trillian ‧Miranda ‧GAIM 官方網頁下載(內有正體中文語系)]]></description>
			<content:encoded><![CDATA[<p>MessenPass 是一個成功率極高的密碼恢復工具，它可以顯示以下即時通訊軟體的密碼</p>
<p>‧MSN Messenger<br />
‧Windows Messenger (In Windows XP)<br />
‧Yahoo Messenger (Versions 5.x and 6.x)<br />
‧ICQ Lite 4.x/2003<br />
‧AOL Instant Messenger (only older versions, the password in<br />
newer versions of AIM cannot be recovered)<br />
‧AOL Instant Messenger/Netscape 7<br />
‧Trillian<br />
‧Miranda<br />
‧GAIM</p>
<p><a href="http://www.nirsoft.net/utils/mspass.html">官方網頁下載(內有正體中文語系)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/28/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Windows Media Player 抓圖熱鍵</title>
		<link>http://blog.linym.net/archives/23</link>
		<comments>http://blog.linym.net/archives/23#comments</comments>
		<pubDate>Wed, 09 Feb 2005 13:37:58 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[系統筆記]]></category>
		<category><![CDATA[軟體筆記]]></category>
		<category><![CDATA[Media Player]]></category>
		<category><![CDATA[抓圖]]></category>

		<guid isPermaLink="false">http://lym.fyman.idv.tw/blog/archives/23</guid>
		<description><![CDATA[經常在電腦播放影片的人，一定都想過要把美美的畫面抓下來保存，這時很多人會想到 Windows 上的陽春抓圖法：「按鍵盤 PrintScreen → 小畫家貼上」。這時你就會發現抓下來的圖...影片畫面變成一片黑-.- 其實在 Win 內建的 Windows Media Player (簡稱WMP) 就有抓圖熱鍵，那就是「Ctrl + I」。按下之後會出現要將檔案存在哪裡，格式可存為 JPG 及 BMP，如此一來就不用再裝專業的抓圖軟體了。 小技巧： 如果再安裝 K-Lite Mega Codec Pack 之類的編碼套件，便可以在 WMP 上播放 RM、AVI 等特殊格式，當然也就可以直接抓圖哦！]]></description>
			<content:encoded><![CDATA[<p>經常在電腦播放影片的人，一定都想過要把美美的畫面抓下來保存，這時很多人會想到 Windows 上的陽春抓圖法：「按鍵盤 PrintScreen → 小畫家貼上」。這時你就會發現抓下來的圖...影片畫面變成一片黑-.-<br />
其實在 Win 內建的 Windows Media Player (簡稱WMP) 就有抓圖熱鍵，那就是「<em>Ctrl + I</em>」。按下之後會出現要將檔案存在哪裡，格式可存為 JPG 及 BMP，如此一來就不用再裝專業的抓圖軟體了。</p>
<p>小技巧：<br />
如果再安裝 K-Lite Mega Codec Pack 之類的編碼套件，便可以在 WMP 上播放 RM、AVI 等特殊格式，當然也就可以直接抓圖哦！</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/23/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 無法顯示圖片替代文字(ALT)</title>
		<link>http://blog.linym.net/archives/22</link>
		<comments>http://blog.linym.net/archives/22#comments</comments>
		<pubDate>Sun, 30 Jan 2005 17:39:15 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[網頁設計]]></category>
		<category><![CDATA[軟體筆記]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://lym.fyman.idv.tw/blog/archives/22</guid>
		<description><![CDATA[把滑鼠指標移到網頁圖片上，會出現一個小方框的工具提示，這叫做圖片替代顯示。語法為 alt。這個語法原本的作用是在圖片無法顯示時，用來取代圖片的文字，但卻越來越多人把它當成工具提示，文字和圖片毫無關係，這樣一來，當圖片無法顯示時，替代的文字便不足以表達圖片的含意。因此 Mozilla 的開發團隊便決定不支援 alt 屬性(只有圖片顯示不出來時顯示 alt)，變相避免網頁作者的誤用。 不過如果真要在 Mozilla 系列瀏覽器要顯示工具的話，有另外一個屬性可以使用：「title」。 &#60;img src=&#34;圖片&#34; alt=&#34;替代文字&#34; title=&#34;工具提示&#34; /&#62; 雖然 title 屬性不見得所有瀏覽器都支援，如有些會將其顯示在狀態列上，但使用 title 不論在 Firefox 或者 IE 上都可以正常顯示，相容性是比 alt 來的高，所以建議以後寫網頁時不妨再多增加一個 title 屬性試試！ 參考網址]]></description>
			<content:encoded><![CDATA[<p>把滑鼠指標移到網頁圖片上，會出現一個小方框的工具提示，這叫做圖片替代顯示。語法為 alt。這個語法原本的作用是在圖片無法顯示時，用來取代圖片的文字，但卻越來越多人把它當成工具提示，文字和圖片毫無關係，這樣一來，當圖片無法顯示時，替代的文字便不足以表達圖片的含意。因此 Mozilla 的開發團隊便決定不支援 alt 屬性(只有圖片顯示不出來時顯示 alt)，變相避免網頁作者的誤用。</p>
<p>不過如果真要在 Mozilla 系列瀏覽器要顯示工具的話，有另外一個屬性可以使用：「<em>title</em>」。</p>
<pre title="code" class="html">

&lt;img src=&quot;圖片&quot; alt=&quot;替代文字&quot; title=&quot;工具提示&quot; /&gt;
</pre>
<p>雖然 title 屬性不見得所有瀏覽器都支援，如有些會將其顯示在狀態列上，但使用 title 不論在 Firefox 或者 IE 上都可以正常顯示，相容性是比 alt 來的高，所以建議以後寫網頁時不妨再多增加一個 title 屬性試試！</p>
<p><a href="http://www.moztw.org/docs/gecko/webdevfaq">參考網址</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/22/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 自動以分頁開啟連結</title>
		<link>http://blog.linym.net/archives/13</link>
		<comments>http://blog.linym.net/archives/13#comments</comments>
		<pubDate>Sat, 11 Dec 2004 12:01:58 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[軟體筆記]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://lym.fyman.idv.tw/blog/archives/13</guid>
		<description><![CDATA[Firefox 是個很棒的瀏覽器，也有分頁瀏覽功能，但預設的情況下，點選連結並不會自動開啟在分頁，而是另開一個新視窗，不過調整一下設定就可以囉！ 1、開啟 Firefox 在網址列輸入 about:config 2、找到 browser.tabs.showSingleWindowModePrefs，點兩下將值改為 true 3、到「工具」→「選項」→「進階」，會多出個「強制讓指定要新窗的鏈結顯示分頁在」，選項打勾即可。 ※ Firefox 1.5 版以上此功能可以直接在選項裡設定。]]></description>
			<content:encoded><![CDATA[<p>Firefox 是個很棒的瀏覽器，也有分頁瀏覽功能，但預設的情況下，點選連結並不會自動開啟在分頁，而是另開一個新視窗，不過調整一下設定就可以囉！</p>
<p>1、開啟 Firefox 在網址列輸入 about:config<br />
<img src="http://blog.linym.net/wp-content/uploads/2006/04/61.jpg" id="image10" alt="61.jpg" /></p>
<p>2、找到 browser.tabs.showSingleWindowModePrefs，點兩下將值改為 true<br />
<img src="http://blog.linym.net/wp-content/uploads/2006/04/7.thumbnail.jpg" id="image11" alt="7.jpg" /></p>
<p>3、到「工具」→「選項」→「進階」，會多出個「強制讓指定要新窗的鏈結顯示分頁在」，選項打勾即可。<br />
<a href="http://blog.linym.net/wp-content/uploads/2006/04/8.jpg" class="imagelink" title="8.jpg"><img src="http://blog.linym.net/wp-content/uploads/2006/04/8.jpg" id="image12" alt="8.jpg" /></a></p>
<p><em>※ Firefox 1.5 版以上此功能可以直接在選項裡設定。</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/13/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL 4.1 + phpMyAdmin 問題</title>
		<link>http://blog.linym.net/archives/6</link>
		<comments>http://blog.linym.net/archives/6#comments</comments>
		<pubDate>Sun, 28 Nov 2004 02:20:07 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[系統筆記]]></category>
		<category><![CDATA[軟體筆記]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://lym.fyman.idv.tw/blog/archives/6</guid>
		<description><![CDATA[下載了新版 MySQL 4.1.x 及 phpMyAdmin 安裝在 XP 系統上測試，結果發現 phpMyAdmin 無法正常登入，出現如下錯誤訊息： #1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client 於是在 MySQL 官網找到解決方法，照做之後就OK囉！有此問題的可以參考看看。 (1) 在開始 → 執行輸入"CMD"進入命令列模式。 (2) 輸入 "MySQL 路徑\bin\mysql -h localhost -u root -p"。(要重設root密碼) (3) 接著會出現 Enter Password：輸入安裝MySQL打的密碼。 (4) mysql&#62;提示符號鍵入：SET PASSWORD FOR (5) 再輸入：'root'@'localhost' = OLD_PASSWORD('新密碼'); (6) 完成，現在就可以登入 [...]]]></description>
			<content:encoded><![CDATA[<p>下載了新版 MySQL 4.1.x 及 phpMyAdmin 安裝在 XP 系統上測試，結果發現 phpMyAdmin 無法正常登入，出現如下錯誤訊息：</p>
<p><em>#1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client</em></p>
<p>於是在 MySQL 官網找到解決方法，照做之後就OK囉！有此問題的可以參考看看。</p>
<p>(1) 在開始 → 執行輸入"CMD"進入命令列模式。<br />
(2) 輸入 "MySQL 路徑\bin\mysql -h localhost -u root -p"。(要重設root密碼)<br />
(3) 接著會出現 Enter Password：輸入安裝MySQL打的密碼。<br />
(4) mysql&gt;提示符號鍵入：SET PASSWORD FOR<br />
(5) 再輸入：'root'@'localhost' = OLD_PASSWORD('新密碼');<br />
(6) 完成，現在就可以登入 phpMyAdmin 囉！</p>
<p>補充：<br />
1.問題原因為 MySQL 4.1 以上使用新的密碼驗證機制，而 PHP4 尚未支援。<br />
2.只要是 MySQL 4.1.x 及以上的版本無法連接都可照此方法試試。<br />
3.升級成 PHP5 則無此問題。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/6/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

