This is a Simple Link nudge Effect tutorial.You can add this to links in your Blog.While Mouse over the link a simple animation works.This can be done through two methods.You can use any one of these.
If you want this Link Nudge Effect to labels follow the steps below
Go to Design->Edit HTML
Find ]]></b:skin> and copy the following code BEFORE it
.noopln,Label li,#Label1 ul li a,.Label li a { -moz-transition: all 0.2s ease-in 0s ; -webkit-transition: all 0.2s ease-in 0s ; -o-transition: all 0.2s ease-in 0s ; }
.noopln:hover,Label li:hover,#Label1 ul li a:hover,.Label li a:hover { margin-left: 14px; }
That's all the Link Nudge with CSS3
Link Nudge using jQuery
Step 1: Add jQuery plugin (if your blog have a jquery plugin,ignore this step)
The above jQuery code snippet is also work with your Labels,If you don't need Link Nudge effect to your labels then delete the red blinking highlighted code in it.
Christmas is one of the largest festival celebrate all over the world. Christmas is the much awaited festival that knock the door of all Bloggers. And all are thinking about decorating their blog. How to decorate the blog with snowfalls and clouds ? Do you like to decorate your blog with beautiful snowflakes and clouds? Then here there is a article about how to add snowflakes with breeze to your blogger blog.
If your Blog has a dark interface then this widget serves better.The Snow flakes and the breeze are in white color so dark background will be better to get a good look.
If you want to get dark Christmas background ,set the following picture or search darker Christmas backgrounds. Do you want to know how this work Click below to view the demo
First of all i'm saying sorry to all for the delay of posting. This is a tutorial about how to style your comments block with effective designs. This is done using Simple css Scripts. The demo of a styled comments block is as follows.
Click the link below to see demo Demo page What's inside this article?
Change posts Navigation Links Newer posts and older posts by the Corresponding Post Titles.This Awesome Blogger Hack lets your blog visitors to Know Newer and Older posts and they can go to that Posts.I got this hack from YABTB blog .This hack is done by MS-potilas of YABTB blog.All credits goes to YABTB. This awesome trick done using some jquery script.
You may saw this awesome trick used by many professional and other Websites/Blogs.This Page peel is used to Show ads ,this page peel attract Blog visitors and they may have the tendency to click on ad and your earnings increases.Also this page peel can be used to increase your Subscribers.Here I am going to show you how to add a page peel trick to Blogger blog.
Change can the RED highlighted text with url image url that you want,else leave it default(needn't change) Change the BLUE highlighted text with your feed URL or place your advertisement
Save the Template
You are done..! If any problem persists please do comment.
Changing the favicon of your blog is a simple trick.By default blogger puts the blogger orange color logo to favicon.This can change to your blog logo. Favicon appears next to the URL or title in the browser.If you have a logo of your blog then you can simply upload to blogger.Else there are many sites providing free favicon generator.See Netoops blog favicon on the top your browser. Follow the instructions below.
Go to Design->Page Elements
You can see a small bar with blogger icon and a link EDIT click it.
Then select your blog's logo by clicking Browse and click on Save.
Upload your blog's logo and give scrolling text then click Generate favicon
It will generate your animated favicon,right click on the icon shows there and Save it.Then upload to root of website or upload to free image uploading sites like tinypic you will get the link to image from there.
Go to Design->Edit HTML
Copy the following inside <head>
<link href='PLACE YOUR FAVICON LINK HERE' rel='icon' type='image/gif'/>
Then click save.
If any problem with this please inform via comment.Feel free to ask.
Here is a Simple Tip to Set a Button for Changing the Blog View to Dynamic Views.I added Smooth jquery Hover Effect to Button.You can set any template to your Blogger Blog.If you add this Button to your Blog.It lets your Blog visitors to View Blog in Dynamic Views when they Click this Button.
Here I am saying about How to Add a Stylish Flash Animated Clock to your Blogger Blog.Here is a huge collection of Clock widgets for your taste.Follow the Simple Steps below to make your Blog Stylish,Cool, and Smart looking Blog.
First of all SignIn to your Blogger Account
Select Design->Page Elements
Click on Add Gadget
Select HTML/javascript from it,then copy the code of clock you want.
Step 1: If you want a NON Static Clock Widget,then Just copy and paste the code to HTML/javascript content.
If you want a cool static clock,then first do the step above and Click HERE
Add Stylish Flash Clock 1
If you want to add this Clock,then Copy and paste the below code
How to setup flying letters below mouse pointer.This a simple article that Spice your Blog.After inserting this Code,When you move mouse over your Blog, you will see that Letters you SET in the below code will flying like a Animation.
Find </body> (Find Easily Using Ctrl+F) and Copy and Paste the below Code above </body>
<script type="text/javascript"> var text=' ENTER YOUR FLYING TEXT HERE '; </script> <script src="http://netoopscodes.googlecode.com/svn/branches/Js%20files/mousetail.js" type="text/javascript"> </script>