<?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>Cyberpunk &#187; Google</title>
	<atom:link href="http://punk.tw/tag/google/feed" rel="self" type="application/rss+xml" />
	<link>http://punk.tw</link>
	<description>網際叛客：學習心得、Web 2.0與網路觀察、Google應用與技術、Ruby on Rails, Google App Engine</description>
	<lastBuildDate>Mon, 29 Nov 2010 06:35:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Google Chart API沒說的秘密(Undocumented Google Chart API)</title>
		<link>http://punk.tw/2009/10/03/google-chart-api%e6%b2%92%e8%aa%aa%e7%9a%84%e7%a7%98%e5%af%86undocumented-google-chart-api</link>
		<comments>http://punk.tw/2009/10/03/google-chart-api%e6%b2%92%e8%aa%aa%e7%9a%84%e7%a7%98%e5%af%86undocumented-google-chart-api#comments</comments>
		<pubDate>Sat, 03 Oct 2009 07:03:46 +0000</pubDate>
		<dc:creator>deduce</dc:creator>
				<category><![CDATA[Google API]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Chart API]]></category>

		<guid isPermaLink="false">http://punk.tw/?p=969</guid>
		<description><![CDATA[有持續在關心Google技術發展的朋友應該會發現，近來Google API文件中文版越來越完整，例如Google App Engine、Google Maps甚至是本篇的主題Google Chart API幾乎都有完整的中文版文件（而且非常貼心的是，繁體中文版與簡體中文版是不同的，有依照語言習慣、專有名詞進行翻譯）。 今天要談的是所謂Undocumented Google Chart API，也就是官方文件裡沒提到的秘密，總共有下列幾種： 帶有外框的文字圖片(Chart Type for text with outline)， 本文一開頭的圖片便是使用Google Chart API所產生的文字圖片。 地圖指標(Chart Type for map pins)，可以用來放在Google Maps或是其他網站上的icon使用。 對話方塊（Chart type for information bubbles，應該翻譯成資訊氣球、資訊泡泡？） 便利貼(Chart types for sticky notes)，這邊可以注意到字型比較接近新細明體，不如上圖中的文字飽滿，顯然某些中文字型的支援度是分開處理的。 這些圖片的參數在下面的連結裡面都有非常詳細的解說，就不在此贅述，使用時也請注意畢竟是非正式的版本，很有可能會修改甚至移除該服務，若要用來在您的產品上應用請小心；另外是中文字型的處理，效果在某些時候不是特別好，如果要大量使用可能要先評估。 References Google Chart API討論區 Undocumented Google Chart API文件列表 Chart types for sticky notes Chart types for map pins [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://chart.apis.google.com/chart?chst=d_text_outline&#038;chld=FFBBBB|30|h|BB0000|b|Google%20%E8%B0%B7%E6%AD%8C%20API" alt="" /></p>
<p>有持續在關心Google技術發展的朋友應該會發現，近來Google API文件中文版越來越完整，例如Google App Engine、Google Maps甚至是本篇的主題Google Chart API幾乎都有完整的中文版文件（而且非常貼心的是，繁體中文版與簡體中文版是不同的，有依照語言習慣、專有名詞進行翻譯）。</p>
<p>今天要談的是所謂Undocumented Google Chart API，也就是官方文件裡沒提到的秘密，總共有下列幾種：</p>
<ol>
<li>帶有外框的文字圖片(Chart Type for text with outline)， <strong>本文一開頭的圖片便是使用Google Chart API所產生的文字圖片</strong>。</li>
<li>地圖指標(Chart Type for map pins)，可以用來放在Google Maps或是其他網站上的icon使用。<img src="http://chart.apis.google.com/chart?chst=d_map_pin_icon&#038;chld=airport%7CFFFF00" alt="" /></li>
<li>對話方塊（Chart type for information bubbles，應該翻譯成資訊氣球、資訊泡泡？）<br />
<img src="http://chart.apis.google.com/chart?chst=d_bubble_texts_big&#038;chld=bb|008888|FFFF88|Google%20%E5%8F%B0%E5%8C%97" alt="" /></li>
<li>便利貼(Chart types for sticky notes)，這邊可以注意到字型比較接近新細明體，不如上圖中的文字飽滿，顯然某些中文字型的支援度是分開處理的。<br />
<img src="http://chart.apis.google.com/chart?chst=d_fnote_title&#038;chld=pinned_c|1|004400|l|Todo:|%E8%B2%B7%E6%96%87%E5%85%B7" alt="" /> <img src="http://chart.apis.google.com/chart?chst=d_weather&#038;chld=taped_y|windy|%E5%8F%B0%E5%8C%97|max+25%C2%B0|min+15%C2%B0" alt="" /></li>
</ol>
<p>這些圖片的參數在下面的連結裡面都有非常詳細的解說，就不在此贅述，使用時也請注意畢竟是非正式的版本，很有可能會修改甚至移除該服務，若要用來在您的產品上應用請小心；另外是中文字型的處理，效果在某些時候不是特別好，如果要大量使用可能要先評估。</p>
<h2>References</h2>
<ul>
<li><a href="http://groups.google.com/group/google-chart-api" rel="nofollow">Google Chart API討論區</a></li>
<li><a href="http://groups.google.com/group/google-chart-api/web" rel="nofollow">Undocumented Google Chart API文件列表</a></li>
<li><a rel="nofollow" href="http://groups.google.com/group/google-chart-api/web/chart-types-for-sticky-notes">Chart types for sticky notes</a></li>
<li><a rel="nofollow" href="http://groups.google.com/group/google-chart-api/web/chart-types-for-map-pins">Chart types for map pins</a></li>
<li><a rel="nofollow" href="http://groups.google.com/group/google-chart-api/web/chart-types-for-information-bubbles">Chart types for information bubbles</a></li>
<li><a rel="nofollow" href="http://groups.google.com/group/google-chart-api/web/chart-type-for-text-with-outline">Chart types for text with outline</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://punk.tw/2009/10/03/google-chart-api%e6%b2%92%e8%aa%aa%e7%9a%84%e7%a7%98%e5%af%86undocumented-google-chart-api/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>如何使用Google Analytics追蹤網路行銷活動效益</title>
		<link>http://punk.tw/2009/10/02/%e5%a6%82%e4%bd%95%e4%bd%bf%e7%94%a8google-analytics%e8%bf%bd%e8%b9%a4%e7%b6%b2%e8%b7%af%e8%a1%8c%e9%8a%b7%e6%b4%bb%e5%8b%95%e6%95%88%e7%9b%8a</link>
		<comments>http://punk.tw/2009/10/02/%e5%a6%82%e4%bd%95%e4%bd%bf%e7%94%a8google-analytics%e8%bf%bd%e8%b9%a4%e7%b6%b2%e8%b7%af%e8%a1%8c%e9%8a%b7%e6%b4%bb%e5%8b%95%e6%95%88%e7%9b%8a#comments</comments>
		<pubDate>Fri, 02 Oct 2009 12:16:23 +0000</pubDate>
		<dc:creator>deduce</dc:creator>
				<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[網站經營]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[網路行銷]]></category>

		<guid isPermaLink="false">http://punk.tw/?p=966</guid>
		<description><![CDATA[Google Analytics進階應用：使用廣告系列工具 Google Analytics是網站經營者、網路行銷人員用來檢視網站流量以及分析各類數據的好工具，例如檢視操作關鍵字的成效、各類網路行銷活動的曝光度或是其他社群操作、廣告所帶來的流量。在Google Analytics裡面可以直接看到各類流量來源：直接流量、推薦連結網站、搜尋引擎，從流量來源可以協助行銷人員了解網站的流量是否如預期般的構成，或是有出乎意料之處，作為持續強化網站經營方針或是網路行銷策略調整的參考。 如果想精確掌握各類流量來源，Google Analytics可以怎麼協助您呢？答案是：使用廣告系列工具追蹤各類流量。（英文為Campaign，您可以從Google Analytics中的流量來源選單看到） 舉例來說，您決定針對某次的行銷活動在Ptt BBS、網路論壇、Facebook以及當紅的Plurk等各類社群媒體（Social media）散播連結（或是圖像Banner、Flash banner皆可），您想要精確地掌握文字連結、圖像連結、動畫連結，在不同的社群媒體中，分別帶來的流量，倘若您不使用廣告系列（Campaign）的話，便只能從推薦連結網站中看到從不同網站連進來的流量，無法進一步地分析究竟在Facebook是文字連結效果好還是圖像連結的效果好，也無法掌握從Ptt或其他BBS上連進來的流量（從BBS中點擊的連結會被列為直接流量，因為這類的點擊不會送出Referer的資訊）。 設定廣告系列工具後的報表內容 若您使用廣告系列工具，將會看到下列的圖表： 從左圖中，您可以發現多數的流量是來自「其他」，也就是從該次網路行銷活動中，有使用「廣告系列」工具帶來的流量比例，點擊進入廣告系列工具觀看詳細報表後，可以進一步從不同的媒體、來源、關鍵字、廣告內容等維度來篩選資料，在上圖中您可以直接看到來自不同banner的流量比例，例如第三個banner在一個月的活動中只帶來85次的造訪，若我是行銷人員，未來大概就不會考慮花錢在上面（當然如果該banner帶來的轉換率很高或是其他數據表現優異，還是可以考慮）。 如何設定廣告系列工具 至於要如何利用Google Analytics來追蹤網路行銷活動效益呢？其實Google就有提供簡單的工具：URL Builder for Google Analytics 頁面中有幾個主要欄位分別如下： Website URL: 您的網站或是行銷活動的頁面連結，例如 http://punk.tw/about Campaign source: 來源，即Referer，例如來自Google或是其他配合的網站，如Ptt、Ptt的某個板，甚至是MSN、Plurk、Facebook Campaign medium: 媒體，例如該連結是放置在e-mail中的連結、banner中的連結、或是純文字連結，都可以藉此追蹤 Campaign Term: 付費關鍵字，在此的使用情境是例如您在其他網站同時購買或操作了3個不同的關鍵字連結，您可以藉這個設定來追蹤不同關鍵字所帶回的流量成效 Campaign Content: 內容，可以用來區隔出不同的廣告內容，例如同樣在某個社群媒體上，同一個關鍵字分別在不同的討論區中出現，便可以用這個欄位來區隔（其實我不是很確定這個欄位該怎麼使用，還請各位指教、分享） Campaign Name: 名稱，例如產品名稱、優惠代碼 輸入上列欄位（或是只輸入必填欄位即可）後按下Generate URl便會產生對應的網址，例如： http://punk.tw/about?utm_source=Cyberpunk&#38;utm_medium=text&#38;utm_content=how%2Bto%20use%20campaign%20in%20google%20analytics&#38;utm_campaign=emarketing 假設正在看文章的您點擊了這個連結，未來我便可以在Google Analytics中追蹤到來自這個連結的流量。URL Builder做的事情其實很簡單，只是把幾個參數兜起來而已，目前已經常見的使用方式是將上述網址以縮網址工具縮短後傳播出去，知名的縮址網站bit.ly甚至還提供了Google試算表的格式示範如何運用bit.ly的API快速產生大量搭配Google Analytics Campaign網址的工具：http://spreadsheets.google.com/ccc?key=rFpFDq1djvr9Bx2Uz-K8CFQ&#38;hl=en 最後分享幾個除了一般行銷活動之外，我想到的應用方式： 追蹤放在MSN心情上的連結究竟有沒有朋友點擊 追蹤BBS文章中的連結流量（不同討論板還可以分開設定） 追蹤BBS文章的簽名檔、名片檔流量 追蹤同樣一篇文章，以不同方式出現在不同社群媒體上所帶來的流量 [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://punk.tw/wp-content/uploads/2009/10/image_thumb.png" border="0" alt="" width="381" height="250" /></p>
<h2>Google Analytics進階應用：使用廣告系列工具</h2>
<p>Google Analytics是網站經營者、網路行銷人員用來檢視網站流量以及分析各類數據的好工具，例如檢視操作關鍵字的成效、各類網路行銷活動的曝光度或是其他社群操作、廣告所帶來的流量。在Google Analytics裡面可以直接看到各類流量來源：直接流量、推薦連結網站、搜尋引擎，從流量來源可以協助行銷人員了解網站的流量是否如預期般的構成，或是有出乎意料之處，作為持續強化網站經營方針或是網路行銷策略調整的參考。</p>
<p>如果想精確掌握各類流量來源，Google Analytics可以怎麼協助您呢？答案是：<strong>使用廣告系列工具追蹤各類流量</strong>。（英文為Campaign，您可以從Google Analytics中的流量來源選單看到）</p>
<p>舉例來說，您決定針對某次的行銷活動在Ptt BBS、網路論壇、Facebook以及當紅的Plurk等各類社群媒體（Social media）散播連結（或是圖像Banner、Flash banner皆可），您想要<strong>精確地掌握文字連結、圖像連結、動畫連結，在不同的社群媒體中，分別帶來的流量</strong>，倘若您不使用廣告系列（Campaign）的話，便只能從推薦連結網站中看到從不同網站連進來的流量，<strong>無法進一步地分析究竟在Facebook是文字連結效果好還是圖像連結的效果好，也無法掌握從Ptt或其他BBS上連進來的流量</strong>（從BBS中點擊的連結會被列為直接流量，因為這類的點擊不會送出Referer的資訊）。</p>
<h2>設定廣告系列工具後的報表內容</h2>
<p>若您使用廣告系列工具，將會看到下列的圖表：</p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" src="http://punk.tw/wp-content/uploads/2009/10/image_thumb1.png" border="0" alt="" width="375" height="231" align="left" /></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://punk.tw/wp-content/uploads/2009/10/image_thumb2.png" border="0" alt="" width="310" height="226" /></p>
<p>從左圖中，您可以發現多數的流量是來自「其他」，也就是從該次網路行銷活動中，有使用「廣告系列」工具帶來的流量比例，點擊進入廣告系列工具觀看詳細報表後，可以進一步從不同的媒體、來源、關鍵字、廣告內容等維度來篩選資料，在上圖中您可以直接看到來自不同banner的流量比例，例如第三個banner在一個月的活動中只帶來85次的造訪，若我是行銷人員，未來大概就不會考慮花錢在上面（當然如果該banner帶來的轉換率很高或是其他數據表現優異，還是可以考慮）。</p>
<h2>如何設定廣告系列工具</h2>
<p>至於要如何利用Google Analytics來追蹤網路行銷活動效益呢？其實Google就有提供簡單的工具：<a href="http://www.google.com/support/googleanalytics/bin/answer.py?hl=en&amp;answer=55578">URL Builder for Google Analytics</a></p>
<p><img style="border-right: 0px; border-top: 0px; display: inline; margin-left: 0px; border-left: 0px; margin-right: 0px; border-bottom: 0px" src="http://punk.tw/wp-content/uploads/2009/10/image_thumb3.png" border="0" alt="" width="244" height="164" /></p>
<p>頁面中有幾個主要欄位分別如下：</p>
<ul>
<li>Website URL: 您的網站或是行銷活動的頁面連結，例如 <a href="http://punk.tw/about">http://punk.tw/about</a></li>
<li>Campaign source: 來源，即Referer，例如來自Google或是其他配合的網站，如Ptt、Ptt的某個板，甚至是MSN、Plurk、Facebook</li>
<li>Campaign medium: 媒體，例如該連結是放置在e-mail中的連結、banner中的連結、或是純文字連結，都可以藉此追蹤</li>
<li>Campaign Term: 付費關鍵字，在此的使用情境是例如您在其他網站同時購買或操作了3個不同的關鍵字連結，您可以藉這個設定來追蹤不同關鍵字所帶回的流量成效</li>
<li>Campaign Content: 內容，可以用來區隔出不同的廣告內容，例如同樣在某個社群媒體上，同一個關鍵字分別在不同的討論區中出現，便可以用這個欄位來區隔（其實我不是很確定這個欄位該怎麼使用，還請各位指教、分享）</li>
<li>Campaign Name: 名稱，例如產品名稱、優惠代碼</li>
</ul>
<p>輸入上列欄位（或是只輸入必填欄位即可）後按下Generate URl便會產生對應的網址，例如：</p>
<blockquote><p><a href="http://punk.tw/about?utm_source=Cyberpunk&amp;utm_medium=text&amp;utm_content=how%2Bto%20use%20campaign%20in%20google%20analytics&amp;utm_campaign=emarketing">http://punk.tw/about?utm_source=Cyberpunk&amp;utm_medium=text&amp;utm_content=how%2Bto%20use%20campaign%20in%20google%20analytics&amp;utm_campaign=emarketing</a></p></blockquote>
<p>假設正在看文章的您點擊了這個連結，未來我便可以在Google Analytics中追蹤到來自這個連結的流量。URL Builder做的事情其實很簡單，只是把幾個參數兜起來而已，目前已經常見的使用方式是<strong>將上述網址以縮網址工具縮短</strong>後傳播出去，知名的縮址網站bit.ly甚至還提供了Google試算表的格式示範如何運用bit.ly的API快速產生大量搭配Google Analytics Campaign網址的工具：<a href="http://spreadsheets.google.com/ccc?key=rFpFDq1djvr9Bx2Uz-K8CFQ&amp;hl=en">http://spreadsheets.google.com/ccc?key=rFpFDq1djvr9Bx2Uz-K8CFQ&amp;hl=en</a></p>
<p>最後分享幾個除了一般行銷活動之外，我想到的應用方式：</p>
<ul>
<li>追蹤放在MSN心情上的連結究竟有沒有朋友點擊</li>
<li>追蹤BBS文章中的連結流量（不同討論板還可以分開設定）</li>
<li>追蹤BBS文章的簽名檔、名片檔流量</li>
<li>追蹤同樣一篇文章，以不同方式出現在不同社群媒體上所帶來的流量</li>
<li>追蹤Facebook Application在News feed、Notification或Invitation所帶來的個別流量</li>
</ul>
<p>事實上一般程式開發者經常使用的方式是自己在程式內搭配網址的參數即可追蹤流量，但Google Analytics的優勢在於網路行銷人員不需修改程式也可以追蹤流量，並且在追蹤後可以不同維度、不同條件進行交叉分析，精準地掌握行銷效益。</p>
]]></content:encoded>
			<wfw:commentRss>http://punk.tw/2009/10/02/%e5%a6%82%e4%bd%95%e4%bd%bf%e7%94%a8google-analytics%e8%bf%bd%e8%b9%a4%e7%b6%b2%e8%b7%af%e8%a1%8c%e9%8a%b7%e6%b4%bb%e5%8b%95%e6%95%88%e7%9b%8a/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google App Engine似乎全面開放了？</title>
		<link>http://punk.tw/2008/05/29/google-app-engine%e4%bc%bc%e4%b9%8e%e5%85%a8%e9%9d%a2%e9%96%8b%e6%94%be%e4%ba%86%ef%bc%9f</link>
		<comments>http://punk.tw/2008/05/29/google-app-engine%e4%bc%bc%e4%b9%8e%e5%85%a8%e9%9d%a2%e9%96%8b%e6%94%be%e4%ba%86%ef%bc%9f#comments</comments>
		<pubDate>Thu, 29 May 2008 06:21:13 +0000</pubDate>
		<dc:creator>deduce</dc:creator>
				<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://punk.tw/2008/05/29/886.html</guid>
		<description><![CDATA[自從Google App Engine開放了少數試用的帳號之後，我一直在排隊等待，只怪當初沒有在第一時間搶到名額（如果我沒有戒掉資訊焦慮，倒是有可能先搶到XD）。而剛剛在ericsk's blog上看到 Google App Engine的收費標準，好奇之下便連到Google App Engine的官方部落格，並且看到下面這段話： With more than 80,000 of you still waiting to use App Engine we're especially pleased today to announce that we are opening the flood gates--now anyone who wants to use App Engine can give it a try! So, if you haven't already, head over to our [...]]]></description>
			<content:encoded><![CDATA[<p>自從Google App Engine開放了少數試用的帳號之後，我一直在排隊等待，只怪當初沒有在第一時間搶到名額（如果我沒有<a href="http://punk.tw/2008/03/03/768.html">戒掉資訊焦慮</a>，倒是有可能先搶到XD）。而剛剛在<a href="http://blog.ericsk.org/archives/947">ericsk's blog</a>上看到 Google App Engine的收費標準，好奇之下便連到Google App Engine的官方部落格，並且看到下面這段話：</p>
<blockquote><p>With more than 80,000 of you still waiting to use App Engine we're especially pleased today to announce that we are opening the flood gates--<strong>now anyone who wants to use App Engine can give it a try!</strong> So, if you haven't already, head over to our <a href="http://appengine.google.com">Admin Console</a> and create your first application. Note: <strong>you'll need to verify your account with a mobile phone before doing so</strong>.</p>
</blockquote>
<p>於是馬上連到<a href="http://appengine.google.com/">http://appengine.google.com/</a>，真是太神奇了，現在似乎是全面開放了？<a href="http://dict20.com/f7b418">有圖有真相</a>！</p>
<p><a href="http://punk.tw/wp-content/uploads/2008/05/image8.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="136" alt="image" src="http://punk.tw/wp-content/uploads/2008/05/image-thumb8.png" width="459" border="0" /></a>&#160;</p>
<p>沒想到點下去之後會出現錯誤訊息如下，看來果真要通過手機認證才行。</p>
<p><a href="http://punk.tw/wp-content/uploads/2008/05/image9.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="213" alt="image" src="http://punk.tw/wp-content/uploads/2008/05/image-thumb9.png" width="360" border="0" /></a> </p>
<p>總之，輸入手機號碼之後就會收到一封來自Google的簡訊，填入認證碼之後就可以成功進入Google App Engine中Create An Application的畫面啦！:D</p>
<p><a href="http://punk.tw/wp-content/uploads/2008/05/image10.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="272" alt="image" src="http://punk.tw/wp-content/uploads/2008/05/image-thumb10.png" width="447" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://punk.tw/2008/05/29/google-app-engine%e4%bc%bc%e4%b9%8e%e5%85%a8%e9%9d%a2%e9%96%8b%e6%94%be%e4%ba%86%ef%bc%9f/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google Chart API</title>
		<link>http://punk.tw/2007/12/07/google-chart-api</link>
		<comments>http://punk.tw/2007/12/07/google-chart-api#comments</comments>
		<pubDate>Fri, 07 Dec 2007 07:20:06 +0000</pubDate>
		<dc:creator>deduce</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[程式設計]]></category>
		<category><![CDATA[Google Chart API]]></category>

		<guid isPermaLink="false">http://punk.tw/2007/12/07/459.html</guid>
		<description><![CDATA[今天發現Google Chart API這個Google推出的有趣網路服務，使用者只需要將想要圖像化的數據內容，透過網址的參數傳遞方式便可產生對應的圖表，範例如下： 上面這張圖片是直接指向"http://chart.apis.google.com/chart?cht=p&#38;chd=s:world5&#38;chs=200x125&#38;chl=A&#124;B&#124;C&#124;D&#124;E&#124;F"這個網址的圖片，其中幾個重要的參數如下： http://chart.api.google.com/chart?是Chart API的網址 cht是圖片類型，圓餅圖、長條圖....等等 chs=200x125代表圖片size（以pixel為單位） chd則是指定圖表的數據資料，格式在Google Chart API的網頁上有說明： Upper case A = 0, B = 1 and so on to Z = 25. Lower case a = 26, b= 27 and so on to z = 51. Zero (0) = 52 and so on to 9 = 61. Specify a missing value [...]]]></description>
			<content:encoded><![CDATA[<p>今天發現<a href="http://code.google.com/apis/chart/">Google Chart API</a>這個Google推出的有趣網路服務，使用者只需要將想要圖像化的數據內容，透過網址的參數傳遞方式便可產生對應的圖表，範例如下：</p>
<p><img src="http://chart.apis.google.com/chart?cht=p&amp;chd=s:world5&amp;chs=200x125&amp;chl=A|B|C|D|E|F"> </p>
<p>上面這張圖片是直接指向"<a title="http://chart.apis.google.com/chart?cht=p&amp;chd=s:world5&amp;chs=200x125&amp;chl=A|B|C|D|E|F" href="http://chart.apis.google.com/chart?cht=p&amp;chd=s:world5&amp;chs=200x125&amp;chl=A|B|C|D|E|F">http://chart.apis.google.com/chart?cht=p&amp;chd=s:world5&amp;chs=200x125&amp;chl=A|B|C|D|E|F</a>"這個網址的圖片，其中幾個重要的參數如下：</p>
<ul>
<li><a href="http://chart.api.google.com/chart">http://chart.api.google.com/chart</a>?是Chart API的網址</li>
<li>cht是圖片類型，圓餅圖、長條圖....等等</li>
<li>chs=200x125代表圖片size（以pixel為單位）</li>
<li>chd則是指定圖表的數據資料，格式在Google Chart API的網頁上有說明：</li>
<ul>
<li>Upper case A = 0, B = 1 and so on to Z = 25.</li>
<li>Lower case a = 26, b= 27 and so on to z = 51.</li>
<li>Zero (0) = 52 and so on to 9 = 61.</li>
<li>Specify a missing value with an underscore (_).</li>
<li>If you have more than one set of data, separate each set with a comma (,).</li>
</ul>
</ul>
<p>稍微改一下參數就可以變成3D的立體圓餅圖了:D（不過文字標示部份怪怪的，等要用到再來研究研究吧:D）</p>
<p><img src="http://chart.apis.google.com/chart?cht=p3&amp;chd=s:world5&amp;chs=200x125&amp;chl=A|B|C|D|E|F"> </p>
<p>詳細的說明就請上<a href="http://code.google.com/apis/chart/">Google Chart API的說明網頁</a>吧！</p>
]]></content:encoded>
			<wfw:commentRss>http://punk.tw/2007/12/07/google-chart-api/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google的OpenSocial API出現了！</title>
		<link>http://punk.tw/2007/11/02/google%e7%9a%84opensocial-api%e5%87%ba%e7%8f%be%e4%ba%86%ef%bc%81</link>
		<comments>http://punk.tw/2007/11/02/google%e7%9a%84opensocial-api%e5%87%ba%e7%8f%be%e4%ba%86%ef%bc%81#comments</comments>
		<pubDate>Fri, 02 Nov 2007 08:31:38 +0000</pubDate>
		<dc:creator>deduce</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[OpenSocial API]]></category>

		<guid isPermaLink="false">http://punk.tw/2007/11/02/393.html</guid>
		<description><![CDATA[網址在此：http://code.google.com/apis/opensocial/ 官方部落格：http://opensocialapis.blogspot.com/ 說明文件：http://code.google.com/apis/opensocial/docs/ 有圖有真相：]]></description>
			<content:encoded><![CDATA[<p>網址在此：<a title="http://code.google.com/apis/opensocial/" href="http://code.google.com/apis/opensocial/">http://code.google.com/apis/opensocial/</a></p>
<p>官方部落格：<a href="http://opensocialapis.blogspot.com/">http://opensocialapis.blogspot.com/</a></p>
<p>說明文件：<a title="http://code.google.com/apis/opensocial/docs/" href="http://code.google.com/apis/opensocial/docs/">http://code.google.com/apis/opensocial/docs/</a></p>
<p>有圖有真相：</p>
<p><a href="http://punk.tw/wp-content/uploads/2007/11/image1.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="292" alt="image" src="http://punk.tw/wp-content/uploads/2007/11/image-thumb1.png" width="359" border="0"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://punk.tw/2007/11/02/google%e7%9a%84opensocial-api%e5%87%ba%e7%8f%be%e4%ba%86%ef%bc%81/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google宣佈OpenSocial API，台灣也自己來做繁體中文版吧！</title>
		<link>http://punk.tw/2007/10/31/google%e5%ae%a3%e4%bd%88opensocial-api%ef%bc%8c%e5%8f%b0%e7%81%a3%e4%b9%9f%e8%87%aa%e5%b7%b1%e4%be%86%e5%81%9a%e7%b9%81%e9%ab%94%e4%b8%ad%e6%96%87%e7%89%88%e5%90%a7%ef%bc%81</link>
		<comments>http://punk.tw/2007/10/31/google%e5%ae%a3%e4%bd%88opensocial-api%ef%bc%8c%e5%8f%b0%e7%81%a3%e4%b9%9f%e8%87%aa%e5%b7%b1%e4%be%86%e5%81%9a%e7%b9%81%e9%ab%94%e4%b8%ad%e6%96%87%e7%89%88%e5%90%a7%ef%bc%81#comments</comments>
		<pubDate>Wed, 31 Oct 2007 15:58:43 +0000</pubDate>
		<dc:creator>deduce</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Murmur]]></category>
		<category><![CDATA[OpenSocial API]]></category>

		<guid isPermaLink="false">http://punk.tw/2007/10/31/390.html</guid>
		<description><![CDATA[（圖片來源：TechCrunch） 前幾天看到TechCrunch上的「Google’s Response to Facebook: “Maka-Maka”」，大意是說Google內部有個叫做Maka-Maka的專案，會針對目前市場上主要的社群網站去進行一些有趣的動作，最早是有另外一篇文章提到Google將會釋出一套API，讓開發人員可以藉此使用Google的社群資源，例如Orkut社群網站上的資訊。 沒想到今天就看到Google即將在星期四發表OpenSocial，下面是一段簡介： OpenSocial is a set of common APIs for building social applications on the web. These common APIs mean that developers only have to learn once in order to start building social applications for multiple websites, and any website will be able to implement OpenSocial and host social applications. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://punk.tw/wp-content/uploads/2007/11/image.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="185" alt="image" src="http://punk.tw/wp-content/uploads/2007/11/image-thumb.png" width="244" border="0"></a> <br />（圖片來源：<a href="http://www.techcrunch.com/2007/10/30/details-revealed-google-opensocial-to-be-common-apis-for-building-social-apps/">TechCrunch</a>）</p>
<p>前幾天看到<a href="http://www.techcrunch.com/">TechCrunch</a>上的「<a href="http://www.techcrunch.com/2007/10/29/googles-response-to-facebook-maka-maka/">Google’s Response to Facebook: “Maka-Maka”</a>」，大意是說Google內部有個叫做Maka-Maka的專案，會針對目前市場上主要的社群網站去進行一些有趣的動作，最早是有<a href="http://www.techcrunch.com/2007/09/21/google-to-out-open-facebook-on-november-5/">另外一篇文章</a>提到Google將會釋出一套API，讓開發人員可以藉此使用Google的社群資源，例如Orkut社群網站上的資訊。</p>
<p>沒想到今天就看到Google即將在星期四發表OpenSocial，下面是一段簡介：</p>
<blockquote><p>OpenSocial is a set of common APIs for building social applications on the web. These common APIs mean that developers only have to learn once in order to start building social applications for multiple websites, and any website will be able to implement OpenSocial and host social applications.</p>
</blockquote>
<p>OpenSocial提供了下述幾個存取的功能：</p>
<ul>
<li>Profile Information個人資料(User Data)</li>
<li>Friends Information好友的資料(Social Graph，也就是好友之間的連結)</li>
<li>Activities與使用者相關的活動，例如最近的更新之類的吧？</li>
</ul>
<p>細節我想等Google文件出來再看官方說法吧！或是各位讀者可以自行到<a href="http://www.techcrunch.com/2007/10/30/details-revealed-google-opensocial-to-be-common-apis-for-building-social-apps/">Details Revealed: Google OpenSocial To Launch Thursday</a>觀看文章裡面的介紹。</p>
<p>之前看到<a href="http://blog.gslin.org/">GSLin</a>在寫的<a href="http://blog.gslin.org/archives/2007/10/21/1342/">Social Network Search in Taiwan</a>，裡面有提到他們會釋出API，我想這個網站的功能強化之後或許就很類似台灣版的OpenSocial API。</p>
<p>前陣子我自己也寫了一支程式去爬有名大站的好友名單，我做的事情比較不一樣，稍微列出來給各位讀者參考：</p>
<ul>
<li>撈取好友名單（包含User帳號、每個User給的<strong>好友敘述</strong>及<strong>群組</strong>）</li>
<li>查詢加了誰、被誰加入、共同好友</li>
<li>依群組、關鍵字、關聯性查詢使用者（關聯性的實作不太完整）</li>
<li>提供開放的API來讀取資料庫中的好友名單（事實上我本來是想先把API的功能寫好，再用自己寫好的API來做上述的事情）</li>
</ul>
<p>寫這樣的程式其實不難，我用的語言是Ruby搭配Hpricot這個非常好用的library，需要克服的問題就是YAHOO的999 error，我用了取巧的方式來避開這個問題（不過偶爾還是會出錯，所以有時後更新速度不快）。</p>
<p>另外，可以發現因為我把好友敘述、群組都記錄下來，只要查到所有加入某A使用者的敘述及相關群組，就可以大致判斷該使用者的基本資料，換句話說，這個程式還滿宅的，可以找到長榮空姐群組、政大熱舞群組之類的，透過大家的好友敘述也幾乎可以準確判斷出一個人的背景，例如學校、本名、綽號、外表特徵等等...這樣的程式如果release出來應該不用兩天就要關站了，一方面是道德爭議、一方面是機器會被撐爆。</p>
<p>我經常在想，<strong>有名大站這種偽Web 2.0不開放API，很多功能又沒有，那不如我們就自己來幫它寫API吧！</strong>然後連帶Pixnet, Xuite或是一些比較紅的網站，也都把使用者之間的關係parse出來，這不就成了台灣版的OpenSocial API了嗎？（不過我倒是沒考慮到侵權的問題，可能還得請教一下這方面的能手，初期還是先當個人興趣吧！）</p>
<p>註：不過，我想一些好友之間相似度、最短路徑之類的演算法還滿適合拿來給我這種程式新手練習練習的:D</p>
<h1>References</h1>
<ul>
<li>Google OpenSocial: <a title="http://code.google.com/apis/opensocial" href="http://code.google.com/apis/opensocial">http://code.google.com/apis/opensocial</a><br />這個網址目前我還進不去，TechCrunch上的說法是星期四會啟用</li>
<li><a href="http://www.techcrunch.com/2007/10/30/details-revealed-google-opensocial-to-be-common-apis-for-building-social-apps/">Details Revealed: Google OpenSocial To Launch Thursday</a></li>
<li><a href="http://radar.oreilly.com/archives/2007/10/google-opensocial-api-launch.html">Google Announces the OpenSocial API</a></li>
<li><a href="http://www.techcrunch.com/2007/09/21/google-to-out-open-facebook-on-november-5/">Google To “Out Open” Facebook On November 5</a></li>
<li><a href="http://www.techcrunch.com/2007/10/29/googles-response-to-facebook-maka-maka/">Google’s Response to Facebook: “Maka-Maka”</a></li>
<li><a href="http://gigaom.com/2007/10/30/opensocial/">OpenSocial, Google’s Open Answer to Facebook</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://punk.tw/2007/10/31/google%e5%ae%a3%e4%bd%88opensocial-api%ef%bc%8c%e5%8f%b0%e7%81%a3%e4%b9%9f%e8%87%aa%e5%b7%b1%e4%be%86%e5%81%9a%e7%b9%81%e9%ab%94%e4%b8%ad%e6%96%87%e7%89%88%e5%90%a7%ef%bc%81/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google網站管理員工具：部落格訂閱人數</title>
		<link>http://punk.tw/2007/10/15/google%e7%b6%b2%e7%ab%99%e7%ae%a1%e7%90%86%e5%93%a1%e5%b7%a5%e5%85%b7%ef%bc%9a%e9%83%a8%e8%90%bd%e6%a0%bc%e8%a8%82%e9%96%b1%e4%ba%ba%e6%95%b8</link>
		<comments>http://punk.tw/2007/10/15/google%e7%b6%b2%e7%ab%99%e7%ae%a1%e7%90%86%e5%93%a1%e5%b7%a5%e5%85%b7%ef%bc%9a%e9%83%a8%e8%90%bd%e6%a0%bc%e8%a8%82%e9%96%b1%e4%ba%ba%e6%95%b8#comments</comments>
		<pubDate>Mon, 15 Oct 2007 08:49:27 +0000</pubDate>
		<dc:creator>deduce</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://punk.tw/2007/10/15/360.html</guid>
		<description><![CDATA[很久沒有登入Google Webmaster Tools了，剛剛看到「Find the Number of Google Subscribers for Any Feed」、「The Number of iGoogle / Google Reader Subscribers」兩篇文章才知道原來可以用Google來查看RSS feed的訂閱人數。 在此統計的人數，是以iGoogle、Google Reader或是orkut等產品訂閱的才計算，因此跟Feedburner比較起來數字算是相當不精準的。以我看到的數字跟目前Feedburner比較起來，大概只有不到四分之一吧！ 不過可見網站管理員工具的統計功能有在持續改進，結合Analytics使用的話，未來說不定會發展出更多豐富的功能:p]]></description>
			<content:encoded><![CDATA[<p><a href="http://punk.tw/wp-content/uploads/2007/10/image7.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="307" alt="image" src="http://punk.tw/wp-content/uploads/2007/10/image-thumb7.png" width="328" border="0"></a> </p>
<p>很久沒有登入<a href="https://www.google.com/webmasters/tools/siteoverview?hl=zh-TW">Google Webmaster Tools</a>了，剛剛看到「<a href="http://googlesystem.blogspot.com/2007/10/find-number-of-google-subscribers-for.html">Find the Number of Google Subscribers for Any Feed</a>」、「<a href="http://googlesystem.blogspot.com/2007/09/number-of-igoogle-google-reader.html">The Number of iGoogle / Google Reader Subscribers</a>」兩篇文章才知道原來可以用Google來查看RSS feed的訂閱人數。</p>
<p>在此統計的人數，是以iGoogle、Google Reader或是orkut等產品訂閱的才計算，因此跟Feedburner比較起來數字算是相當不精準的。以我看到的數字跟目前Feedburner比較起來，大概只有不到四分之一吧！</p>
<p>不過可見網站管理員工具的統計功能有在持續改進，結合Analytics使用的話，未來說不定會發展出更多豐富的功能:p</p>
]]></content:encoded>
			<wfw:commentRss>http://punk.tw/2007/10/15/google%e7%b6%b2%e7%ab%99%e7%ae%a1%e7%90%86%e5%93%a1%e5%b7%a5%e5%85%b7%ef%bc%9a%e9%83%a8%e8%90%bd%e6%a0%bc%e8%a8%82%e9%96%b1%e4%ba%ba%e6%95%b8/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gmail Video活動成果</title>
		<link>http://punk.tw/2007/08/29/gmail-video%e6%b4%bb%e5%8b%95%e6%88%90%e6%9e%9c</link>
		<comments>http://punk.tw/2007/08/29/gmail-video%e6%b4%bb%e5%8b%95%e6%88%90%e6%9e%9c#comments</comments>
		<pubDate>Wed, 29 Aug 2007 09:30:28 +0000</pubDate>
		<dc:creator>deduce</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://punk.tw/2007/08/29/gmail-video%e6%b4%bb%e5%8b%95%e6%88%90%e6%9e%9c/</guid>
		<description><![CDATA[前陣子Google推出了一個Gmail Video的活動，來自全球的Gmail愛好者拍攝了一千多份短片後Google做了一個精選。 在Gmail Video的網頁上可以發現其中有一段是來自台北的影片，酷！:D]]></description>
			<content:encoded><![CDATA[<p>前陣子Google推出了一個<a href="http://mail.google.com/mail/help/gmail_video.html">Gmail Video</a>的活動，來自全球的Gmail愛好者拍攝了一千多份短片後Google做了一個精選。</p>
<p><embed src="http://www.youtube.com/v/qKAInP_tmHk" width="425" height="350" type="application/x-shockwave-flash" wmode="transparent"></embed></p>
<p>在Gmail Video的網頁上可以發現其中有一段是來自台北的影片，酷！:D</p>
<p><a href="http://punk.tw/wp-content/uploads/images/GmailVideo_F5AA/image.png" atomicselection="true"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="193" alt="image" src="http://punk.tw/wp-content/uploads/images/GmailVideo_F5AA/image_thumb.png" width="240" border="0"></a> </p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/06MyM-t0qVw"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/06MyM-t0qVw" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://punk.tw/2007/08/29/gmail-video%e6%b4%bb%e5%8b%95%e6%88%90%e6%9e%9c/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>安裝Google Code Prettify</title>
		<link>http://punk.tw/2007/08/20/%e5%ae%89%e8%a3%9dgoogle-code-prettify</link>
		<comments>http://punk.tw/2007/08/20/%e5%ae%89%e8%a3%9dgoogle-code-prettify#comments</comments>
		<pubDate>Mon, 20 Aug 2007 06:56:48 +0000</pubDate>
		<dc:creator>deduce</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Studio]]></category>

		<guid isPermaLink="false">http://punk.tw/2007/08/20/%e5%ae%89%e8%a3%9dgoogle-code-prettify/</guid>
		<description><![CDATA[Google Code Prettify是一個可以美化網頁上程式碼的小外掛，安裝方式非常簡單，可以參考官方發表的README檔案。 安裝步驟： 下載原始檔案（官方網站似乎不提供host）：http://google-code-prettify.googlecode.com/files/prettify-small.zip 在需要顯示程式碼的網頁加入下面程式：&#60;link href="prettify.css" type="text/css" rel="stylesheet" /&#62;&#60;script type="text/javascript" src="prettify.js"&#62;&#60;/script&#62; （我的作法是將上述兩個檔案丟到Google Page Creator上面） 修改&#60;body&#62;標籤，加入onload="prettyPrint()" &#160;之後有需要顯示程式碼的地方，只要用&#60;pre class="prettyprint"&#62;...&#60;/pre&#62;或&#60;code class="prettyprint"&#62;...&#60;/code&#62;將程式碼包住即可。 （我猜直接連到http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.css也可以，不過我就懶得測試了。） 在Google Blogger修改的方式如下圖：（範本修改HTML、找到&#60;head&#62;將上述兩行程式放在&#60;head&#62;之後，再找到&#60;body&#62;將onLoad加在後面：&#60;body onLoad="prettyPrint()"）]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/p/google-code-prettify/">Google Code Prettify</a>是一個可以美化網頁上程式碼的小外掛，安裝方式非常簡單，可以參考官方發表的<a href="http://google-code-prettify.googlecode.com/svn/trunk/README.html">README檔案</a>。</p>
<p>安裝步驟：</p>
<ol>
<li>下載原始檔案（官方網站似乎不提供host）：<br /><a title="http://google-code-prettify.googlecode.com/files/prettify-small.zip" href="http://google-code-prettify.googlecode.com/files/prettify-small.zip">http://google-code-prettify.googlecode.com/files/prettify-small.zip</a>
<li>在需要顯示程式碼的網頁加入下面程式：<code>&lt;link href="prettify.css" type="text/css" rel="stylesheet" /&gt;<br />&lt;script type="text/javascript" src="prettify.js"&gt;&lt;/script&gt;</code>
<li>（我的作法是將上述兩個檔案丟到Google Page Creator上面）
<li>修改&lt;body&gt;標籤，加入onload="prettyPrint()"</li>
</ol>
<p>&nbsp;之後有需要顯示程式碼的地方，只要用<tt>&lt;pre class="prettyprint"&gt;...&lt;/pre&gt;或</tt><tt>&lt;code class="prettyprint"&gt;...&lt;/code&gt;將程式碼包住即可。</tt></p>
<p>（我猜直接連到<a title="http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.css" href="http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.css">http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.css</a>也可以，不過我就懶得測試了。）</p>
<p>在Google Blogger修改的方式如下圖：<br />（範本修改HTML、找到&lt;head&gt;將上述兩行程式放在&lt;head&gt;之後，再找到&lt;body&gt;將onLoad加在後面：&lt;body onLoad="prettyPrint()"）</p>
<p><a href="http://punk.tw/wp-content/uploads/images/GoogleCodePrettify_D02B/image.png" atomicselection="true"></a><a href="http://punk.tw/wp-content/uploads/images/GoogleCodePrettify_D02B/image_3.png" atomicselection="true"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="414" alt="image" src="http://punk.tw/wp-content/uploads/images/GoogleCodePrettify_D02B/image_thumb.png" width="499" border="0"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://punk.tw/2007/08/20/%e5%ae%89%e8%a3%9dgoogle-code-prettify/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#039;m a Google Fan.</title>
		<link>http://punk.tw/2007/07/24/im-a-google-fan</link>
		<comments>http://punk.tw/2007/07/24/im-a-google-fan#comments</comments>
		<pubDate>Tue, 24 Jul 2007 04:04:45 +0000</pubDate>
		<dc:creator>deduce</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Murmur]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://punk.tw/2007/07/24/im-a-google-fan/</guid>
		<description><![CDATA[好久沒寫文章，今日忙裡偷閒談談Google。 從開始大量使用Google所提供的服務一年半以來（從我開始習慣性地登入Google使用服務算起），我的搜尋總數居然達到了17000次，所有我搜尋過的關鍵字、逛過的網頁統統被Google紀錄起來。（Google的兩個服務，Search History、Web History），條列一下我使用的Google服務應該可以讓我很有自信地說我是個忠實的Google Fan： 搜尋行為：Google Search History 網頁瀏覽歷程：Google Web History，所有瀏覽過的網頁、進入的時間點統統會被Google記錄下來。 信件往來：Gmail，所有的個人信件幾乎都使用Gmail，甚至我其他的POP3信箱也都使用Gmail統一處理、回覆。 RSS Aggregator: Google Reader 網站流量分析：Google Analytics，用來分析所有我管理的網站 用Google Sitemaps for SEO 用Google AdSense賺點小錢（其實還沒賺到半毛錢XD） 用Google Picasa管理電腦中的相片（當然同時也使用了Web Album） 用Google Blogger寫blog（近日開張，寫與工作相關的技術內容） 用Google Groups與朋友聯繫感情、建立通信群組 用Google Calendar來訂閱學校行事曆、電影上映行事曆、Open Source相關活動行事曆 用Google Documents來管理部份常用的文件（我是個重度Micorosft Word/PowerPoint使用者，目前無法擺脫它們orz） 用Google Blog Search來搜尋各種我感興趣的議題，藉此找到同好，我認為用Blog Search非常容易找到某些頗有深度的部落格 用Google Talk跟朋友聊天 用Google Page Creator建立簡單的網頁或是放圖片 用Google Apps建立自有網域的Gmail、Calendar跟GTalk（不過荒廢已久XD，後來還是都轉gmail.com） 其他偶爾會用的像是用Google Patents找專利文件（之前在參加創業競賽的時候非常好用）、Google Image Search（不過Flickr更好用）、Google Maps（目前我還是用UrMap居多）、Google GData API（寫程式大量撈資料時很好用，但最近發現Yahoo! [...]]]></description>
			<content:encoded><![CDATA[<p>好久沒寫文章，今日忙裡偷閒談談Google。</p>
<p><a href="http://punk.tw/wp-content/uploads/images/f5a81771d8d3_A0BD/image.png" atomicselection="true"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="290" alt="image" src="http://punk.tw/wp-content/uploads/images/f5a81771d8d3_A0BD/image_thumb.png" width="179" align="right" border="0"></a>從開始大量使用Google所提供的服務一年半以來（從我開始習慣性地登入Google使用服務算起），我的搜尋總數居然達到了17000次，所有我搜尋過的關鍵字、逛過的網頁統統被Google紀錄起來。（Google的兩個服務，Search History、Web History），條列一下我使用的Google服務應該可以讓我很有自信地說我是個忠實的Google Fan：</p>
<ul>
<li>搜尋行為：Google Search History</li>
<li>網頁瀏覽歷程：Google Web History，所有瀏覽過的網頁、進入的時間點統統會被Google記錄下來。</li>
<li>信件往來：Gmail，所有的個人信件幾乎都使用Gmail，甚至我其他的POP3信箱也都使用Gmail統一處理、回覆。</li>
<li>RSS Aggregator: Google Reader</li>
<li>網站流量分析：Google Analytics，用來分析所有我管理的網站</li>
<li>用Google Sitemaps for SEO</li>
<li>用Google AdSense賺點小錢（其實還沒賺到半毛錢XD）</li>
<li>用Google Picasa管理電腦中的相片（當然同時也使用了Web Album）</li>
<li>用Google Blogger寫blog（近日開張，寫與工作相關的技術內容）</li>
<li>用Google Groups與朋友聯繫感情、建立通信群組</li>
<li>用Google Calendar來訂閱學校行事曆、電影上映行事曆、Open Source相關活動行事曆</li>
<li>用Google Documents來管理部份常用的文件（我是個重度Micorosft Word/PowerPoint使用者，目前無法擺脫它們orz）</li>
<li>用Google Blog Search來搜尋各種我感興趣的議題，藉此找到同好，我認為用Blog Search非常容易找到某些頗有深度的部落格</li>
<li>用Google Talk跟朋友聊天</li>
<li>用Google Page Creator建立簡單的網頁或是放圖片</li>
<li>用Google Apps建立自有網域的Gmail、Calendar跟GTalk（不過荒廢已久XD，後來還是都轉gmail.com）</li>
</ul>
<p>其他偶爾會用的像是用Google Patents找專利文件（之前在參加創業競賽的時候非常好用）、Google Image Search（不過Flickr更好用）、Google Maps（目前我還是用UrMap居多）、Google GData API（寫程式大量撈資料時很好用，但最近發現Yahoo! API誠意也很夠），其實很多Google提供的服務偶爾都會去玩一下，但也就僅止於玩玩而已orz</p>
<p>這是我的每月搜尋活動，可以看出今年一月的時候搜尋的次數多到誇張，寒假則極度悠哉。<a href="http://punk.tw/wp-content/uploads/images/f5a81771d8d3_A0BD/image_3.png" atomicselection="true"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="224" alt="image" src="http://punk.tw/wp-content/uploads/images/f5a81771d8d3_A0BD/image_thumb_3.png" width="430" border="0"></a> </p>
<p>每日搜尋活動，可以看出星期三是最忙碌的一天、星期六則是相對悠哉的。</p>
<p><a href="http://punk.tw/wp-content/uploads/images/f5a81771d8d3_A0BD/image_4.png" atomicselection="true"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="215" alt="image" src="http://punk.tw/wp-content/uploads/images/f5a81771d8d3_A0BD/image_thumb_4.png" width="262" border="0"></a> </p>
<p>最心酸的來了，從這張圖完全可以看出我的作息時間，甚至有時候是不睡覺，一大早五六點在找東西....</p>
<p><a href="http://punk.tw/wp-content/uploads/images/f5a81771d8d3_A0BD/image_5.png" atomicselection="true"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="129" alt="image" src="http://punk.tw/wp-content/uploads/images/f5a81771d8d3_A0BD/image_thumb_5.png" width="475" border="0"></a> </p>
<p>有人會認為，Google這樣很恐怖，所有個人在網路上的瀏覽、搜尋行為、與朋友的信件往來、聊天紀錄統統被Google掌握，但我想網路就是如此，我自己倒不是很在意這點。（當然或許我只是個無名小卒，如果是哪個藝人或政治人物的密碼遭到破解或是資料外流，這種瀏覽、搜尋紀錄一定可以發現很多有趣現象XD）</p>
]]></content:encoded>
			<wfw:commentRss>http://punk.tw/2007/07/24/im-a-google-fan/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google搜尋技巧</title>
		<link>http://punk.tw/2007/05/07/google%e6%90%9c%e5%b0%8b%e6%8a%80%e5%b7%a7</link>
		<comments>http://punk.tw/2007/05/07/google%e6%90%9c%e5%b0%8b%e6%8a%80%e5%b7%a7#comments</comments>
		<pubDate>Mon, 07 May 2007 11:43:14 +0000</pubDate>
		<dc:creator>deduce</dc:creator>
				<category><![CDATA[Murmur]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://punk.tw/2007/05/07/google%e6%90%9c%e5%b0%8b%e6%8a%80%e5%b7%a7/</guid>
		<description><![CDATA[有同學問我：「我想找Dapper會找到跟Ubuntu Linux有關的網頁，我該怎麼找？」 答案很簡單，搜尋「dapper -ubuntu」便可去掉跟ubuntu有關的結果了。]]></description>
			<content:encoded><![CDATA[<p>有同學問我：「我想找<a href="http://www.dapper.net/">Dapper</a>會找到跟Ubuntu Linux有關的網頁，我該怎麼找？」</p>
<p>答案很簡單，搜尋「dapper -ubuntu」便可去掉跟ubuntu有關的結果了。</p>
]]></content:encoded>
			<wfw:commentRss>http://punk.tw/2007/05/07/google%e6%90%9c%e5%b0%8b%e6%8a%80%e5%b7%a7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Maps台灣區變得好清楚啊！</title>
		<link>http://punk.tw/2007/04/25/google-maps%e5%8f%b0%e7%81%a3%e5%8d%80%e8%ae%8a%e5%be%97%e5%a5%bd%e6%b8%85%e6%a5%9a%e5%95%8a%ef%bc%81</link>
		<comments>http://punk.tw/2007/04/25/google-maps%e5%8f%b0%e7%81%a3%e5%8d%80%e8%ae%8a%e5%be%97%e5%a5%bd%e6%b8%85%e6%a5%9a%e5%95%8a%ef%bc%81#comments</comments>
		<pubDate>Wed, 25 Apr 2007 09:30:49 +0000</pubDate>
		<dc:creator>deduce</dc:creator>
				<category><![CDATA[Murmur]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://punk.tw/2007/04/25/google-maps%e5%8f%b0%e7%81%a3%e5%8d%80%e8%ae%8a%e5%be%97%e5%a5%bd%e6%b8%85%e6%a5%9a%e5%95%8a%ef%bc%81/</guid>
		<description><![CDATA[今天在ptt2上逛「隨機客」的板，「隨機客」提到Google maps台灣地區變得很清楚，特地看了一下，果然是非常清楚！連政大校內的環山道、傳播學院的位置都清清楚楚，看來以後寫網站要Mash-up地圖的API不僅可以用urmap，也可以用Google Maps了！（不過衛星空照圖的資料顯然還不夠新，以政大來說，目前還是三四年前的樣子orz）]]></description>
			<content:encoded><![CDATA[<p>今天在ptt2上逛「隨機客」的板，「隨機客」提到Google maps台灣地區變得很清楚，特地看了一下，果然是非常清楚！連政大校內的環山道、傳播學院的位置都清清楚楚，看來以後寫網站要Mash-up地圖的API不僅可以用urmap，也可以用Google Maps了！（不過衛星空照圖的資料顯然還不夠新，以政大來說，目前還是三四年前的樣子orz）</p>
<p><a href="http://punk.tw/wp-content/uploads/images/9ab5139434b0_F1E4/image07.png" atomicselection="true"><img height="341" src="http://punk.tw/wp-content/uploads/images/9ab5139434b0_F1E4/image0_thumb1.png" width="532"></a><a href="http://punk.tw/wp-content/uploads/images/9ab5139434b0_F1E4/image011.png" atomicselection="true"><img height="370" src="http://punk.tw/wp-content/uploads/images/9ab5139434b0_F1E4/image0_thumb3.png" width="384"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://punk.tw/2007/04/25/google-maps%e5%8f%b0%e7%81%a3%e5%8d%80%e8%ae%8a%e5%be%97%e5%a5%bd%e6%b8%85%e6%a5%9a%e5%95%8a%ef%bc%81/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

