Showing posts with label how to. Show all posts
Showing posts with label how to. Show all posts

How To Add Snow In The Background of Your Blog Using CSS

Posted by Unknown

Today we’re going to go over a super simple CSS technique that you can use to make it snow on your Blogger blog. It seems particularly attractive since it doesn't require scripts, only CSS and three small images.An advantage [...]
More aboutHow To Add Snow In The Background of Your Blog Using CSS

Redirect Blogger 404 Error (Page Not Found) To Homepage

Posted by Unknown

Whenever, by mistake, we or a user misspells an URL inexistent in our blog, it automatically redirects to the 404 error page (page not found). A message like this would appear:"Sorry, the page you were looking for in this [...]
More aboutRedirect Blogger 404 Error (Page Not Found) To Homepage

Create a Background Slideshow for Blogger

Posted by Unknown

In the previous post we saw how to make the blog's background fill the screen regardless of the resolution of the monitor. The method that we'll use now with jQuery is a plugin called BackStretch which also has the option [...]
More aboutCreate a Background Slideshow for Blogger

Rounded Corners and Shadows for Images using CSS

Posted by Unknown

Here are some unique border styles that you can apply to blogger images by using the border-radius property and defining either all four corners simultaneously or applying the rounded border only to some of them.One of [...]
More aboutRounded Corners and Shadows for Images using CSS

How to make the background image of the blog fill the entire screen

Posted by Unknown

A constant question is how to make the background image of the blog always fill the entire screen regardless of the resolution of the monitor. And that is when we put a background image as measured by our monitor forgetting [...]
More aboutHow to make the background image of the blog fill the entire screen

Making a gadget visible only to the blog administrator

Posted by Unknown

And the post title says it all. There are gadgets that sometimes we want to be visible only to us and not to our blog readers, perhaps a Survey already ended that we want to keep, a counter, or any gadget that while we customize, [...]
More aboutMaking a gadget visible only to the blog administrator

Upload images and get the URL of the image

Posted by Unknown

As each day there are lots of new users joining the world of blogging, is necessary to discuss about some basic topics that bring up some recurring questions such as how we could get the URL of an image?On the Internet there [...]
More aboutUpload images and get the URL of the image

Fade In/Out Page Loading Effect On Blogger Posts

Posted by Unknown

A very common effect in jQuery is the fade effect that hides or shows an element by fading it, and we can use it in many ways as for example in the blog's navigation. The following script does just that, by loading the page [...]
More aboutFade In/Out Page Loading Effect On Blogger Posts

Using the :before and :after Pseudo Elements on Sidebar Titles

Posted by Unknown

This is another method of using the :after and :before properties and it will work without too many problems in any browser, including IE8. What this trick will do is to divide the header bar into left and right sections, [...]
More aboutUsing the :before and :after Pseudo Elements on Sidebar Titles

Multi Hover Effect On Blogger Images Using Pure CSS

Posted by Unknown

Today I'm going to show you how to add an amazing mouseover effect for Blogger images using only CSS, in which moving your mouse over an image from different directions (from above, from below, etc) will cause an overlay [...]
More aboutMulti Hover Effect On Blogger Images Using Pure CSS

How To Add Social Media Icons to Blogger Header

Posted by Unknown

This tutorial will help you to add social media icons in the top right corner of the page which could increases the likelihood that readers can follow through the various social networks. There are several ways to do this, [...]
More aboutHow To Add Social Media Icons to Blogger Header

How To Use The New Blogger HTML Editor

Posted by Unknown

The Blogger template editor now includes a number of changes that seem interesting and make it much more friendly than it was.To begin with, what we see now is all the template's code starting with numbered and colored [...]
More aboutHow To Use The New Blogger HTML Editor

Related Posts Widget with Thumbnails and Summary for Blogger

Posted by Unknown

There are several tutorials quite old which have explained different methods for displaying related posts in Blogger [1] [2] but in this tutorial, I will show you how to implement a very beautiful Related Posts widget that [...]
More aboutRelated Posts Widget with Thumbnails and Summary for Blogger