Open top menu

Everyone must be familiar with Blogs or atleast must have heard about the term "Blog" or "Blogging". Blog is basically a discussion or informational site published on the World Wide Web and consisting of discrete entries that are better known as "Posts". The word "blog" can be used as a verb, meaning to maintain or add content to a blog. As the world has become the Global Village, blogging has become such a mania that a new blog is being created every second of every minute of every hour of every day. The collective community of all blogs is known as the "blogosphere". Besides imparting information to the world at large, there is another more important purpose of making it is to EARN MONEY ONLINE VIA GOOGLE ADSENSE provided the content must be authentic and useful. When you publish ads through GoogleAdsense in your blog/website, you may earn a lump sum amount of money through the ads depending upon the number of clicks, impressions, etc.


This blog is all about:-

- Making and customizing different types of Blogs from scratch in:-

- Blogger.com, and

- Private Website/Domain (i.e. www.yourdomain.com);

- Promoting Blog through various means

- Earning money online through such Blogs/Websites; and

- Earning money online through other ways.


This blog also contain blogger tips and tricks.


Tutorial # 47 - Free Blogger Backgrounds and Textures

Blogger is a place for everyone. Thanks to the overwhelming support of the Blogger and creative communities, there are plenty of free to use resources out there to make your site look great and keep you focused on what you love best. Here are some of the best sites for acquiring blogger backgrounds that won't cost you even a single penny and will look incredible.


Shabby Blogs
Shabby blogs offers some unique texture and graphic rendered Blogger backgrounds to choose from. All of the designs that they have are created to be standard width so you don't get a lot of flexibility to choose from; however, there are guides out there that can teach you how to extend the sidebars, header, and footer of your screen if you find one you love and this is something important to you. In addition to offering Blogger backgrounds Shabby blogs also has a section for cute little buttons that you can add to your site to give it an extra special touch.


Hot Bliggity Blog
Aside from having one of the coolest and creative names to say out loud, Hot Bliggity Blog has a wide selection of patterned-based blogs for your site. You can choose between different color schemes, and they also offer three different sizes to pick from, standard, widened, and full width. Best of all, they are really easy to install. All you have to do is click on the install link underneath the image. From there it will copy the code for you into your clipboard and give you instructions on where to paste it.


Dotty Dot Dot
Dotty Dot is the place to go if you like geometric type backgrounds that are heavy on squares, plaid, circles, and of course dots. The website is a little bit hard to navigate, but they have a sidebar with a bunch of tags to help you sort through all the available templates and find something you like. Just about every color you can imagine is available if you plan on matching your Blogger backgrounds to your favorite color or font style. The widths of the most of the templates vary so some have heavy padded sidebars, whereas some are very skinny.



LeeLou Blogs
Lee Lou Blogs offers Blogger backgrounds that look a lot like you would find in a scrapbook with a heavy dependency on small pictures and vector graphics. These free templates would go great with any home improvement blog or DIY arts and crafts writer. Most of the free backgrounds are standard size with the high padded sides, but like anything you can get access to more templates if you want to take advantage of any of his premium designs.


CgTextures
If you just want something basic real basic that won't distract customers from your content, you can head over to CgTextures. Their site is full of photos and textures that could be added as a background image with a reduced transparency. The blog would still look great and you wouldn't have to worry as much about trying to match your font style and color so that it fits in with the background. Instead you can draw more focus on what's important and less on the site's bells and whistles.



Every Stock Photo
Bloggers that want less of an 'artsy' look to their site and instead more of a serious appeal can get a picture from Every Stock Photo to use as the background image. You can also benefit by using some of the pictures offered through this site within your blog posts so that you aren't stuck buying things from premium image providers. There search bar and navigation panel makes it easy to find exactly what you are looking for to see a unique feel to every page.



Shizoo-Design
Shizoo-Design is a German based design firm with about 554 different patterns to choose from. You can find everything from conservative shapes to abstract rainbows and splashes of color. All of the textures are provided in a range of size, anywhere from 1000x700 pixels to 1300x600 pixels so that they will comfortably fit your entire site's background and work with most browsers and computer screen sizes. Brushes and custom icons are also available from the site, free of charge.


