It was great working together. The Responsiveness and Professionalism are super and above all expectations. I hope to work together again.
Session issue in IIS with CakePHP
When working on PHP and MySql development we rarely get a chance to install the application on Windows IIS server. And today I was asked to do the same. The first issue was related with mod_rewrite which is easily solved by un-commenting the line – Configure::write(‘App.baseUrl’, env(‘SCRIPT_NAME’)); But the big issue came when I found...
The Virtual Mentors team
Thank you Rajendra. It is always a pleasure to work with you, and your high level of service is very much appreciated.
Merge the remote changes before pushing again : Git Message
When you try to push to a GIT Repository and you get this message that mean’s that someone else has changed the repo after your last fetch. In this case you have to incorporate their changes before you can add yours, it is easier to ‘rebase’ rather than merge, just follow the below steps. $...
Using AjaxHelper for pagination in CakePHP 1.3
I am using CakePHP since last 5 years, and am quite used to of “AjaxHelper” for developing Ajax features using CakePHP. But from version 1.3 CakePHP has started deprecating the “AjaxHelper” replacing it with new “JsHelper”, which can be used with many JS libraries. While AjaxHelper is still there for people like me. There is...
Elance ID – BGSolutions
Excellent to work with again. Thanks for all of the help!
Migration to Debian linux from Windows Vista – Day 1
Since I have started developing web applications, it was my dream to migrate to Linux OS some day. But due to the lack of knowledge and to avoid the pain of configuring and installing everything, I avoided this shift, or you can say that I am afraid of moving to Linux. But now after working...
MySql Dump Using a PHP Script
When you need to take a backup of a large MySql database, then “mysqldump” command come most handy and does the task in few seconds. But for that we need to access the web server or database through SSH. And database access in 99% cases is not allowed from remote location for security reasons. I...
Changing field separater in CSV files
Usually when you save file as CSV file the fields are separated by ","; but sometimes this causes problems in field separation if the content also contains comma.
Updating Nokia E72 phone software
I just bought a Nokia E72, and like most of the people, when I came to know that the firmware has updates, I tried updating the phone software. As given in the manual, I tried installing Nokia PC suite which asked me to install Nokia Software updater in order to update the phone software from PC.