Archive for January, 2010

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

Google joins Republic day celebrations

Posted by saurabh On January - 26 - 2010
As India celebrates its 61st anniversary of transition from the British Dominion to a Republic, Google also joins the celebration party. The doodle of Google’s homepage showcased Indian tricolors and a click on the link will take the user to web links and news related to the Republic Day.

Fix cyclic redundancy check error while coping file from disk

Posted by saurabh On January - 25 - 2010
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

Display delicious count on your wordpress blog

Posted by saurabh On January - 19 - 2010
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)

Add Facebook share button in wordpress blog

Posted by saurabh On January - 18 - 2010
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> <script src="http://static.ak.fbcdn.net/connect.php/js/FB.Loader"

Facebook connect in wordpress

Posted by saurabh On January - 17 - 2010
I successfully integrated facebook connect API with my blog running on wordpress. Users can now log-in with facebook and post their comments on the blog. The comments posted on wordpress blog will also be published on their facebook’s live feed. The plugin for wordpress is developed by Adam Hupp and the modified version (v1.2.2) can

FB.loader problem due to Facebook share button

Posted by saurabh On January - 17 - 2010
I installed Facebook Share button on my blog running on wordpress. The code worked fine in Firefox and Chrome browser but it generated the following error in Internet Explorer: ‘FB.loader is null or not an object.’ The error is generated because FB.loader has not been loaded, while it is called-in by another subsequent function. Solution