Daffodil International University

IT Help Desk => IT Forum => Topic started by: ashiqbest012 on September 08, 2010, 12:46:58 AM

Title: Disable Copy and paste from your Blog Side
Post by: ashiqbest012 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.
Title: Re: Disable Copy and paste from your Blog Side
Post by: kazi shahin 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.
Title: Re: Disable Copy and paste from your Blog Side
Post by: ashiqbest012 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?
Title: Re: Disable Copy and paste from your Blog Side
Post by: nasir760 on September 08, 2010, 10:46:07 AM
its very helpful
Title: Re: Disable Copy and paste from your Blog Side
Post by: kazi shahin 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 (http://forum.daffodilvarsity.edu.bd/index.php/board,25.0.html)" in DIU forum.

At first start from HTML.
Title: Re: Disable Copy and paste from your Blog Side
Post by: bidita on September 08, 2010, 08:59:39 PM
Constructive discussion............
Title: Re: Disable Copy and paste from your Blog Side
Post by: kazi shahin 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.
Title: Re: Disable Copy and paste from your Blog Side
Post by: kazi shahin 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.
Title: Re: Disable Copy and paste from your Blog Side
Post by: ashiqbest012 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.
Title: Re: Disable Copy and paste from your Blog Side
Post by: ashiqbest012 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.
Title: Re: Disable Copy and paste from your Blog Side
Post by: kazi shahin 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 (http://www.previewict.com/).

You may make menu & sub menu using many features. You may use, CSS, word pree, java.
Title: Re: Disable Copy and paste from your Blog Side
Post by: ashiqbest012 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...
 
Title: Re: Disable Copy and paste from your Blog Side
Post by: kazi shahin on September 09, 2010, 12:14:08 AM
To know about me more please click here (http://www.kazishahin.com/)
Title: Re: Disable Copy and paste from your Blog Side
Post by: ashiqbest012 on September 09, 2010, 12:33:58 AM
Nice site....I want to make the site like yours. What should be my first step?