Saturday, March 21, 2009

Create Hyperlink That Opens In A New Window

0 comments
The basic structure of a hyperlink looks like this:


<a href="http://www.bloglabs.info">
 
As you can see, we have all we really need to create a link and make it go somewhere.  But how would we make it open a new window?  Easy.  We need to add one more property to the 'A' tag to make it do what we want.  All we need to add is:

target="_blank"
That's it!  Just like the href property/value pair (href="some value"), we simply include the target="_blank" to the 'A' tag and we're done.  Here is what the finished product will look like:
 
<a href="http://www.bloglabs.info&lt " target="_blank"> BlogLabs< </a>
 

Sometimes, editors (not people, the ones we use to write posts with)
will provide this functionality as an option for you when you create a
hyperlink.  Blogger does not do this, you need to
view the HTML source, find the 'A' tag you want to modify and then add
the target="_blank" value pair to the hyperlink definition.
Read full story

Friday, March 20, 2009

Add Blogger Sitemap to Google Webmaster Tools!

0 comments

Submitting the Sitemaps of your blog to Google Webmaster helps the search engine(Google) to crawl your webpages easily and more quickly! This post explains the procedure to add your blogger blog's sitemap to the Google Webmaster Tools.



  1. Sign-in to Google Webmaster Dashboard using your Google Account.

  2. Type your blog URL and click Add Site:

  3.  Once your site is added to Google Webmaster, you need to verify the site by adding a Meta Tag to your blog:
 
4. Copy the Meta Tag code given by Google Webmaster as shown in the screenshot below:




5. Now go to Blogger Dashboard - Layout - Edit HTML - then search(Ctrl+F) for the code given below in the header section:







<b:include data="blog" name="all-head-content"/>
6. Then Paste the Meta Tag just after the above code and Save the Template
7. Now click Verify in the Google Webmaster Tools. Your site will be verified if you followed the above steps clearly:
8. Next step is to add sitemaps of your blog. Select Sitemap from the left sidebar:
  1. You can add the following sitemaps of your blogger blog to the Google Webmaster:

    http://www.YourBlog.com/atom.xml?redirect=false


    http://www.YourBlog.com/feeds/posts/default?=rss

    Add Blogger Sitemap to Google Webmaster Tools
  2. Finished! Your Blog's sitemap will be added to Google now!

Drop Comments below if you liked this post! Enjoy Blogging!
Read full story

Remove/Hide "Newer Post - Older Post" Links in Blogger

0 comments
 
In almost all Blogger Templates, you can find the Newer Post - Home - Older Post Links below the blog posts. If you want to remove or hide these links, just do the following simple steps:

  • Go to Blogger Layout page and click Edit HTML link

  • Then Search(Ctrl+F) your template to find the following codes:


    #blog-pager-newer-link {
    float: left;
    }

    #blog-pager-older-link {
    float: right;
    }

    #blog-pager {
    text-align: center;
    }




  • Now Replace the above code as given below:


    #blog-pager-newer-link {
    float: left;
    display: none;
    }

    #blog-pager-older-link {
    float: right;
    display: none;
    }

    #blog-pager {
    text-align: center;
    display: none;
    }




  • Save the Template. Finished!
Read full story

How to Remove Label’s Post Count in Blogger Blogs ?

0 comments


By default, there will be post count enclosed in brackets in the Label Widget of Blogger blogs(see the above image). You can remove that post number count by doing the following simple steps:


# Before you do anything to your templates, please backup your template first.
Login to your dashboard, go to Layout -> Edit HTML and Click Download Full Template 

Select Expand Widget Templates as shown in the image below:
 
  • Then Search(Ctrl+F) and REMOVE the code given below in the template:


    (<data:label.count/>)



  • After removing that code, Save the Template. Finished!


You will see your Label widget without post count as shown in the image below. Drop Comments!
Read full story

Adsense Enabled Privacy Policy Generator

