Archive for the ‘Technical’ 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 ...
Computing hash of a file
https://developer.mozilla.org/en/nsICryptoHash#Computing_the_Hash_of_a_File
var act239 = new gigya.services.socialize.UserAction();act239.setUserMessage(”);act239.setTitle(‘Computing hash of a file’);act239.setDescription(“Read more on Dhruvs Blog”);act239.setLinkBack(“http://www.dhruvluthra.com/computing-hash-of-a-file/”);act239.addActionLink(“Read more” ,”http://www.dhruvluthra.com/computing-hash-of-a-file/”);var image239 = {src:’http://www.dhruvluthra.com/wp-includes/images/blank.gif’,href:’http://www.dhruvluthra.com/computing-hash-of-a-file/’,type:’image’};act239.addMediaItem(image239);var share_params239 ={userAction: act239,showEmailButton: true ,showMoreButton: true ,operationMode: ‘autoDetect’};function ShowGSShareUI(share_params){gigya.services.socialize.showShareUI({APIKey:”},share_params);}
var act239 = new gigya.services.socialize.UserAction();act239.setUserMessage('');act239.setTitle('Computing ...
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 ...
Quick Tip: Get more efficient with jQuery’s getScript!
A nice post explaining how & why to the getScript() jquery function
http://www.1stwebdesigner.com/development/quick-tip-get-more-efficient-with-jquerys-getscript/
var act221 = new gigya.services.socialize.UserAction();act221.setUserMessage(”);act221.setTitle(‘Quick Tip: Get more efficient with jQuery’s getScript!’);act221.setDescription(“Read more on Dhruvs Blog”);act221.setLinkBack(“http://www.dhruvluthra.com/quick-tip-get-more-efficient-with-jquery%e2%80%99s-getscript/”);act221.addActionLink(“Read more” ,”http://www.dhruvluthra.com/quick-tip-get-more-efficient-with-jquery%e2%80%99s-getscript/”);var image221 ...
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 ...