這裏顯示兩個版本的差異處。
| Both sides previous revision 前次修改 下次修改 | 前次修改 | ||
|
website:google [2010/01/07 19:54] 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 ====== | ====== Sync ====== | ||
| http://www.google.com/sync/index.html | http://www.google.com/sync/index.html | ||
| 行 35: | 行 72: | ||
| [[http://blog.newserr.com/?p=14]] | [[http://blog.newserr.com/?p=14]] | ||
| - | ====== Google Wave Protocol ====== | + | |
| - | http://code.google.com/p/wave-protocol/ | + | |