0 comments
As per the new terms & conditions made by Google Adsense a few days ago, all the publishers have to post a Privacy Policy in their sites advising the visitors specifically about cookies and web beacons. If you don't agree with the new conditions , you'll be kicked out of the Google Adsense program at the end of May.

Here is what the new policy says :

"You must have and abide by an appropriate privacy policy that complies with applicable privacy and data protection laws and that clearly discloses that third parties may be placing and reading cookies on your users’ browser, or using web beacons to collect information, in the course of ads being served on your website. Your privacy policy should also include information about user options for cookie management."


Cookies & Web beacons:
Most adsense publishers are familiar with http cookies (or web cookies). They are a small parcels of text sent by a server to a web client(browser) and then sent back unchanged by the client each time he/she accesses that server. But the term Web beacon may be new to you.
A web beacon (also known as tracking pixel or pixel tag or clear GIF) is a small transparent graphic image (usually 1 pixel height and 1 pixel width) that is placed on a website or even in an email that is used to moniter the behavior of the client/user visiting the webpage, to find out some user information like IP address,etc.

So, to abide the new terms of Adsense, you have to include an appropriate Privacy policy in your site/blog.
If you are new or not sure how you need to create a Privacy Policy, Don't worry! There are a few Adsense Privacy Policy Generators which will make your life easier.. SERPRank's Privacy Policy Generator is one of those.
Read full story

How to add a Paypal Donate button to your Blog

0 comments
This post explains how to add a Paypal donate button to your blogger(blogspot) blog:-

Adding a Paypal donation button to your blog will give your loyal readers a chance to support(encourage) you by donating a few bucks.
If you don't have a paypal account yet,.. you can get a Free Paypal account here.

so,let's see how to put a Paypal donation button in your blog...

1.First,Log in to your Paypal account.
First,Log in to your Paypal accoun
2.Click on the 'Merchant Services' tab (see at the top of the page).

Click on the 'Merchant Services' tab (see at the top of the page)
3.Scroll down the window and you will see an option "Donations" in the right sidebar.Click on it!
Scroll down the window and you will see an option

4.Now,you will see some options like Donation name/service ,donation id,etc etc...
The first field (Donation name/service) is the only thing that is required and all the remaining fields are optional.
Enter that first field,choose a button style,scroll down the window and click on "Create a button Now"
click on

5.Now,you will see some html code... Copy it and sign in to your blogger dashboard »» Click on the layout »» Add a Page element »» html/javascript »» and paste that html code and SAVE THE CHANGES.





Here is how the button will look in your sidebar
Read full story

Generate Traffic

0 comments
Like it or not, if you want to be successful on the Internet, you will need to generate traffic to your websites or blogs. It does not matter if your goal is to make money with advertising, to sell ebooks, to generate leads to your business or simply to share your ideas; if people are not visiting your site your efforts will be worthless.
That is why I decided to start this “Website Traffic Series,” where on each post I will cover one different traffic generation strategy. Now I am not trying to reinvent the wheel, since I know that there are plenty of advice out there on this topic. What I will do is to summarize what is known about each strategy, and break it down into “Concept,” “Doest it work?” and “How to get started.” That is, I want to provide some practical advice and a reality check with my own experiences at the same time.
If things go all right this so be a long series, so stay tuned!
Read full story

Friday, March 13, 2009

How to show your favicon (.ico) in blogger

0 comments


Follow those steps to show your logo/favicon in blogger

1. Create a favicon, from a image/logo that you like then with Favicon
from Pics convert it in .ico file.

2. Upload it in your host root, if you don't have a host,
I recommend to use Google Pages or oogletoogle for it.

3. Now that you have your URL/link of Your Favicon,
you need to add it in your template.
For this log in in your blogger dashboard --> layout --> HTML.

4. Press CTRL+F and make a click inside of template
HTML code and search for this tag </head>and just above it
paste this code

