Exporting and Importing WordPress (Moving WordPress to / from Webhost)

Assume you are done with the local WordPress development, it is time to learn how to export and import WordPress. Then you can keep the local version for backup purpose and future development (ie. testing new themes, plugins, and upgrades).

1. Export Local Database

Login to your local phpMyAdmin, select the database from the dropdown. Click on the Export tab:

  • Under the Export field, make sure all tables are selected
  • Under the Structure field, tick “Add DROP TABLE


A Short Guide To Open-Source And Similar Licenses

I have been thinking from a long time to write over the open source and other similar licenses but did not get enough time. I recently found some useful information about the topic and finally decided to write and share it on my blog.

Many developers and designers want to release their work into the world as open-source projects. They want others to be able to build on and share their code. The open-source community is vibrant because of this.…


New Community on a roll

Just finished working on  a new community, www.theraebareli.com. The website and community is mainly intended for the people of Raebareli and who wants to know more about the city.


Emerging Techniques Web Developers Should Know

The Web is evolving fast: new features, formats, user needs, continuously change the way we interact with websites. In this post I want to suggest you some interesting emerging techniques every web developer should know in order to build modern web applications.//

HTML 5 Offline Application

The HTML 5 specification introduces a lot of new features that radically improve the way users interact with websites and web applications. With HTML 5 developers can build easily offline web applications by…