SSL (Secure Socket Layer) is used for secured communication over the internet. Here I will show how you can force HTTPS browsing for users on your whole site, a particular folder or a particular page like the login page.
Dev Eject is a free, easy to use USB storage device manager that comes with some useful functionalities that the standard Windows Safe Removal feature doesn’t provide.
Get back the classic layout in new Google Reader with ‘Google Reader compact’ userscript. It works on Google Chrome, Firefox and Opera
Prevent Skype from recognizing and reformatting all phone numbers on your website or allow some selected numbers to be highlighted
Want to replace an existing photo on Picasa or Google+ without loosing comments or breaking links pointing to it? Simply follow these steps:
Videodropper is a new, free web service that can download and automatically send your favorite YouTube videos to your Dropbox account.
A little snippet to set a Gravatar avatar as the favicon in your WordPress running blog without any plugin.
Avatar Harmony is a little web application that allows you to synchronize a new profile image across your various social networking accounts.
This little jQuery snippet adds a smooth scroll-to-top effect on a page. Unlike some other methods, this doesn’t need an anchor for the scroll effect to work on a page. You can change the scroll speed and “scroll up to” position in this script. $(document).ready(function(){ $(“.top”).click(function(e){ e.preventDefault(); $(“body,html”).animate({ scrollTop: 0 // Top […]
A quick tip for all dropbox users. If you’d like to treat your Dropbox folder as a drive, and add it to My Computer, you can do so with the SUBST command.