<link href='http://your.googlepages.com/yourfav.ico'
rel='icon' type='image/x-icon'/>
<link href='http://your.googlepages.com/yourfav.ico'
rel='shortcut icon'/>

You will see something like this

]]></b:skin>
<link href='http://your.googlepages.com/yourfav.ico'
rel='icon' type='image/x-icon'/>
<link href='http://your.googlepages.com/yourfav.ico'
rel='shortcut icon'/>
</head>

5. Save it

Read full story

Thursday, March 12, 2009

Gramophonica

0 comments

Gramophonica is an attractive musical blogger template with two-column, has extremely pleasing colors, although simple in terms of functionality. Besides, less features means it will load fast as well.

Gramophonica is designed by EZwpthemes and converted to Blogger by Falcon Hive.


Download
Read full story

Dead

0 comments

The Dead Blogger Template is artistic no doubt but the skull and bones is definitely not every ones cup of tea. Apart from the design the template is a simple two column template that has some lovely hover on effects.

Dead blogger template was designed by ArcSin and was ported to blogger by Blog and Web.


Download
Read full story

Sunday, March 8, 2009

Pro Blogger

0 comments
Another lovely Wordpress template designed by Design Disease the same guys who designed the Dilecto template which this blog uses, the Blogging Pro theme was then converted to blogger by eblogtemplates.

Blogging Pro is great make money Blogger templateChange Timestamp Format check this image



Download
Read full story

Green Scrapbook

0 comments
Green Scrapbook Diary originaly is wordpress theme designed by Kathie and Andrew from Simply WP and ported to blogger by talented Cebong from Ipietoon

If you are looking for scrapbook template for your blog? I guess this is your right template.





Download
Read full story

Wing Girl

0 comments
Wing Girl is femine blogger templates, designed by ThemesJunction in wordpress and converted for you in blogger by talented TemplatesParaNovoBlogger.

This 2-columns blogger templates is clean with right sidebar, colors yellow and green. Change Timestamp Format and Date Header, check this image



Download
Read full story

Girly Diaries

0 comments
Girly Diaries is another blog just for girls, brought to blogger by TemplatesParaNovoBlogger, originaly designed for wordpress users by ThemesPreview.

This template is elegant with flowers in header, with 2 columns sidebar in right and colors are pink and white.





Download
Read full story

Friday, March 6, 2009

Slined Mod 2.0 Blogger Template

0 comments
One of the best four column blogger templates that was built for wordpress by Dandyna and is now available for blogger thanks to Jack Book who ported it.
Slined Mod 2.0 Blogger TemplateThis template looks extremely futuristic and would probably suite an electronic music or game blog the best. Of course don't leave it up to my judgement if you like this template you can go ahead and download it.

It has a big space for the header image or blog title with a neat set of links that form the navigational menu above it. There is one sidebar on the left and two on the right hand side.

The template has the colour black as its primary color while it has neon strips running on top of the headers of the sidebars and navigational menu. Its a lovely template for a blogger who has a lot of content to showcase, if you like you can go ahead and download it!

Download
Read full story

The Four Column 02 Template

0 comments
Am glad to have another good four column template on the blog, searching for them is rather difficult but Gosu Blogger just gave us a new one.
Four Column O2 Template The O2 2.0 is originally a three column blogger template but now we have an additional column added to it on the left hand side.

The rest of this template remains the same except the fact that the post date has been removed by Gosu because of an error in the template but that doesn't stop it from being a gorgeous template.

There is just one little issue with the template, in Opera the extreme right hand sidebar header sticks out of the body, it does not look like an error actually it kind of looks quite neat, like an additional feature.

The dominant colours of this template are white and blue, and has a lot of sections even when it was in the three column version. Now you have another full section to add more functions to your blog.

Download
Read full story

Neosapien

0 comments
The Neosapien is an attractive template originally designed for wordpress by wpdesigner and ported to blogger by blog and web.
Neosapien Four Column Blogger Template

