How To Speed Up Your Blogger Blog?

Hi friends!! This is my second post about speeding up a blogger/blogspot blog. If you missed out the first one, then click here to have a look at it - Speed Up Your Blogger/Blogspot Blog. I had been working on this topic myself for the past few weeks and few days before, I found a post about the same topic on Google Buzz. I wanted to share some of the tips mentioned there with my readers. Although, this topic deals with terms that sound weird, I have tried my best to keep them as simple as possible because, I always write things aimed at the newbies.

The prerequisites for improving the page speed of your blog would be, to get a few of the Firefox Add-ons working on your computer - Firebug and YSlow. These Add-ons are basically meant to analyze the speed performance of your site. Only when you analyze things, you will know whether you are on the right track or not. So, let me start off with methods which I felt were effective with my blog. I'm sure, it will be effective for your blog as well.

(Note: I have concentrated only on CSS and images in this post. The other methods of improving your blog speed will follow on the next series under the same topic. Make sure you have subscribed to this blog so that, you don't miss any valuable tip for the betterment of your blog.)

1. Changing The CSS Section: I highly recommend you to opt in for CSS sprites because it reduces the number of HTTP requests for your blog. If I start to explain about this, I'm sure either I will go mad or you will become one. So, let's not harm ourselves. I leave it to the link from where I gained a little info about CSS sprites - Image Slicing. I know it is pretty difficult for the newbies to understand. So, what do they do??? Simple. Just visit this site - W3C CSS Validation Service.
Enter your URL and get the report. It will clearly indicate the warnings and the errors regarding the CSS codes . You may avoid the warnings, but not the errors. Try rectifying the errors as much as possible. Alteast, learn why the error showed up and eventually, you will correct them once you understand why showed up, just as I did:)

2. Image Modifications - For a blog to be quick in loading, it is pretty obvious that the images in the blog load faster because images occupy more space when compared to the text. So, how do I load my images faster? Basically, if you reduce the number of images, or crunch them you will reduce the size which in turn, reduces the time it takes to load them, thereby increases the speed. Apart from crunching and reducing the number of images, the following methods will be more effective in increasing the speed of loading your images.

2.1. Serve Scaled Images: It is very simple to understand though it sounds complex. This method basically uses HTML to compress the size of your image. To explain this very clearly, consider the example of attaching a large size wallpaper of dimension (1024x768) to your blogger post. Once you attach it in your post, you will find a smaller image only and not the actual size of the image. This is because, the image has been scaled to fit in your post.

It is very important factor to note that, you can still find the original picture once you click on the picture; which means the original image is loaded, but it has been reduced by some factor to make it load faster in your posts. One image, multiple sizes using HTML implies scaling. This is the basics about scaling of images. You can read a little more about serving scaled images here - Serve scaled images.

2.2. Specifying Image Dimensions And Using Alt Tags: If you feel the first step is pretty complex to adopt, then you definitely need to adopt this technique. This method basically involves adding two tags in the images of your post or blog namely, the "height" and "width" tag. What happens when I add this piece of code? If you specify the dimensions in your "img" tag, then the browser understand that it has to load something in that space of "AxB" dimensions. If the dimensions aren't mentioned, then the browser will have to wait until the complete image is fetched or in other words, say wait until the end of the script.

Apart from specifying the dimensions in your img tag, I recommend you to add "alt" and "title" tags. The alt tag basically provides a text equivalent for the object/image. That is, incase an image has failed to load then, the alternate text will be displayed. This saves time because it prevents the re-hits to the server for loading the images. More over, the title tags will fetch you more traffic through images and makes your blog more SEO friendly. I will explain about this concept in the upcoming posts. Subscribe to my blog so that, you don't miss anything vital to your blog.

2.3. Minimizing the HTTP requests: In this method, you just need to ensure that all the URLs for your images are placed on the same server. To be more specific, since you blog on blogger and make use of Google Picasa to upload the images in your post, I recommend you to upload all the images related to your blog(including facebook, social bookmarking buttons,etc..) on Picasa. Do not upload on external servers say, Imageshack, Photobucket, etc.. Every image is associated with a HTTP request and every HTTP request consumes time.

So, if your HTTP requests are diverse(each image at different locations), it simply means more time. About 40 to 60% of your daily visitors come with an empty cache, meaning to say that, they load your site for the first time. So, I would say satisfying the first time visitors would be the key to a better user experience. Hope, you enjoyed this post. Share your views via comments!!! Comments are always appreciated!!!

How To Make Your Blogger Blog Dofollow?

dofollow-nofollow-linksI am very happy to declare that my blog is a dofollow. I have listed my blog under the list of dofollow blogs on "followlist.com". I assumed that my blog was a dofollow but, I found this morning that, it was not the case. When I went through the source code of my template searching for nofollow tag, I found one stating nofollow. When I checked the code, it happened to be on the comments section. I'm pretty sure, I lost many comments just because of this small mistake.

