這裏顯示兩個版本的差異處。
Both sides previous revision 前次修改 下次修改 | 前次修改 | ||
website:google [2009/06/21 23:58] wenpei |
website:google [2013/05/11 15:25] (目前版本) wenpei |
||
---|---|---|---|
行 1: | 行 1: | ||
- | ====== Calendar Sync ====== | + | ====== Search ====== |
- | ===== Sunbird ===== | + | ===== 不被放入「頁庫存檔」 ===== |
+ | 在網頁中增加 | ||
+ | <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://www.google.com/support/calendar/bin/answer.py?answer=99358&expand=e02 | ||
行 13: | 行 55: | ||
帳號需輸入完整的郵件地址。記得取消顯示鬧鈴! | 帳號需輸入完整的郵件地址。記得取消顯示鬧鈴! | ||
+ | |||
+ | ==== 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 ====== | ====== Robots Exclusion Protocol: now with even more flexibility ====== | ||
行 23: | 行 71: | ||
====== 40個你不可不知的Google常見服務! ====== | ====== 40個你不可不知的Google常見服務! ====== | ||
[[http://blog.newserr.com/?p=14]] | [[http://blog.newserr.com/?p=14]] | ||
+ | |||
+ |