This is a nice template, although you might find the image to be rather big for your blog. It can be customized of course and replaced with your own header image.

If you have not yet noticed this template is a four column template. It has the main menu buttons above the header image, there is a small sidebar on the left. Its quite narrow, you can probably have your labels in there.

The sidebars on the right consists of one fat sidebar and one thinner one. If you see the template has one red stripe going across it, this feature is also repeated in the buttons above the header.

This template can be used by bloggers who have a lot of content to showcase. I feel if you could customize or move this blog to a higher resolution you would be able to make use of the space even better. You need to use the following code to modify the menu buttons in the header.

Download
Read full story

Red Magazine Style Template

0 comments
This is a template that will push the capabilities of your blogger blog to the maximum. You can add elements almost everywhere on this wonderful template. Its especially recommended for people who have a lot of content to showcase. Once again this was a wordpress blog created by Milo and ported for blogger by Jacky.Red Magazine Style Blogger TemplateIf you take a look at the demonstration here you will be able to get a feel of the blog and the possibilites of adding various elements to so many different sections.
Read full story

Kubrick Blogger Template

0 comments
Four column templates are not really easy to find for blogger, so when you come across a four column made by someone who's from your hometown Goa. Created a four column template for download it makes it a rather strange coincidence.Kubrick Four Column Blogger Template
This template is based of the Kubrick blogger template and is rather simple, its creator Derek Cordeiro has mentioned that it might not be perfect but and may have a couple of bugs, but if you take a look at the demo, it works flawlessly.

A four column template is recommended for a blog that has a lot of content to showcase, if you are not sure if you would require so many columns I suggest you look for a well made three column template instead.

Although with a bit of customization, especially the header image this template will manage your blog space quite well. The date script has been picked up from Jack Book so the same time stamp format changes need to be done.

Overall its a nice clear cut template that needs a header image that would suit it.

Download
Read full story

Alpha Blogger Template

0 comments
Falcon Hive always has some interesting mix of blogger themes. This time it is Alpha blogger template, originally created by ChiQ. Alpha blogger template
Alpha consists of quite a few features, at first look you might find this template to be simple, but when you look closer, its a very professional looking template.

It has 2 navigation bars above and below the header. Then comes the featured post section, where you can have a top post with an image, and provide links to rest of the featured content, a good feature to keep your readers engrossed.

The main column is simple with labels appearing under the post. Now moving on to the sidebar, Alpha has a Feed section to give two options to your readers, namely subscribe by mail or feed, below that is ad space. The sidebar branches into 2 columns to display the rest of your content.

If your blog has lot of content, then you should consider Alpha, although its a single colour template.

Download
Read full story

Ele Blogger Template

0 comments
Ele blogger template is brought to you by Inspired Spark and converted to Blogspot by Girly Blogger. Ele blogger template
This two column template has a simple look and design with rounded corners, something which many bloggers prefer. The header has a flowery design with the menu bar overlapping the header. Below the customised menu you can place your Adsense ads.

The main column has a standard format, you can alter the size of the date stamp, I feel its too big. While at the bottom of the post appears the author name, which is not clearly visible, labels and comments.

The sidebar has the RSS and technorati buttons nicely tucked in and two ad slots below it, while the rest of the layout is pretty much the same. Blog Archives if you notice, has a dropdown unlike the regular style. If you have a personal blog, then Ele template is a good choice.

Download
Read full story

Blak Magik

0 comments
Designed by Productive Dreams, the Blak Magik theme has been converted to blogger by Ipiet. Its one of those themes which has minimal design but is yet attractive.
Blak Magik Blogger Theme
Blak Magik is a 2 column template with a neat and simple layout comprising a dark wooden background. The header can be customised to fit in your image, and there also top links included in the right side of the header, which also has the RSS button and seems like a slightly flawed hover on display. Below that is the menu bar on the left that has a simple hover on color change and a neatly designed search box.

