Posts Tagged ‘google’

關於 Nexus One 收訊不好的問題, Google 說..

Monday, April 26th, 2010

by Ry Guy, in a thread of question “Spotty 3G Part 2?

Hey guys,
I’ve seen some recent speculation on this thread about an OTA to improve 3G connectivity and I want to give you an update on the situation.
While we are continuing to monitor user feedback regarding the 3G performance on the Nexus One, we are no longer investigating further engineering improvements at this time.

If you are still experiencing 3G issues, we recommend that you try changing your location or even the orientation of your phone, as this may help in areas with weaker coverage.

-Ry Guy

個人覺得這事硬體的問題比較大吧 ? 話說我的那隻也 firmware update 多次還不是沒事就會斷線, 但比起最初的狀態好很多了, 感謝 Google 工程師的努力.. :)

解決 Google Friend Connect 在 WordPress 2.9.2 無法顯示的問題

Friday, April 23rd, 2010

想為 blog 加上 Google Friend Connect 的 social bar, 結果照著前人的筆記一直沒法正常顯示, Google 老半天終於找到解法, 筆記之. 原來是 prototype.js 搞的鬼, 不確定是不是新版 WordPress 才這樣..

在產生的 code  前面加上這段代碼即可

<script>
window.JSON = {
parse: function(st){
return st.evalJSON();
},
stringify: function(obj){
return Object.toJSON(obj);
}
};
</script>

Ref: Google friend connect social bar is blank in Chrome and Safari