SOAP: looks like we got no XML document
Sometimes while doing soap call, it does not return the response result due to an invalid character “” in XML response and throws soap error… Read More »SOAP: looks like we got no XML document
Sometimes while doing soap call, it does not return the response result due to an invalid character “” in XML response and throws soap error… Read More »SOAP: looks like we got no XML document
To view saved password for any host in FileZilla. – Go to %APPDATA%filezilla (Shortcut: Type “%APPDATA%filezilla” in Start->Run) – Open sitemanager.xml. ‘sitemanager.xml‘ file contains all… Read More »View password of any host saved in FileZilla
Sometimes opening phpMyAdmin can give below error due to incorrect setting done somehow. “2002 – The server is not responding (or the local MySQL server’s socket is… Read More »Fix Mysql error – 2002 – The server is not responding (or the local MySQL server’s socket is not correctly configured)
It is very easy to use DATE_FORMAT in simple MySQL query like: $sql = select DATE_FORMAT(STR_TO_DATE(DateTime`,’%Y%m%d’),’%Y%m%d’) from table; But to use DATE_FORMAT using Zend_DB query… Read More »Using DATE_FORMAT in Zend_DB query in Zend Framework
Download and install Software from below link in desktop/laptop for creating Wi-Fi hotspot.PHP, CKEd https://virtualrouter.codeplex.com/ Restart the computer and go to Control PanelNetwork and Sharing Center.… Read More »Access internet in Ipad using hotspot from desktop/laptop.
Virtual Host let you run multiple Websites on your computer. It also lets you store the files for those sites anywhere on your computer and… Read More »Create Multiple Virtual Hosts in Windows
sudo add-apt-repository ppa:gnome3-team/gnome3 sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install gnome-session sudo apt-get dist-upgrade sudo apt-get upgrade sudo apt-get install gnome-shell
http://inchoo.net/tools-frameworks/how-to-generate-ssh-keys-for-git-authorization/
Some Websites does not allow browsers to save username and password for some security reason. So to allow your browser to remember the username and… Read More »Allow Browser to Save Username and Password
Create a static function for sort inside class: private static function merchantSort($a,$b) { return …// the sort } Call the sort function… Read More »Using usort in php OOPS
Method 1: 1. From the Windows taskbar click Start -> Run (or press the Windows and R keys on your keyboard at the same time) 2. In… Read More »Run two Skype accounts on the same computer.
Enable Apache mod_rewrite: sudo a2enmod rewrite Set up some site folders in the Document root, for Ubuntu it is located at /var/www: Create directory: mysite.com… Read More »Create Multiple Virtual Hosts in Ubuntu.
tail -f /var/log/httpd/error_log
Error: Can not read from this data carrier. Solution: fixmbr Error: ntldr is missing. Solution: fixboot c: copy d:i386ntldr c: Error: nt detect error. Solution: copy d:i386ntdetect.com c:Error: in boot.ini. Solution: lbootcfg or… Read More »XP boot rescue
Cheque Number: The first set of numbers represent the cheque number. It is a six-digit number. MICR Code(Magnetic Ink Character Recognition): It helps a bank… Read More »Meaning Of Numbers At The Bottom Of A Cheque
If Nothing Works Except the Home Page of ZF1 and ZF2 projects and display 404 error for a page not found Example: Below home page… Read More »Fix Page not found error for Zend Framework
Salary = Basic Salary + dearness allowance if terms of employment provide for it + commission based on a fixed percentage of turnover achieved by… Read More »Calculate HRA Exemption
PAN is a 10 digit alphanumeric number. First 5 characters are letters. Next 4 characters are numbers. The last character is a letter. These 10… Read More »Know meaning of numbers on your PAN card.
Create a new file to write the code to run on computer start-up: Open a new file using the following command from terminal: sudo vi /etc/init.d/tomcat… Read More »Automatic Starting Tomcat on ubuntu