how to Install WordPress in Local Server (WAMP)

  1. Download the WordPress Package and Extract
  2. I’ll show how to install wordpress in local server. Before start installation, First download WordPress Package from official WordPress site. Better download latest version of WordPress. Unzip the downloaded file in your server place(/www/), and rename the folder(for Ex, ‘my_project’).

    install wordpress in local server - Step to Install


  3. Create MySQL Database
  4. Goto phpmyadmin of your local server, and create database(Ex, ‘my_db’). Actually, here your Hostname is ‘localhost’, Username is ‘root’ and password is ” (Empty).

    install wordpress in local server - Step to Install

    Come on, Let’s move to WordPress Installation.
  5. Wordpress Installation Process
  6. Now, run your site( localhost/my_project ). It’s showing follwing installation page. If you need more help for this

Install .apk file in the Android Emulator using command prompt (cmd) without Eclipse


Here nothing difficult. Very Easy and simple step for Install an .apk file in the Android Emulator using command prompt (cmd) without Eclipse.


     We are going to install .apk file on windows command line with Android Emulator. We can

Install .apk file in the Android Emulator using command prompt (cmd) without Eclipse

Here nothing difficult. Very Easy and simple step for Install an .apk file in the Android Emulator using command prompt (cmd) without Eclipse.

     We are going to install .apk file on windows command line with Android Emulator. We can install .apk using Eclipse. But here we making in the Android Emulator with command prompt (CMD).

Install .apk file in Android Emulator using command prompt (cmd) without Eclipse

  1. Execute Android Emulator
  2. First have execute the Android Emulator.

  3. Place of .APK file:
  4. Place your .apk file into the ‘platform-tools’ folder or ‘android-sdk\tools’ folder.

  5. In CMD:
  6. Open your Command prompt. Then navigate to platform-tools\ folder of the android-sdk folder.


  7. For Windows:
      For Windows XP,7 or 8 platform, run the following command line in command prompt,
       adb install karsho.apk
    Here, karsho.apk is your .apk file name. This will be install in the Internal Memory of the Emulator.
    Important Note:
    Always make sure the Path of .apk file. For example,
    adb install C:\Users\User-name\Project\new.apk
    If you want to install in SD-Card of the Emulator, then fun following command line
       adb install -s karsho.apk

    For Ubuntu/Linux and Mac:
      For Ubuntu/Linux or Mac platform, Just use following command line,
       ./adb install karsho.apk

How to Install / Uninstall .apk file application programmatically on Android?

Are you want to install / Uninstall .apk file application programmatically on Android?


Install / Uninstall .apk file application programmatically on Android steps

For Installation:
To Installation .apk application programmatically on Android, use following code
  Intent intent = new Intent(Intent.ACTION_VIEW);
         intent.setDataAndType(Uri.fromFile(new File

Android SDK installation problem ‘JDK not find’ Windows 7,8,XP


You may get Android SDK installation problem ‘JDK not find’ Windows 7,8,XP lot of times. It’s not a big issue. We are giving 4 different way solutions for SDK Tools setup ‘doesn’t find JDK’ of any windows 64-bit or windows 32-bit.



Android SDK installation problem ‘JDK not find’ Windows 7,8,XP

Solution 1:
   If you get above screen, just click “BACK” button and from previous screen

Why Android Emulator is slow and how make it as faster?


Are you new to Android Emulator? Is android emulator slow? Are you want to make android emulator as faster?
Actually android emulator is really slow. Some time you may think that application is slow. But that same application runs in real device (phone,tablet,…) as good fast.
We can increase that speed of android emulator. For that, we have to install some SDK tools and have to change somethings. Just do following,

Why Android Emulator is slow and how make it as faster?
For Windows:

1) Install SDK Tools
Just install following tools,
1. Intel x86 Atom System Image
2. Intel Atom x86 System Image
3. Intel Hardware Accelerated Execution Manager

Install PEAR with wamp server on windows 7 or windows 8


Install PEAR with WAMP server on windows 7 or windows 8 seems easy. First we have to install WAMP server. Make sure wamp is running fine.

  1. Download go-pear.phar file and place

  2. You should download go-pear.phar file from Official site. You can place this file in the following directory,
    C:\wamp\bin\php\php5.4.3

    (This above directory may be different, depend upon your version of PHP)

  3. change path in Command Prompt

  4. Open command prompt(CMD). How? just, rise up Window’s start menu, type CMD in search bar and

3 solutions for wamp server Error – 403 Forbidden: You don’t have permission to access / on this server apache


We are giving 3 solutions for wamp server Error – 403 Forbidden: You don’t have permission to access / on this server apache.
wamp server Error - 403 Forbidden: You don't have permission to access / on this server apache
If you get this Forbidden Error when access Phpmyadmin, Go to this link -> Forbidden You don’t have permission to access /phpmyadmin/ on this server

3 solutions for wamp server Error – 403 Forbidden: You don’t have permission to access / on this server apache

Solution 1:
It’s a Cool Idea. Lot of time this method working as Magic.
Just go to green wamp icon at taskbar.


Left-click that icon. Will get following menu options. There you can select “Put Online”

MSVCR100.dll is missing when WAMP server install


You may get following error message when installing WAMP,

The program can’t start because MSVCR100.dll is missing from your computer.
Try reinstalling the program to fix this problem.
Step to Install - MSVCR100.dll is missing when WAMP server install - wamp shows error msvcr100.dll is missing when install

After this alert, If you run WAMP it’ll start to run. But WAMP icon color stay in ‘yellow’ color.
It won’t change to ‘Green’ color.

Solution for MSVCR100.dll is missing when WAMP server install

This MSVCR100.dll is missing when WAMP server install problem