|
I have received
many requests through email recently, after publishing my website tips page,
about various techniques used at my site so....here they are! If you have
difficulties, email me and I will try to answer everyone back in a timely
manner.
No Right Click
Feature
Copy and Paste the following script into Notepad first, then select all in
notepad, copy then paste into your html page, directly after the <title>Designs
By Sher</title> - be sure to remove my information, and replace it with yours!
<SCRIPT
TYPE="text/javascript" LANGUAGE="JavaScript">
<!--
// No rightclick script v.2.5
// (c) 2002 Designs By Sher
// sher@stuckyfarms.com
// Don't delete this header!
var message="Sorry, the right click option is disabled. \n\n Contents
Copyrighted by Designs By Sher;\n\n http://www.stuckyfarms.com"; // Message
for the alert box
// Don't edit below!
function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// -->
</SCRIPT>

Colored Scroll
Bar
Be sure to replace the colors with your choice; try to blend with the color of
your background. If you are wanting to add this information along with the
No Right click feature, add it BEFORE the No Right click script.
<style>
BODY {SCROLLBAR-FACE-COLOR: #FEf7de; SCROLLBAR-HIGHLIGHT-COLOR: #a65300;
SCROLLBAR-SHADOW-COLOR: #a65300; SCROLLBAR-3DLIGHT-COLOR: #ffffff;
SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #fef&de; SCROLLBAR-DARKSHADOW-COLOR:
#000000; }
</style>

META TAGS
In order for those Big
Search Engines to find you, be sure to have adequate keywords embedded into your
source code - always separate your keywords with commas - this information
should follow your title: (Be sure to change any keywords found below to match
your website and also change the content "1997-2002 Designs By Sher" to
your own).
<META
NAME="keywords" CONTENT="free embroidery designs,equine designs,country
designs,background scene designs,tips,tricks,tutorials,labels,lace effect
designs,photodigitizing">
<META NAME="description" CONTENT="embroidery designs and digitizing">
<META NAME="REVISIT-AFTER" CONTENT="30 days">
<META NAME="COPYRIGHT" CONTENT="1997-2002 Designs By Sher">

Get Noticed!
Register your site with
34 Search Engines, absolutely FREE. Click here:
http://www.addme.com
Request a link back to your site
from other Embroidery related sites. Be sure to reciprocate!
My Favorite Software
These are a few software packages that I have accumulated
throughout the years. You certainly do not need all of these to achieve
a nice website. The only two that I use most often is Paint Shop Pro 7.0
and Microsoft Frontpage 2002, that's it!

 

 
|