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.
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:
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>
7 comments
Yay! I'm totally going to us this!!!
ReplyDeletep.s. Your new design is fabulous!
Thanks girly!!
DeleteIt's courtesy of the wonderful Nicole:) she's a very talented designer.
Wow..this is nice :)
ReplyDeleteThanks for sharing this :D
Neal Kind
Daily Diaries
No problem! I hope it's helpful;)
DeleteGreat 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!
ReplyDeletewww.amemoryofus.com
Haha touché!!! The struggle is very real ;)
DeleteI 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!!!
ReplyDeleteEmma xx
Hey! Person commenting! Yes, you. Wanna know something?
You're kinda awesome.