Disable Copy and paste from your Blog Side

Author Topic: Disable Copy and paste from your Blog Side  (Read 4952 times)

Offline ashiqbest012

  • Hero Member
  • *****
  • Posts: 1186
  • I love my University
    • View Profile
Disable Copy and paste from your Blog Side
« on: September 08, 2010, 12:46:58 AM »
Thinking of way to make it more difficult for people to copy the contents of your Blog? Here's a neat little JavaScript that will disable copy and paste 


 1 <!-- Disable Copy and Paste-->
 2 <script language='JavaScript1.2'>
 3 function disableselect(e){
 4 return false
 5 }
 6 function reEnable(){
 7 return true
 8 }
 9 document.onselectstart=new Function (&quot;return false&quot;)
10 if (window.sidebar){
11 document.onmousedown=disableselect
12 document.onclick=reEnable
13 }
14 </script>




--------------------------------------------------------------------------------------------------------------------------------------
1 Insert the code between the <head> and </head> tag.
Name: Ashiq Hossain
ID: 121-14-696 & 083-11-558
Faculty of Business & Economics
Daffodil International University
Cell:01674-566806

Offline kazi shahin

  • Hero Member
  • *****
  • Posts: 607
  • Fear is not real
    • View Profile
    • Personal website of kazi shahin
Re: Disable Copy and paste from your Blog Side
« Reply #1 on: September 08, 2010, 02:37:35 AM »
Very learn-able code. Often we can't copy from some web page. Today I learn the code. Thank you Mr Ashiq.
Kazi Shahin                   
092-15-795
Department of CSE   
Cell : 01718 699 590
Blood Group: O+
Google + :  https://plus.google.com/u/0/101741817431143727344/about?hl=en
Facebook : http://www.facebook.com/kazishahin.rahman
Web : http://www.kazishahin.com/

Offline ashiqbest012

  • Hero Member
  • *****
  • Posts: 1186
  • I love my University
    • View Profile
Re: Disable Copy and paste from your Blog Side
« Reply #2 on: September 08, 2010, 07:54:12 AM »
You are most welcome. I want to develop a webpage. Can you help me Mr. Shahin and Sony?
Name: Ashiq Hossain
ID: 121-14-696 & 083-11-558
Faculty of Business & Economics
Daffodil International University
Cell:01674-566806

Offline nasir760

  • Jr. Member
  • **
  • Posts: 82
    • View Profile
Re: Disable Copy and paste from your Blog Side
« Reply #3 on: September 08, 2010, 10:46:07 AM »
its very helpful
Md. Nasir Hossain
Coordination Officer
Evening Program
FSIT
Cell:01911395263

Offline kazi shahin

  • Hero Member
  • *****
  • Posts: 607
  • Fear is not real
    • View Profile
    • Personal website of kazi shahin
Re: Disable Copy and paste from your Blog Side
« Reply #4 on: September 08, 2010, 12:03:30 PM »
Of course. You always welcome & I'll try best of knowledge. Let's start a conversation in the forum. You may visit the page
"Web based Developer Forum" in DIU forum.

At first start from HTML.
Kazi Shahin                   
092-15-795
Department of CSE   
Cell : 01718 699 590
Blood Group: O+
Google + :  https://plus.google.com/u/0/101741817431143727344/about?hl=en
Facebook : http://www.facebook.com/kazishahin.rahman
Web : http://www.kazishahin.com/

Offline bidita

  • Hero Member
  • *****
  • Posts: 1093
  • Life does not get easier, you just get stronger.
    • View Profile
    • biditarahman
Re: Disable Copy and paste from your Blog Side
« Reply #5 on: September 08, 2010, 08:59:39 PM »
Constructive discussion............
Bidita Rahman :)
Id: 092-11-956
23rd batch
Department of Business Administration
School of Business
Daffodil International University
latifa@diu.edu.bd

Offline kazi shahin

  • Hero Member
  • *****
  • Posts: 607
  • Fear is not real
    • View Profile
    • Personal website of kazi shahin
Re: Disable Copy and paste from your Blog Side
« Reply #6 on: September 08, 2010, 11:27:59 PM »
The first and basic structure of a web page tag

<html>
<title>
Welcome to DIU
<title/>
<body>
I'm a student of DIU
<body/>
<html/>

Open a note pad & write this tag.

Save the file with .html extension.  Now open this page, you will see the title Welcome to DIU. In the page you will find I'm a student of DIU.

