Showing posts with label Gmail. Show all posts
Showing posts with label Gmail. Show all posts

February 12, 2010

Google Sync for Contacts on WinMo

フリガナが消失して全く使い物にならない問題が存在した(する)けど、いくらかよくなったようだ。同期されたりされなかったりすることはあるので、最終的には全コンタクトのフリガナ再入力が必要になるようだけど、何とかなりそう。

  1. まず、ActiveSyncで同期するデータに連絡先を含める
  2. 詳細設定から「競合が発生した場合」のオプションを「デバイスのアイテムを保持する」に変更
  3. 同期開始
  4. フリガナが消えたデータを片っ端から再入力
  5. 再度同期
一応これで、Google Contactsの各データにカスタムフィールドとしてフリガナが追加される。ただGoogle Contacts側の挙動がちょっとおかしくてWebからカスタムフィールドの追加/編集/削除をしようとしてもうまくいかない(ことがある)。編集は諦めてWinMo側でやった方がよさそう。また、必ずしも全データのフリガナが消えるわけでもないらしく、該当するデータのフリガナはGoogle Contacts側にもない。原因不明。

前者の問題はサポートに問い合わせてみたこともあったけど、カスタムフィールドは連絡先へのマッピングがされてません、とかいう意味不明な回答しかもらえなかった。

March 6, 2009

Who's taking so much CPUs on Firefox!?

So Firefox always takes too much CPUs recently, just tried to figure out which pages really is heavier. and most suspicious pages was Google product... which I keep alive on any tabs usually.

For a way to measure that, just picked CPU load for a process up from top(1) command per 1 second within 1 minute randomly. and average it. Please note that there aren't actually any purposes nor solutions for this topic in this article. but this would be helpful to think about how to cool my laptop down to avoid a fan error as long as possible next time. because there seems to be an exhaust heat issue here.

Here is a result:
PageAvg. CPU load
about:blank1.31%
Gmail with Labs features74.3%
Gmail without Labs features65.2%
Google Reader2.0%
Google Calendar2.8%
Google Docs3.2%
iGoogle with default content(Weather, Date & Time, YouTube and CNN.com)4.0%


Well, I didn't do any operations during measuring this and may need more sampling in some cases so that it might relates to how often reloading in the background happens. to be fair, it's the fact that Gmail takes a lot of CPUs though.

October 1, 2007

gmailで英数字がBoldにならない?

問題のフォントはどうもArialらしいんだが、深く原因追及する時間もないので、$HOME/.fonts.confにブラックリストを追加することで回避。
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
...
<selectfont>
...
<rejectfont>
<pattern>
<patelt name="family"><string>Arial</string></patelt>
</pattern>
</rejectfont>
...
</selectfont>
...
</fontconfig>

September 26, 2007

Gmailでラベルリストを完全に表示させる方法

左側にあるラベルリスト。ラベルが長すぎて隠れてしまって、もはや何のラベルかも分からない。あまりに使いづらいのでGreasemonkeyで遊びがてら、スクリプトを書いてみた。ここからどうぞ。

問題点
  • カーソル表示ありだと、サイズ変更のあとレイアウトが変わると、カーソルが正しい位置を指さない
  • なぜかイベントが補足できず、結果折り畳んでもサイズ変更ができない(reloadが必要の意)