The main column is simple but the comments icon is quite interesting; the number of comments appear as a splash. Then you have the headline below that is author name, labels and date stamp. Each post area has been divided with a nice design that makes it quite prominent.

The sidebar can be used to create your labels section, archives, about me page etc. All the sections have a wooden header, while the footer allows you to place some stylish links on the bottom right. Blak Magik template is meant for bloggers that are not looking for too many features in their template, but a stylish design.

Download
Read full story

Zinmag Primus

0 comments
Another fantastic addition to the collection of Blogger templates, the Zinmag Primus was originally designed by Jinsona Design and ported to blogger by Falcon Hive.
Zinmag Primus Blogger Template
The Zinmag Primus template is an update from the Zinmag Remedy, the Zinmag Remedy had a manual click slider for the featured content this has an automated version with a start and stop button.

The template features two dropdown menus with categories and sub categories, located above and below the header section. The header section consists of the blog title and an advertisement. Under this is the feature post automatic slider and then the template is divided into the main cloumn and sidebar.

The sidebar starts off as a single column and is divided into two section later on, while the footer has four columns! The template comes with a twitter button and a tag cloud in the sidebar.

Apart from this the template lacks icons and has a sort of minimalistic design which ofcourse will help load speed, but the feel of it does not match up with the beautiful header section. I would personally tweak the design of this template a little bit before I use it. But its wonderfull no doubt, go ahead and download it!

Download
Read full story

Green Light Blogger Theme

0 comments
Originally designed by Template Lite, Green Light Blogger Theme has been converted to blogger by Falcon Hive. It is yet another template with an artistic header. Green Light Blogger Theme
Green Light is a two column template with simple features. The green theme is complemented by a dark grey background, so the header image stands out. Navigation links appear in the top right corner of the header, it can be customised as per your needs.

While the main column has a standard format, with author and the date stamp featuring below the headline and labels and comments below the post. The width of the main column is fairly big as compared to the sidebar, so you can experiment a bit with the placement of your post and image.

The RSS icon is not integrated in the template, you can select an attractive icon to fit it in the sidebar. The search box is placed at the start of the right sidebar and in the remaining space you can put your Archives, Recent Posts and Comments.

The sidebar also has a nice design at the end of the column. If green is your colour then this template is an ideal choice.

Download
Read full story

The Rebel Magazine Blogger Template

0 comments
The Rebel Magazine blogger template was designed by WP Theme Designer and ported to blogger by Theme Lib who also gave us the Arthemia Template.
Rebel Magazine Blogger Template
The Rebel Magazine template, means exactly what it says, it rebels the definition of Magazine. Most people would expect a magazine style template to be loaded with many columns that could feature a lot of content but this one here is a magazine style two column template!

Yes this is perhaps what makes it unique in its own way, this Magazine also features advertisements in the post area, I feel is quite a hot spot. The template starts off with the title and descriotion in the header that share the space with an rss feed button and a search bar on the right.

Under that is the post area that suprisingly starts off with labels, the post date and then the comments link. After that is the post headline and then the post ends with a thin line.

The right hand sidebar starts off with a special section for feeds and then a 125 x 125 advertisements and nothing really unique apart from that. You can download the Rebel Magazin Skin from the link below.

Download
Read full story

Zinmag Futura Blogger Template

0 comments
Recently we have been featuring a lot of templates from Jinsona, who has created the Zinmag series for wordpress. Today we have the Zinmag Futura that was converted to blogger by Cahaya Biru.
Zinmag Futura Blogger Template
If you have seen the Zinmag Remedy template that has the slider in the header that enables you to showcase your blog's featured posts, the Futura has this slider and goes a step ahead with another slider midway, under the featured post, in the image below the new slider is the one with the Batman image.
Zinmag Futura Blog Footer
Lets start from the beginning, top left we can see RSS buttons to subscribe, a header title and description, the section ends with a neat search bar. Now we have a double drop down menu, and then the slider. Under the slider we move to the featured post and then comes the second slider.

