AllInWorld99 provides a reference manual covering many aspects of web programming, including technologies such as HTML, XHTML, CSS, XML, JavaScript, PHP, ASP, SQL,FLASH, jQuery, java, for loop, switch case, if, if else, for...of, for...in, for...each,while loop, blogger tips, blogger meta tag generator, blogger tricks, blogger pagination, client side script, html code editor, javascript editor with instant output, css editor, online html editor, materialize css tutorial, materialize css dropdown list,break, continue statement, label,array, json, get day and month dropdown list using c# code, CSS button,protect cd or pendrive from virus, cordova, android example, html and css to make android app, html code play,telerik show hide column, Transparent image convertor, copy to clipboard using javascript without using any swf file, simple animation using css, SQL etc. AllInWorld99 presents thousands of code examples (accompanied with source code) which can be copied/downloaded independantly. By using the online editor provided,readers can edit the examples and execute the code experimentally.


     One of the website attracting way is animating title bar, it will reduce the website idl state time. It is very easy to place it.

Example image
     This screen was taken from chrome browser. Can you see the title bar of the window is rotating, this also rotating in the windows status bar.










Animate title bar in blogger
Add animation press here

     If the above button is not work or want to modified the title name follow the steps, otherwise leave all the below steps.
Step 1
     Login to your blogger by entering your username and password.


Step 2
     Select your blogger, by clicking Go to post list  button.

Go to blogger post list

Step 3
     Go to layout and press Add gadget.

Add Gadget in blogger


Step 4
     After press the Add gadget a popup window is opened, in that window scroll and select the  HTML/JavaScript.

Add HTML-JavaScript Window in Blogger



Step 5
     Another window is opened and ask Title and Content, leave the Title field and copy the below code and paste it to the Content box.



<script type='text/javascript'>
msg = document.title;
msg = msg + ".";
position = 0;

function scrolltitle() {
  document.title = msg.substring(position, msg.length) + msg.substring(0, position);
  position++;
  if(position > msg.length) position = 0
  window.setTimeout("scrolltitle()", 110);
}
scrolltitle();
</script>

Paste the html-javascript code on blogger

Note:
     If you want to change the title text with extra text, add the text after or before the msg = msg+".";
eg: msg="My extra text "+msg;

Step 6:
     Finally save it and open your blog url, your title is animating.


0 comments:

Post a Comment

Total Pageviews