這裏顯示兩個版本的差異處。
下次修改 | 前次修改 | ||
website:google [2007/01/23 00:21] wenpei 建立 |
website:google [2013/05/11 15:25] (目前版本) wenpei |
||
---|---|---|---|
行 1: | 行 1: | ||
+ | ====== Search ====== | ||
+ | ===== 不被放入「頁庫存檔」 ===== | ||
+ | 在網頁中增加 | ||
+ | <meta name="googlebot" content="noarchive"> | ||
+ | 如此也可以避免被 Google Reader 用來比較頁面是否更新。 | ||
+ | |||
+ | http://www.google.com/support/reader/bin/answer.py?hl=en&answer=172963 | ||
+ | |||
+ | ====== Google Drive ====== | ||
+ | ===== Save to Button ===== | ||
+ | [[http://googledevelopers.blogspot.tw/2013/05/an-easier-way-to-save-files-to-google.html|An easier way to save files to Google Drive]] | ||
+ | |||
+ | <code> | ||
+ | <script src="https://apis.google.com/js/plusone.js"></script> | ||
+ | <div class="g-savetodrive" | ||
+ | data-filename="My Statement.pdf" | ||
+ | data-sitename="My Company Name" | ||
+ | data-src="/path/to/myfile.pdf"> | ||
+ | </div> | ||
+ | </code> | ||
+ | |||
+ | ====== GMail ====== | ||
+ | Become a Gmail Ninja | ||
+ | |||
+ | http://mail.google.com/mail/help/intl/en/tips.html | ||
+ | |||
+ | ====== Google Talk ====== | ||
+ | ===== API ===== | ||
+ | ==== Tips & Tutorials ==== | ||
+ | http://www.newwebplatform.com/index.php/tips-and-tutorials/Google%20Talk | ||
+ | |||
+ | ==== Scripts & Programs ==== | ||
+ | http://www.newwebplatform.com/index.php/scripts-and-programs/Google%20Talk | ||
+ | |||
+ | ====== Google Wave Protocol ====== | ||
+ | http://code.google.com/p/wave-protocol/ | ||
+ | |||
+ | ====== Sync ====== | ||
+ | http://www.google.com/sync/index.html | ||
+ | |||
+ | http://www.google.com/support/calendar/bin/topic.py?topic=15305 | ||
+ | |||
+ | ===== Calendar Sync ===== | ||
+ | ==== Sunbird ==== | ||
+ | http://www.google.com/support/calendar/bin/answer.py?answer=99358&expand=e02 | ||
+ | |||
+ | http://mozlinks-zh.blogspot.com/2008/12/google-mozilla-sunbird.html | ||
+ | |||
+ | 透過 CalDAV 與 Sunbird 同步。 | ||
+ | |||
+ | 「檔案」->「新增行事曆」->「存放於網際網路」-> 選擇「CalDAV」-> 地點填: | ||
+ | https://www.google.com/calendar/dav/{日曆ID}/events | ||
+ | |||
+ | 若為自己的日曆,日曆 ID 通常是 GMail 信箱地址。 | ||
+ | |||
+ | 帳號需輸入完整的郵件地址。記得取消顯示鬧鈴! | ||
+ | |||
+ | ==== Nokia S60 ==== | ||
+ | http://www.google.com/mobile/nokia_smart/sync.html | ||
+ | |||
+ | ==== iPhone ==== | ||
+ | http://www.google.com/support/mobile/bin/topic.py?topic=14252 | ||
+ | |||
+ | ====== Robots Exclusion Protocol: now with even more flexibility ====== | ||
+ | http://googleblog.blogspot.com/2007/07/robots-exclusion-protocol-now-with-even.html | ||
+ | |||
+ | <META NAME="GOOGLEBOT" CONTENT="unavailable_after: 25-Aug-2007 15:00:00 EST"> | ||
+ | |||
+ | The date and time is specified in the RFC 850 format. | ||
+ | |||
====== 40個你不可不知的Google常見服務! ====== | ====== 40個你不可不知的Google常見服務! ====== | ||
[[http://blog.newserr.com/?p=14]] | [[http://blog.newserr.com/?p=14]] | ||
+ | |||
+ |