Book Review “CMS Design Using PHP and jQuery”

The Packt Publishing contacted me and asked if I am interested in writing a review about this book. I said yes and got a e-book straight away. I have read 50% of this book and checked codes. Today I’d like to write some reviews about what I read so far.

This is not a paid work and I will be honest.

The book starts from the most important part of CMS about user management.
Then it goes to core of CMS, pages and templates. Using jQuery and plug-ins for this CMS.

I think the appropriate audience of this book should have some experiences with PHP and jQuery. If you have your own CMS, then the book will give you different approaches and skills.
If you don’t know php or jQuery, then you should read those books first.

Continue reading Book Review “CMS Design Using PHP and jQuery”

Xdebug resources for your web development

You can google how to set up Xdebug on your development environment.

Since I am using Ubuntu, this post was short and easy.

Xdebug docementation is filled with sample codes.

Zend Developer Zone has a series of articles about xdebug.

In order to see beatified code, you must turn on the html_errors in [...]