Install WordPress Locally on Windows with Xamp

১/০৮/২০১৩ ০৭:১৭:০০ AM | , | 0 comments »

Today I've got a reader-requested tutorial about how you can install WordPress on your Windows 7 computer (same applies for Windows XP & Vista). This is such an important part of my WordPress working life, and if you don’t know how to do it, now’s your chance to learn. But first….. Why Would I Want to Install WordPress...

Installing Xampp on Ubuntu 12.04 Server 64 bit

১/০৮/২০১৩ ০৭:১১:০০ AM | , | 0 comments »

1. Download xampp wget:  http://www.apachefriends.org/download.php?xampp-linux-1.8.1.tar.gz 2. Unziptar xvfz xampp-linux-1.8.1.tar.gz -C /opt 3. Update available packagesapt-get update 4. Install 32 bit librariessudo apt-get install ia32-libs 5. Open browser and see xampp splash page http://localhost 6. Change permissionchmod 777 -R /opt/lampp/htdocs/ Source: http://www.apachefriends.org/en...

Firebug Tip: The Start Button

১/০৮/২০১৩ ০৭:০৪:০০ AM | | 0 comments »

The Firebug entry point and also the only Firebug UI visible immediately after installation is s Firebug button (icon) placed at the right side of the navigation Firefox toolbar. This button is called Firebug Start Button and its main purpose is to open Firebug UI by clicking on it (you can also use F12 key to open Firebug)...