After that we have a nicely created post introduction section with a readmore and comments link. The template ends with a three column footer. The sidebar starts with a tabbed navigation section, it then has a widget to pull in your twitter updates and then divides into two columns. So here we have another fantastic blogger template!

Download
Read full story

The Spring Nostalgia Blogspot Template

0 comments
The Spring Nostalgia Blogspot Template was created by Nate Tucker for a friend of his, he shared it since the design came out much to his liking, though the template will need to be worked on if you want to use it!
Spring Nostalgia the Hippy Blogger Theme

So if you are stuck in the flower power era, theres nothing wrong with that, our world needs a lot of happy shinny people to restore the balance :) So if you are a hippy blogger the spring nostalgia template will be perfect for your online diary

Apart from the beautiful flowers, theres a lot of graffiti embedded on the templates background like the peace symbol and hearts. Not to forget the smiley to greet every visitor that stops by. An RSS icon and search bar are placed near the flowery image, though the header supports only one line of blog title that can be seen in the image the title goes out of the provided space.

The header elements have a paint brush style kind of design, the two sidebars on the left are separated by a binding wire design from the main column. The words my journal is scribbled on top of where the main posts section is and there is a pencil adorning the right hand side of the template.

The block quote section has a beautiful design of a diary as well, although there is an issue with the header that I cannot seem to figure out!

Download
Read full story

Wednesday, March 4, 2009

Simplicity

0 comments
Simplicity and professional style of Wordpress Admin template is designed to mimic the Wordpress dashboard while offering a fully useful approach to the Blogger layout.

Wordpress Admin is designed by Blog2Life and converted into blogger templates by ThemeLib




Download
Read full story

i - Blog

0 comments
i-Blog is a modern elegant looking template with 2 Columns, Right sidebar, Adaptation of Wordpress, Black background and Rounded corners.

i-Blog original designed by designed.nu. ThemeLib has adapted from Wordpress Theme to Blogger Template and make this one available for Bloggers.




Download
Read full story

Christmas

0 comments
Christmas blogger template is a very compact, magazine-like theme designed especially for events such Christmas. I hope that the theme may be useful not only for this Christmas, but can also be used in general, for various purposes.

This theme was designed by InstantShift for Smashing Magazine readers, and converted by Blogger Faq's



Download
Read full story

Zinmag Tribune

0 comments
After the dark professional Zinmag Remedy template, Alvaris Falcon has converted Zinmag Tribune Blogger template from original Jinsona Design wordpress theme

Zinmag Tribune is a white professional magazine style template which has unique feature installed like featured content scroller and graphical featured-content.


Download
Read full story

Spiderman

0 comments
Spiderman 3 template was originally designed by Sony Pictures Digital but converted into a Blogger template by Blogcrowds

Want to make your blog stand out from the crowd? I recommend giving your newly downloaded Blogger template a unique and personalized look.




Download
Read full story

Graffiti Art

0 comments
Graffiti Art template comes with a mind bending 3D image in the header that gives the theme its graffiti outlook. With the template devoid of its header it seems to be nothing more than a two column template with a neat navigational menu.

Graffiti Art template was originally created for wordpress by WP Galaxy and ported to blogger by Blogger Tricks.


Download
Read full story

Tuesday, March 3, 2009

Add Search Box To New Blogger

0 comments

Blogger have a build in search box in the top navigation bar, but that search box searches all blog on blogger. You can include a similar search box on your blog template, to give your readers a chance to search your blog. The advantage by adding this search box is that the result is showed in the main body of your Blog unlike the search box in the top navigation bar.

How to add the search box

The easiest way to add the search box is under Template chooses where you would like the search box to be placed and click "Add a Page Element". Select "HTML/JavaScript".

Add the following code, but before you add it you have to change some parts of it to make it work:



