<?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/good/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>利用 CSS 為相片加框</title>
		<link>http://blog.linym.net/archives/440</link>
		<comments>http://blog.linym.net/archives/440#comments</comments>
		<pubDate>Sun, 08 Mar 2009 03:11:31 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[好書好站]]></category>
		<category><![CDATA[網頁設計]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[加框]]></category>
		<category><![CDATA[相片]]></category>
		<category><![CDATA[邊框]]></category>

		<guid isPermaLink="false">http://blog.linym.net/?p=440</guid>
		<description><![CDATA[相片如果搭配了合適的邊框，可以讓相片看起來更有味道及特色，而一般相片加框都是使用軟體來達成的，所以電腦裡可能會有這些檔案： 原始相片檔 裁切、後製的檔案 縮圖無加框的檔案 縮圖有加框的檔案 但是為了應付各種需求，總不可能所有檔案都上傳到相簿吧？所以我只作前兩項，然後將想要保留的相片上傳到 Flickr，因為 Flickr 支援原始檔下載(升級Pro) 可以當作多一份備份，又會自動產生五種大小的縮圖，而且品質都不錯，所以要在 Blog 或別的地方展示時，只需選擇想要的大小再搭配 CSS 加框即可。 CSS 加框的部份找了很久，最後找到 CSS Decorative Gallery 這篇，他所 Demo 的是簡單也最多樣化的，給大家參考看看。]]></description>
			<content:encoded><![CDATA[<p>相片如果搭配了合適的邊框，可以讓相片看起來更有味道及特色，而一般相片加框都是使用軟體來達成的，所以電腦裡可能會有這些檔案：</p>
<ol>
<li>原始相片檔</li>
<li>裁切、後製的檔案</li>
<li>縮圖無加框的檔案</li>
<li>縮圖有加框的檔案</li>
</ol>
<p>但是為了應付各種需求，總不可能所有檔案都上傳到相簿吧？所以我只作前兩項，然後將想要保留的相片上傳到 <a href="http://www.flickr.com/" target="_blank">Flickr</a>，因為 <a href="http://www.flickr.com/" target="_blank">Flickr</a> 支援原始檔下載(升級Pro) 可以當作多一份備份，又會自動產生五種大小的縮圖，而且品質都不錯，所以要在 Blog 或別的地方展示時，只需選擇想要的大小再搭配 CSS 加框即可。</p>
<p>CSS 加框的部份找了很久，最後找到 <a href="http://www.webdesignerwall.com/tutorials/css-decorative-gallery/" target="_blank">CSS Decorative Gallery</a> 這篇，他所 Demo 的是簡單也最多樣化的，給大家參考看看。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/440/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>線上製作 .htaccess 檔案</title>
		<link>http://blog.linym.net/archives/174</link>
		<comments>http://blog.linym.net/archives/174#comments</comments>
		<pubDate>Sun, 02 Sep 2007 02:41:58 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[好書好站]]></category>
		<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://blog.linym.net/archives/174</guid>
		<description><![CDATA[.htaccess 檔案是 Apache 伺服器裡的一項功能，可以提供管理者在目錄層級自定義一些瀏覽規則，一般常用的功能有：密碼保護、網頁重導向、存取限制、錯誤頁面等，不過 .htaccess 的語法實在是記不太起來，每次使用都要先去翻手冊或是找範例來參考。 「.htaccess Editor」這個網站可以線上幫您製作 .htaccess 檔案，而且還有正體中文語系，有了它就可以快速幫您產生一些常用的基本功能囉！ 怎麼使用？只要將產生的內容存成 .htaccess，放入要作用的網頁目錄即可。如果沒效果就是 Apache 設定為不允許使用 .htaccess，請參考手冊 AllowOverride 項目來修改。]]></description>
			<content:encoded><![CDATA[<p><a href="http://zh.wikipedia.org/w/index.php?title=.htaccess&#038;variant=zh-tw">.htaccess</a> 檔案是 Apache 伺服器裡的一項功能，可以提供管理者在目錄層級自定義一些瀏覽規則，一般常用的功能有：密碼保護、網頁重導向、<a href="http://blog.linym.net/archives/92">存取限制</a>、錯誤頁面等，不過 .htaccess 的語法實在是記不太起來，每次使用都要先去翻手冊或是找範例來參考。</p>
<p>「<a href="http://www.htaccesseditor.com/tc.shtml" target="_blank">.htaccess Editor</a>」這個網站可以線上幫您製作 .htaccess 檔案，而且還有正體中文語系，有了它就可以快速幫您產生一些常用的基本功能囉！</p>
<p>怎麼使用？只要將產生的內容存成 .htaccess，放入要作用的網頁目錄即可。如果沒效果就是 Apache 設定為不允許使用 .htaccess，請參考手冊 <a href="http://httpd.apache.org/docs/2.0/mod/core.html#allowoverride">AllowOverride</a> 項目來修改。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/174/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LuckyDog 抽獎達人</title>
		<link>http://blog.linym.net/archives/173</link>
		<comments>http://blog.linym.net/archives/173#comments</comments>
		<pubDate>Sat, 25 Aug 2007 14:40:53 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[好書好站]]></category>
		<category><![CDATA[好康消息]]></category>
		<category><![CDATA[抽獎]]></category>

		<guid isPermaLink="false">http://blog.linym.net/archives/173</guid>
		<description><![CDATA[以前我對抽獎這種活動總是興致缺缺，因為從來沒中過什麼想要的東西，也自認沒中獎的命。但是自從 Wii 推出之後，一大堆抽 Wii 的活動開始陸續的出現，這讓買不起 Wii 的小弟我又想碰碰運氣了，現在都會去注意一些抽獎消息，像之前的 7-11 抽 1000 台 Wii，以及目前還在進行的三商巧福、杜老爺曠世奇派...等都有參加，希望老天給我一點好運氣吧^^ 最近就一直在想說有沒有專門蒐集抽獎活動的地方，今天就發現了「LuckyDog 抽獎達人」，也是一個以 Digg 型態建構的網站，您可以利用追蹤或訂閱 RSS 來掌握最新的好康訊息，雖然越多人知道中獎機率越低，不過還是要大家一起參與比較好玩呀！ LuckyDog 抽獎達人 - http://luckydog.tw/]]></description>
			<content:encoded><![CDATA[<p>以前我對抽獎這種活動總是興致缺缺，因為從來沒中過什麼想要的東西，也自認沒中獎的命。但是自從 Wii 推出之後，一大堆抽 Wii 的活動開始陸續的出現，這讓買不起 Wii 的小弟我又想碰碰運氣了，現在都會去注意一些抽獎消息，像之前的 7-11 抽 1000 台 Wii，以及目前還在進行的三商巧福、杜老爺曠世奇派...等都有參加，希望老天給我一點好運氣吧^^</p>
<p>最近就一直在想說有沒有專門蒐集抽獎活動的地方，今天就發現了「<a href="http://luckydog.tw/" target="_blank">LuckyDog 抽獎達人</a>」，也是一個以 Digg 型態建構的網站，您可以利用追蹤或訂閱 RSS 來掌握最新的好康訊息，雖然越多人知道中獎機率越低，不過還是要大家一起參與比較好玩呀！</p>
<p>LuckyDog 抽獎達人 - <a href="http://luckydog.tw/" target="_blank">http://luckydog.tw/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/173/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cheat Sheet 速查表大集合</title>
		<link>http://blog.linym.net/archives/143</link>
		<comments>http://blog.linym.net/archives/143#comments</comments>
		<pubDate>Wed, 23 May 2007 09:13:31 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[好書好站]]></category>
		<category><![CDATA[程式筆記]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[手冊]]></category>
		<category><![CDATA[程式設計]]></category>

		<guid isPermaLink="false">http://lym.fyman.idv.tw/blog/archives/143</guid>
		<description><![CDATA[國外的有心人士喜歡把一些電腦經常用到的，例如程式設計，快捷鍵等，整理成一張 Cheat Sheet，有點類似小抄的東西，方便查閱，而且都做的相當精美，就算對其中的技術不熟當成收藏也不錯 XD 底下這個網站就收集了很多 Cheat Sheet，都有 PNG 及 PDF 格式，趕快去印一張放在桌上吧! Cheat Sheet 大集合 另外附上 WoW 魔獸世界的 Cheat Sheet]]></description>
			<content:encoded><![CDATA[<p>國外的有心人士喜歡把一些電腦經常用到的，例如程式設計，快捷鍵等，整理成一張 Cheat Sheet，有點類似小抄的東西，方便查閱，而且都做的相當精美，就算對其中的技術不熟當成收藏也不錯 XD<br />
底下這個網站就收集了很多 Cheat Sheet，都有 PNG 及 PDF 格式，趕快去印一張放在桌上吧!</p>
<p><a href="http://www.smashingmagazine.com/2006/10/30/cheat-sheet-round-up-ajax-css-latex-ruby/" target="_blank">Cheat Sheet 大集合</a></p>
<p>另外附上 WoW 魔獸世界的 <a href="http://www.ilovejackdaniels.com/cheat-sheets/world-of-warcraft-cheat-sheet/" target="_blank">Cheat Sheet</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/143/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[好書] PHP+MySQL 快速入門</title>
		<link>http://blog.linym.net/archives/98</link>
		<comments>http://blog.linym.net/archives/98#comments</comments>
		<pubDate>Sun, 14 May 2006 09:16:40 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[好書好站]]></category>

		<guid isPermaLink="false">http://lym.fyman.idv.tw/blog/archives/98</guid>
		<description><![CDATA[今天無聊跑去書局逛，在電腦書區發現一本新的 PHP 書籍，拿起來一看真是驚訝，作者是「吳弘凱」，也就是網站建置百寶箱的"工友"先生，幾年前他曾經出過一本書叫《PHP4 網頁程式語言 + MySQL 資料庫快速入門》一直到現在都還是很多人推薦的入門書籍，我也是因為看了這本書才開始對程式有概念，在這之前買的書，看到最後都還是只會抄書上的範例-.-" 現在新的這本《PHP+MySQL 快速入門》，排版看了就很清爽，內容也比以前更完整，由實際程式範例來講解相關語法及概念，而且每一個範例都是相當完整的，不會像有的書排了一大堆範例，但每個程式都很精簡，列了一些程式碼就草草了事，所以以後推薦初學者就是這本囉！在看過這麼多 PHP 書籍之後，我覺得國人寫的 PHP 書，其實只要找一本符合口味的來看就夠了，因為講的深度都差不多，真正能學到更多東西的就要找中譯本或直接看原文書，以及多觀摩別人的作品了。]]></description>
			<content:encoded><![CDATA[<p>今天無聊跑去書局逛，在電腦書區發現一本新的 PHP 書籍，拿起來一看真是驚訝，作者是「吳弘凱」，也就是網站建置百寶箱的"工友"先生，幾年前他曾經出過一本書叫《<a href="http://www.books.com.tw/exep/prod/booksfile.php?item=0010177285">PHP4 網頁程式語言 + MySQL 資料庫快速入門</a>》一直到現在都還是很多人推薦的入門書籍，我也是因為看了這本書才開始對程式有概念，在這之前買的書，看到最後都還是只會抄書上的範例-.-"<br />
現在新的這本《<a href="http://www.skinfo.com.tw/book_detal.asp?bookno=XP6047">PHP+MySQL 快速入門</a>》，排版看了就很清爽，內容也比以前更完整，由實際程式範例來講解相關語法及概念，而且每一個範例都是相當完整的，不會像有的書排了一大堆範例，但每個程式都很精簡，列了一些程式碼就草草了事，所以以後推薦初學者就是這本囉！在看過這麼多 PHP 書籍之後，我覺得國人寫的 PHP 書，其實只要找一本符合口味的來看就夠了，因為講的深度都差不多，真正能學到更多東西的就要找中譯本或直接看原文書，以及多觀摩別人的作品了。<br />
<img id="image99" src="http://blog.linym.net/wp-content/uploads/2006/05/XP6047.jpg" alt="XP6047.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/98/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>PHP Smarty 樣版引擎</title>
		<link>http://blog.linym.net/archives/68</link>
		<comments>http://blog.linym.net/archives/68#comments</comments>
		<pubDate>Mon, 06 Feb 2006 15:21:47 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[好書好站]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Smarty]]></category>

		<guid isPermaLink="false">http://lym.fyman.idv.tw/blog/archives/68</guid>
		<description><![CDATA[這本書是最近我極力推薦的一本，一般 PHP 初學者對 Smarty 大多會有點難上手，因為很少完整又淺顯的教學文章，而這本書是第一本 PHP Smarty 的中文專書，利用實例將 Smarty 的使用方法都介紹出來了，除此之外還帶給讀者很多重要的觀念。在這本看起來不厚的書，裡頭可是讓我收穫良多。]]></description>
			<content:encoded><![CDATA[<p>這本書是最近我極力推薦的一本，一般 PHP 初學者對 Smarty 大多會有點難上手，因為很少完整又淺顯的教學文章，而這本書是第一本 PHP Smarty 的中文專書，利用實例將 Smarty 的使用方法都介紹出來了，除此之外還帶給讀者很多重要的觀念。在這本看起來不厚的書，裡頭可是讓我收穫良多。<br />
<img src="http://blog.linym.net/wp-content/uploads/2006/04/1284661684.gif" id="image67" alt="1284661684.gif" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/68/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>跨平台網頁設計：使用 Web 標準技術</title>
		<link>http://blog.linym.net/archives/66</link>
		<comments>http://blog.linym.net/archives/66#comments</comments>
		<pubDate>Mon, 06 Feb 2006 15:12:09 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[好書好站]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[網頁設計]]></category>

		<guid isPermaLink="false">http://lym.fyman.idv.tw/blog/archives/66</guid>
		<description><![CDATA[如果還不知道什麼是 WEB 標準、什麼是 W3C，或者你的網頁只能在 IE 正常瀏覽，換到其他瀏覽器就完全走樣，那就更應該看這本書。從不符合標準網頁所產生的問題開始，完整的帶領我們進入 WEB 標準的世界，並且以專題形式撰寫符合標準的網頁，是一本觀念很完整的書。]]></description>
			<content:encoded><![CDATA[<p>如果還不知道什麼是 WEB 標準、什麼是 W3C，或者你的網頁只能在 IE 正常瀏覽，換到其他瀏覽器就完全走樣，那就更應該看這本書。從不符合標準網頁所產生的問題開始，完整的帶領我們進入 WEB 標準的世界，並且以專題形式撰寫符合標準的網頁，是一本觀念很完整的書。<br />
<img src="http://blog.linym.net/wp-content/uploads/2006/04/1310602695.gif" id="image65" alt="1310602695.gif" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/66/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS 網頁設計師手札</title>
		<link>http://blog.linym.net/archives/64</link>
		<comments>http://blog.linym.net/archives/64#comments</comments>
		<pubDate>Mon, 06 Feb 2006 15:02:25 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[好書好站]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[網頁設計]]></category>

		<guid isPermaLink="false">http://lym.fyman.idv.tw/blog/archives/64</guid>
		<description><![CDATA[想要寫出符合 Web Standards 又美觀的網頁，CSS 的運用一定是少不了的，所以幾個月前買了幾本 CSS 的書籍，這本書列出了 101 個將 CSS 運用在網頁上常會遇到的問題和技巧。尤其是後面的『CSS 定位與版型』，對設計 Web Standards 網頁有非常大的幫助。]]></description>
			<content:encoded><![CDATA[<p>想要寫出符合 Web Standards 又美觀的網頁，CSS 的運用一定是少不了的，所以幾個月前買了幾本 CSS 的書籍，這本書列出了 101 個將 CSS 運用在網頁上常會遇到的問題和技巧。尤其是後面的『CSS 定位與版型』，對設計 Web Standards 網頁有非常大的幫助。<br />
<img src="http://blog.linym.net/wp-content/uploads/2006/04/1261981769.jpg" id="image63" alt="1261981769.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/64/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>線上地圖 - UrMap 你的衛星地圖網</title>
		<link>http://blog.linym.net/archives/57</link>
		<comments>http://blog.linym.net/archives/57#comments</comments>
		<pubDate>Tue, 27 Dec 2005 16:10:04 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[好書好站]]></category>
		<category><![CDATA[UrMap]]></category>
		<category><![CDATA[地圖]]></category>

		<guid isPermaLink="false">http://lym.fyman.idv.tw/blog/archives/57</guid>
		<description><![CDATA[之前推薦過 PaPaGo 的線上地圖，再來推薦一個不錯的線上地圖網 我覺得更好用、速度更快唷！ 可使用電子地圖、衛星影像、衛星地圖模式瀏覽 UrMap 你的衛星地圖網]]></description>
			<content:encoded><![CDATA[<p>之前推薦過 PaPaGo 的線上地圖，再來推薦一個不錯的線上地圖網<br />
我覺得更好用、速度更快唷！</p>
<p>可使用電子地圖、衛星影像、衛星地圖模式瀏覽<br />
<a href="http://www.urmap.com/"><br />
UrMap 你的衛星地圖網</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/57/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>製作 Gmail, Hotmail, Yahoo 等小圖</title>
		<link>http://blog.linym.net/archives/20</link>
		<comments>http://blog.linym.net/archives/20#comments</comments>
		<pubDate>Fri, 31 Dec 2004 10:30:27 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[好書好站]]></category>

		<guid isPermaLink="false">http://lym.fyman.idv.tw/blog/archives/20</guid>
		<description><![CDATA[最近經常可以在網站看到像這樣的小圖示，用來顯示自己的 E-mail 帳號，使用圖示代表自己的 Mail 有一個很重要的好處，就是不會被網路上的自動搜刮 E-mail 程式給掃到。 底下這個系統可以自動幫您產生哦！可製作的有：Gmail、Hotmail、Yahoo、MSN、AOL...等。感覺滿美觀的^^ 前往 E-Mail Icon Generator]]></description>
			<content:encoded><![CDATA[<p><img id="image19" src="http://blog.linym.net/wp-content/uploads/2006/04/31.jpg" alt="31.jpg" /><br />
最近經常可以在網站看到像這樣的小圖示，用來顯示自己的 E-mail 帳號，使用圖示代表自己的 Mail 有一個很重要的好處，就是不會被網路上的自動搜刮 E-mail 程式給掃到。<br />
底下這個系統可以自動幫您產生哦！可製作的有：Gmail、Hotmail、Yahoo、MSN、AOL...等。感覺滿美觀的^^</p>
<p><a href="http://services.nexodyne.com/">前往 E-Mail Icon Generator</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/20/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CNS11643 中文全字庫</title>
		<link>http://blog.linym.net/archives/18</link>
		<comments>http://blog.linym.net/archives/18#comments</comments>
		<pubDate>Sun, 26 Dec 2004 03:27:01 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[好書好站]]></category>
		<category><![CDATA[字型]]></category>

		<guid isPermaLink="false">http://lym.fyman.idv.tw/blog/archives/18</guid>
		<description><![CDATA[這是由行政院主計處所建置的網站，知道的人卻只是少數。由於中國字實在太多了，而現今電腦上所擁有的中文字集仍有許多不足的問題，所以這個網站就收集了不少罕用字以及別人提供的造字檔，裡面的字都是明體及楷體的，比自己用畫的造字好看多了，往後在電腦上找不到想要的字就可以去看看囉！ 前往 CNS11643中文全字庫]]></description>
			<content:encoded><![CDATA[<p>這是由行政院主計處所建置的網站，知道的人卻只是少數。由於中國字實在太多了，而現今電腦上所擁有的中文字集仍有許多不足的問題，所以這個網站就收集了不少罕用字以及別人提供的造字檔，裡面的字都是明體及楷體的，比自己用畫的造字好看多了，往後在電腦上找不到想要的字就可以去看看囉！</p>
<p><a href="http://www.cns11643.gov.tw/">前往 CNS11643中文全字庫</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/18/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