Patterns of Change
Patterns of Changes offers Blogger backgrounds that are cartoon oriented and that can best be tiled across the screen. The site is perhaps one of the easiest to use compared to all the others on the screen, providing a simple navigation bar where you can choose what color you'd like the pattern to be. When you select one of the colors provided, it will come up with a bunch of different patterns usually associated with that color. For instance, when the color brown is selected, one of the choices ia brown cake. Blogger backgrounds for this site might not be the best choice for business professionals, but they certainly are fun.


Add a Background Image using the Blogger Template Designer

Step 1: First you need to download a Background from either the above given links or some other source

Step 2: Go to Template, press the Customize button on the right side

Step 3: Once the Blogger template designer has opened, you'll see the "Background" option on the left - click on it. Now click on the box below the Background image title and it will open a window from where we can select a default background image. On the upper left side of this window, click Upload Image and select the image you would like to use from a location on your computer.
Note that you should use a JPG, GIF, or PNG image that is no more than 300k in size. If your image is too large, then you can use the Kraken.io image optimizer to make the file smaller.

Step 4
After you've uploaded your image, click 'Done' and you'll be taken back to the background menu. Here you will see additional options like: Alignment, Tile and Scroll with page:

- Alignment: change the position of the background image to start either horizontal (left, center, right) or vertical (top and bottom);
- Tile (Repeat): if you want a small background image to fill the page, choose to repeat (tile) horizontally and/or vertically;
- Scroll with page: the box is checked by default, this means that the background scroll along with the page contents. If you want the background picture to not move as the page is scrolled and stay exactly where it is, uncheck this box.

Step 5: For a background image with plain color in the middle for content, you might want to remove the main and header background. Navigate to Advanced > Backgrounds and type the word "transparent" inside the Main Background and Header Background box

If the background is smaller than the content area, we can fix this using CSS. Scroll down and click on the Add CSS option, then paste this CSS code inside the box:

body {
background-size: 200%;
}

.body-fauxcolumn-outer .cap-top {
background: none;
}

Note: To change the size of the background, modify the 200% value.

Step 6: Press the 'Apply to Blog' button!


How to Change Background in a Custom Blogger Template
Sometimes the above options might not appear in some custom Blogger templates if the body.background variable hasn't been defined. In this case, we will need to go to HTML of the template

Step 1: Go to Dashboard > Template, Click on "Edit HTML"


Click anywhere inside the code area and press CTRL + F to open the blogger' search box

Step 2: Type or paste ]]></b:skin> inside the search box and hit Enter to find it


Step 3: Just above the ]]></b:skin> tag, add one of the following codes:

For a large background image:

body {
background-image: url(IMAGE-URL.png) !important;
background-repeat: no-repeat;
background-position: center top;
background-attachment: fixed;
background-size: 100%;
}



If using a repeating pattern, add this CSS code instead:

body {
background-image: url(IMAGE-URL.png) !important;
background-repeat: repeat;
background-position: center top;
background-attachment: fixed;
}



Step 4: Replace the text "IMAGE-URL.png" from above with your image URL


Step 5: Finally, preview the template to ensure that the background image appears as you want, and press the "Save Template" button to save your changes. And you're done!
Read more
Tutorial # 46 - Add an Instagram Widget in Blogger

Nowadays Instagram is quite popular and has become one of the most prominent photo sharing apps on the market. It is a photo-sharing network that can be downloaded to your smart phone as an app. Think of it as Facebook with only photo sharing.

By adding the Instagram on Blogger as a widget, you may fulfill the statement, "A picture paints a thousand words" as you can have a new visual aspect of that site and allow visitors to go beyond just words on a page. With the convenience to carry the application around on your smartphone wherever you go, you can snap pictures, apply filters, and upload that content to your profile. From the profile, a widget specially designed for Instagram on Blogger would translate that data and display the image on your site. Even those visitors that aren't members of Instagram could benefit from such a service.

This guide will explain how to add an Instagram widget to your site with step-by-step instructions. This Instagram widget is entirely customizable and will allow you to modify the background color, font, and how the widget is actually displayed on the site.

Step 1: To get the Instagram widget, Log onto http://www.intagme.com/

Step 2: Type in your Username > select Grid or Slideshow:


Step 3: Select the Thumbnail size of your images (100px is the default) and choose if you want a border around your Photos or not


Step 4: To change the Background Color of the widget, simply click on the empty box and pick your favorite color


Step 5: If you want to show the Sharing buttons on your widget, select 'Yes', otherwise, click 'No'.


