How to Fix the JAVA_HOME issue with Android Studio
I recently got back to Android programming and realized that Eclipse with ADT is no longer the default IDE. The good folks … Keep Reading
Tutorials & Samples
I recently got back to Android programming and realized that Eclipse with ADT is no longer the default IDE. The good folks … Keep Reading
Although CakePHP’s cookbook does a pretty good job at explaining admin routing, I’ve still received requests for a tutorial on admin routing. … Keep Reading
HTTPS is an important way to guarantee that the content that your website serves is delivered securely. When you serve your website … Keep Reading
These days, I am using CakePHP more and more for many of my web projects. All my CakePHP projects are linked to … Keep Reading
I recently had to play with CakePHP’s dreaded Has And Belongs To Many (HABTM) relationship and it was a nightmare. I couldn’t … Keep Reading
After writing the tutorial on how to create a complete login system using CakePHP, I have received a lot of requests for … Keep Reading
The following is a tutorial on how to integrate infinite scroll with CakePHP. When you're done, you'll be able to integrate Infinite … Keep Reading
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