<?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://www.james-only.com/category/network/application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.james-only.com</link>
	<description>網站可能發生技術問題或者您需要調整瀏覽器設定。</description>
	<lastBuildDate>Mon, 06 Feb 2012 10:36:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://www.james-only.com/?pushpress=hub'/>
		<item>
		<title>美化 Google Docs 表單</title>
		<link>http://www.james-only.com/2008/10/30/474/</link>
		<comments>http://www.james-only.com/2008/10/30/474/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 14:41:08 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[網際網路應用]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=474</guid>
		<description><![CDATA[自從在「香腸炒魷魚」那兒看見「如何用快速建立網站聯絡表單」這篇文章，無法顯示網頁馬上就想到有朝一日小米明信片完成〈心虛〉之後，使用這個功能就可以讓大家很快速地完成小米明信片的線上申請動作，你說 &#8230; 是不是光用想的就覺得很酷呢？
無法顯示網頁就是因為覺得很酷，所以當下就跑到 Google Docs 弄了一個表單並把表單給黏到文章中測試。誰曉得預覽文章的時候才驚覺，對吼 &#8230; 因為 Google 是採用 &#60;iframe&#62; 框架讓使用者將表單崁入文章，所以使用者根本沒辦法使用自訂的 CSS 標籤來美化表單。
無法顯示網頁可是非常堅持「美觀」這兩個字，這該怎麼辦呢？呼 &#8230; 幸好這個世界上還有許多像我一樣有著這種堅持的龜毛人，如今無法顯示網頁才得以透過某些方式讓 Google Docs 也能夠使用自訂的 CSS 標籤來美化表單，實在是太開心了，喔耶！

想了解怎麼讓 Google Docs 也能夠使用自訂的 CSS 標籤來美化表單嗎？首先，請把你的 Google Docs 表單崁入語法複製下來：

&#60;iframe src=&#34;http://spreadsheets.google.com/embeddedform?key=xxxxxxx-xxxxxxx&#34; width=&#34;310&#34; height=&#34;501&#34; frameborder=&#34;0&#34; marginheight=&#34;0&#34; marginwidth=&#34;0&#34;&#62;Loading...&#60;/iframe&#62;

將 http://spreadsheets.google.com/embeddedform?key=xxxxxxx-xxxxxxx 這行另外複製並貼到 Google Docs Form Tool 的 URL to live form 欄位，接著在 Redirect to 欄位填上表單送出後欲自動導入的頁面名稱後，點選「Submit」按鈕。系統會根據你提交的表單自動產生一個標準的 html 頁面原始碼，將這些原始碼貼到你要用來顯示可自訂 CSS 標籤的表單文章中，如此即可隨心所欲地使用 CSS [...]]]></description>
			<content:encoded><![CDATA[<p>自從在「香腸炒魷魚」那兒看見「<a href="http://sofree.twbbs.org/blog/2008/07/29/google-doc-spreadsheets/" target="_blank">如何用快速建立網站聯絡表單</a>」這篇文章，無法顯示網頁馬上就想到有朝一日小米明信片完成〈心虛〉之後，使用這個功能就可以讓大家很快速地完成小米明信片的線上申請動作，你說 &#8230; 是不是光用想的就覺得很酷呢？</p>
<p>無法顯示網頁就是因為覺得很酷，所以當下就跑到 Google Docs 弄了一個表單並把表單給黏到文章中測試。誰曉得預覽文章的時候才驚覺，對吼 &#8230; 因為 Google 是採用 <code>&lt;iframe&gt;</code> 框架讓使用者將表單崁入文章，所以使用者根本沒辦法使用自訂的 CSS 標籤來美化表單。</p>
<p>無法顯示網頁可是非常堅持「美觀」這兩個字，這該怎麼辦呢？呼 &#8230; 幸好這個世界上還有許多像我一樣有著這種堅持的龜毛人，如今無法顯示網頁才得以透過某些方式讓 Google Docs 也能夠使用自訂的 CSS 標籤來美化表單，實在是太開心了，喔耶！<br />
<a href="http://www.flickr.com/photos/chulianglee/2986063265/" target="_blank"><img src="http://farm4.static.flickr.com/3275/2986063265_67229583a7_z.jpg"></a><br />
想了解怎麼讓 Google Docs 也能夠使用自訂的 CSS 標籤來美化表單嗎？<br />首先，請把你的 Google Docs 表單崁入語法複製下來：</p>
<pre class="brush: xml; title: ; notranslate">
&lt;iframe src=&quot;http://spreadsheets.google.com/embeddedform?key=xxxxxxx-xxxxxxx&quot; width=&quot;310&quot; height=&quot;501&quot; frameborder=&quot;0&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot;&gt;Loading...&lt;/iframe&gt;
</pre>
<p>將 http://spreadsheets.google.com/embeddedform?key=xxxxxxx-xxxxxxx 這行另外複製並貼到 <a href="http://sneakysheep.com/google-docs-form-tool.php" target="_blank">Google Docs Form Tool</a> 的 <u>URL to live form</u> 欄位，接著在 <u>Redirect to</u> 欄位填上表單送出後欲自動導入的頁面名稱後，點選「Submit」按鈕。系統會根據你提交的表單自動產生一個標準的 html 頁面原始碼，將這些原始碼貼到你要用來顯示可自訂 CSS 標籤的表單文章中，如此即可隨心所欲地使用 CSS 標籤來美化 Google Docs 表單囉！</p>
<p>以下就是套用無法顯示網頁本身 CSS 標籤的 Google Docs 表單，看起來很不賴吧！當然，如果你想要比較一下 Google Docs 表單化妝前的鬼樣子請到「<a href="http://spreadsheets.google.com/viewform?key=pnEQ9C1-AgtbYYcwIcTGaLg&#038;hl=en" target="_blank">這裡</a>」瞧瞧。<script type="text/javascript">var submitted=false;</script><iframe name="hidden_iframe" id="hidden_iframe" style="display:none;" onload="if(submitted){window.location='?p=474';}"></iframe><br />
<form action="http://spreadsheets.google.com/formResponse?key=pnEQ9C1-AgtbYYcwIcTGaLg&amp;embedded=true" method="post" target="hidden_iframe" onsubmit="submitted=true;">
姓名<br />
<input type="text" name="entry.0.single" class="GoogleDocForm" size="28" value="" id="entry_0" class="ss-q-short">
<p>電子郵件<br />
<input type="text" name="entry.1.single" class="GoogleDocForm" size="28" value="" id="entry_1" class="ss-q-short">
<p>性別<br />
<input type="radio" name="entry.2.group" value="男性" id="group_2_1" class="ss-form-input">男性<br />
<input type="radio" name="entry.2.group" value="女性" id="group_2_2" class="ss-form-input">女性</p>
<input type="submit" value="Submit"></form>
<p>Powered by <a href="http://docs.google.com" target="_blank">Google Docs</a><br />
<a href="http://www.google.com/accounts/TOS" target="_blank">Terms of Service</a> | <a href="http://www.google.com/google-d-s/terms.html" target="_blank">Additional Terms</a></p>
<p><center><script type="text/javascript" src="http://js1.bloggerads.net/showbanner.aspx?blogid=20070409000001&charset=utf-8"></script><br/></center></p> <div  class="related_post_title">相關文章</div><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2008/10/30/474/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>無法顯示網頁使用的 Firefox 外掛</title>
		<link>http://www.james-only.com/2008/08/20/475/</link>
		<comments>http://www.james-only.com/2008/08/20/475/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 14:27:57 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[應用軟體]]></category>
		<category><![CDATA[網際網路應用]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[軟體]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=475</guid>
		<description><![CDATA[這篇文章用來記錄無法顯示網頁目前 Firefox 所使用的外掛，主要是避免無法顯示網頁的電腦有天會因為掛點重灌而找不到當初使用的 Firefox 外掛。我是不曉得這些資訊對大夥兒有沒有用啦？覺得有用的人就自己拿去用，沒用就假裝自己沒看過這篇文章吧！


&#160;

Download Statusbarhttp://downloadstatusbar.mozdev.orgDownload Statusbar 能夠將下載狀態直接顯示於 Firefox 狀態列，讓使用者即時獲得各個檔案的下載速度及下載作業完成與否。
&#160;








&#160;

Better Flickrhttp://ginatrapani.org/workshop/firefox/betterflickr/Adds a menu of optional extra features to Flickr. To view the enabled features and get more information on each, in Firefox&#8217;s Add-ons dialog, click on Better Flickr&#8217;s Options button, as shown.
&#160;








&#160;

DownloadHelperhttp://www.downloadhelper.netDownloadHelper 擴充套件可以協助使用者下載 YouTube、MySpace、Google Videos、Yam 天空部落、Iˊm Vlog 視訊網站的短片。
&#160;




&#160;

Easy DragToGohttp://addons.sociz.com/firefox/700輕鬆使用滑鼠拖曳手勢開啟分頁。
&#160;








&#160;

FEBEhttp://customsoftwareconsult.com/extensions備份 Firefox 資料庫。
&#160;








&#160;

Firebughttp://getfirebug.com/Firebug integrates with Firefox to [...]]]></description>
			<content:encoded><![CDATA[<p>這篇文章用來記錄無法顯示網頁目前 <a href="http://moztw.org/firefox/" target="_blank">Firefox</a> 所使用的外掛，主要是避免無法顯示網頁的電腦有天會因為掛點重灌而找不到當初使用的 Firefox 外掛。我是不曉得這些資訊對大夥兒有沒有用啦？覺得有用的人就自己拿去用，沒用就假裝自己沒看過這篇文章吧！</p>
<table width="640" border="0" cellspacing="3" cellpadding="0">
<tr>
<td width="20">&nbsp;</td>
<td width="40" valign="top"><img src="https://addons.mozilla.org/img/addon-icn.png" style="margin: 4px 0px 0px 0px;" /></td>
<td><a href="https://addons.mozilla.org/zh-TW/firefox/addon/26" target="_blank"><strong>Download Statusbar</strong></a><br /><a href="http://downloadstatusbar.mozdev.org" target="_blank">http://downloadstatusbar.mozdev.org</a><br />Download Statusbar 能夠將下載狀態直接顯示於 Firefox 狀態列，讓使用者即時獲得各個檔案的下載速度及下載作業完成與否。</td>
<td width="20">&nbsp;</td>
</tr>
<tr>
<td height="12"></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td width="20">&nbsp;</td>
<td width="40" valign="top"><img src="https://addons.mozilla.org/en-US/firefox/images/addon_icon/8010" style="margin: 4px 0px 0px 0px;" /></td>
<td><a href="https://addons.mozilla.org/zh-TW/firefox/addon/8010" target="_blank"><strong>Better Flickr</strong></a><br /><a href="http://ginatrapani.org/workshop/firefox/betterflickr/" target="_blank">http://ginatrapani.org/workshop/firefox/betterflickr/</a><br />Adds a menu of optional extra features to Flickr. To view the enabled features and get more information on each, in Firefox&#8217;s Add-ons dialog, click on Better Flickr&#8217;s Options button, as shown.</td>
<td>&nbsp;</td>
</tr>
<tr>
<td height="12"></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td width="20">&nbsp;</td>
<td width="40" valign="top"><img src="https://addons.mozilla.org/en-US/firefox/images/addon_icon/3006" style="margin: 4px 0px 0px 0px;" /></td>
<td><a href="https://addons.mozilla.org/zh-TW/firefox/addon/3006" target="_blank"><strong>DownloadHelper</strong></a><br /><a href="http://www.downloadhelper.net/" target="_blank">http://www.downloadhelper.net</a><br />DownloadHelper 擴充套件可以協助使用者下載 YouTube、MySpace、Google Videos、Yam 天空部落、Iˊm Vlog 視訊網站的短片。</td>
<td>&nbsp;</td>
</tr>
</table>
<table width="640" border="0" cellspacing="3" cellpadding="0">
<tr>
<td width="20">&nbsp;</td>
<td width="40" valign="top"><img src="https://addons.mozilla.org/img/addon-icn.png" style="margin: 4px 0px 0px 0px;" /></td>
<td><a href="https://addons.mozilla.org/zh-TW/firefox/addon/6639" target="_blank"><strong>Easy DragToGo</strong></a><br /><a href="http://addons.sociz.com/firefox/700" target="_blank">http://addons.sociz.com/firefox/700</a><br />輕鬆使用滑鼠拖曳手勢開啟分頁。</td>
<td width="20">&nbsp;</td>
</tr>
<tr>
<td height="12"></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>&nbsp;</td>
<td valign="top"><img src="https://addons.mozilla.org/img/addon-icn.png" style="margin: 4px 0px 0px 0px;" /></td>
<td><a href="https://addons.mozilla.org/en-US/firefox/addon/2109" target="_blank"><strong>FEBE</strong></a><br /><a href="http://customsoftwareconsult.com/extensions" target="_blank">http://customsoftwareconsult.com/extensions</a><br />備份 Firefox 資料庫。</td>
<td>&nbsp;</td>
</tr>
<tr>
<td height="12"></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>&nbsp;</td>
<td valign="top"><img src="https://addons.mozilla.org/en-US/firefox/images/addon_icon/1843" style="margin: 4px 0px 0px 0px;" /></td>
<td><a href="https://addons.mozilla.org/zh-TW/firefox/addon/1843" target="_blank"><strong>Firebug</strong></a><br /><a href="http://getfirebug.com/" target="_blank">http://getfirebug.com/</a><br />Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page&#8230;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td height="12"></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>&nbsp;</td>
<td valign="top"><img src="https://addons.mozilla.org/en-US/firefox/images/addon_icon/5791" style="margin: 4px 0px 0px 0px;" /></td>
<td><a href="https://addons.mozilla.org/en-US/firefox/addon/5791" target="_blank"><strong>Flagfox</strong></a><br /><a href="http://flagfox.servehttp.com" target="_blank">http://flagfox.servehttp.com</a><br />顯示描述當前伺服器位置的國旗。</td>
<td>&nbsp;</td>
</tr>
<tr>
<td height="12"></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>&nbsp;</td>
<td valign="top"><img src="https://addons.mozilla.org/en-US/firefox/images/addon_icon/5673" style="margin: 4px 0px 0px 0px;" /></td>
<td><a href="https://addons.mozilla.org/zh-TW/firefox/addon/5673" target="_blank"><strong>FxIF</strong></a><br /><a href="http://ted.mielczarek.org/code/mozilla/fxif" target="_blank">http://ted.mielczarek.org/code/mozilla/fxif</a><br />View EXIF data in image properties.</td>
<td>&nbsp;</td>
</tr>
<tr>
<td height="12"></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>&nbsp;</td>
<td valign="top"><img src="https://addons.mozilla.org/img/addon-icn.png" style="margin: 4px 0px 0px 0px;" /></td>
<td><a href="http://www.google.com/tools/firefox/toolbar/FT3/intl/zh-TW/" target="_blank"><strong>Google Toolbar for Firefox</strong></a><br /><a href="http://www.google.com/tools/firefox/toolbar/FT3/intl/zh-TW/" target="_blank">http://www.google.com/tools/firefox/toolbar/FT3/intl/zh-TW/</a><br />讓 Google 的強大功能伴您遨遊網路世界！</td>
<td>&nbsp;</td>
</tr>
<tr>
<td height="12"></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>&nbsp;</td>
<td valign="top"><img src="https://addons.mozilla.org/img/addon-icn.png" style="margin: 4px 0px 0px 0px;" /></td>
<td><a href="http://www.google.com/notebook/download" target="_blank"><strong>Google 筆記本</a></strong><br /><a href="http://www.google.com/notebook/download" target="_blank">http://www.google.com/notebook/download</a><br />安裝完成會在瀏覽器視窗的右下角建立 Google 筆記本圖示。點按這個圖示可以開啟迷你 Google 筆記本，您可以用它來儲存所有需要的剪輯內容。</td>
<td>&nbsp;</td>
</tr>
<tr>
<td height="12"></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>&nbsp;</td>
<td valign="top"><img src="https://addons.mozilla.org/img/addon-icn.png" style="margin: 4px 0px 0px 0px;" /></td>
<td><a href="https://addons.mozilla.org/zh-TW/firefox/addon/748" target="_blank"><strong>Greasemonkey</strong></a><br /><a href="http://www.greasespot.net" target="_blank">http://www.greasespot.net</a><br />Firefox 的使用者腳本管理器，讓您的網頁利用變得更方便！</td>
<td>&nbsp;</td>
</tr>
<tr>
<td height="12"></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>&nbsp;</td>
<td valign="top"><img src="https://addons.mozilla.org/en-US/firefox/images/addon_icon/1419" style="margin: 4px 0px 0px 0px;" /></td>
<td><a href="https://addons.mozilla.org/zh-TW/firefox/addon/1419" target="_blank"><strong>IE Tab</strong></a><br /><a href="http://ietab.mozdev.org" target="_blank">http://ietab.mozdev.org</a><br />讓 Firefox 也能內崁 IE 核心瀏覽器。</td>
<td>&nbsp;</td>
</tr>
<tr>
<td height="12"></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>&nbsp;</td>
<td valign="top"><img src="https://addons.mozilla.org/img/addon-icn.png" style="margin: 4px 0px 0px 0px;" /></td>
<td><a href="https://addons.mozilla.org/zh-TW/firefox/addon/2007" target="_blank"><strong>Live PageRank</strong></a><br /><a href="http://livepr.raketforskning.com/firefox-extension.html" target="_blank">http://livepr.raketforskning.com/firefox-extension.html</a><br />Display live PageRank for active URL</td>
<td>&nbsp;</td>
</tr>
<tr>
<td height="12"></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>&nbsp;</td>
<td valign="top"><img src="https://addons.mozilla.org/img/addon-icn.png" style="margin: 4px 0px 0px 0px;" /></td>
<td><a href="https://addons.mozilla.org/zh-TW/firefox/addon/710" target="_blank"><strong>Menu Editor</strong></a><br /><a href="http://menueditor.mozdev.org" target="_blank">http://menueditor.mozdev.org</a><br />Customize application menus</td>
<td>&nbsp;</td>
</tr>
<tr>
<td height="12"></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>&nbsp;</td>
<td valign="top"><img src="https://addons.mozilla.org/img/addon-icn.png" style="margin: 4px 0px 0px 0px;" /></td>
<td><a href="http://www.photome.de/firefox_en.html" target="_blank"><strong>PhotoME Extension</strong></a><br /><a href="http://www.photome.de/firefox_en.html" target="_blank">http://www.photome.de/firefox_en.html</a><br />Show image meta data of online images.</td>
<td>&nbsp;</td>
</tr>
<tr>
<td height="12"></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>&nbsp;</td>
<td valign="top"><img src="https://addons.mozilla.org/img/addon-icn.png" style="margin: 4px 0px 0px 0px;" /></td>
<td><a href="https://addons.mozilla.org/zh-TW/firefox/addon/46" target="_blank"><strong>QuickNote</strong></a><br /><a href="http://quicknote.mozdev.org" target="_blank">http://quicknote.mozdev.org</a><br />A note taking extension with advanced features.</td>
<td>&nbsp;</td>
</tr>
<tr>
<td height="12"></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>&nbsp;</td>
<td valign="top"><img src="https://addons.mozilla.org/en-US/firefox/images/addon_icon/427" style="margin: 4px 0px 0px 0px;" /></td>
<td><a href="https://addons.mozilla.org/zh-TW/firefox/addon/427" target="_blank"><strong>ScrapBook</strong></a><br /><a href="http://amb.vis.ne.jp/mozilla/scrapbook/" target="_blank">http://amb.vis.ne.jp/mozilla/scrapbook/</a><br />ScrapBook 可以輕鬆、快速將網路上的資料抓下來分門別類，整理成容易閱讀的電子書！此外，ScrapBook 內建的評註功能，讓使用者可以使用螢光筆在抓下來的資訊上輕鬆畫重點、寫備註，真的是很棒唷！</td>
<td>&nbsp;</td>
</tr>
<tr>
<td height="12"></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>&nbsp;</td>
<td valign="top"><img src="https://addons.mozilla.org/img/addon-icn.png" style="margin: 4px 0px 0px 0px;" /></td>
<td><a href="http://tmp.garyr.net/forum/viewtopic.php?t=9178" target="_blank"><strong>Tab Mix Plus</strong></a><br /><a href="http://tmp.garyr.net/forum/viewtopic.php?t=9178" target="_blank">http://tmp.garyr.net/forum/viewtopic.php?t=9178</a><br />Tab Mix Plus 是一套強化 Firefox 分頁瀏覽功能的擴充套件，它允許使用者自訂鏈結、書籤、網址列、搜尋列是否要強制開啟在新分頁、切換分頁焦點、復原關閉的分頁、還原關閉前的瀏覽狀態、標籤顯示頁面載入進度、支援拖曳改變分頁位置、自訂分頁右鍵功能選單 &#8230; 等諸多功能。</td>
<td>&nbsp;</td>
</tr>
<tr>
<td height="12"></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>&nbsp;</td>
<td valign="top"><img src="https://addons.mozilla.org/img/addon-icn.png" style="margin: 4px 0px 0px 0px;" /></td>
<td><a href="https://addons.mozilla.org/zh-TW/firefox/addon/3923" target="_blank"><strong>Uploadr for Flickr</strong></a><br /><a href="http://wwwcsif.cs.ucdavis.edu/~yans/" target="_blank">http://wwwcsif.cs.ucdavis.edu/~yans/</a><br />安裝 Uploadr for Flickr 這個擴充套件以後，當你上網看見喜歡的照片，點按滑鼠右鍵就可以選擇直接將該張相片上傳至 Flickr 相簿，很酷唷！</td>
<td>&nbsp;</td>
</tr>
</table>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li><a href="http://www.james-only.com/2008/06/24/295/" title="對不起，我劈腿了！">對不起，我劈腿了！</a></li><li><a href="http://www.james-only.com/2009/10/26/594/" title="如何把 Windows 7 上的 MSN 從工作列移到系統列？">如何把 Windows 7 上的 MSN 從工作列移到系統列？</a></li><li><a href="http://www.james-only.com/2009/07/11/559/" title="查詢 Canon EOS 系列 DSLR 快門數軟體">查詢 Canon EOS 系列 DSLR 快門數軟體</a></li><li><a href="http://www.james-only.com/2007/07/07/181/" title="使用 poEdit 編輯 GNU GetText 編目檔 (*.po)">使用 poEdit 編輯 GNU GetText 編目檔 (*.po)</a></li><li><a href="http://www.james-only.com/2007/07/02/179/" title="系統自動登入工具">系統自動登入工具</a></li><li><a href="http://www.james-only.com/2007/05/07/136/" title="透過 Google Web Accelerator 加速上網速度">透過 Google Web Accelerator 加速上網速度</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2008/08/20/475/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>對不起，我劈腿了！</title>
		<link>http://www.james-only.com/2008/06/24/295/</link>
		<comments>http://www.james-only.com/2008/06/24/295/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 13:47:39 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[應用軟體]]></category>
		<category><![CDATA[網際網路應用]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[軟體]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=295</guid>
		<description><![CDATA[記得 Firefox 還在 2.0 的時代，大家都說：「使用 Firefox 開啟網頁比 Internet Explorer 更快速。」當時，我怎麼努力的測試、拼老命的測試，就是感覺不出 Firefox 快在哪？我反倒覺得 Firefox 除了非常佔用 CPU 資源外，用它的分頁功能來開啟多個網頁更是遲鈍到不行。
前幾天，Mozilla 使用「再度以嶄新姿態，重新定義網路體驗標竿！」這樣的標題推出 Firefox 3.0 正式版，我依舊不死心地下載來玩玩看，哇 &#8230; 我的老天爺，跟我印象中的 Firefox 差好多，無法顯示網頁的破電腦拿來執行 Firefox 已經不會發生 CPU 資源過度消耗的問題，開啟多個分頁也不覺得遲鈍，裝上必備的外掛更不致於影響效能，整個好爽快呀！
想不到我忠心耿耿使用這麼多年採 IE 為核心的 Maxthon 瀏覽器，今天就這麼移情別戀愛上 Firefox 這傢伙，這 &#8230; 應該不算劈腿吧？如果這樣算劈腿，好~ 我承認我就是愛劈腿~

相關文章無法顯示網頁使用的 Firefox 外掛如何把 Windows 7 上的 MSN 從工作列移到系統列？查詢 Canon EOS 系列 DSLR 快門數軟體使用 poEdit 編輯 GNU GetText 編目檔 (*.po)系統自動登入工具透過 [...]]]></description>
			<content:encoded><![CDATA[<p>記得 <a href="http://moztw.org/firefox/" target="_blank">Firefox</a> 還在 2.0 的時代，大家都說：「使用 Firefox 開啟網頁比 <a href="http://www.microsoft.com/taiwan/windows/ie/" target="_blank">Internet Explorer</a> 更快速。」當時，我怎麼努力的測試、拼老命的測試，就是感覺不出 Firefox 快在哪？我反倒覺得 Firefox 除了非常佔用 <abbr title="Central Processing Unit ">CPU</abbr> 資源外，用它的分頁功能來開啟多個網頁更是遲鈍到不行。</p>
<p>前幾天，<a href="http://moztw.org/" target="_blank">Mozilla</a> 使用「再度以嶄新姿態，重新定義網路體驗標竿！」這樣的標題推出 Firefox 3.0 正式版，我依舊不死心地下載來玩玩看，哇 &#8230; 我的老天爺，跟我印象中的 Firefox 差好多，無法顯示網頁的破電腦拿來執行 Firefox 已經不會發生 CPU 資源過度消耗的問題，開啟多個分頁也不覺得遲鈍，裝上必備的外掛更不致於影響效能，整個好爽快呀！</p>
<p>想不到我忠心耿耿使用這麼多年採 IE 為核心的 <a href="http://www.maxthon.com/" target="_blank">Maxthon</a> 瀏覽器，今天就這麼移情別戀愛上 Firefox 這傢伙，這 &#8230; 應該不算劈腿吧？如果這樣算劈腿，好~ 我承認我就是愛劈腿~<br />
<a href="http://www.flickr.com/photos/chulianglee/2607024957/" target="_blank"><img src="http://farm4.static.flickr.com/3252/2607024957_17b99e03d3_z.jpg"></a></p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li><a href="http://www.james-only.com/2008/08/20/475/" title="無法顯示網頁使用的 Firefox 外掛">無法顯示網頁使用的 Firefox 外掛</a></li><li><a href="http://www.james-only.com/2009/10/26/594/" title="如何把 Windows 7 上的 MSN 從工作列移到系統列？">如何把 Windows 7 上的 MSN 從工作列移到系統列？</a></li><li><a href="http://www.james-only.com/2009/07/11/559/" title="查詢 Canon EOS 系列 DSLR 快門數軟體">查詢 Canon EOS 系列 DSLR 快門數軟體</a></li><li><a href="http://www.james-only.com/2007/07/07/181/" title="使用 poEdit 編輯 GNU GetText 編目檔 (*.po)">使用 poEdit 編輯 GNU GetText 編目檔 (*.po)</a></li><li><a href="http://www.james-only.com/2007/07/02/179/" title="系統自動登入工具">系統自動登入工具</a></li><li><a href="http://www.james-only.com/2007/05/07/136/" title="透過 Google Web Accelerator 加速上網速度">透過 Google Web Accelerator 加速上網速度</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2008/06/24/295/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>辣妹桌布</title>
		<link>http://www.james-only.com/2008/04/12/278/</link>
		<comments>http://www.james-only.com/2008/04/12/278/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 16:34:49 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[網際網路應用]]></category>
		<category><![CDATA[Flickr]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=278</guid>
		<description><![CDATA[想要擁有怎麼換都換不完的辣妹桌布嗎？如果你跟無法顯示網頁同樣有這種需求，那你真的應該趕緊試試 John&#8217;s Background Switcher 這套軟體，這套軟體可以根據你指定的網路相簿服務商「Flickr、Phanfare、SmugMug、Picasa」、使用者、相片集、標籤、關鍵字、熱門度及更新間隔自動變換 Windows 桌布，使您無時無刻對於 Windows 桌面總是充滿期待。
軟體的安裝非常簡單，簡單到程式需要的 Microsoft .NET Framework 套件，作者都很貼心地把 .NET Framework 偵測及自動下載寫到安裝程序中，就算不是很熟悉軟體安裝的使用者也只需要狂點「下一步」即可完成安裝程序，哇靠 &#8230; 整個貼心到一個爆炸呢！
至於軟體的使用及設定也很簡單，當你選擇想要連結的網路相簿服務商後，以 Flickr 為例，首先點選「Add」鈕來指定相片來源〈A Specific Person、Group Photo Pool、A Period Of Time、My Flickr Photos、Everybody〉及其相關設定，綿延不絕的辣妹桌布就來囉！
無法顯示網頁最近用過這些〈辣妹、比基尼、泳裝、伊林、凱渥、外拍〉效果還不錯的關鍵字，希望對好色的你有所幫助。當然，如果你可以提供一些不錯的關鍵字就更棒了，報告完畢。
相關文章免費獲得 50 張 MOO Business Cards]]></description>
			<content:encoded><![CDATA[<p>想要擁有怎麼換都換不完的辣妹桌布嗎？如果你跟無法顯示網頁同樣有這種需求，那你真的應該趕緊試試 <a href="http://www.johnsadventures.com/software/backgroundswitcher" target="_blank">John&#8217;s Background Switcher</a> 這套軟體，這套軟體可以根據你指定的網路相簿服務商「<a href="http://www.flickr.com/" target="_blank">Flickr</a>、<a href="http://www.phanfare.com/" target="_blank">Phanfare</a>、<a href="http://www.smugmug.com/" target="_blank">SmugMug</a>、<a href="http://picasaweb.google.com/home?hl=zh_tw" target="_blank">Picasa</a>」、使用者、相片集、標籤、關鍵字、熱門度及更新間隔自動變換 Windows 桌布，使您無時無刻對於 Windows 桌面總是充滿期待。</p>
<p>軟體的安裝非常簡單，簡單到程式需要的 Microsoft .NET Framework 套件，作者都很貼心地把 .NET Framework 偵測及自動下載寫到安裝程序中，就算不是很熟悉軟體安裝的使用者也只需要狂點「下一步」即可完成安裝程序，哇靠 &#8230; 整個貼心到一個爆炸呢！</p>
<p>至於軟體的使用及設定也很簡單，當你選擇想要連結的網路相簿服務商後，以 <a href="http://www.flickr.com/" target="_blank">Flickr</a> 為例，首先點選「Add」鈕來指定相片來源〈A Specific Person、Group Photo Pool、A Period Of Time、My Flickr Photos、Everybody〉及其相關設定，綿延不絕的辣妹桌布就來囉！<br /><img src="http://farm3.static.flickr.com/2163/2404999995_5c98b524cc_o.gif" style="margin: 10px 0px 10px 0px;" /><br />
無法顯示網頁最近用過這些〈辣妹、比基尼、泳裝、伊林、凱渥、外拍〉效果還不錯的關鍵字，希望對好色的你有所幫助。當然，如果你可以提供一些不錯的關鍵字就更棒了，報告完畢。</p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li><a href="http://www.james-only.com/2009/10/28/588/" title="免費獲得 50 張 MOO Business Cards">免費獲得 50 張 MOO Business Cards</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2008/04/12/278/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>晶片讀卡機的妙用 &#8211; 查詢 iCASH 餘額</title>
		<link>http://www.james-only.com/2007/08/01/193/</link>
		<comments>http://www.james-only.com/2007/08/01/193/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 16:01:13 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[網際網路應用]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=193</guid>
		<description><![CDATA[想不到網路 ATM 晶片讀卡機可以用來查詢 iCASH 餘額，真是太酷了。如果不是因為月底沒錢花用的關係，我恐怕到現在還沒辦法發現晶片讀卡機有這樣的妙用，不過，倒不是每間銀行的網路 ATM 都可以查詢，目前我只知道國泰世華銀行有提供這樣的服務。
如果你手邊剛好也有一台網路 ATM 晶片讀卡機，好死不死又剛好有一張 iCASH 的話，你可以試著連結國泰世華銀行 MyATM 服務，點選「儲值卡查詢」功能來查詢 iCASH 餘額。以下則是我查詢後的結果，死定了，接下來的幾天真不曉得該怎麼過活？

相關文章No Related Post]]></description>
			<content:encoded><![CDATA[<p>想不到網路 ATM 晶片讀卡機可以用來查詢 <a href="http://www.7-11.com.tw/product/icash/" target="_blank">iCASH</a> 餘額，真是太酷了。如果不是因為月底沒錢花用的關係，我恐怕到現在還沒辦法發現晶片讀卡機有這樣的妙用，不過，倒不是每間銀行的網路 ATM 都可以查詢，目前我只知道<a href="http://www.cathaybk.com.tw/" target="_blank">國泰世華銀行</a>有提供這樣的服務。</p>
<p>如果你手邊剛好也有一台網路 ATM 晶片讀卡機，好死不死又剛好有一張 iCASH 的話，你可以試著連結<a href="https://www.mybank.com.tw/myatm/" target="_blank">國泰世華銀行 MyATM 服務</a>，點選「儲值卡查詢」功能來查詢 iCASH 餘額。以下則是我查詢後的結果，死定了，接下來的幾天真不曉得該怎麼過活？<br />
<a href="http://www.flickr.com/photos/chulianglee/964031408/" title="Photo Sharing" target="_blank"><img src="http://farm2.static.flickr.com/1179/964031408_ec0fae59dd_z.jpg"></a></p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2007/08/01/193/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>免費發送手機簡訊</title>
		<link>http://www.james-only.com/2007/05/14/142/</link>
		<comments>http://www.james-only.com/2007/05/14/142/#comments</comments>
		<pubDate>Mon, 14 May 2007 14:52:33 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[網際網路應用]]></category>
		<category><![CDATA[手機]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=142</guid>
		<description><![CDATA[其實咱們的煎茶院院長早在好幾個禮拜前就曾經介紹過這個免費發送手機簡訊的網站，不過鮮少傳送簡訊的我，當下並沒有特地跑去嘗試。但昨天因為閒的發慌，實際走訪該網站註冊並試著發送數則簡訊給自己，哇 &#8230; 雖然是免費服務，簡訊送達率卻是百分之百。
這麼棒的服務，理論上應該獨自享受，但良心譴責之下，我還是決定把這煎茶院院長推薦的好物再次地推薦給各位，希望可以造福許多簡訊費用比電話費用還高的朋友。
官方申請網址：http://www.callwave.com/My/TextMessages/
申請時，系統會要求填入您目前使用的行動電話號碼、國家、密碼及電子郵件，請依序輸入完成後，點選「Submit」按鈕。接著，系統會發送一則帶有身份確認碼的簡訊至您的手機，請將該確認碼填回網站上的身份確認欄位即可完成申請步驟。
完成申請步驟，接下來就請您快快樂樂的到處發送手機簡訊吧！喔耶！
請注意！該服務並非由國內廠商所提供，當您準備發送手機簡訊給對方的時候，都請您輸入包含國碼的行動電話號碼，例如：當對方的行動電話門號為 0912345678 時，請輸入 886912345678 唷！
相關文章Apple iPhone 4S每日港幣 28 元，香港 3G 行動上網吃到飽。Apple iPhone 4親愛的，我把悠遊卡塞進手機裡面了！用強暴法改善 HTC HD2 鎖定螢幕桌布品質不佳的問題O2 Xda Atom Exec 修復終了。]]></description>
			<content:encoded><![CDATA[<p>其實咱們的<a href="http://liangkuo.blogspot.com/" target="_blank">煎茶院院長</a>早在好幾個禮拜前就曾經介紹過這個免費發送手機簡訊的網站，不過鮮少傳送簡訊的我，當下並沒有特地跑去嘗試。但昨天因為閒的發慌，實際走訪該網站註冊並試著發送數則簡訊給自己，哇 &#8230; 雖然是免費服務，簡訊送達率卻是百分之百。</p>
<p>這麼棒的服務，理論上應該獨自享受，但良心譴責之下，我還是決定把這煎茶院院長推薦的好物再次地推薦給各位，希望可以造福許多簡訊費用比電話費用還高的朋友。</p>
<p>官方申請網址：<a href="http://www.callwave.com/My/TextMessages/" target="_blank">http://www.callwave.com/My/TextMessages/</a></p>
<p>申請時，系統會要求填入您目前使用的行動電話號碼、國家、密碼及電子郵件，請依序輸入完成後，點選「Submit」按鈕。接著，系統會發送一則帶有身份確認碼的簡訊至您的手機，請將該確認碼填回網站上的身份確認欄位即可完成申請步驟。</p>
<p>完成申請步驟，接下來就請您快快樂樂的到處發送手機簡訊吧！喔耶！</p>
<p class="info-box">請注意！該服務並非由國內廠商所提供，當您準備發送手機簡訊給對方的時候，都請您輸入包含國碼的行動電話號碼，例如：當對方的行動電話門號為 0912345678 時，請輸入 886912345678 唷！</p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li><a href="http://www.james-only.com/2012/01/05/716/" title="Apple iPhone 4S">Apple iPhone 4S</a></li><li><a href="http://www.james-only.com/2011/05/26/676/" title="每日港幣 28 元，香港 3G 行動上網吃到飽。">每日港幣 28 元，香港 3G 行動上網吃到飽。</a></li><li><a href="http://www.james-only.com/2011/02/25/671/" title="Apple iPhone 4">Apple iPhone 4</a></li><li><a href="http://www.james-only.com/2010/04/18/616/" title="親愛的，我把悠遊卡塞進手機裡面了！">親愛的，我把悠遊卡塞進手機裡面了！</a></li><li><a href="http://www.james-only.com/2010/03/07/611/" title="用強暴法改善 HTC HD2 鎖定螢幕桌布品質不佳的問題">用強暴法改善 HTC HD2 鎖定螢幕桌布品質不佳的問題</a></li><li><a href="http://www.james-only.com/2008/10/21/487/" title="O2 Xda Atom Exec 修復終了。">O2 Xda Atom Exec 修復終了。</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2007/05/14/142/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>透過 Google Web Accelerator 加速上網速度</title>
		<link>http://www.james-only.com/2007/05/07/136/</link>
		<comments>http://www.james-only.com/2007/05/07/136/#comments</comments>
		<pubDate>Mon, 07 May 2007 11:53:46 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[網際網路應用]]></category>
		<category><![CDATA[軟體]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=136</guid>
		<description><![CDATA[Google Web Accelerator 可以協助你透過類似 Proxy 伺服器的方式提升網頁瀏覽速度，與眾多 ISP 提供的 Proxy 相較之下，Google 利用現有的網路資源更可以完全地掌握用戶端的使用習慣，進而獲得更完善的網頁瀏覽速度。
Google Web Accelerator 除了適用於常見的 Firefox 1.0 以上版本及 Internet Explorer 5.5 以上版本的瀏覽器之外，使用 Microsoft Vista 作業系統都朋友亦可排除相容性問題！有這方面需求的玩家不彷嘗試看看，相信你也會滿意他所表現出來的速度。
相關文章如何把 Windows 7 上的 MSN 從工作列移到系統列？查詢 Canon EOS 系列 DSLR 快門數軟體無法顯示網頁使用的 Firefox 外掛對不起，我劈腿了！使用 poEdit 編輯 GNU GetText 編目檔 (*.po)系統自動登入工具]]></description>
			<content:encoded><![CDATA[<p><a href="http://webaccelerator.google.com/" target="_blank">Google Web Accelerator</a> 可以協助你透過類似 Proxy 伺服器的方式提升網頁瀏覽速度，與眾多 ISP 提供的 Proxy 相較之下，Google 利用現有的網路資源更可以完全地掌握用戶端的使用習慣，進而獲得更完善的網頁瀏覽速度。</p>
<p>Google Web Accelerator 除了適用於常見的 Firefox 1.0 以上版本及 Internet Explorer 5.5 以上版本的瀏覽器之外，使用 Microsoft Vista 作業系統都朋友亦可排除相容性問題！有這方面需求的玩家不彷嘗試看看，相信你也會滿意他所表現出來的速度。</p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li><a href="http://www.james-only.com/2009/10/26/594/" title="如何把 Windows 7 上的 MSN 從工作列移到系統列？">如何把 Windows 7 上的 MSN 從工作列移到系統列？</a></li><li><a href="http://www.james-only.com/2009/07/11/559/" title="查詢 Canon EOS 系列 DSLR 快門數軟體">查詢 Canon EOS 系列 DSLR 快門數軟體</a></li><li><a href="http://www.james-only.com/2008/08/20/475/" title="無法顯示網頁使用的 Firefox 外掛">無法顯示網頁使用的 Firefox 外掛</a></li><li><a href="http://www.james-only.com/2008/06/24/295/" title="對不起，我劈腿了！">對不起，我劈腿了！</a></li><li><a href="http://www.james-only.com/2007/07/07/181/" title="使用 poEdit 編輯 GNU GetText 編目檔 (*.po)">使用 poEdit 編輯 GNU GetText 編目檔 (*.po)</a></li><li><a href="http://www.james-only.com/2007/07/02/179/" title="系統自動登入工具">系統自動登入工具</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2007/05/07/136/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>開啟學習新視界‧開創企業新價值</title>
		<link>http://www.james-only.com/2007/04/05/109/</link>
		<comments>http://www.james-only.com/2007/04/05/109/#comments</comments>
		<pubDate>Thu, 05 Apr 2007 07:23:12 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[網際網路應用]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=109</guid>
		<description><![CDATA[中小企業網路大學這個網站是在一半兒躊躇一半兒肯所發表的這篇文章中發現的，主辦單位是經濟部中小企業處，執行單位則是中華民國資訊軟體協會。該網站提供免費的數位學習課程，目前有「財務融通」、「綜合知識」、「資訊科技」及「行銷流通」四個主要學習區，註冊（免費）的會員可以參與學習課程及討論（還是免費）。
其實我一直認為政府的網站都是做給長官看的，應該沒什麼內容可言。不過，實際註冊成為中小企業網路大學的會員並試讀了一些課程，感覺還蠻不錯的！
相關文章No Related Post]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.smelearning.org.tw" target="_blank">中小企業網路大學</a>這個網站是在<a href="http://www.wretch.cc/blog/liebeschwen" target="_blank">一半兒躊躇一半兒肯</a>所發表的<a href="http://www.wretch.cc/blog/liebeschwen&#038;article_id=11930879" target="_blank">這篇文章</a>中發現的，主辦單位是<a href="http://www.moeasmea.gov.tw/" target="_blank">經濟部中小企業處</a>，執行單位則是<a href="http://www.cisanet.org.tw/" target="_blank">中華民國資訊軟體協會</a>。該網站提供免費的數位學習課程，目前有「財務融通」、「綜合知識」、「資訊科技」及「行銷流通」四個主要學習區，註冊（免費）的會員可以參與學習課程及討論（還是免費）。</p>
<p>其實我一直認為政府的網站都是做給長官看的，應該沒什麼內容可言。不過，實際註冊成為<a href="http://www.smelearning.org.tw" target="_blank">中小企業網路大學</a>的會員並試讀了一些課程，感覺還蠻不錯的！</p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2007/04/05/109/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>你的部落格是男是女？</title>
		<link>http://www.james-only.com/2007/01/26/79/</link>
		<comments>http://www.james-only.com/2007/01/26/79/#comments</comments>
		<pubDate>Fri, 26 Jan 2007 07:04:11 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[網際網路應用]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=79</guid>
		<description><![CDATA[今天做了部落格是男是女的測試，得到 18% 的男性傾向及 82% 的女性傾向，評語則是明淨雅致的語言讓人為之傾倒，人生的感悟、生活情趣都融合在其中，自有一番細膩的心思在其間。看了之後差點昏倒，把我講的好像女人一樣。
無論結果準不準，有興趣測測自己部落格性向的朋友，到「博客男女」試試看吧！
相關文章No Related Post]]></description>
			<content:encoded><![CDATA[<p>今天做了部落格是男是女的測試，得到 18% 的男性傾向及 82% 的女性傾向，評語則是明淨雅致的語言讓人為之傾倒，人生的感悟、生活情趣都融合在其中，自有一番細膩的心思在其間。看了之後差點昏倒，把我講的好像女人一樣。</p>
<p>無論結果準不準，有興趣測測自己部落格性向的朋友，到「<a href="http://www.yodao.com/blogender" target="_blank">博客男女</a>」試試看吧！</p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2007/01/26/79/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>會不會被關閉 Google Adsense 帳戶</title>
		<link>http://www.james-only.com/2007/01/21/75/</link>
		<comments>http://www.james-only.com/2007/01/21/75/#comments</comments>
		<pubDate>Sat, 20 Jan 2007 23:16:08 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[網際網路應用]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=75</guid>
		<description><![CDATA[最近看見愈來愈多部落格作者被關閉 Google Adsense 帳戶，雖然我的廣告點擊率不高，離 100 美金還有好長的路要走，但是許多被關閉 Google Adsense 帳戶的作者，都是準備領取廣告回饋金的時候被判斷為無效點擊。然而，這是不是代表我當初剛掛上關鍵字廣告的時候，曾經有幾次測試的點擊，等將來帳戶內有了 100 美金的時候，我也將面臨被關閉 Google Adsense 帳戶的後塵？
或許 Google Adsense 應該要有個比較完善的機制，能夠讓無效點擊出現後即時告知作者相關的資訊，而不是發現後繼續讓該作者默默地替 Google 賺取廣告費，等到該作者沒有利用價值後再給個官方說明，讓作者死的不明不白？
相信 Google 如此龐大的團隊，就技術而言，這樣的機制應該不難？或者，讓使用者有個可以查詢自己的 Adsense 是否有過無效點擊也不錯；否則，或許剛開始的幾次無效點擊就足以停用帳戶的我，現今還懷著期待默默展示廣告，肥了 Google 也肥了 Google 的廣告客戶，最後我獲得 Google 官方告知我是騙子！
相關文章No Related Post]]></description>
			<content:encoded><![CDATA[<p>最近看見愈來愈多部落格作者被關閉 Google Adsense 帳戶，雖然我的廣告點擊率不高，離 100 美金還有好長的路要走，但是許多被關閉 Google Adsense 帳戶的作者，都是準備領取廣告回饋金的時候被判斷為無效點擊。然而，這是不是代表我當初剛掛上關鍵字廣告的時候，曾經有幾次測試的點擊，等將來帳戶內有了 100 美金的時候，我也將面臨被關閉 Google Adsense 帳戶的後塵？</p>
<p>或許 Google Adsense 應該要有個比較完善的機制，能夠讓無效點擊出現後即時告知作者相關的資訊，而不是發現後繼續讓該作者默默地替 Google 賺取廣告費，等到該作者沒有利用價值後再給個官方說明，讓作者死的不明不白？</p>
<p>相信 Google 如此龐大的團隊，就技術而言，這樣的機制應該不難？或者，讓使用者有個可以查詢自己的 Adsense 是否有過無效點擊也不錯；否則，或許剛開始的幾次無效點擊就足以停用帳戶的我，現今還懷著期待默默展示廣告，肥了 Google 也肥了 Google 的廣告客戶，最後我獲得 Google 官方告知我是騙子！</p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2007/01/21/75/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>用 IE7pro 來增強 Internet Explorer 7</title>
		<link>http://www.james-only.com/2007/01/08/70/</link>
		<comments>http://www.james-only.com/2007/01/08/70/#comments</comments>
		<pubDate>Sun, 07 Jan 2007 17:07:41 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[網際網路應用]]></category>
		<category><![CDATA[軟體]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=70</guid>
		<description><![CDATA[因為習慣 Maxthon 內建的超級拖曳功能，使我未曾放棄過以 IE 為核心的 Maxthon，雖然 FireFox 也有提供類似超級拖曳的外掛，而它也可以滿足我的需求，但是 FireFox 的分頁瀏覽功能如果一次開啟太多分頁，在我的電腦卻會造成過度消耗 CPU 資源，導致那老爺級的 Notebook 散熱風扇嘎嘎作響，嘎的我整個人都火起來。
本來期待微軟新版的 Internet Explorer 7 分頁功能或許會試著將超級拖曳給加上去。當然我是失望了，直到遇見 IE7pro 這個給 Internet Explorer 7 使用的套件，總算讓我可以順利在 Internet Explorer 7 使用超級拖曳。
除此之外，IE7pro 提供的許多進階功能有一個讓我特別鍾愛的工具，這工具可以預先設定一個儲存路徑，未來看見喜歡的鹹濕圖片，只需按住鍵盤的「Shift」鍵並使用滑鼠拖曳該圖片，該圖片即自動儲存至預設的路徑，真是太方便了！

相關文章如何把 Windows 7 上的 MSN 從工作列移到系統列？查詢 Canon EOS 系列 DSLR 快門數軟體無法顯示網頁使用的 Firefox 外掛對不起，我劈腿了！使用 poEdit 編輯 GNU GetText 編目檔 (*.po)系統自動登入工具]]></description>
			<content:encoded><![CDATA[<p>因為習慣 <a href="http://www.maxthon.com" target="_blank">Maxthon</a> 內建的超級拖曳功能，使我未曾放棄過以 IE 為核心的 Maxthon，雖然 <a href="http://www.mozilla.com/" target="_blank">FireFox</a> 也有提供類似超級拖曳的外掛，而它也可以滿足我的需求，但是 FireFox 的分頁瀏覽功能如果一次開啟太多分頁，在我的電腦卻會造成過度消耗 CPU 資源，導致那老爺級的 Notebook 散熱風扇嘎嘎作響，嘎的我整個人都火起來。</p>
<p>本來期待微軟新版的 Internet Explorer 7 分頁功能或許會試著將超級拖曳給加上去。當然我是失望了，直到遇見 <a href="http://www.ie7pro.com/" target="_blank">IE7pro</a> 這個給 Internet Explorer 7 使用的套件，總算讓我可以順利在 Internet Explorer 7 使用超級拖曳。</p>
<p>除此之外，IE7pro 提供的許多進階功能有一個讓我特別鍾愛的工具，這工具可以預先設定一個儲存路徑，未來看見喜歡的鹹濕圖片，只需按住鍵盤的「Shift」鍵並使用滑鼠拖曳該圖片，該圖片即自動儲存至預設的路徑，真是太方便了！<br />
<a href="http://www.flickr.com/photos/chulianglee/348850727/" target="_blank"><img src="http://farm1.static.flickr.com/141/348850727_72a871427b_z.jpg"></a></p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li><a href="http://www.james-only.com/2009/10/26/594/" title="如何把 Windows 7 上的 MSN 從工作列移到系統列？">如何把 Windows 7 上的 MSN 從工作列移到系統列？</a></li><li><a href="http://www.james-only.com/2009/07/11/559/" title="查詢 Canon EOS 系列 DSLR 快門數軟體">查詢 Canon EOS 系列 DSLR 快門數軟體</a></li><li><a href="http://www.james-only.com/2008/08/20/475/" title="無法顯示網頁使用的 Firefox 外掛">無法顯示網頁使用的 Firefox 外掛</a></li><li><a href="http://www.james-only.com/2008/06/24/295/" title="對不起，我劈腿了！">對不起，我劈腿了！</a></li><li><a href="http://www.james-only.com/2007/07/07/181/" title="使用 poEdit 編輯 GNU GetText 編目檔 (*.po)">使用 poEdit 編輯 GNU GetText 編目檔 (*.po)</a></li><li><a href="http://www.james-only.com/2007/07/02/179/" title="系統自動登入工具">系統自動登入工具</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2007/01/08/70/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>只能使用 10 分鐘的電子郵件</title>
		<link>http://www.james-only.com/2006/12/20/61/</link>
		<comments>http://www.james-only.com/2006/12/20/61/#comments</comments>
		<pubDate>Wed, 20 Dec 2006 14:38:40 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[網際網路應用]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=61</guid>
		<description><![CDATA[10 Minute Mail 顧名思義就是只能使用 10 分鐘的電子郵件，本來還覺得這玩意兒沒什麼用處，後來陸續在網路上透過 10 Minute Mail 收取需要電子郵件驗證的信函，感覺真是不錯，因為這可以保證我將來不會接獲許多形形色色的垃圾郵件。
當然，別笨到把網路購物或網路金融所需要填寫的電子郵件透過 10 Minute Mail 收取，因為未來你絕對沒辦法使用當初的電子郵件來收取重要訊息。
相關文章No Related Post]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.10minutemail.com" target="_blank">10 Minute Mail</a> 顧名思義就是只能使用 10 分鐘的電子郵件，本來還覺得這玩意兒沒什麼用處，後來陸續在網路上透過 10 Minute Mail 收取需要電子郵件驗證的信函，感覺真是不錯，因為這可以保證我將來不會接獲許多形形色色的垃圾郵件。</p>
<p>當然，別笨到把網路購物或網路金融所需要填寫的電子郵件透過 10 Minute Mail 收取，因為未來你絕對沒辦法使用當初的電子郵件來收取重要訊息。</p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2006/12/20/61/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

