How to remove WordPress “Briefly unavailable for scheduled maintenance. Check back in a minute.” message
Fortunately, there is a quick and easy way to fix this. Whenever WorPress starts an update, it creates a file called .maintenance … Keep Reading
Web Development
Fortunately, there is a quick and easy way to fix this. Whenever WorPress starts an update, it creates a file called .maintenance … Keep Reading
I recently had to allow image upload for one of my CakePHP apps. And in order to do so, I used Keep Reading
After releasing my tutorial for a complete login and authentication system using CakePHP, I have received a lot of positive comments and … Keep Reading
After the long and painful process of understanding REST with CakePHP, I promised myself to write a tutorial on how to create … Keep Reading
In CakePHP, it is sometimes necessary to access the Auth component from a view or a helper. For instance, you may want … 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
This large CakePHP 2.x reference page (cheat sheet) is something I use often and I hope it will be helpful to anybody … 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
Whenever you are moving a site, it is best practice to use Htaccess 30 redirects. This is the standard practice for SEO … Keep Reading