-
Categories
- Bing (2)
- CMS (2)
- conferences (1)
- Corporate Events (1)
- Free Shit (1)
- gearman (1)
- Google (2)
- hardlink (physical world hyperlinks) (1)
- iTunes Store (1)
- JavaScript (1)
- Lunch 2.0 (1)
- Marie Williams (1)
- Microsoft (3)
- Music (1)
- Open Source (8)
- osx86project (1)
- OpenID (1)
- OS X (1)
- OSCON (1)
- PHP (14)
- Porsche (1)
- preillyme (4)
- Random Musings (6)
- Security (2)
- SHIFT Communications (1)
- Terry Chay (1)
- Web 2.0 (5)
- WebsiteSpark (1)
- Wiki (2)
- Wordpress (2)
- Zend (2)
- Zend Framework (2)
Archives
Category Archives: Web 2.0
Zend Framework Project Teams Need You
Most components and subprojects need volunteers to help with documentation, unit test coverage, code reviews, improving integration with other ZF components, and enhancing architecture and design for the purpose of improving extensibility and ease of use with new components. If you see a subject area or component that interests you, please contact any project members [...]
Also posted in Open Source, PHP, Zend, Zend Framework Leave a comment
Zend Framework Preview 0.7.0
Zend Framework is a simple, straightforward, open-source software framework for PHP 5 designed to eliminate the tedious details of coding and let you focus on the big picture. Its strength is in its highly-modular MVC design, making your code more reusable and easier to maintain. Although it’s currently in preview release, take a look—you may [...]
Also posted in Open Source, PHP, Zend, Zend Framework Leave a comment
Renkoo Launches Beta
Congratulations, to Adam, Joyce, and the rest of the Renkoo team on the launch of their private beta. They have procured, $3 Million in venture capital from Matrix Partners and are still in private beta. Also, check out how Adam decided to decorate his new (old) laptop….
Posted in Web 2.0 Leave a comment
Comet: Low Latency Data For Browsers (long-lived HTTP)
Comet is fundamentally, the use of long-lived HTTP connections to reduce the latency with which messages are passed to the server. In essence, they do not poll the server occasionally. Instead the server has an open line of communication with which it can push data to the client. Comet applications can deliver data to the client [...]
The real secret of a successful web application