Skip to main content

Posts

Showing posts from August, 2012

Meeting of MCCIA's IT and ITES Members - 13.08.12

Before this meeting, I was curious about interaction and discussion on day to day issues faced by  SME-IT. Representatives from 11-12 SMEs participated in the meeting under the chairmanship of Mr. Deepak Shikarpur.  Following common issues were identified during introduction round:       Recruitment and lack of infrastructure to organise recruitment campaign           Employee retention (due to competition with large organizations)           How to make industry ready computer graduates?           Office space in and around Pune city           Non-availability of concessions, tax benefits by local, state and central authorities We are running operations in India since 2 years and we also have similar challenges. Employees Any organization can become successful when its employees achieve success with assigned tasks or innovations. This is ...

How to export/import Wordpress theme?

Last 2 hours I was struggling to find how to export Wordpress Theme from one instance of Wordpress to another. Googled it but no direct solution available so just did theme directory copy from /var/www/wordpress/wp-content/themes/ to destination theme folder. Great news it works? Simple life.

How to Reset Wordpress admin Password?

I am working on cloning of WordPress but I forgot WordPress password. So I was looking for options to reset it. There are multiple options but I have followed this approach. 1.       Begin by logging into phpMyAdmin and click database 2.       A list of databases will appear. Click your WordPress database. 3.       All the tables in your database will appear. If not, click Structure. a.         Look for wp_users. b.         Click on the icon for browse. c.          Locate your Username under user_login d.         Click edit 4.       Your user_id will be shown, click on Edit a.         Next to the user_pass is a long list of numbers and letters. b.       Select and delete these and ...