Friday, October 21, 2011

क्या आप के ब्लॉग में ताला लगा है ?

एक बहुत ही आसन तरीका है जिसकी मदद से आप अपने ब्लॉग में राईट क्लिक को बंद कर सकते है जिससे दूसरा कोई आप के ब्लॉग से कॉपी पेस्ट नहीं कर सकता है|

अपने ब्लॉग में राईट क्लिक बंद करने के लिए  
सब से पहले ब्लॉगर अकाउंट में लोग इन करें|


फिर लेआउट पर क्लिक करें और page element पर जायें|
इसके बाद Add a Gadget पर क्लिक कर HTML/JavaScript चुने|
अब नीचे दिया गया कोड उस बॉक्स में पेस्ट कर सेव कर दें|


<script language="JavaScript"> function click() { if ((event.button==2) ||
(event.button==3)) { alert(" \n\n This blog is Copyright protected, Don't copy!")}}
document.onmousedown=click </script>

इस कोड में आप लाल रंग से लिखे हुवे This blog is Copyright protected, Don't copy! को अपने उस सन्देश से बदल दीजिये जिसको आप राईट क्लिक करने वालो को दिखाना चाहते है |




 Subscribe via Google SMS Channel

Internet errors or what is 404 error.

Sometime you are browsing the internet and trying to open any website, your e-mail and any FTP sites , but you see different error codes there. You should be familiar with these error codes. You can solve these problems if you are well-known with the meaning of error codes.
 
Error Codes                         Meaning
  • 400                               This is bad request error, First check you may be typing wrong URL name and server could not understand your request.
  • 401                              You are trying to open any unauthorized access site or page. Check your username and password if you are trying to open any webpage.
  • 402                               Payment Required Error
  • 403                             You are trying to open any forbidden page and you are blocked by that domain.
  • 404                                  The most common of all.. Here you are trying to open the webpage that was removed or re-named, also check the URL spelling.
  • 408                              This is time out error. you should send the request with in time that the server set for you.