So, I made this post specifically to ensure that my blog readers should not commit the same mistake which I made. To check whether your blog or say any blog you wish to comment, is a dofollow blog or not, just follow this step. Open your blog or the blog you want to verify for dofollow, go to the comments section of the blog. Just mark a few lines of comments in it and right click on your mouse. Now, select view selection source code. If you find a tag with word rel='nofollow', then it means that the blog is nofollow blog or else it is a dofollow blog. The following figure illustrates this step for better understanding.I have been using the words dofollow and nofollow quite a many times in this post. There is no use in reading this post, if you don't know what it is or what it does. Basically, a dofollow tag indicates that when you comment on a blog with a link to your post, the robots will consider that particular link of yours as a backlink and will point to your site. In other words, when you check for the sites linking to your site, you will find the blog on which you commented. This is what drives more people to comment on your blog and it effectively helps to improve the PR of your blog. To know more about PR and improving it, you may read the following posts:
1. Increase the PageRank of your Blog - First Series.
2. Increase the PageRank of your Blog - Second Series. (Highly Recommended)
If it is a nofollow blog, then the links you post will simply remain as links and just drive traffic to your blog but not backlinks. This would be the simplest definition of dofollow and nofollow as far as I know.

Now, we have understood what a dofollow blog is and how it generates more comments and backlinks for our blog. So, how do I make my blog a dofollow one??? Very Simple!!! Just follow the following steps.
1. Navigate to Design->Edit HTML from your blogger dashboard. Now, click on the Expand Widget Templates and search for the following piece of code.
<b:if cond='data:comment.authorUrl'>
<a expr:href='data:comment.authorUrl' rel='nofollow'><data:comment.author/></a>
<b:else/>
2. Delete the code marked in green text and save your template. That's it!! Your blog is ready to be listed under dofollow blogs.

Below is the list of few sites which are dofollow blogs. You can comment on them and start generating backlinks for your site right away!!! If your blog is also a dofollow blog and if you wish to add your site to the following list, then please leave a comment and I will update the list.
(Note: Updates will be done once in every 48 hours)
1. Everything About Blogging | Free Premium Blogger Templates (My Blog)
2. ProBlogger
3. ShoutMeLoud
4. BloggingWithSuccess
5. Begin2Dig
6. HackTutors
7. SilentSender
8. Okagba Mobile
9. Snrocks
10. Newlove-makeup
11. Get Financial Status

Free Premium Blogger Templates - Company Style

Hi friends!!! This post deals with yet another premium blogger template namely, "Company Style" blogger template. I found this template at PBT. It was basically designed by "newwpthemes.com" for Wordpress blogs. The conversion to blogger was made by Lasantha Bandara. This template is one among the very few professionally designed blogger template that I would recommend every one to give it a try. It appears so professional and the combination of colors are excellent. Before I start reviewing and highlighting its features, have a look the screen shot below or click on the demo link to have a live demo of the template.
The "Company Style" blogger template is basically a two column blogger template with rounded corners and a fixed featured content. Unlike the other templates wherein, you find the sliding featured content, this template provides a static featured content/widget which is specifically meant to display a welcome note to the visitor about your blog. The template carries a right sided second column with white background and dark red color for the title of the widgets.

The template comes with the "Read More" hack automatically installed for each blog post. More over, the template provides two navigation bars which means you get a lot of space to share some links. The template includes a ready to use RSS subscriber feed and twitter icon right next to the left of the search box. How ever, the template misses one feature namely, a three column or four column footer(to add one to your blog now, just click here - Add a three column footer to your blogger template).

Overall, I would recommend this template to every one. I would say, this template would be a dream space for people who love to have fun with HTML. For all those who are poor at HTML, this template will work fine, but you might face difficulties in future when you try to make some changes say adding features like a sliding featured content, footer and so on... I hope you enjoy this template. Give it a try and leave your response here via comments!!!

Add Meta Tags To Each Blogger Post

Meta+Tags+For+Each+Blogger+PostIt's pretty obvious that every one who blogs would love to receive more visitors. So, this post basically provides a simple customization by which you can increase your traffic. It improves the SEO of your blog. Although many bloggers would have added the meta tags to their blog, at least one fourth of them would have missed a piece of code which makes a lot of difference when compared to the other blogs. This line is simply a meta tag representing each blogger post rather than the blog as a whole.

I assume that you have already added meta tags for your blogger blog. If that is not the case, then you need to view this post namely, "Add Title Tags To Your Blogger Blog" before you proceed with this post. If you had completed the previous step, then follow the following steps.

1. Navigate to Design->Edit HTML. As usual, create a back up of your template before you make any changes to the template. Once the back up is done, proceed to step 2.
2. Search for the following piece of code in your template.
<title><data:blog.pageName/> | <data:blog.title/></title>
3. Paste the following piece of code just below the line mentioned in step 2.
<meta expr:content='data:blog.pageName' name='description'/>
4. That's all folks!!! Your blog is ready to get a little more hits than before.

