Well before I begin, here’s a little window into what htaccess (hypertext access) is all about. An htaccess file is a simple ASCII file, such as you would create through a text editor like NotePad. Many people seem to have some confusion over the naming convention for the file, so let me get that out [...]
It is really something weird, yet funny , to write how to decrease your blog traffic. But again i think to learn things in a humorous way is easy and can be memorized for good long time. This is what i am trying to do here. Just go through the post and i hope you [...]
Hello developers. We really find jquery a good framework and find out really good tricks which every web developer should know. Here is the list: 1. Disable right-click menu: 1 2 3 4 5 $(document).ready(function(){ $(document).bind("contextmenu",function(e){ return false; }); });