How to disable Ctrl U, Ctrl A, Ctrl C, and Disable Right Click on Blog


Live Demo Here

This is a highly accurate way to keep the blog posts of people who like Copy-Paste and then post the article back on their blogs.

How to use in your blog:
1. Login to Dashboard blog
2. Go to Template ►► Edit HTML
3. Find <body> code (press Ctrl + F to facilitate the search)
4. Replace <body> code with the code below:


<body oncontextmenu='return false;' onkeydown='return false;' onmousedown='return false;'> 

5. Save Template

► oncontextmenu = 'return false;' (To turn off the right click function)
► onkeydown = 'return false;' (To turn off the CTRL + A and CTRL + U)
► onmousedown = "return false;" (To turn off the function block in the article)
► 'Return false;' (To enable each function in Java script, if you want to disable one replace it with a 'return true;')
LEARN MORE

How to create an ad floated left and right blogs


MyBacklink86 - How to Make Floating Ads in addition to Left and Right on the blog, This is very suitable for the 2 columns tempalate sidebarnya no size 120x600 and 160x600, as an example please see the image above or view the homepage of this blog. For those of you who want to make an Ad Hovering samipng Left and Right on the blog, here are the steps:


1. Log in to your Blogger Dashboard
2. Click Design ►► Edit HTML
3. Find this code ]]></b:skin>
4. Put the following code before the code ]]></b:skin>


#adslayoutleft {
position:fixed; 
top:0%; 
margin-left:-150px; 
float:right;
background-color:#;
z-index:10;
}
#adslayoutleft .idblogmaker {
float:left;
clear:both;
} 
#adslayoutleftright {
float:right;
position:fixed;
top:0%;
margin-left:974px;
z-index:10;
background-color:#;
}
#adslayoutleftright.idblogmakercom {
float:left;
clear:both;
}


Yellow (margin-left and margin-right) paper is to limit the distance Ads Tempalte your blog.


5. Then click Page Elements ►► Add Gadget ► HTML / javasript

Enter the code below to add Gadgets ►► HTML / javasript

<div id='adslayoutleft'><div class='idblogmaker'>
Code Your Ad Here
</div></div>

<div id='adslayoutleftright'><div class='idblogmakercom'>
Code Your Ad Here
</div></div>

6.Save Template
LEARN MORE

How to Make Cool Sitemap Automatically in Blogspot


MyBacklink86 - Contents are important components of a blog or website, because with this sitemap visitors can more easily access all contained on the site mate and also, more ease in accessing the search engine bots to your blog content. Therefore it is important to have your blog content.

Sitemapnya design was cool, all content is also included, with a distribution system based on tags (categories).

The table of contents automatically up to date so do not bother anymore. Just like this straight tutor.

  • Log in to Blogger
  • Go to the Template and Edit HTML
  • Find the code ]]></b:skin> Use Ctrl + F to facilitate search
  • Add the following CSS code, Right above the code ]]></b:skin>




  • Click the button "Save"
  • Furthermore paste the code below into a New Post on the blog




  • When finished click the "Publish "

Easy is not it ? simple and the results are satisfactory , with the visitors of your blog so much easier to access all the content of your blog .
LEARN MORE

How to Create a Notification Medium Maintenance Blog


How to Create a Notification Medium Maintenance Blog - Blog maintenance it is a way in which the admin to put up a notice on your blog or website. However, not only is it usually this is also done by the website designer screen to block url website and domain, due to the website or the blog is still in process improvement / creation / re-setting and so forth. That point, with the way this one friend can fiddling with your blog unnoticed while others are open url or blog

CSS script installation steps on the blog The Maintenance:

1. Login to Blog
2. Choose a Template >> Edit HTML
3. Find code ]]></b:skin>
4. Paste the following code just above the code


html { height: 100%; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQsQ-_UdnbEzludBFWWGsGoFvaEGE3gNZNqwCyRSOzEmg6HhMzvXKTf1SPIeMnd-FZjow7AA_pguD5flgamwh7fAOeYdszC26gRy-I_eJdpf3Wmv0bhvrAfx-RrjrZRjptM0s8ac7HLljY/s1600/website-under-construction.jpg) no-repeat center 50%; margin: 0; } body { display: none; }


5. Save Template
LEARN MORE

How to Make Auto Read More on Blogger

How to Make Automatic Read More in Blogger - Blogger template generally not all accompanied by 'read more', depending on the style of the designer adjustment. Without the 'read more' often found in the default template provided by Blogger. The problem is when it is in the main page posts appear vertically elongated article that is quite burdensome loading blog.

Make read more on blog alleviate the perfect solution, neat blog and look fashionable. Blogger actual menu entries have been providing application read more that can be done manually, which added the code <! - More -> HTML editor section.

There are automated ways 'not complicated' make read more on blog. This will enable you to 'blogging', just follow the steps on how to install the automatic read more on the blog below:

1. Log in to your Blogger account
2. After being on the Dashboard page, switch to the template
3. Click the Edit HTML
4. Click any editor in the box, press Ctrl + F search code </head>
5. Code copy the code below and place it in the code </head>