Mr Ashiq try it yourself.
« Last Edit: September 08, 2010, 11:30:20 PM by kazi shahin »
Kazi Shahin                   
092-15-795
Department of CSE   
Cell : 01718 699 590
Blood Group: O+
Google + :  https://plus.google.com/u/0/101741817431143727344/about?hl=en
Facebook : http://www.facebook.com/kazishahin.rahman
Web : http://www.kazishahin.com/

Offline kazi shahin

  • Hero Member
  • *****
  • Posts: 607
  • Fear is not real
    • View Profile
    • Personal website of kazi shahin
Re: Disable Copy and paste from your Blog Side
« Reply #7 on: September 08, 2010, 11:30:02 PM »
<> it's called open tag.
</> it's close tag.

There are many tag & without html you can't make web page.
Kazi Shahin                   
092-15-795
Department of CSE   
Cell : 01718 699 590
Blood Group: O+
Google + :  https://plus.google.com/u/0/101741817431143727344/about?hl=en
Facebook : http://www.facebook.com/kazishahin.rahman
Web : http://www.kazishahin.com/

Offline ashiqbest012

  • Hero Member
  • *****
  • Posts: 1186
  • I love my University
    • View Profile
Re: Disable Copy and paste from your Blog Side
« Reply #8 on: September 08, 2010, 11:32:09 PM »
Hmm...thank you Mr. shahin...

I know about HTML...But I want to create a website....I do not know how/ where to buy domain, hosting.
Name: Ashiq Hossain
ID: 121-14-696 & 083-11-558
Faculty of Business & Economics
Daffodil International University
Cell:01674-566806

Offline ashiqbest012

  • Hero Member
  • *****
  • Posts: 1186
  • I love my University
    • View Profile
Re: Disable Copy and paste from your Blog Side
« Reply #9 on: September 08, 2010, 11:35:05 PM »
One more things...can you give me simple idea about how to create menu on the website. Such as if I put on this icon on the menu, It shows us the different types of sub menu.
Name: Ashiq Hossain
ID: 121-14-696 & 083-11-558
Faculty of Business & Economics
Daffodil International University
Cell:01674-566806

Offline kazi shahin

  • Hero Member
  • *****
  • Posts: 607
  • Fear is not real
    • View Profile
    • Personal website of kazi shahin
Re: Disable Copy and paste from your Blog Side
« Reply #10 on: September 09, 2010, 12:03:15 AM »
It's my pleasure to shre you that I'm envolved with a company which may help you build up your web page. You can buy histing, domain name & if you wish you can ask to design your web page.

You are welcome to our company previewict.

You may make menu & sub menu using many features. You may use, CSS, word pree, java.
Kazi Shahin                   
092-15-795
Department of CSE   
Cell : 01718 699 590
Blood Group: O+
Google + :  https://plus.google.com/u/0/101741817431143727344/about?hl=en
Facebook : http://www.facebook.com/kazishahin.rahman
Web : http://www.kazishahin.com/

Offline ashiqbest012

  • Hero Member
  • *****
  • Posts: 1186
  • I love my University
    • View Profile
Re: Disable Copy and paste from your Blog Side
« Reply #11 on: September 09, 2010, 12:10:54 AM »
Congratulations. I know, we will reach your destination one day but I do not know what is your objective. Anyway, I will inform you about buying domain and hosting. Thank you for giving me another good website...
 
Name: Ashiq Hossain
ID: 121-14-696 & 083-11-558
Faculty of Business & Economics
Daffodil International University
Cell:01674-566806

Offline kazi shahin

  • Hero Member
  • *****
  • Posts: 607
  • Fear is not real
    • View Profile
    • Personal website of kazi shahin
Re: Disable Copy and paste from your Blog Side
« Reply #12 on: September 09, 2010, 12:14:08 AM »
To know about me more please click here
Kazi Shahin                   
092-15-795
Department of CSE   
Cell : 01718 699 590
Blood Group: O+
Google + :  https://plus.google.com/u/0/101741817431143727344/about?hl=en
Facebook : http://www.facebook.com/kazishahin.rahman
Web : http://www.kazishahin.com/

Offline ashiqbest012

  • Hero Member
  • *****
  • Posts: 1186
  • I love my University
    • View Profile
Re: Disable Copy and paste from your Blog Side
« Reply #13 on: September 09, 2010, 12:33:58 AM »
Nice site....I want to make the site like yours. What should be my first step?
Name: Ashiq Hossain
ID: 121-14-696 & 083-11-558
Faculty of Business & Economics
Daffodil International University
Cell:01674-566806