Posts

Blogger Connects wiith Google Friend Connect

If you are using Blogger as the platform for your blogs you may noticed that the Blogger follower widget, if you have one, has been replaced with Google Friend Connect. Yes, Google has integrated the Blogger follower feature with its Google Friend Connect service. With this features it will be easy for anyone to follow a Blogger's blog. Your blog will have an added exposure since anyone can sign up not just with a Google account but with a Yahoo, AOL, or OpenID id's. If you already has a Follower widget you wont have to do anything it will be automatically migrated to Google Friend Connect.

Google Apps Status Dashboard

Image
Do you want to know what is the status of your favorite Google Apps like Gmail so you won't get caught by suprise just like the Gmail outage that occurred recently. Google has launched Google Apps Status Dashboard where anyone can check the status of the various Google apps. This is in response to the recent Gmail outage that has affected millions of users recently. Check it out here .

Google Toolbar 6 Beta For IE Released

Google has released a new Google toolbar for Internet Explorer. The Google Toolbar 6 now includes a Quick Search Box that provides search functionality outside the browser. You can also launch applications using the Google Toolbar Quick Search box. The search box also provides suggestions and relevant bookmarks as you type your query on the box. It can also customized and adapt itself to your browsing pattern and making it easier for the user to navigate their favorite and frequently visited site. You can download the new toolbar here .

How to Display Ads Conditionally on Blogger

If you want to show your ads conditionally. For example , say you want to show the ads only on its permalink , there is a way to do that. You will be using conditional statement like the one shown below. <b:if cond='data:blog.pageType == "item"'> From my previous post, we learn how to put ads inside the blog post. Here we want to display the ads, only when the blog post is viewed on its permalink. You can do that by using the code below. <b:if cond='data:blog.pageType == "item"'> The above code test what type of page is being displayed. To use that in our previous code you will do this. <b:if cond='data:blog.pageType == "item"'> <div id-"adsensecode" style="float:left;"> <!--replaced this with your adsense code--> </div> </b:if> <data:post.body/> The above code will display the ads only on the permalink of the post. If you want to display the code o...

How to Place Adsense Code Inside the Blog Post

Image
One of the most effective way of generating clicks from your ad is to place it inside your blog post. This post will show how you can place your ads inside your blog post on a blogger template. Go to your blogger template>Layout>Edit HTML. But before modifying the template, always download your original template as a back up. On the template search for the following line of code: <data:post.body/> This code is the placeholder for your blog post. You should place your code before the second <div> element so that your adsense code will appear just before the blog post entry and after the blog post title. Copy the code below: <div id-"adsensecode"> <!--replaced this with your Adsense code--> </div> <data:post.body/> After placing your code as indicated above, published your blog and see the result. The modification above will place the Google Adsense just above the post on all your blog entry. So if your default homepage d...

Modify Your Gmail Theme Colors

Image
You can now customized your Gmail account theme's color with a new feature added by Google. Unlike before where you can only select themes from a preselected choices. Now you can modify background color, text and text links. The modify themes color features can be accessed on the lowest part of the Gmail themes setting.

My Blogger Template

I just finished polishing my blogs template. Its called the Revolution Churchh template, and I just tweak the colors to suit my blog's topic.Its a tech blog so I guess the color blue is more appropriate. This is a Wordpress blog converted to a blogger template, I got this this template here .