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

Displaying 3 posts for December 2013

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.

December 15, 2013

Hide Folder with Batch File and CLSID

0 comments
This post is about hiding a folder in Windows using command prompt and CLSID.
This trick also work with windows 7 and Windows 8.

Commonly we use some encryption software to lock the secure data like Folder Lock but this trick is for hiding some private stuff ;) if you want to avoid direct access to folder.

Now we will create two batch files (available for download at bottom) one will hide the folder and another will unlock the folder using a secure word you can say password.

The technique is very simple we will change properties of locker folder completely same as some system folder, using windows commands. Therefore, accessing the locked folder will result in system file instead of actual folder path and making batch files of these commands will make lock and unlock process very easy.