Archive for October, 2006

Zend Framework Preview 0.2.0 Release

发布了一堆所谓的新特性, 目前都还在incubator目录中, 不知道具体是指什么, 邮件列表中也看到有人问了. 新的东西有:

* New MVC implementation
* New HTTP request and response objects make it easy to automate
unit testing for web apps without a web server, and also make it
possible to use MVC for command-line and PHP-GTK application development
* Enhanced pure PHP Lucene-compatible search engine component
* New Mysqli DB adapter
* New JSON server
* New REST client and server
* New XmlRpc client and server
* New Acl component
* New Session component
* New Web Services clients for Delicious and Audioscrobbler
* New Registry component
* Significant improvements to many other components

imporving是好事. 可惜Diggmore的一部分代码耦合在Zend本身. 其实所谓的新MVC, 最大的改变也只是抛弃了原来的token, 而把其封装城了Request和Response. 不过幸好, 如果你并没有实现自己的dispatcher, front, router… 等等, 那也还好. 可惜diggmore那时候偏偏去实现了他的接口. 我真是有够白痴… download: http://framework.zend.com/download

新的components还都挺不错的. 特别是server那块. 同时发布的还有google GData的PHP的client的lib实现.

subText

今天需要寻找个.Net的Blog, 在SF上搜索一通, 居然找到一个叫subText的blog. 原来是因为著名的.Text死后, 有人专门在此基础上改进的Blog系统. 最新的1.9的版本已经加入并支持了ASP.Net 2.0的新特性. 用起来相当不错. RoadMap看起来也相当吸引人.

希望这个项目能继续下去.

Google…

居然推出了Custom Search Engine, http://google.com/coop/manage/cse/create/1

PHPUnit3 Beta1 Released

果真, 随着xdebug2 rc版本的发布, Sebastian发布了PHPUnit3的第一个beta版本

Javascript on Select

select.appendChild

这个东西比较该死… 如果用这个的话IE下要设置option.innerText. 所以要用select.options.add. 

select.options.remove

这个东西也比较该死. IE下不会有问题. FF下会有, 所以要用select.removeChild.

结论: options.add和removeChild一块用.

Tom Hanks

tom hanks dvds