A complete RESTful service and client in CakePHP tutorial
After the long and painful process of understanding REST with CakePHP, I promised myself to write a tutorial on how to create … Keep Reading
Tutorials & Samples
After the long and painful process of understanding REST with CakePHP, I promised myself to write a tutorial on how to create … Keep Reading
Using basic JQuery, you can find out which tab should be highlighted by determining which link the user clicked on and then … Keep Reading
I recently had to integrate CakePHP with Twitter BootStrap. With the CakePHP documentation being what it is, I ended up spending 2 … Keep Reading
Cake provides a very good tutorial on how to use the Auth component, but its not complete. So, I spent a couple … Keep Reading
In case you did not know it, Google uses a feature called Google Personalized Search on all your search results. With … Keep Reading
Whenever you are moving a site, it is best practice to use Htaccess 30 redirects. This is the standard practice for SEO … Keep Reading
In order to exclude a category from the list of posts that appear on your homepage, you can use the WordPress function … Keep Reading
The in_category() function will not test if the post belongs in a sub_category of the given category. So, if you have a … Keep Reading
One of the things that makes developing on WordPress so fun is that it is such a simple platform. A little while … Keep Reading
PHP Timestamps can be very useful in programming and tracking possible modifications which could have been made. The mktime() function in … Keep Reading