A web developer's blog. PHP, MySQL, CakePHP, Zend Framework, Wordpress, Code Igniter, Django, Python, CSS, Javascript, jQuery, Knockout.js, and other web development topics.

Monthly Archives: July 2010

WordPress: How to enable widgets in your custom theme

This is probably in the WordPress documentation but to enable widgets in your own customized theme, do this: … rest of PHP and HTML code in your here … <div id="sidebar"> <ul> <?php if ( ! dynamic_sidebar( ‘primary-widget-area’ ) ) … Continue reading

Posted in General | Leave a comment

My notes in Symfony

Right now, I am working on a pet-project using Symfony. Symfony is a full-stack framework, a library of cohesive classes written in PHP. It provides an architecture, components and tools for developers to build complex web applications faster. Choosing symfony … Continue reading

Posted in General | Tagged | 5 Comments