So, what does this code do with my blog? To keep it very simple, assume that a person searches your blog on any search engine, say Google, then he/she would see a description written by you beneath the name of your blog as shown in the picture below. When it comes to a post page, that is, if he/she searches for some content, say "Add meta tags to each blogger post", then the post title would be the meta description that appears on the post page.
Meta-Tag-ResultsDo you wonder what benefit your blog would get by making this small customization? The answer is very simple, better search engine ranking which in turn means more traffic. Another advantage would be like this, if your blog and another blog has got the same traffic and if you had installed this tag it means you have a better edge over him and I'm pretty sure you will receive more hits than the other blog.

I hope the above customization will help your blog rank better than before in the search engines. I tried this on my blog and I felt it was pretty effective. So, I hope even you feel the same. Please, feel free to share your views via comments!!!

How To Add A Delicious Button To Blogger Posts?

This post basically features with the addition of a delicious button to every blogger post. It is very similar to addition of digg button(How To Add A Digg Button To Blogger Posts), which you encountered in the last post under the "Design Tips" category. I would stress on adding delicious bookmarks on top of the every blog post apart from the ones installed below the blogger posts because many advertisers favor them. For example, you may check out BuySellAds site and you will find that, they take into account the number of delicious bookmarks for evaluating a site.

So, what is a Delicious? Delicious, formerly known as del.icio.us, is basically yet another social bookmarking site for storing, sharing, and discovering bookmarks. It was found in the year 2003 and later acquired by Yahoo in the year 2005. It includes more 5.3 million users and 180 million unique bookmarked URLs. So, the stats will tell the complete story about the strength of this site. Have a look at the final output of this post.How do I get my posts/links bookmarked? Just add the button in your blog and wait for your readers to bookmark it. Hope, some one will bookmark this post:) Now, let's straight away move to the steps for installing this button on our blogger posts.
1. Navigate to Design->Edit HTML from your blogger dashboard. Now, click on the Expand Widget Templates, that is ensure that there is a tick mark.
2. Search for the following code.
]]></b:skin>
3. Download this text file: CSS For The Delicious Button.
4. Copy the code in the text file and paste it just above the line mentioned in step 2.
5. Now, expand your template and search for the following piece of code.
<div class='post-header-line-1'>
6. Download this text: Code For The Delicious Button.
7. Copy the code in the text file and paste it just below the line mentioned in step 5.
8. Save your template.
(Note:The button will be visible only on the post pages and not on your home page. So, please check your post page rather than the home page to preview your button.)

If you find the button on the top right corner of your blogger post, it means you have successfully installed the button on your blog. For further customizations like displaying the button to the top left corner or bottom of the posts or if you face any problem in installing the scripts, leave a comment below and I will help you solve the problem!!

AdvertiseSpace Review | Make Money with AdvertiseSpace

It has been a long time since, I posted some stuff related to money making. May be it is because, I don't make any money out of this blog right now. But, I know my blog's potential and its reach. Many bloggers have faced the same problem which I face now. I would say this is the testing time for my blog and I believe I can overcome the existing scenario. At present, I have set a goal of 100$ per month and I strive hard to make it. I feel, this site "AdvertiseSpace" will make some contribution to that short term goal.
As I said earlier, I had been struggling for the past few weeks to bring back the reputation and traffic which my blog had earlier, when it was on the blogspot domain. But, believe me or not, I got a mail from the Marketing Manager of Advertise Space. It stated as follows,
"We came across your site and we think you have a fantastic Blogging tips blog there, and would like to personally invite you to test out AdvertiseSpace.com as an additional revenue source for your blog. Some blogs who have been trying our new advertising system have sold out their ad space within 24 hours. We think that some of our advertisers would love your site as well. Your site has been pre-approved by our team, so please feel free to register here, and we will make sure to accept the site right away."
The above statements inspired me and still inspires me to improve my blog. It gives me a sense that the approach towards improving my blog is correct. It has triggered the fire in me and I am constantly trying to increase the visitors and readership for my blog. Although I have not yet made any amount with Advertise Space, I recommend everyone to give it a try.

Above all, do not weigh them on the lower side just because they took the first step to sign up publishers like me. If that's running in your mind, then please chuck it off!! They wish to serve quality ads to their advertisers. So, they are fishy and want to be more specific in approving blogs to their database.

They pay through PayPal on weekly basis and the minimum amount to cash out is $25. More over, the site includes a featured listing (VIP blogs) where in, only the best blogs under each category are displayed to the advertiser. Once, you get into that list, it is clear that some day or the other, an advertiser would approach your blog. Before you sign up, ensure that your blog has enough content and reasonable traffic so that, your blog has a higher probability for approval.

I would say, this site is very similar to BuySellAds excepting that the procedure to approve our blogs is little different. The site clearly states that, "Acceptance will be based on: original content, number of readers and user engagement, rather than Google PR, Alexa, ComScore and other marketing analytics." Therefore, no harm in trying. Just give it a shot and share your views via comments!!! Don't forget to let me know, which website generates more penny for your blog now:)
[netinsert=0.0.1.11.14.1]