Step 6: Once you're satisfied with the widget, press the "Get Code" button and copy your code.



Step 7: Go to Layout and click on the "Add a Gadget" link on the right side.

Step 8: In the pop-up window, scroll down and click on the "HTML/JavaScript" gadget:


Step 9: Paste the code that you got from the Intagme website into the content section and press the 'Save' button to save the widget.


Step 10: Click and drag your widget if you want to change its position and press the "Save Arrangement" button on the upper right side. And you're done!

Read more
Tutorial # 45 - How to Create a Sitemap or Table of Contents in Blogger

Sitemap makes the readers easy to find content that they are searching for. While the blog archive and labels have all the information about the published post, these do not appear on a single page completely, so searching for more posts is not always an easy job.

Quite fortunately, this tutorial will help you to add a table of contents or sitemap on Blogger showing the index of all posts separated by categories that have been published. It will also show the latest posts with a text saying "New!".

Step 1: Go to Pages > click the New Page button

Step 2: Click on the HTML tab and paste the following code inside it:

Step 3: Customization
- Replace http://earningviablog.blogspot.com in line # 11 with the address of your blog.
- To change the color and font size of categories title, replace the values in line # 2.
- To change the color of the links, replace the value in line # 3.

Step 4: Click Options on the right sidebar and select Don't allow (hide existing) for the reader's comments

Step 5: Finally, click the Publish button and View the page


Read more
Tutorial # 44 - Recent Posts Widget with Thumbnails for Blogger/Blogspot

In the previous tutorial, Tutorial # 43 - Simple Recent Posts Widget for Blogger/Blogspot, we have learnt to create a Recent Posts Widget. In this post, you will see a different way of displaying the Recent Posts on Blogger - this is specially for those who want to show the post thumbnails as well.

Step 1: Go to your Blogger Dashboard > Layout, and click on "Add A Gadget" link. From the pop-up window, scroll down and choose HTML/JavaScript

Step 2: Paste the code from one of the options below in the empty box of HTML/JavaScript:


Step 3: Customization
- Replace YOUR-BLOG in line # 3 with the URL of your site/blog (ex: http://earningviablog.blogspot.com) and pay attention to have no forward slash symbol "/" at the end of the URL.
- To disable the scroll bar, remove the number 500 in line # 4.
- By default, this widget is set to display a maximum of 8 recent posts. To change this number, replace the number 8 in line # 4 with the number of posts that you want to appear
- If you want only the posts titles, change true to none and "0" from padding-top:0px with 10 in lines # 10 and 9 respectively.

Step 4: Save your widget. And you're done!


Read more
Tutorial # 43 - Simple Recent Posts Widget for Blogger/Blogspot

Blogger itself contain many widgets related to "posts" like "Popular Posts" but unfortunately there is absence of a Recent Posts widget. If still you want such a widget, this tutorial will guide you to create your own.

This Recent Post widget has two variations, you can have it with both the title and snippets of post, or with post titles only. To make it fit your own design, you will need to modify the CSS style in order to make the following changes:-
- Display post titles only
- Change the number of posts
- Change the number of characters of the post snippet/excerpt
- Change the link or background color, the size and color of text/links.
- Show/hide the post dates

However there is the absence of thumbnails of the posts. If you want such thumbnails as well, see our next tutorial, Tutorial # 44 - Recent Posts Widget with Thumbnails for Blogger/Blogspot

Step 1: Go to your Blogger Dashboard > Layout, and click on "Add A Gadget" link. From the pop-up window, scroll down and choose HTML/JavaScript

Step 2: Paste the code from one of the options below in the empty box of HTML/JavaScript:

Option 1: Recent Posts Widget with Snippets:


Option 2: Recent Posts Widget Showing Post Titles Only:


Step 3: Customization:
- Change 5 (option 1 in line # 5) and 10 (option 2 in line # 3) with the number of posts that you want to display.
- Change false to true in line # 3 if you want the posts dates to appear
- Change 100 (option 1 in line # 5) if you want more characters to be displayed.
- To change the color and font size of the links, modify the values in line # 11 in option 1 and in line # 7 in option 2 (links) and line # 11 and in line # 7 in option 2 (font-size) respectively
- To change the style of posts summary, modify the values in green (color) and orange (font size)
- Replace the http://blog-address.com text with your URL

Step 4. Save your widget. And that's it! Enjoy!

Read more