Let's Start To Disable Select or Right Click From Being Copied Using Javascript Code

Is It Worth to Disable Select / Right Click And Clipboard Operations For Website? 

Protection of copyrighted materials is quite important and actual problem in the modern world. Most of authors (musicians, artists, writers and so on) make attempts to protect their creations. It is natural that authors of websites wish to protect their content as well. Their task is especially complex, because most of the Internet content is open for public access. 

What can the user do with the web page, which opened in the web browser? It can review it, print it or copy its content through the clipboard to some external editor for further processing. Webmaster, who wants to protect the content of its web page, attempts to prevent the user from printing or copying. What tools are available to the author of the website to achieve that goal? 

JavaScript is one of such tools, which available in all modern web browsers. It provides some limited possibilities to control interaction between the user and the web page. Let's review one of the most popular methods that webmasters use to protect their website content. It is based on JavaScript and it is easy to implement. Specific implementation is different for various web browsers, but idea is the same. Webmaster creates event handler that displays alert message (something like: "Right-mouse click or clipboard operations are not allowed!") and attaches it to the "document.onmousedown", "document.onkeypress", "document.onkeydown" and "document.oncontextmenu" events. So, the user see alert message, if it presses CTRL+A (select all), CTRL+C (copy), CTRL+X (cut) key combinations or presses right mouse button to activate context menu, which includes clipboard operations as well. 

------------------------------------------------------------------------
<script type="text/JavaScript">

function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
------------------------------------------------------------------------


Another approach is based on using "window.setInterval" function, which evaluates an expression each time a specified number of milliseconds has elapsed. Web page can clear clipboard each 20 milliseconds, while it is opened in the web browser. So the user cannot copy any content from the web page. 

It seems that both approaches solve the problem of protection from copying, but other side of the medal exists. Any user can disable JavaScript support in the web browser! That possibility reduces to zero all efforts of the webmasters, which use JavaScript to protect website content in such manner. The user can disable JavaScript and copy any content. Such "protection" may be even harmful for the website. The following may prevent the user from returning to the website in the future: 


Therefore such "protection" is absolutely worthless. It is no need to cut off usual functionality and annoy the user. The user may never back to such website. 


http://ezinearticles.com/?Is-It-Worth-to-Disable-Right-Click-And-Clipboard-Operations-For-Website?&id=612589 

Increase your blog pageviews by using smart links


This post first appeared on Entertainment Plateform, Latest Songs, Games, Apps & Software, please read the original post: here

How to Easily Put SEO Smart Links On Postings Blog- mas Dion Blog Hello friends, this time I want gives a tutorial how to plug SEO smart link in the post / article of your blog. Well usefulness of SEO Smart link mounting technique is intended to provide a signal to Google that more crawl links in our blog article and to advance SEO techniques to increase Page Views Blog itself.

How it works from the SEO Smart Links is very easy that is by displaying one or more characters that leads to a specific link where the link is a link you another article that you think is related to an article on your blog. If you are curious to know how the installation of SEO Smart Links in Blog you please see the discussion below.
For how very easy installation, consider the following tutorial:

The first step please go first to the Edit HTML template >>
Then how the code </ body>
Then place the following code before the code </ body>

