Infibeam Enters The Digital Books World With Its eBook Store Launch

Infibeam has added novel online technologies and customer features at a breath-taking pace in an effort to provide the widest product selection with the best shopping experience online in India. Infibeam.com takes a step into the digital books world with the launch of its eBook Store. The new eBooks store carries more than 1 lac [continue reading...]

Google joins Republic day celebrations

[continue reading...]

Fix cyclic redundancy check error while coping file from disk

CRC errors occur when there’s a bad sector or scratch on the CD/DVD/Bluray disk. However the data can be recovered using command prompt ignoring some losses. Run ‘command prompt’ Browse to the location of the files using ‘cd’ command <drive letter (e.g. D)>:  cd <location of file (e.g. temp\video)> Enter the following command to copy to the [continue reading...]

Display delicious count on your wordpress blog

Delicious is a very popular bookmarking website. After searching for number of websites, I found a plugin which counts the number of times the page has been saved in delicious.com. You can easily add the counter along with delicious share button on your blog powered by wordpress. Login to your blog Download the plugin (http://www.techwhiz.in/repository/zip/delicious_count.zip) [continue reading...]

Add Facebook share button in wordpress blog

It is very easy to implement Facebook share button in blog powered by wordpress. Log-in to your blog and open the file in which you would like to integrate facebook share button (e.g. single.php) Copy and paste the following code in the file and save the file. <a name="fb_share" type="button_count" share_url="<?php the_permalink(); ?>">Share</a> [continue reading...]