<?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>NICA &#187; Firefox</title>
	<atom:link href="http://nicaliu.info/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://nicaliu.info</link>
	<description>【Nicholas, Nica &#38; Nix】接著是與 Nix 一起寫稿譯稿的日子 ~ 仍然繼續玩 Linux、OpenSource and Cloud....</description>
	<lastBuildDate>Thu, 09 Feb 2012 23:14:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ColorZilla</title>
		<link>http://nicaliu.info/2009/09/16/2311/</link>
		<comments>http://nicaliu.info/2009/09/16/2311/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 08:41:06 +0000</pubDate>
		<dc:creator>Nica</dc:creator>
				<category><![CDATA[【技術手札】筆記]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://nicaliu.info/?p=2311</guid>
		<description><![CDATA[突然想找一個曾經用過很好用的 firefox plugins
就是把游標放在網頁上就知道那個地方的色值? 顏色?

一直搜尋 color&#8230;但一直沒有想點進去 ColorZilla 看
結果果真就是它!!!!!
colorzilla &#8211; - 查出網頁上那美麗顏色的色值
https://addons.mozilla.org/zh-TW/firefox/addon/271
裝好後會在你的 firefox 左下角有個像滴管的東西
我有點忘記之前在 firefox  2 是怎用的，反正就是很方便點幾下就出現那個地方的 RGB 或另一種數字模式字串
雖然 ColorZilla 仍不支援我在用的 firefox 3 &#8211; 也不知道以後會不會支援
但仍然可以用比較麻煩的方式查出那個地方的色值
在網頁裡你要查的顏色那兒，點滑鼠右鍵，最下面會出現 colorZilla 選單
找到 Web Page DOM …什麼分析的，選它!
這樣會列出這一頁出現的所有顏色
若你還猜不出來你要的那個顏色，mouse 滑過去會對應該顏色在該網頁的位置
一定找得到
因為年紀大了紀性差
所以寫個文紀錄一下，以免下次又找半天
]]></description>
		<wfw:commentRss>http://nicaliu.info/2009/09/16/2311/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在 Linux 上，不著痕跡悠遊網海的三步驟</title>
		<link>http://nicaliu.info/2009/03/13/2069/</link>
		<comments>http://nicaliu.info/2009/03/13/2069/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 03:20:06 +0000</pubDate>
		<dc:creator>Nica</dc:creator>
				<category><![CDATA[【技術手札】新聞]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://nicaliu.info/?p=2069</guid>
		<description><![CDATA[譯者：Nica &#60; nicaliu at gmail dot com &#62;
本文其實是相當舊的 how-to 了，但我還是覺得應該要與那些 Linux 新手讀者分享這個資訊。這其實是一篇很簡單的指導手冊，讓你能夠在 Linux 上使用 Firefox ，以匿名方式逛網路。不過要作這件事，你必須安裝這兩個重要工具程式：

．tor
tor 是一套自由軟體與開放式網路，幫助你防禦特定型式 &#8211; 威脅到你個人自由與隱私權，以及機密商業行為與關係 &#8211; 的網路監視，然後陳述由網路封包通訊分析所得知的安全性資訊。
．Privoxy
privoxy  是非快取式 (non-caching) 的網頁代理伺服器，具進階的過濾能力，可強化隱私權，還可以修改網頁資料、管理 HTTP cookies、控制存取，以及移除廣告、banner、彈跳式視窗 (pop-ups) 還有其它討厭的網際網路垃圾等等。Privoxy 擁有彈性的組態方式，也可以客製化為適合個人所需與喜好的方式。privoxy 同時提供獨立系統與多使用者網路兩種應用程式。
三個簡單步驟，建立 Linux 上的匿名網頁瀏覽：
第一步．建置 Tor 和 Privoxy
在 Ubuntu 裡，可以用下面的命令，快速安裝 Tor 和 Privoxy：
$ sudo apt-get install tor privoxy
第二步．組態 Privoxy
使用你習慣的文字編輯程式，處理 /etc/privoxy/config 檔。例如此處使用 gedit：
$ sudo gedit /etc/privoxy/config
接下來，以此組態檔複寫整個 /etc/privoxy/config ：
# [...]]]></description>
		<wfw:commentRss>http://nicaliu.info/2009/03/13/2069/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3.0.7 Beta 版釋出!</title>
		<link>http://nicaliu.info/2009/03/01/2006/</link>
		<comments>http://nicaliu.info/2009/03/01/2006/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 14:26:42 +0000</pubDate>
		<dc:creator>Nica</dc:creator>
				<category><![CDATA[【技術手札】新聞]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://nicaliu.info/?p=2006</guid>
		<description><![CDATA[譯者：Nica &#60; nicaliu at gmail dot com &#62;
在開始本文前我得先解釋為什麼這段日子以來我都沒有上新的文章。OK 這週對我而言是忙碌的一週：我到馬尼拉去作了簽證的面試並慶祝我的生日，雖然我現在還沒有寫什麼東西的心情，但我想得讓大家知道我仍然一切都好。
好 ! 慶祝我回來的頭一件事就是 Firefox 的更新。由於我是 Beta 版的測試人員，我先前所使用的版本，已經比大多數的人先更新了。3.0.7 版修正了幾個關鍵議題：
．修復一些安全性議題
．修復數個穩定性議題
．在使用了檔案 (file) 裡的列印 (print) 選項後，其它的選項就不能用了 &#8211; 轉換為以新的標籤回復之 (bug 425844)。此問題已修復
．某些使用者，cookie 會出現過幾天就不見了的狀況 (bug 444600)
．Flashblock 附加套件的 Mac 使用者，會在從 Flash 的外掛程式聽聲音時，出現已經關掉分頁或視窗時，聲音仍有一小段短時間持續播放的問題 (bug 474022)
．修正一些無障礙設計功能有關的問題。
Firefox 3.0.7 穩定版將於 2009/3/4 開放下載。
原文出處：
Firefox 3.0.7 Beta Released
【Nica 註：到 Firefox 正體中文站台 ， 下載最讚的瀏覽器 firefox 吧!!!!】
]]></description>
		<wfw:commentRss>http://nicaliu.info/2009/03/01/2006/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>【推】25 個很殺的 Firefox 桌面</title>
		<link>http://nicaliu.info/2009/02/24/1972/</link>
		<comments>http://nicaliu.info/2009/02/24/1972/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 15:08:46 +0000</pubDate>
		<dc:creator>Nica</dc:creator>
				<category><![CDATA[【技術手札】新聞]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://nicaliu.info/?p=1972</guid>
		<description><![CDATA[譯者： Nica &#60; nicaliu at gmail dot com &#62;
我之前就說過，Firefox  這套網頁瀏覽器會變得越來越受歡迎，會擁有許多來自世界各地的愛好者。他們會用所有想得到的方式協助推廣 Firefox 。像有些人就作了許多優異的桌面背景，讓即便不是 Firefox 的使用者都深深被它吸引。
為了解釋我在說什麼，這裡收集了一部份桌面背景給大家看。以下就列出了我心目中 25 個最殺的 Firefox 桌面背景：
詳見：
http://www.junauza.com/2009/02/25-most-awesome-firefox-wallpapers.html
【Nica 註：由於圖片版權問題，在此不貼圖，連結至該網站後，點選喜歡的桌面，在圖片展開後，點選滑鼠右鍵設為桌面背景即可】
原文出處：
25 Most Awesome Firefox Wallpapers
]]></description>
		<wfw:commentRss>http://nicaliu.info/2009/02/24/1972/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

