Total Web Development Business Website Solutions | Established 2004 | Based in Manchester UK

 

Ecommerce

We utilise the excellent Zen Cart eCommerce engine to power our eCommerce websites. The huge list of standard functions plus it's ability to be customised means that is probably the best eCommerce system available today. We have built a huge number of eCommerce websites based on Zen Cart and each one has been built with a unique design tailor made to the clients needs. Features have been added or removed to enhance the shoppers experience to each website. The admin area of Zen Cart is quite easy to use from a clients point of view and we are always on hand should you need us... You can take payments via a vast array of payment processor's including PayPal, NoChex, Worldpay, Protx and you can have different postage options depending on weight, distance, special delivery etc. Prices for eCommerce websites start at £600 - this price includes everything you need to start selling your goods online. Because we are Zen Cart 'specialists' we can also provide extra, useful functions to enhance your website and your customers experience - these enhancements include: Post your new products to Twitter automatically Post your latest news / blog to Facebook Shopping rewards points system. Various cool 'web 2.0' image display systems including image zooming etc FREE gifts - give your customers a free gift for spending £xx Lots Lots more... Drop us an email if you want to discuss what Zen Cart can do for you!

 

Joomla Design and Development

Joomla is one of the most popular Content Management Systems (CMS) with thousands of users globally and a massive number of add-on extensions for just about any purpose. With a CMS system YOU can administer your own website - editing the page text and adding images keeping your website up to date and fresh.

 

Social Networking

The biggest buzz of 2010, Social Networking is the latest craze and a must have for the majority of businesses large and small. We can help you connect to your customers via some of the most popular social websites such as Facebook and Twitter.  

How to protect your website content

This little tutorial covers how to prevent people from using simple techniques to steal your website text and images - please note that this is by no way a bulletproof way of protecting your website content, there are ways around this system but it will stop the casual copy 'n paste visitor...

You will need FTP access to your website and you will need to be comfortable editing files (either .html or .php etc)

The first step is to disable "right click" as this is the most common way to grab images from a webpage:

You will need to edit each page that you want to protect if your website is HTML based or if you are running a script such as a Blog or a CMS system then you should be able to get away with just editing either the index.php file or the main template file(s)

The following code needs placing at the top of the <BODY> tag of the page you want to protect:

 

<script language=JavaScript>
<!--
//Disable right mouse click Script
//By Maximus ( This e-mail address is being protected from spambots. You need JavaScript enabled to view it ) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com
var message="Function Disabled!";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>
<script language=JavaScript>
<!--
//Disable right mouse click Script
var message="Function Disabled!";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>
The "Function Disabled" text  can be changed to any error message that you would like to appear when a visitor right-clicks on your webpage.
Next we need to disable the ability to highlight text on a page, this is because although we have disabled the ability to right-click a visitor can still highlight and <CTRL> + C to copy text!
The following code needs to be placed in the <HEAD> section of your webpage:
<script type="text/javascript">
/***********************************************
* Disable Text Selection script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
function disableSelection(target){
if (typeof target.onselectstart!="undefined") //IE route
target.onselectstart=function(){return false}
else if (typeof target.style.MozUserSelect!="undefined") //Firefox route
target.style.MozUserSelect="none"
else //All other route (ie: Opera)
target.onmousedown=function(){return false}
target.style.cursor = "default"
}
//Sample usages
//disableSelection(document.body) //Disable text selection on entire body
//disableSelection(document.getElementById("mydiv")) //Disable text selection on element with id="mydiv"
</script>
Once this code is in place in the <HEAD> of your web page(s) you will need to add the following snippet of code to the bottom of every page you want to protect:
<script type="text/javascript">
disableSelection(document.body) //disable text selection on entire body of page
</script>
There you go... Visitors can no longer highlight your content to copy or right-click your content to copy 'n paste it.

 

Trackback(0)
Comments (0)add comment

Write comment
quote
bold
italicize
underline
strike
url
image
quote
quote
smile
wink
laugh
grin
angry
sad
shocked
cool
tongue
kiss
cry
smaller | bigger

busy
 

Website Login

Username Password Remember Me    Create an account

Log in with your Facebook account

You are here:

Twitter Feed

Contact Info

Total Web Development

EMAIL sales@totalwebdevelopment.co.uk

PHONE: 07960 022366