Add Text that follows Mouse Cursor Rotatably in Blogger

♠ Posted by Unknown in ,

cursor textOne of the best way to add extra fun to your blog is add a text following the pointer. This is a script that make text following the cursor rotatably, when the course moves text follows and when cursor stop text move rotatably around it. You can see a running example on this blog post. It gives a impressive and attracted look to your blog. It enables your visitors to play on your blog and hence it decrease blog bounce rate. You can add this effect on your blog without disturbing your blog's template. So if you want to apply this great trick on your blog, start rolling your fingers on the tutorial.
Note : You can check out the Live Demo of this widget on this blog post, just slide your mouse cursor.

How to Add this:

To place it on your blog just follow these simple steps:
  • Go to Blogger Dashboard >> Layout.
  • Add A Gadget >> Html/JavaScript.
  • Paste the below given code in that and Click Save.
<style type="text/css">/*Rotating text that follows the cursor  */#outerCircleText {font-style: italic;font-weight: bold;font-family: verdana, arial; /* Fonts */color: #000; /* Text Color */
position: absolute;top: 0;left: 0;z-index: 3000;cursor: default;}#outerCircleText div {position: relative;}#outerCircleText div div {position: absolute;top: 0;left: 0;text-align: center;}</style><script type="text/javascript">//<![CDATA[
;(function(){
// Messagevar msg = "BloggerhelpNtricks";
// Font Sizevar size = 22;
var circleY = 0.75; var circleX = 2;
// Space between each lettervar letter_spacing = 5;
// Diameter of circlevar diameter = 10;
//Rotation speedvar rotation = 0.3;
// Reaction ratevar speed = 0.3;

if (!window.addEventListener && !window.attachEvent || !document.createElement) return;
msg = msg.split('');
var n = msg.length - 1, a = Math.round(size * diameter * 0.208333), currStep = 20,ymouse = a * circleY + 20, xmouse = a * circleX + 20, y = [], x = [], Y = [], X = [],
o = document.createElement('div'), oi = document.createElement('div'),b = document.compatMode && document.compatMode != "BackCompat"? document.documentElement :document.body,
mouse = function(e){
e = e || window.event;
ymouse = !isNaN(e.pageY)? e.pageY : e.clientY; // y-positionxmouse = !isNaN(e.pageX)? e.pageX : e.clientX; // x-position},
makecircle = function(){ // rotation/positioning
if(init.nopy){o.style.top = (b || document.body).scrollTop + 'px';o.style.left = (b || document.body).scrollLeft + 'px';};currStep -= rotation;for (var d, i = n; i > -1; --i){ // makes the circled = document.getElementById('iemsg' + i).style;d.top = Math.round(y[i] + a * Math.sin((currStep + i) / letter_spacing) * circleY - 15) + 'px';d.left = Math.round(x[i] + a * Math.cos((currStep + i) / letter_spacing) * circleX) + 'px';};},
drag = function(){ // makes the resistancey[0] = Y[0] += (ymouse - Y[0]) * speed;x[0] = X[0] += (xmouse - 20 - X[0]) * speed;for (var i = n; i > 0; --i){y[i] = Y[i] += (y[i-1] - Y[i]) * speed;x[i] = X[i] += (x[i-1] - X[i]) * speed;};makecircle();},
init = function(){ // appends message divs, & sets initial values for positioning arraysif(!isNaN(window.pageYOffset)){ymouse += window.pageYOffset;xmouse += window.pageXOffset;} else init.nopy = true;
for (var d, i = n; i > -1; --i){d = document.createElement('div'); d.id = 'iemsg' + i;d.style.height = d.style.width = a + 'px';d.appendChild(document.createTextNode(msg[i]));oi.appendChild(d); y[i] = x[i] = Y[i] = X[i] = 0;};o.appendChild(oi); document.body.appendChild(o);setInterval(drag, 25);},
ascroll = function(){ymouse += window.pageYOffset;xmouse += window.pageXOffset;window.removeEventListener('scroll', ascroll, false);
};
o.id = 'outerCircleText'; o.style.fontSize = size + 'px';

if (window.addEventListener){window.addEventListener('load', init, false);document.addEventListener('mouseover', mouse, false);document.addEventListener('mousemove', mouse, false);if (/Apple/.test(navigator.vendor))window.addEventListener('scroll', ascroll, false);}else if (window.attachEvent){window.attachEvent('onload', init);document.attachEvent('onmousemove', mouse);};
})();//]]></script>
Now, Change the red text with your desired message. You can change the text size, font, color, speed, etc.. I have marked ( green ) so you can customize it to your taste, just locate the corresponding area to make the change. 

How to Disable Copy Paste In Blogger Blog?

♠ Posted by Unknown in ,
Even as we know in this kind of technical World everyone desires to be Online along with Run as quick as rabbit in these Daily growing Technology. But daily Tons of Articles Publish on Web Via Blogger, Wordpress, Facebook, Twitter and much more Social Media Sites and Blogging platforms. But Do you think the Content you Published with your Online Portal is Safe or not. There are a lot of vistors who just visit for Verifying and Comparing your Contents. These are so many peoples who wish to be a Finest Blogger in a short time span. So, In this Tutorial My goal is to share a Finest Tip Ever to Disable or Banned the Copy Paste Option Through your Site to protect them from Copycats who copy your whole contents.


How to Implement?

Just follow the below simple steps to disable copying option on your blogger blog.

  • Go to Blogger Account >>> Blogger Dashboard

  • After Selecting Layout Tab will Open. Click On"  Add a Gadget ".

  •  Now a again a New Window will Open.Here select " HTML/Java Script

  • Now Copy the Given Below Code and Paste it Here.

<!-STARTdisablecopypaste--><scriptsrc='demo-to-prevent-copy-paste-on-blogger_files/googleapis.js'></script><scripttype='text/javascript'>if(typeof document.onselectstart!="undefined" ) {document.onselectstart=new Function ("return false" ); } else{document.onmousedown=new Function ("return false" );document.onmouseup=new Function ("return false"); } </script><!-- End disable copy paste -->


  • Now Save the open window 

How to Show/Hide Blogger Widgets On Specific Page?

♠ Posted by Unknown in

Once you added any widget in yourblogger blog, then it will be displayed in all the pages by default, including your homepage. But what to do if you want a certain widget to appear only on a certain posts or pages, can it be easily done? Yes You can do this easily using some conditional tags. This trick is very useful for every blogger to make their blog professional and use the widget where it is required. So In this post I will show you how to perform this task easily.


Hiding/Showing Widget on Specific Location:

Step 1. Go to blogger Dashboard >> Layout >> Add a gadget >> Html/JavaScript. Doing this it will be easier to identify the widget name in your Blogger Template. Give it a new unique name or title or its does not match with any of the widget title or any widgets already added. in your blog.


Step 2. Go to Template and Click on Edit HTML




Step 3. Find the name of the widget by using CTRL+F.  Let’s say that the the name of my widget is ( Recent Posts ). After searching this name. You find a similar code like this.

<b:widget id='HTML1' locked='false' title='Recent Posts' type='HTML'>
<b:includable id='main'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != ""'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>
<b:include name='quickedit'/>
</b:includable>
</b:widget>
Step 4. After find your widget’s code add the following conditional tags marked with red just below and above to hide the widget from specific pages or posts in Blogger. 

To show the widget only in Homepage 



<b:widget id='HTML1' locked='false' title='Recent Posts' type='HTML'>
<b:includable id='main'>
<b:if cond='data:blog.url == data:blog.homepageUrl'><!-- only display title if it's non-empty -->
<b:if cond='data:title != ""'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>
<b:include name='quickedit'/>
</b:if></b:includable>
</b:widget>
To show the widget in a specific page  


<b:widget id='HTML1' locked='false' title='Recent Posts' type='HTML'>
<b:includable id='main'>
<b:if cond='data:blog.url == "URL of the page"'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != ""'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>
<b:include name='quickedit'/>
</b:if></b:includable>
</b:widget>

Note: URL of the page Replace by your website link 

To hide a widget only in a particular page
 <b:widget id='HTML1' locked='false' title='Recent Posts' type='HTML'>
<b:includable id='main'>
<b:if cond='data:blog.url != "URL of the page"'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != ""'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>
<b:include name='quickedit'/>
</b:if></b:includable>
</b:widget> 
To show widgets only in static pages 
<b:widget id='HTML1' locked='false' title='Recent Posts' type='HTML'>
<b:includable id='main'>
<b:if cond='data:blog.pageType == "static_page"'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != ""'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>
<b:include name='quickedit'/>
</b:if></b:includable>
</b:widget>

To hide widgets in Static Pages   
<b:widget id='HTML1' locked='false' title='Recent Posts' type='HTML'>
<b:includable id='main'>
<b:if cond='data:blog.pageType != "static_page"'><!-- only display title if it's non-empty -->
<b:if cond='data:title != ""'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>
<b:include name='quickedit'/>
</b:if></b:includable>
</b:widget>

To show widgets only in Archive Pages 
<b:widget id='HTML1' locked='false' title='Recent Posts' type='HTML'>
<b:includable id='main'>
<b:if cond='data:blog.pageType == "archive"'><!-- only display title if it's non-empty -->
<b:if cond='data:title != ""'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>
<b:include name='quickedit'/>
</b:if></b:includable>
</b:widget>

Step 5. After added the conditional tags. Now Save your Template and View your Blog.

What are the Limitations of a Blogger Account?

♠ Posted by Unknown in ,

Blogger is a free and most used blogging program preferred by most of bloggers. Only With a Google account it's possible to start the Blogger blog in a few minutes & almost all without spending one single penny. Blogger is simple to operate & will probably be the beneficial start when you first enter in the field of Blogging. You can even host your custom domain without spending money to buy hosting and there are  many more strengths and benefits of Blogger blog. Blogger will be free however or even we had the question that what number of blog it's possible to have in a Blogger account. As a Blogger user, you have to know all the limitations of Blogger account. So lets start knowing the all limitations of Blogger.

Limitations Of Blogger Account:

Account limits

  1. Number of Blogs: You can create or have not more than 100 blogs per account which is more than enough for a single account.
  2. Profile info length (about me): Your profile about me information is limited to 1200 characters.
  3. Additional info (Interests & favorites): Your additional information that is your interests and favorites cannot have more than 2000 characters.

Blog limits

  1. Number of Posts: You can have unlimited post in your blog. All your posts remains in your account till you delete it manually. In case if you deleted any of your posts, then still you canrecover it.
  2. Number of pages: You can create 20 static pages and not more than that.
  3. Post size limit: There is no specific size limit for your individual blog post. But there are chances to exceed your page size limit if your blog posts are large.
  4. Page size limit:  Each separate page cannot have more than 1 Mb in size. If this limit exceeds then you will see an error message like this (006 please contact Blogger support). To maintain the page size limit you can reduce the number of posts displayed in your page. This also helps in page load speed.
  5. Blog Title: There is no limit for Blog titles. The best practice for SEO is to limit titles to 70 characters.
  6. Blog description: You can have up to 500 characters for your blog description
  7. Number of labels: Labels are limited to 20 per blog post, which is more than enough to categorize a post.

Media limits

Media files ( images & videos ) are stored in Picasa web albums in which you will get 1GB of free storage.
  1. Number of images: You can have as many images within 1 GB of free space. You can get your images back from Picasa even if you deleted from you blog.
  2. Image size limit: There is no limit for image size but for page load speed it’s recommended you to compress images and upload. However an image uploaded via mobile is limited to 250 k.
  3. Video limit: Imagine how many videos you can have with 1 GB of free space in Picasa. If you need more videos then best option is to embed YouTube videos.

Limitation for Bloggers

  1. Team members / authors: A blog can have 100 members and that’s the limit.
  2. Number of comments: Each individual post can have unlimited numbers of comments until you close the comments. All the pre-existing comments will save in your account even if you hide it.

Blogger account suspension

Blogger as a Google service it has strict rules and if you violate Blogger’s Terms and condition your account will be suspended. Blogger will not send any warning or notification to ban your account. You cannot use your account and no one can register the banned blog name if it gets suspended.

How to Add Google Translate Button in Blogger?

♠ Posted by Unknown in ,
People that live in the world consist of distinct casts and culture and they speak different languages. Approximately about 6k to 7k languages are spoken in this world, now coming towards blogger blogmany of us normally built each of our website in English, the reason to doing so is that English is an overseas language widely spoken throughout the world. By creating each of our blog in English we have been doing right, but what for the those readers that don’t understand English that well, taking this aspect planned Google has made something which can translate your blog in about 58 + languages. In this tutorial we will teach How to Add Google Web site Translate Button in Blogger. So lets start rolling your fingers.

How To Add Google Translate Button In Blogger?

To start with login to your Google account and openGoogle Translator page, now click on the button saying “Add to your website now” located in the upper right corner.


Now you have entered in the adding website page, under the heading of ‘website URL’ enter your blog URL (www.MyBloggerBuzz.com) for which you want a translator button. Now select your website original language from a dropdown list placed under the heading of ‘Website language’ and click on Next. 



Now you have the options, Translations language and Display mode. You can choose “All language” to set all languages available in the drop down list. Display mode has three options vertical, horizontal and Dropdown only. Once you are done with the settings Click on “Get Code” Button.





Copy the first piece of code and go to Edit HTML section on your blog and search </head>, simply paste the copied code above  and save your template.

Next step is to copy the second piece of code and paste it where you liked your translate button to be positioned. We recommend you to place it in the sidebar of your blog and to do this go to Layout and Add a Gadget >> Add HTML/ Java Script to the sidebar then past the second copied code and click save.