我Buzz啦

星期天, 二月 21st, 2010

Google Buzz在春节期间发布,自然没有时间使用啦,今天花了些时间看一下,非常不错,不要说我是Google的粉丝,盲目崇拜。首先便捷,和Gmail整合,功能不错,网上有很多评论。个人的Buzz Profile为 https://www.google.com/profiles/libing.chen,欢迎Follow,个人也会及时更新相关的信息,做到真的Buzz。

Goodbye Gears

星期五, 十二月 11th, 2009

看来Google Gears真的要停止啦,取而代之的是HTML 5。 http://www.theserverside.com/news/thread.tss?thread_id=58830 ,本来还打算基于Gears做一些应用,看来要改投HTML 5啦。

Google Closure Tools

星期五, 十一月 6th, 2009

包含三方面内容:JavaScript优化器,JavaScript库和Template引擎。 JavaScript优化器通过Closure Compiler进行的,可以将JavaScript编译成为精简高效的代码,让下载和运行更加快捷。详细的介绍如下: The Closure Compiler compiles JavaScript into compact, high-performance code. The compiler removes dead code and rewrites and minimizes what’s left so that it downloads and runs quickly. It also also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. These checks and optimizations help you write apps that are [...]

安装了Google Page Speed

星期五, 六月 5th, 2009

Page Speed是一个开源的FireBug插件,Web开发人员可以使用Page Speed来评估页面的性能并从中获取性能提升建议。 Page Speed地址为: http://code.google.com/intl/zh-CN/speed/page-speed/index.html