<script type='text/javascript'>
function smartLink(){
this.keywdHref = new Object();
this.add = function(keyword, href){
if(keyword.substr(0,1) != &quot; &quot;){keyword = &quot; &quot; + keyword;}
this.keywdHref[keyword] = href;
}
this.createAnchor = function(){
var objs = document.getElementsByTagName(&quot;div&quot;);
for(var i=0; i&lt;objs.length; i++){
var obj = objs[i];
if(obj.className.indexOf(&quot;post-body&quot;)&gt;-1){
var content = obj.innerHTML;
for(var keyword in this.keywdHref){
var href = this.keywdHref[keyword];
var newstr = content.replace(keyword, &quot;&lt;a href=&#39;&quot;+href+&quot;&#39;&gt;&quot;+keyword+&quot;&lt;/a&gt;&quot;, &quot;gi&quot;);
obj.innerHTML = newstr;
content = newstr;
}
}
}
}
this.startScript = function(){
var onLoad = window.onload;
window.onload = function(){
if(onLoad){onLoad();}
setTimeout(&quot;f.createAnchor()&quot;, 100);
}
}
}
</script>
<script type='text/javascript'>
var f = new smartLink();
f.add(&quot;SEO&quot;, &quot;http://www.latexno.tk/&quot;);
f.startScript();
</script>

If you want the plugin above only appear on a page posting only, want the plugin above only appear on a page posting any, please add the conditional tags page special post.


On the javascript code, just replace your word like "SEO" with your own keywords pal specify and change http://entertainment-plateform.blogspot.com/ with the url of your own blog (highlighted).


You can add more words just simply adding these javascript lines in your code where the already code marked, like this:

f.add(&quot;SEO&quot;, &quot;http://www.latexno.tk/&quot;);
f.add(&quot;Template&quot;, &quot;http://www.latexno.tk/&quot;);
f.add(&quot;Download&quot;, &quot;http://www.latexno.tk/&quot;);

If you want to add your word in bold, so simply add these code with your words.

f.add(&quot;&lt;b&gt;SEO&lt;/b&gt;&quot;, &quot;http://www.latexno.tk/&quot;);

It is advisable not to add excessive keyword, from 1 to 3 keywords is enough.


This post first appeared on Entertainment Plateform, Latest Songs, Games, Apps & Software, please read the original post: here

Download Script.txt

download here: script for increase blog page view

How to Create Sitemap For Blogger

How to create sitemap on Blogger blog.


What is the 1 Key File That Google Wants on Your Website? And How to Create it For Free

The One Key File Google Wants on Your Website -Create it for FREE

Download Code Below
Size: 1.4KB

 Create Sitemap Code


How to create sitemap on Blogger Guider: 

  1. Go to blogger. com
  2. Open your blog Page
  3. Click on New Page  (click on HTML)
  4. Download code ( Create Sitemap Code
  5. Copy paste your code in to New Page 
  6. Click on SAVE 
  7. DONE (created sitemap on blogger blog)


One more thing for create sitemap in blog (search engines)


This one file is an XML Sitemap. Some of us have sitemaps on our website. If we want to get a look at all the files and pages on a website you use the sitemap. But those are usually HTML sitemaps.
XML Sitemaps are important because Google, Yahoo!, and Microsoft agree on the standard format.

Sitemaps are an easy way for webmasters to inform search engines about pages on their sites that are available for crawling. In its simplest form, a Sitemap is an XML file that lists URLs for a site along with additional metadata about each URL so that search engines can more intelligently crawl the site.

If Google and the other search engines are driving a lot of traffic to your site I think you would want to make it as easy for them as possible to find that information on your site.

Using the Sitemap protocol does not guarantee that web pages are included in search engines, but provides hints for web crawlers to do a better job at crawling your site.

Create a XML sitemap for your website and submit it to Google. You don't need to have your web developer do it for you. I have actually seen web developers charge $100-$200 to do this and you will be amazed at how easy this is.

Here are my step by step instructions for creating your XML sitemap:

Go to http://www.xml-sitemaps.com/. This is a free tool. Drop in your URL and it will crawl your entire site. It will actually create sitemap for you. It gives you a link where you can download it.

You will need to email that file to your web developer or easily do it yourself. FTP it up to your account and then submit it to Webmaster Tools.

To submit your sitemap to webmaster tools;

  • Create a webmaster tools account at http://www.Google.com/webmasters/ 
  • Click on 'submit a Sitemap'. 
  • They will ask you to verify the site so you need to upload a file to your directory. You will need to upload the sitemap there as well. 
  • Submit it and you just add what it is - 'sitemap.xml'.
Once you have an XML sitemap you need to keep it updated. The XML sitemaps are one of the keys to having obituaries found within less than an hour. It's one of the three things that make it really important for Google to find your website information and get it out there. 

You can also do the same with Yahoo and Microsoft as well. There are different ways of doing that.

source: ezinearticles

Invalid Traffic-AdSense for Content

  You might have seen [Invalid activity] notices on your Google Adsense payment history from May/May 2015. Google has adjusted daily earnings in time for a short while, so invalid clicks and exposures are disregarded before the end of the day. they are doing still do some post-processing on activity which can see your monthly balances reduced more, and that they have begun noting these adjustments on your payment report.

Invalid Traffic-AdSense for Content

Google has a support article about invalid activity here and what you could do to prevent it. Even legitimate publishers have seen small adjustments to earnings,even after a payment has been issued for the month. this could result in a small negative Current Balance. 

It's very laborious to work out what is this invalid activity, however is also things like invalid clicks, or traffic received from illicit sources and more. If you're a spammer or transmitter or somebody attempting to grind page rank, or have paid for your website to be advertised on a site with by artificial means inflated rank, then don’t be surprised if your earnings are seeing a lot of adjustments. 

Honest publishers don't have anything to fear. With the big variety of traffic flow around the web or internet, a little amount will reach legitimate sites from dangerous sources. Keeping traffic and click activity honest is certainly within the best interests of everyone concerned, advertisers and publishers alike. the difficulty comes with having to somewhat blindly trust that Google implements its policy (omit) and that your website won’t suddenly become subject to large adjustments that you can’t work out. And if you do ever notice unusual activity – like 20 times as several clicks as a normal day, despite no meaningful increase in traffic. this may help prevent you from being deemed an illegitimate publisher, ultimately having your account disabled.