the blogging life

HTT || How To Keep Your Blog Photos From Getting Stolen

Sunday, December 21, 2014

Welcome to How To Tuesdays, a weekly blog series where I give bloggy tutorials for those of you who hate HTML design as much as I do! 



So I know that finals week craze has probably entered many of y'all's households, whether it's you, your sister, or your cat who think he's a human.  Everyone is stressed about getting work turned in, and while I don't have a college level workload, I'm still feeling the time crunch.  14 page Spanish tests and Worldview papers detailing six worldviews will do that to a person. 


Also, our family is moving. 

http://media.tumblr.com/tumblr_mdnvcfcrWJ1qa8nvw.gif
 
It's been crazy and there are boxes covering every square inch of our house and every time a day goes by I wonder 'how on earth will we be able to move by FRIDAY???' 
 
 
For those of you who are dealing with stressful situations like finals and a high of every caffeinated drink known to mankind, I can guarantee that the idea of trying to work through the hassle of someone stealing your loverly blog photos gives you a headache (that is if you don't already have one from your three cups of coffee that you thought would help you pull an all-nighter)
 
 
Here's a little gadget that will ensure your photos never get stolen:
 
 1. Go to Layout--> Add Gadget.
2. Click 'HTML/Java Script'.
3. In the box that pops up copy and paste this code:
 

<script language="Javascript1.2">
// (C) 2003 CodeLifter.com
// Source: CodeLifter.com
// Do not remove this header
// Set the message for the alert box
am = "This function is disabled!";
// do not edit below this line
// ===========================
bV  = parseInt(navigator.appVersion)
bNS = navigator.appName=="Netscape"
bIE = navigator.appName=="Microsoft Internet Explorer"
function nrc(e) {
   if (bNS && e.which > 1){
      alert(am)
      return false
   } else if (bIE && (event.button >1)) {
     alert(am)
     return false;
   }
}
document.onmousedown = nrc;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (bNS && bV<5) window.onmousedown = nrc;
</script>




4. Click save
5. Marvel at how fancy you are


Now you are one step ahead of the game! Or-something.....




 

You Might Also Like

7 comments

  1. Yay! I'm totally going to us this!!!
    p.s. Your new design is fabulous!

    ReplyDelete
    Replies
    1. Thanks girly!!
      It's courtesy of the wonderful Nicole:) she's a very talented designer.

      Delete
  2. Wow..this is nice :)
    Thanks for sharing this :D

    Neal Kind
    Daily Diaries

    ReplyDelete
  3. Great tips! I used to have that function on my blog but I felt like it was more inconvient for me because I couldn't save them to my phone to use for Insta haha!
    www.amemoryofus.com

    ReplyDelete
    Replies
    1. Haha touché!!! The struggle is very real ;)

      Delete
  4. I just love your 'how to' posts because I am utterly useless with computer stuff haha! I am still using the html code to leave my name at the end of comments :) Very pleased with that tip and now I'm going to use this one!!!

    Emma xx

    ReplyDelete

Hey! Person commenting! Yes, you. Wanna know something?

You're kinda awesome.