Pages

Friday, November 06, 2009

Zend Framework 1.9.5 was released

Two weeks after Zend Framework 1.9.4 was released, Zend Framework 1.9.5 is available for download. Changelog contains mostly bug fixes and minor changes... Still waiting for 2.0 version :)

Another mockup tool: Mockingbird

Mockingbird is an online tool that makes it easy for you to create, link together, preview, and share mockups of your website or application.

Mockingbird is built using Cappuccino framework.

Other similar tools for mockup interfaces are: Flairbuilder and Balsamiq.

Thursday, November 05, 2009

CakePHP 1.3 alpha is out

CakePHP team announced CakePHP 1.3 alpha - ready for download. New features include:
  • Router - generate urls with new style prefixes
  • Helpers - Helper::assetTimestamp() - to prevent url caching
  • Helpers - TextHelper - highlight function
  • Helpers - NumberHelper::addFormat() function
  • Error handling
  • improved Scaffolding
  • Logging - Configure::write('log', E_WARNING);
  • Models and datasources
  • Console and Shells
You can see the complete list here: List of new features in CakePHP 1.3 alpha