Google is shutting down Hello, Picasa"s photo sharing service which was part of the Picasa acquisition back in 2004. On the program, Wikipedia writes:
Hello by Google"s Picasa is [was] a free computer program that allows users to send images across the Internet and publish them to their blogs. It is similar to an instant messaging program because one can send text, but Hello focuses on digital photographs.
I made a copy of Hello"s old homepage and their "how it works" page* as the site is now just displaying the following message:
All good things come to an end. So ...
>>
Source Link>>Blog:
Google Blogoscoped>>Publish Date: 5/10/2008 7:09:59 AM
>>Keywords: hello google
Related Posts>>Google Dynamically Adjusts Query Direction for Hebrew, Arabic # Hebrew and Arabic Google will now more dynamically adjust from left-to-right/ right-to-left typing, depending on what language you enter, Google announced. For instance, if you go to Google Egypt and
>>Gmail终于解禁了! # 1月26日收到Google的一封邮件: Hello, Thanks for your report. We apologize for any inconvenience you may have experienced. The issue you described should now be resolved. If you continue to experience difficul
>>Netvibes" Universal Widget API # Netvibes released the "Universal Widget API" (UWA) with the claim "Write once, run everywhere" (ouch, I"m reminded of an old unfulfilled Sun/ Java promise!). The idea is that you create gadget code on
>>What Did Your Visitors Ask? # Google Analytics allows you to see what people searched for in Google to find your site -- if you inserted their little tracker code into your template, that is. They do so by checking the referrer va
>>Bulk Spell Correction # What would you think of a "bulk emailing" program that would scour the web to find spelling errors, and then send out emails like the following? (This is a hypothetical case inspired by a personal mai
>>用匿名函数避免命名冲突 # blockquote{color: #007000; font-family: "bogus font here", monospace;font-size: 100%; border: 1px solid silver; background-color: #f5f5f5;padding: 0.5em; overflow: auto; margin: 2em;} 本文是google.loader
>>当gmail被禁用 # 最近的Gmail一直有问题,很难登陆。想是和此前的地震有关。 但这还不是最糟的。 前几天,想登陆hopesome@gmail.com时,突然发现,这个Gmail帐号被禁了。提示信息是: "对不起,您的帐户已禁用。 有关 Google 帐户的更多信息,请前往支持中心http://www.google.com/support/accounts/咨询"。 Google说被禁的可能原因包括但不局限
>>互联网应用平台的关口 # 我们现在的编程工具就处在一个关口。 在这关口之前的二十年里,竖立着一个成功的编程工具:Microsoft Visual Studio(以及它的最初原型 - Visual Basic)。这个可视的集成化的编程工具把一代的程序员吸引到这个平台上面并且帮助微软确立了PC机世界的霸主地位。 而在今天的这个关口出现的时候,眼花缭乱的新工具冒泡一样的出现,但就剩最后一步,仅仅一步,就到了这个关口了。 比
>>Google Mashup Editor # I just got in to the shiny new beta for the Google Mashup Editor and I wanted to share my thoughts on it with you. Like Yahoo! Pipes before it (our review here), the Google Mashup Editor provides a s
>>C#3.0 中 隐式类型变量、匿名类型 # 隐式类型变量 (Implicitly typed local variables) 象下面的代码书写就是隐式类型变量 var i = 5;var str = “Csharp”var numbers = new int {3,1,4,1,5} ; 是隐式类型变量 匿名类型 和 隐式类型变量 的区别 隐式类型变量 指我们可以通过等号右边的表达式,推断出等号左边该是那种类型。 匿名类