<script type='text/javascript'> var thumbnail_mode = "no-float" ; summary_noimg = 440; summary_img = 350; img_thumb_height = 100; img_thumb_width = 120; </script> <script src='http://rizqi.moehamed.googlepages.com/read-moreotomatis.js' type='text/javascript'/>


You can adjust the length and width readmore with changing blue numbers,

Here's his statement:
- Summary_noimg = 440: height chunks article without pictures.
- Summary_img = 350: height pieces of articles with images.
- Img_thumb_height = 100: height size of the thumbnail.
- Img_thumb_width = 120: width thumbnail.


6. The next step <data:post.body/> search code and replace it with the following script code:

<b:if cond='data:blog.pageType != &quot;item&quot;'> <div expr:id='&quot;summary&quot; + data:post.id'><data:post.body/></div><script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);</script><span class='rmlink' style='float:right;padding-top:20px;'><a expr:href='data:post.url'>&#187;&#187;&#160;&#160;Read more...</a></span> </b:if><b:if cond='data:blog.pageType == &quot;item&quot;'><data:post.body/></b:if>


To change the word 'read more', please replace the red writing.

7. Finished, click Save Template. If the steps above are correct, my friend was able to see the results.
LEARN MORE

How to Make a Floating Share Button in Blog

How to Make a Floating Share Button in Blog - Content to be popular and 'selling well' read visitor needs to share the widget button to share to social media such as Facebook, Twitter, Google Plus and the like. Many websites offer share for blog features, namely AddThis famous example. Lots of options, this tool is simple stylish and has exceptional ability in terms of social media keratusan share.

Mandatory sharing button widget for every blog. Demi expanded article needs to be 'easy' for visitors who enjoy writing buddy social accounts to share content. Your blog will look fashionable and professional with a floating share buttons in a blog that is ready to tempt visitors. This tutorial makes the collaboration AddThis share float. Here are the steps on the blog installation.

1. Log in to Blogger
2. Click Layout >> Add Gadget and select HTML / JavaScript
3. Paste the following code to the widget HTML / JavaScript


<div class="addthis_bar addthis_bar_vertical addthis_bar_large" style="background:#FFFFFF; border: 0px solid #000000; top:120px;left:80px;"><div class="addthis_toolbox addthis_default_style"><span><a class="addthis_button_facebook_like" fb:like:layout="box_count"></a></span><span><a class="addthis_button_tweet" tw:count="vertical"></a></span><span><a class="addthis_button_google_plusone" g:plusone:size="tall"></a></span><span><a class="addthis_counter"></a></span><span><div style='border: 0px; padding: 0px; background-color: none; text-align: center; font-size:9px;'> <a href=http://www.walman.org ' target='_blank'>Widget</a></div></span></div></div> <script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js"></script>


4. Click Save
LEARN MORE

Tips and How to Speed ​​up Loading Blog

Tips and How to Speed ​​up Loading Blog - One of the techniques to increase visitors to the blog is to accelerate or ease loading blog. Besides light blog template is one factor that seo friendly template. Actually a lot of factors that affect the slow loading blog among the most common is because it kecepata intenet often you use to create a blog or do blogging activities. Besides, it is also a slow blog loading caused by the use of javascript code in blogger template that you use.

How to speed up loading blog is a phenomenon dikalanagan blogger blog slow because if will reduce comfort, not just a blog visitor, may also Admin blog itself. If you do not want to struggle to perform particular blog optimization blog loading ease, one way that I recommend is changing your blog template to blogger template which has a fast loading. One of my collection and a blog template that I liked best was freandly seo blogger template which has a loading speed is incredible. You can download and use for free but may not remove links creditnya.


Back to the subject of our discussion about how to speed up loading and tips blog. Here I will describe tips relieve loading blog as you can read below


Loading accelerate Tips Blog

1. Use of Images and Media (Video)
Before you post a blog article that uses many images in it I suggest to compress. Beside that also if there is a blog post on the video I recommend to you to take it into account. If the video is not so important and there is still a more effective alternative to use these alternatives.

2. Usage Widget in Blog Templates
The use of widgets on the blog too much will cause a slow loading blog for links and scripts contained in the widget will also be loaded. The more widgets posted on the blog then loading blog is getting more severe. My advice pengting-use widget only important for your blog such as widgets histats, fanspage facebook and others. For widgets such as clock, calendar, music I suggest not posted because I think it's not so important, and its negative impacts outweigh the positive impact.

3. Excessive use of JavaScript Code
Wearing javascript code in the blog template can not be avoided, but we can meminimalisr use javascript as needed. When you are too much to add this code into your blog template, then what will happen is when the load when a visitor opens the page in a website or blog you will wait a long time. This can adversely impact the development of your blog. We'll see tenama websites like facebook or google, not the website has a fast loading?

4. External Link
External links are links contained in a blog or website that lead to other blogs. All links will terload / read when opening a website or blog visitors to be able to perform as an actual form appears on the screen monitor. For that I suggest you do not put too much external links from blogs, in addition to slow loading blog also affect your own SEO blog. If you use the link from the outside, try it in a container, such as a link to google code or image link / image of bloggers who are still in the hosting.
LEARN MORE