Your Internet Explorer is too old :( Please upgrade to latest IE or switch to Firefox/Google Chrome for better view!

February 9, 2014

WhatsApp Contact Profile Picture not Publicly Visible Anymore

68 comments
Since few days, I noticed that some of my WhatsApp contacts are not having profile pictures, but I noticed one thing these contacts were to whom I never had talk.

After doing a bit Google and some experiments with my WhatsApp contacts, I found that "WhatsApp updated their policies and you can't see profile picture of your contacts if they do not have your number saved in their contacts book."

December 25, 2013

Top Five Posts of 2013

0 comments
This is the last month of the year 2013. lot of things have been changed since i started this Blog. I was too busy this year and therefor did not write too much new stuff but still there are few posts which were getting back to back visits and comments this year. I am listing five most visited posts of this year.

December 22, 2013

jQuery Smooth Scrolling on Page Load with Highlight

2 comments
Download small jQuery script for smooth scrolling on page load when url content hash value.

This post is about performing a smooth scroll on page load with highlighting that particular element only when user coming from another website and url contain hash.
By default clicking on hash links window automatically, scroll to that element which has id value equal to hash value. This script will perform the same on page load with smooth scroll and highlighting element using background color.

To avoid the use of jQuery UI we are using CSS animation and target pseudo selector.