Showing posts with label framework. Show all posts
Showing posts with label framework. Show all posts

Tuesday, August 28, 2012

About javascript frameworks - which, where and when to use!

Link here.
All about which javascript framework to choose when designing a web application.

Saturday, August 25, 2012

Phalcon, a faster PHP framework

Link here.
 - It's delivered as a C extension
 - can handle more requests per second.
 - takes way lesser time per request than other frameworks.
 - has to interpret lesser files per request.
 - has to allocate lesser memory for each request.