Google个性主页手机版发布
Wednesday, 26. July 2006, 17:08:57
现在登录Google的个性主页会发现上图一样的提示,点击链接后便会打开手机形状的侧栏,这时原来个性主页上的模块凡是可以添加到手机版的都会有一个Add to my phone的蓝色按钮,点击后模块就添加到手机版的首页了。此项服务目前仅限于美国本土,尽管如此,我还是狠狠地添了一大堆以泄忿忿just share Opera and enjoy with POPO...
Wednesday, 26. July 2006, 17:08:57
现在登录Google的个性主页会发现上图一样的提示,点击链接后便会打开手机形状的侧栏,这时原来个性主页上的模块凡是可以添加到手机版的都会有一个Add to my phone的蓝色按钮,点击后模块就添加到手机版的首页了。此项服务目前仅限于美国本土,尽管如此,我还是狠狠地添了一大堆以泄忿忿
links for 2006-07-26links for 2006-07-27![]()
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
| ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | 31 | ||
My primary weblog
Waves from a PerlinNoise: Sources: PerlinWaves.as and PerlinWavesMain.as --- FreeTransform: Sources: FreeTransform.as and FreeTransformDemo.as As a principle that's a cubic spline with two parameters
Let's say you're building a commerce system. An Order has a BillingAddress. You want to support address book functionality where users can re-use, edit and delete addresses, but once an order has been placed, you want to fix the BillingAddress for that order while still allowing it to be editable wi ...
As you know, I have been struggling to wrap my small, procedural mind around the domain model of OOPhoto, my latest attempt at learning Object Oriented Programming (OOP) in ColdFusion. I started out with what I referred to as the " basic domain objects " and then I moved onto some more service orien ...
I have just finished reading Bob Silverberg's blog posts on Transfer ORM. It's a five part (thus far) series on how Bob has been using Transfer over the last year. Bob is a great writer and has done an excellent job of describing what he has been doing, which left me wondering why "I still don't get ...
接下来的例子演示了如何创建简单的Flex模块(module),以及从父类应用中调用模块中的事件。 让我们先来看一下Demo(可以右键View Source或点击这里察看源代码): 下面是完整代码(或点击这里察看):