This was the outcome of a simple thought that came into my mind,Most of the appended applications in Orkut are writen in javascript.As some of you might know,to disable the “Right Click” in a browser is the simplest code in javascript and it is given below,Just copy and paste and you can see that your right click is disabled in corresponding browser.
<body oncontextmenu=”return false;”>
Just place this code in your <body> tag and this is the same JS code written in ORKUT which disables your right click in a browser .Just disable the Javascript in a browser(Mozilla) taking
Tools>>Options and then uncheck the Enable Javascript option
One problem is that you need to enable Javascript to see the photos,So the solution is that open all the photos(in tabs) which u want to save and then disable the javascript to save the images,It will be working cool!
I was on a break in Blogging now a days as I had to manage my other sites,But I came to comment in another blog which made me irresistible to blog again.Considering the shortage of Technical stuffs in this blog ,This post is about hidden files in Windows.
Sometimes you might not be able to change the option to Show the hidden files in your windows(May be of virus or any other) so that hidden files remain hidden itself.Here is a fix for this problem in which you need to get in to the registry and change the values.
Just run the Registry Editor by typing “regedit” from Start>>Run
In the registry editor follow this path
HKEY_CURRENT_USER\Software\Microsoft\
Windows\CurrentVersion\Explorer\Advanced
In the right hand side change the value of “hidden” to 1 and you are done! Changing it to zero will hide it again.