Archive for the ‘Blog’ Category
Intgrating Mailchimp with codeigniter website
This article assumes that you have working codeigniter website.
First of all create a mailchimp account for yourself.
Get the API keys & Info by logging into your mailchimp account & going ...
Enabling MySQL Slow Query Logging
While determine why your MYSQL database is not performing upto the mark slow query logging is a necessary and actually the first step. The results contained in this file, combined ...
Allowing UniversalXPConnect privilege
While developing the firefox extension I wanted the UniversalXPConnect privilege so that I could create a hash value for my extension. There are many ways to do it – the ...
Locating firefox extension
While developing a firefox extension the most cumbersome task is to test each and every update every few minutes.
As for testing we need to follow the steps -
1) Create a ...
Resetting the MySQL Root Password: Windows Systems
Had installed MySQL on a PC quite long ago and then forgot what the root user password was. Found the following instructions to be helpful -
Log on ...