<p align="left">
<form id="searchthis" action="BLOG-URL/search" style="display:inline;
" method="get">
<strong>
SEARCH HERE<br/></strong>
<input id="b-query" maxlength="255" name="q" size="20" type="text"/>
<input id="b-searchbtn" value="Search" type="submit"/>
</form></p>

It is importen that you change BLOG-URL to the URL or Web Address of your Blog. You can also change the text in top of your search box by changing SEARCH HERE to your Blog-url or what you like.

Now you only need to save and refresh you blog to see the result. Now you can see a search box like the one below. You can change the length of the search box by changing "20" to another integer. A lower number will result in a short search box and a higher in a longer search box. You can always try to change to get the search box to fit you blog layout.


Search

By adding the search box to you blog you give the readers a better change to find more information on your blog and thereby get them to stay longer at your blog. You may also have the readers come again because you give them a good opportunity to find the information they are looking for.

Read full story

Remix your Photos

0 comments
Many of us want to learn Photoshop for many reasons, but of course we do not have that much of time for such things, there are lot of other things to do. So if you want to create amazing effects without use of Photoshop, then here is a site that has a big list of pre-defined backgrounds and effects to add in your pictures. PhotoFunia.com, which was formerly known as photofun.od.ua, offers a free online service to remix your pictures.

This service has following features-

PhotoFunia Feautures:

  • No need to sign-up
  • Tons of special effects, from artsy to fun
  • Very fast service, available right in your browser
  • Works on Mac, Windows, and Linux
  • No download required, nothing to install
  • Create Effects Using Face Detection Technology
  • Most importantly, it’s all free ;) !
Check out preview of some cool effects below-
PhotoFunia
If you are looking too, to remix your photos, but don’t know much about photo editing tool or cannot do so keeping in mind time constraint, then PhotoFunia is for you. :-)
Read full story

Show Adsense Ads after Each Blog Post

0 comments
Here is 3-step Guide to do it for your blogger blog…
  1. Log into your Blogger account at http://www.blogger.com .
  2. Visit your blog’s Template tab and click on the Page Elements link.
  3. Blogger_Template
  4. Click Edit in the Blog Posts section.
  5. Check the box next to Show Ads Between Posts. You can then select how often you’d like your ads to appear, such as once after every post or once after every other post.Blogger_Inline_Adsense
  6. Customize the ads and click on Save Changes when you’re done.

Can it be made further simple??

One thing I feel Google should provide is ability to choose where to insert ads! I mean before posts, after posts or after few lines/paragraphs!

Ever more fine grain control can be given to blogger by giving ability to insert adsense codes any where between the posts! Say integrating some widget in post editor!

Well there is always room to do it better! What do you say? :-)

(Screenshot and part of this post via Google’s Inside Adsense Blog)

Read full story

Monday, March 2, 2009

Infinity

0 comments
Infinity is most beutiful template that I ever seen, this template is designed by Yichi for Smashing Magazine readers but BloggerFAQ brought into blogger and anyone can enjoy it now.

Infinity is designed for wordpress, so don't expect to look like in wordpress, anyway and in blogger fit really good.



Download
Read full story

Dark Wooden Magic

0 comments
Dark wooden Wordpress theme called Blak Magik, designed by Productive Dreams and converted from Ipietoon in Blogger template.

Blak Magik has 2 Columns with Right sidebar and Brown background. Remember to change Timestamp Format and Date Header, check this image



Download
Read full story

Floral Day

0 comments
Floral Day theme is a very special two-column design by Simply WP Wiehanne and browght in blogger by GirlyBlogger

This design is based on scrapbook materials and sewing. Floral Day has 2 columns with right sidebar, green and white colors. Remember to change Timestamp Format and Date Header, check this image


Download
Read full story
 

My Blog List

Hello

Dynamic Templates © 2008 Business Ads Ready is Designed by Ipiet Supported by Tadpole's Notez