April 12, 2008

15 Stylish Ways to Make Your Posts Stand Out

While there are many ways you can style your blog template to make it look more appealing to your readers, many bloggers pay little interest to styling their blog posts.

Long monotonous blocks of text can appear boring, but there are many different techniques you can use to make your posts more stylish, interesting and ultimately more compelling to your readers.

Here are fifteen different techniques including some which you may not have considered using before!

Textual Effects

Styling areas of your text in an unusual way helps draw attention to important sections of your posts.

Here are a few examples of how you can add stylish textual effects to your posts:

Bold, Italic and Colored Text

These are the simplest of all textual effects, though such effects should never be underestimated!

Bold text, for example, reinforces important words or sentences in your article and adds a sense of authority.

You can easily make text bold, italic or in a different color by highlighting and choosing the relevant option in your post editing dashboard.

Use a different font style for your introduction

This is a style most prominently used in magazines, but that doesn't mean you can't also use it for your blog posts!

I first saw this in action online in Lisa Sabin-Wilson's blog, Just a Girl in the World:

Here Lisa uses a larger italic font for the first phrase or so of her posts which really makes them stand out!

To use a different font for the introductory phrase of your own blog posts, you can edit the HTML code of your posts by wrapping styled span tags around the phrase, like this:

<span style="font-size: 200%; font-style: italic;">Introduction here<span> and the rest of your post here...

Magazine Style Drop Caps

This is another typographic style which is typically found in magazines.

This can be achieved using inline CSS by wrapping the first letter of each post in styled <span> tags, like this:

<span style="font-size: 200%; float: left; padding: 0 5px 5px 0;">F</span>irst letter...
Here are links to articles which explain how CSS can be used to create drop caps in your blog posts:

Structural Effects

The overall structure of your blog posts can be stylishly presented. Here are some methods to make the structure of your articles more appealing to your blog's readership:

Blockquotes

Blockquotes are generally used for long quotations and are usually separated from the main body of text by indentation, italics or a different style of font.

Using CSS you can change the appearance of your post blockquotes as I wrote about in this previous article.

Here are some other useful references with regard to styling blockquotes in your blog posts:

Pullquotes

Pullquotes highlight a particular sentence or phrase of importance within an article; they are similar to blockquotes, but are generally aligned to the left or right of the main text.

A simple way to create pullquotes using inline CSS would be to wrap the text in span tags like this:

<span style="width: 200px; float: right; text-align: center; border-top: 3px solid #000; border-bottom: 3px solid #000; padding: 10px; margin: 5px 0 5px 5px;">Write the text for your pullquotes here.<span>

Here are some other useful resources which explain how to use pullquotes in your blog posts:

Use Headings

This feature is particularly useful when writing longer articles and is a technique I use frequently now in Blogger Buster.

Headings break up long sections of text into more manageable chunks, and help readers understand at a glance exactly what to expect from the consecutive section of text. Upper heading levels (eg: H1 and H2) should be used for titles, and are usually in a larger or bolder font. Lower levels (from H3 to H6) may be used as section headings.

Most bloggers use only headings from H1-H4 which are best used in the following sections of your blog and posts:

  • H1 for the blog title
  • H2 for your post titles (and possibly sidebar headings)
  • H3 for sub-headings in your posts
  • H4 for smaller sections within each sub-section of your posts

Headings are supported by all web browsers, and will appear in different font sizes even if you haven't added relevant styling code in the style section of your blog.

To make text appear as headings in your blog posts, you should wrap these in heading tags, like this:

<h2>This is Heading 2</h2>
<h3>This is Heading 3</h3>
<h4>This is Heading 4</h4>

These headings would appear something like this in your blog posts (depending on how you may have styled these headings in the style section of your template):

This is Heading 2

This is Heading 3

This is Heading 4

Hobo-Web has a great article about the use of headings in blog posts which makes for an interesting read!

Shaped sections of text

This is a rather unusual method of styling your blog posts, but it is certainly one which can attract attention! The method I'm using here is generated by CSS Text Wrapper, which you can use to shape areas of text into any shape you like! On the examples page, you can see circles, zig-zags and even a wine glass shaped block of text!

CSS Text Wrapper generates DIV's to shape your text according to the style you provide, and can even be used to trace the shape of an image! There are different options for adding this style to your blog posts, including inline CSS (the method I have used here) and JavaScript.

Check it out and let me know what you think about this unusual method of styling your posts.

Using Images to style your posts

Using images is one of the easiest and most effective ways of adding style and interest to your blog posts. Here are some different methods you could use with particular regard to imagery and styling images in your blog.

Use themed images throughout all of your blog posts

One of the most effective ways I've seen other bloggers add style to their posts is by using a consistent theme for images throughout all of their blog posts.

Probably the most striking example of themed images I've seen is featured in Kathy Sierra's blog, Creating Passionate Users. Here Kathy illustrates her concepts using black and white photographs of people which are highlighted with speech bubbles and colorful text.

 

You may also want to check out Woork and Skelliewag to see other examples of consistent image themes throughout their blog posts.

Frame Your Images With CSS

I've always thought that photographs presented in frames look much better than those simply stuck to the wall with sticky tape, and the same can apply to images in your blog posts too!

Recently I've begin adding "frames" around the images in my posts by adding inline style to the images, like this:

<img src="http://url-of-host.com/image.jpg" alt="Alt text" style="border: 3px solid #ccc; padding: 5px; background: #fff;" />
If you use Blogger's image upload feature to add images to your posts, you can simply add these style references to the style already present in your image code, like this:
<img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand; border: 3px solid #ccc; padding: 5px; background: #fff;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjV5oC-tKZ2qhFrLyZ8WIMimSU_azbEMnXVi_xMDoFEnJz0x_kXaKHKfgNs-rKiG47Z9OFT7oKKYf63ZvtMDZlTh7xSUnyqYdQ7IvZ2hIkQ-Zi_fvbT-vk-AaZMOCT-MbzA4Ayb5GVfWxI/s400/typography.jpg" alt=""id="BLOGGER_PHOTO_ID_123456789012345678" />

You can change the border and background colors to suit your own template design which will create a style of image framing that is all your own.

Add Captions to your Images

An example of a caption

Adding captions to your images is a useful way of adding interest or styling the attribution text. This post explains how to add captions to your images in Blogger posts. If you would prefer to add these captions dynamically to every image, check out this article by 1976 Design.

Using Drop Shadows to Highlight Your Images

A really interesting way to style your images is to use drop shadows, like this:

The easiest tutorial I have found for this so far is at 1976 Design, where you can download the full source code and example images to add drop shadows to images in your own blog posts.

This technique works by adding a background image to the DIV section which holds your image, and adding style to the image (negative margin values) which draw the image up and away from the DIV edges.

Use different backgrounds for each post

It's actually quite easy to use a different background color or image for each blog post. Simply edit your posts in Edit HTML mode, and add div tags around your content which contain style tags for the background properties. To add a colored background, you could use code like this:

<div style="background: #fdd2f3;">
The content of your post goes here
</div>
If you would prefer to use an image background, you could style your DIV tags like this instead:
<div style="background: url(http://the-url-of-your-image.com/image.jpg);">
The content of your post goes here
</div>
Vin of Dummies Guide to Google Blogger wrote a more in depth article about this which offers more specific advice for Blogger users.

Yet more Stylish Techniques for your Posts!

These last few ideas were a little more difficult to categorize, though they are undoubtedly fun and useful additions for your blog posts!

Automatically add icons beside your links

This is another technique which intrigues me (and one which I'm considering adding to Blogger Buster in the near future).

This technique uses CSS with HTML selectors to add icons automatically beside your text links which are relevant to the file or page you are linking too.

The best tutorial and download files I have found for this was written by Alexander Kaiser of Poolie Studios and I would really recommend anyone interested in adding this functionality to their blog to check out his project page!

In the near future, I'll probably write a tutorial explaining how to add this functionality to your Blogger powered blogs too.

Add Relevant Information about Internet Companies with StartFound Widgets

StartFound is a really useful service which allows you to embed a widget in your posts with relevant information about internet-based companies you may discuss in your articles.

It's free to use and you doesn't include obtrusive branding which other such widgets may contain. What's more, it's incredibly easy to use: simply click on the plus symbol in the top left-hand corner of the company you wish to add, then copy/paste the code presented on the next page.

Zemanta (Content Suggestion Engine)

I wrote about Zemanta a short time ago and am so far impressed by how well this engine works. Zemanta offers a few different methods to spice up your blog posts, including image thumbnails, articles, links and tags for your posts.

Zemanta works as a Firefox extension and automatically adds suggestions to the right of your post editing page when you are creating a new post.

You can read more about Zemanta and download your Firefox plugin on the Zemanta website.

Final Thoughts

I hope you've enjoyed reading through this list of techniques to add pizazz to your regular blog postings! If you have any other ideas, please share these by adding your comments below.

If you've enjoyed this article, please consider subscribing to Blogger Buster and be updated of new articles when they are posted.

April 11, 2008

Add Technorati Link Count Widget to your Blogger Posts

Technorati has been of great use to me while building this blog. Using Technorati has helped me get a better understanding of which content is the most popular, and also learn what others think of Blogger Buster through examining blog reactions to my posts.

Recently I added a "blog reactions" link beneath my posts. This updates dynamically to include the number of reactions picked up by Technorati which link to this particular post.

The Technorati Blog Reactions widget is very easy to install in Blogger powered blogs, so if you're interested in adding this link beneath your own blog posts, here is how this can be achieved.

Instructions to add Technorati Blog Reactions Widget

  1. Go to Layout>Edit HTML in your Blogger dashboard, and check the "Expand Widget Templates" box.
  2. Find the following line of code in your template (an easy method is to use the CTRL+F keyboard shortcut:
    <p><data:post.body/></p>
  3. Immediately after this line, copy and paste the following section of code:

    <script src='http://embed.technorati.com/linkcount' type='text/javascript'/> <a expr:href='&quot;http://technorati.com/search/&quot; + data:post.url' rel='linkcount'>View blog reactions</a>
  4. Finally, save your template!

Once you have installed this widget, Technorati will update each individual post featuring this widget to include the number of blog reactions. It may take a few moments to come into effect, so don't worry of you don't see the effects immediately!

I hope this tutorial has been useful for you too! If you've enjoyed this post, please consider subscribing to Blogger Buster for future updates and Blogger news.

April 10, 2008

In Progress: A Popular Posts Widget for Blogger!

I've almost finished working on a widget which I'd hoped for months to develop: a "popular posts" widget for Blogger blogs! At present, I have a version which will display the most popular posts here on Blogger Buster. With a little more development, I hope to have a better version available (with a widget installer) which any Blogger user could install in their blog.

How will it work?

The "popular posts" in this widget will be formed from the posts which have attracted the most comments. This information will be pulled from your blog's comment feed, and the output would consist of the post title, linked to the post page with the comment count in brackets beside it:

While I would have preferred a solution which takes page views into account, this was simply not an option for me as it would involve developing a tracking script and relevant RSS feed for each blog.

Time permitting (as I have been rather busy these past few days!), I hope to have this "Popular Posts" widget ready over the weekend, so be sure to check back soon if this would be something you're interested to use in your blog!

Please let me know what you think about this idea by leaving your comments below.

April 09, 2008

Create a Cross-Fading Featured Posts Slideshow in Blogger with SmoothGallery

The slide show of featured posts which appears in my sidebar was among the most talked about feature of my recent redesign. This slide show is powered by JonDesign's SmoothGallery: a combination of JavaScript and Mootools which creates a cross-fading gallery of images which link to these posts.

In this article, I'll explain the simplest methods of using SmoothGallery to create your own slide show of featured posts which you can display in your blog sidebar.

SmoothGallery offers many different styles of gallery, but unfortunately not all options function properly in Blogger powered blogs.

So in this tutorial I will explain two different styles of SmoothGallery slide shows which I know can be used in Blogger blogs and have tested in different browsers:

  • A timed slide show (similar to the one featured in the sidebar)
  • A manual slide show, where your visitors can skip through each slide using arrow buttons

The initial installation for these slide shows is essentially the same; you can configure the different options for display after installation as I shall explain later in this tutorial.

Requirements (read this first!)

You need to ensure you have access to a hosting account where you may upload images, JavaScript and CSS files. Most free file hosting services allow you to upload these file types, including Google Pages and the hosts listed on this page.

You will also need several images which are all exactly the same size. For the purpose of this tutorial I would recommend these images to be 200x100 pixels in size which would fit neatly in most Blogger sidebars. If you prefer to use images of different dimensions, you will need to change the size of the gallery in your style section, as I shall explain later in this tutorial.

If you are able to meet these requirements, read on to see how easy it is to install your own SmoothGallery slide show!

How to install your SmoothGallery Slide show

First of all, you need to download the files needed to make the slide show function. For your convenience, I have included the files required to run this in Blogger blogs in a zip file which you can download below.

Download Blogger_SmoothGallery.zip

When you have downloaded these files, retain the same directory structure and upload these to your file host.

Next, go to Layout>Edit HTML in your Blogger dashboard and search for the closing </head> tag. Immediately before this line, paste the following section of code (substituting "your-file-host" for the URL where your Blogger SmoothGallery files are hosted:

<script src='http://your-file-host.com/Blogger-SmoothGallery/scripts/mootools.v1.11.js' type='text/javascript'/>
<script src='http://your-file-host.com/Blogger-SmoothGallery/scripts/jd.gallery.js' type='text/javascript'/>
<link href='http://your-file-host.com/Blogger-SmoothGallery/css/jd.gallery.css' media='screen' rel='stylesheet' type='text/css'/>

Then search for the closing </b:skin> tag on your template. Immediately before this line, add the following section of code:

#myGallery{
width: 200px !important;
height: 100px !important;
overflow: hidden;
}

Adding your slide show to your blog sidebar

In your blog's HTML code, find the DIV where your sidebar wrapper begins. The code will look something like this:

<div id='sidebar-wrapper'>

Immedietly beneath this line, paste the following section of code:

<script type='text/javascript'>
function startGallery() {
var myGallery = new gallery($('myGallery'), {
timed: true,
showArrows: false,
showCarousel: false
});
}
window.addEvent('domready', startGallery);
</script>

Adding your images and links to the gallery

For the next part of the installation, you will need to use your images and the relevant links to your popular/featured posts.

Remember that your images should all be the same size!

Upload all of the images you would like to use to your file host and note down the URLs.

This last step is a little bit tricky, so be sure to double check the code you are replacing and ensure you don't accidentally delete any tags!

  1. Copy all of the code below and paste into a simple text editor (eg: Notepad or Notepad ++).
  2. Replace all image URLs with those of your own images.
  3. Replace all link URLs with the links to your posts.
  4. Replace the titles (between the <h3> and </h3> tags) with the titles of your posts.
  5. Replace the descriptions (between the <h3> and <h3> tags) with a brief description of your posts, preferably a short one-liner.

<div id='myGallery'>
<div class='imageElement'>
<a class='open' href='http://your-post-url.blogspot.com'/>
<img class='full' src='http://imagehost.com/your-image1.jpg' />
<h3>Post Title 1</h3>
<p>Description of post 1</p>
</div>
<div class='imageElement'>
<a class='open' href='http://your-post-url.blogspot.com'/>
<img class='full' src='http://imagehost.com/your-image2.jpg' />
<h3>Post Title 2</h3>
<p>Description of post 2</p>
</div>
<div class='imageElement'>
<a class='open' href='http://your-post-url.blogspot.com'/>
<img class='full' src='http://imagehost.com/your-image3.jpg' />
<h3>Post Title 3</h3>
<p>Description of post 3</p>
</div>
</div>

Once you have made all these edits (and checked that you haven't accidentally deleted any tags!), copy this entire modified section of code to your clipboard and paste this below the final </script> tag which you recently added in your sidebar.

Now, preview your template. If all has gone well, you should see your slide show appear in the sidebar. This initial installation will add a timed slide show where your images will change every three seconds.

Once you are sure you have installed this slide show correctly, you can proceed to save your template.

Change the "timed" slide show to a manual one

If you would prefer your readers to choose when the next slide will come into effect, you need only make two small changes to the script for your SmoothGallery installation.

Find these lines in your template code:

timed: true,
showArrows: false,
And change the values to their opposites, like this:
timed: false,
showArrows: true,
All other values need to remain the same!

Now when you preview your template, you will see semi-transparent arrows in your slide show which become opaque when your mouse hovers over them. Clicking on these arrows will take you to the next slide in the show.

Changing the dimensions of the slide show

If you would prefer your slide show to be a different size than 200x100 pixels, you will need to change all of the images you use to this same size.

Then find this section of code in the <b:skin> section of your blog template:

#myGallery{
width: 200px !important;
height: 100px !important;
overflow: hidden;
}
And change the dimensions highlighted in bold red to the new dimensions of your images.

Credits

The original SmoothGallery scripts was developed by JonDesign and Mootools. Both the original scripts and those featured here are provided under the GNU General Public license.

Final Thoughts

Here at Blogger Buster, I use SmoothGallery to create a slide show of featured posts in my sidebar, but you could just as easily use this to create a stylish gallery of your photos with captions, or an animation of products in your blog.

I hope you have found this tutorial to be useful to you (despite being a little complicated!) and would love to see how you use this in your own Blogger powered blogs.

April 07, 2008

Background Styles for the Minima Blogger Template (Readers Questions)

The Minima template features only one definition for the background property, so if you change the color (or add a background image) this will affect the whole of the template, including the posts area and sidebars.

Over the past few weeks, many people have emailed or commented who would like to know how to add a background image/change the main background color in Blogger's Minima template, while retaining a flat color for the posts and sidebar areas. So in this post, I'll explain how to achieve this.

How backgrounds work in the default Minima template

The only style for a background property in the default (uncustomized) Minima template is for the main body section:

body {
background:$bgcolor;
margin:0;
color:$textcolor;
font:x-small Georgia Serif;
font-size/* */:/**/small;
font-size: /**/small;
text-align: center;
}

None of the other areas in the template have any background properties defined, so if you change the background color (or add an image to the background), all areas of the template will change too.

This can be especially problematic if you try to use a background image, as the text may be very difficult to read against a patterned background!

How to add a different background to the main content area (posts and sidebar)

The main posts section and sidebars in the Minima template are contained in a section called #outer-wrapper. This section is styled in the <b:skin> section (the style area) of your template, like this:

#outer-wrapper {
width: 660px;
margin:0 auto;
padding:10px;
text-align:$startSide;
font: $bodyfont;
}

If you would like this entitr section to have a different background to the sides of your blog (the main body background, you can change this by adding one simple line of code:

#outer-wrapper {
background: #ffffcc;
width: 660px;
margin:0 auto;
padding:10px;
text-align:$startSide;
font: $bodyfont;
}

Here the hex value of #ffffcc will make the main sections of your blog have a cream colored background, like this:

You can of course use any background color you like (check out the web color calculator of you need to find the hex value for your preferred color choice).

Once you have saved your template with the outer-wrapper background in place, you can then change the main background color of your blog in the Fonts and Colors section to any other color you prefer, and this change will not affect the main content of your blog.

Adding a background image to the sides of your blog

If you would prefer to use a patterned background (or background image) for the sides of your Minima template, you can easily do this by adding the URL of your image to the body section, like this:

body {
background:$bgcolor url(http://imagehost.com/your-image-url.jpg);
margin:0;
color:$textcolor;
font:x-small Georgia Serif;
font-size/* */:/**/small;
font-size: /**/small;
text-align: center;
}

This example would add a background image which is repeated across the whole template. It is best used for tiled background patterns, which would then appear like this in your template:

Further resources

I hope this post has explained how to use different background styles in the Minima template. Here are some other articles you may be interested to read too:

April 04, 2008

54 Inspiring and Original Blogger Designs

When I begin devising a new Blogger template design, the first thing I do is look for inspiration. CSS galleries and design showcases are among the first places I visit to be inspired, but one thing I have noticed is that there are rarely any Blogger powered designs on show!

So over the past few weeks, I've been searching for the best Blogger powered web designs to provide a source of inspiration particularly for those who use Google's Blogger platform.

In this article you will see 54 unique and inspiring Blogger powered designs: some of these seem based on generic/free templates, while others are so far from the generic norm that it was difficult to believe these are powered by Blogger at all!

For your visual pleasure, here are these 54 excellent Blogger powered designs, organized by category. I hope you enjoy looking through these designs as much as I did finding them!

My Favorite Five

These designs are my absolute favorites of the bunch, whose designers should be particularly proud of the excellent overall appearance and functionality of their blogs:

Woork Design and JavaScript

Woork

Woork

Can you believe this site is powered by Blogger? Woork is a magnificent design, and the content is truly awesome! I was glad to have found this site to be able to subscribe and read these great posts, not to mention the inspirational design this is packaged in...

La Blogueria Blogger Design

La Blogueria

La Blogueria

This monochrome design is truly stunning in every way. SO much work has gone into making every aspect of this design fit with the main theme. Just take a look at the animations and mouseover effects. And don't forget to take a look at the camera-phone in the top left of the screen...

Lawrie Malen Flash Blogger Template

Lawrie Malen

Lawrie Malen

This mere screenshot cannot possibly give justice to Lawrie's fabulous design. This one really takes my breath away...

Powered by Flash (yes, I did say flash!), this unique Blogger design is truly inspirational. I have never seen a blog quite like this before, much less one which utilizes Google Blogger!

Uptime Studio Photo Showcase Blog

Uptime Studio

Uptime Studio

This site is a fabulous example of how Blogger may be used as a CMS (content management system).

This charitable photography site has been featured in many CSS galleries and uses W3C valid HTML markup. The slideshows are truly stunning and contribute to the overall make up of this beautifully designed site.

Kokogiak Web 2.0 Blog

Kokogiak

Kokogiak

Kokogiak's design uses so many different functions, including show/hide div animations, Google maps integration, site search... It's wonderfully laid out and one of my favorite ever designs in terms of functionality and a joy to navigate.

Clean/Simple Layouts

This section features designs which are clean, simple and well laid out.

 Reddit by the guy who created the alien

Reddit All

RedditAll

This is the personal blog of Alexis Ohanian (who designed the Reddit alien logo).

Metamorf

Metamorf

Metamorf

I love the rounded corners and subtle color scheme at play here. It's such a pity the author decided not to continue using this blog...

Why Don't You Blog

Why Don't You Blog

Why Don't You Blog

Simple, yet so effective.

Twitter Blog

Twitter Blog

Never underestimate the power of a simple header image combined with striking images in posts!

Infinite Thinking Machine Educational Resource

Infinite Thinking Machine

Infinite Thinking Machine

This clean layout perfectly enhances the educational content of this resource site.

Meta Microcosmos by Yo Misma

Meta Microcosmos

Meta Microcosmos

For me, this design sums up the process of "blogging as journalling". Despite the clean simplicity, there is still excellent attention to detail. Look in the top right hand corner while the page is loading for an example...

Gem @ Blog

Gem @ Blog

It's so easy to find your way around this clean design. The label cloud at the top of the page makes it easy to understand what this blog is all about, while the static link to the top of the page (bottom right) is a touch of classy usability.

Dev Blog Zone

Dev Blog Zone

A clean and professional layout which fits perfectly with the theme of code and development explored through the articles presented here.

Chase Jarvis Photography Blog

ChaseJarvis

ChaseJarvis

Chase Jarvis' blog was recently featured in Blogger's Blogs of Note. I love how the pale design perfectly sets off the photography and images in the posts. It's well integrated into Chase's complete website, so you can barely tell you are leaving Blogger hosting when clicking on the tabs in the navigation section.

Ficcionalista!

Ficcionalista!

I adore the beautiful simplicity of this design. It's so clean and uncluttered, and the placement of every element seems so well thought out.

Dark Designs

In contrast to the previous set, these designs use darker color schemes to great stylistic effect.

Iran Grafitti

Iran Graffiti and Urban Art Report

Iran Graffiti and Urban Art Report

This is a really unusual design, utilizing expandable DIV sections for different areas of the blog. Iran Graffiti showcases urban art caught on camera in Tehran. It really is worth a visit to see some of the stunning designs featured in this blog.

Fonsite

Fonsite

Fonsite

This striking design makes great use of PNG transparency and even renders correctly in Internet Explorer.

Black Zedd Basic Literature

Black Zedd Basic Literature

A cynically corporate design (you'd need to read this blog to discover why...) which is pulled off beautifully! The drop down menu and scrolling news ticker really add to the depth of this design.

Second Life First Person

Second Life First Person

Second Life First Person

I always love to see how people use the Blogger templates I provide here at Blogger Buster, and this customization is truly an excellent example of what can be achieved with a little imagination!

Feminine Designs

This set of Blogger powered designs are feminine, girly and inspired by women's interests (candy colored inspiration for all the lady bloggers!)

Flair in the City Fashion and Shopping

Flair in the City

Flair in the City

I've always admired Angel's Blogger powered design which was originally based on one of Jackbook's Wordpress conversions (though you really can't tell at all which one this was!). Every element of this blog is styled to pretty perfection with an excellent choice of color scheme which really sets of the great content. If only all fashion blogs were so well designed...

Xiaxue's Blog

Xiaxue

Xiaxue's blog is beautifully designed and is such a great presentation of her personality!

I'm Just A Blogger

I'm Just a Blogger

This is such a unique and feminine design. The styling in the header is reflected throughout the template, and the bright colors complement the author's personality in vivid technicolor.

Homeschool Diaries Blogger Design

Homeschool Diaries

Homeschool Diaries

A lighthearted design makes this homeschooling blog a fabulous place to learn of this mommy's experiences.

Hip Mama's Place

Hip Mama's Place

This "Mommy Blog" is dedicated to fashionable mummies and their trendy offspring.

Girly Up The Web

Girly Up The Web

A couture designers guide to business, life and all things girly.

A Woman In Full

A Woman In Full

This design is truly a work of art. It seems inspired by 1950's style movie posters and is very eye-catching!

A Mere Trifle, My Dear!

A Mere Trifle, My Dear!

Although this is quite a busy design, I love the overall theme of nostalgia: everything is drawn together, from the flock style wallpaper to post images and sidebar icons.

Immoral Matriach

Immoral Matriach

An eclectic combination of old meets new in this striking personal blog design.

Musicians/Artists/Photographers

This section showcases some of the best Blogger powered designs written by musicians, artists and photographers.

Throw The Fight

Throw The Fight

Throw The Fight

This blog utilizes flash, YouTube and other stylish elements in such a great way! Blog posts provide news to fans of the band, another great example of how Blogger may be utilized as a CMS.

Jupiter One Blog Design

Jupiter One

Jupiter One

Here again, flash is used in the header section to provide fast loading background music.

Dangerous Muse Blogspot Blog

Dangerous Muse

Dangerous Muse

I love the effectiveness of this simple design, especially the huge "dates" which overlay the actual posting date.

Project 100 Animals

Project 100 Animals

Project 100 Animals

The simple backdrop is the perfect canvas to highlight the beautiful artwork showcased here.

Tehran Walls

Tehran Walls

A striking design showcasing urban street art in Iran.

Mid East Collective

Mid East Collective

A striking, graffiti style header combined with ultra bright colors in the sidebar creates an eclectic mix.

Il Disegno

Il Disegno

A Manga-inspired blog about design, with intricate attention to detail.

Fabrizio Fareze

Fabrizio Fareze

An excellent showcase of photography is perfectly enhanced by the Polaroid styling of each individual post.

Alberto Montt

Alberto Montt

Here again we see how a simple clean layout can perfectly set off such beautiful artwork. Each post is so well designed with each image framed and styled so well.

Miscellaneous Designs

A final collection of Blogger powered designs which were difficult to categorize. All are excellent and inspiring in some way.

ts0 Screenshot

ts0

ts0

Thom Shannon's blog screams simplicity, yet is so aesthetically pleasing in structure and form.

Obviously (The Obvious Blog)

Obviously

This is the official blog of Obvious, the company behind Twitter. I love the parchment style background combined with the striking red logo.

The Odeo Blog

Odeo Blog

Odeo Blog

Slick and usable, this blog is branded with Odeo's striking logo and fits perfectly with the main site's theme.

CrazyBob.org

CrazyBob.org

CrazyBob.org

This design is so sleek and modern, it seems to ooze professionalism.

Grape Digging Sharon Fruits

Grape Digging Sharon Fruits

This design really breaks convention! It's almost as though the blog posts are printed as a label on the jam-jar!

Spoiler-TV

Spoiler TV

This is just one in a series of interlinked "Spoiler TV" blogs written by Dark UFO. It's really hard to tell that these blogs are hosted by Blogger, especially with the attention to detail, the use of DOM tabs in the sidebar (which change to display recent posts, feeds, stats, translations and so on) and the slick menu bars.

Mi-Microcosmos

Mi-Microcosmos

Another stunning design by Yo Misma which encompasses the personality of this creative blogger in both background and attention to detail.

World United Bloggers

World United Bloggers

A collaboration of bloggers from all corners of the world whose message is clearly employed in the striking header. Navigation is simple and well styled, while the sidebar sections are well organized and easily distinguished from the main content.

Ask The Admin

Ask The Admin

This blog has so much personality! Throughout the design and blog posts are funny illustrations, cartoons and such which perfectly enhance the theme of "geeky humor".

Los Malditos Samurias de Gallaecia

Los Malditos Samurias de Gallaecia

For me, this Blogger powered design is Eastern inspired bliss! I love the way even each post title is styled according to the theme; blog authors have their portraits framed in the sidebar and the header is just... amazing!

Mike Durrett Confidential

Mike Durrett Confidential

The style of this humor blog reminds me of Presidential campaigns, though everything on this site feeld as though it's been placed in the correct area. Even the images and quotes in posts are positioned well.

Inzitan Blog

Inzitan Blog

This blog is based on the Magic Paper template, but with a little adaptation this becomes so much more beautiful. By adding the image of the little girl and the flash functionality to the header section, the author has really made this template come alive.

Tech In-Law

Tech In-Law

Tech In-Law

Here is another Blogger powered design based on an existing template. The unique header design goes a long way to explain for the casual visitor exactly what this blog is all about, while the clean content section is easy to navigate.

Fresh

Fresh

The title of this blog sums up the design completely. Featuring a cool color scheme and no clutter whatsoever, this is a breath of fresh air.

Awful Announcing

Awful Announcing

One of the things I love most about this design is that even the ads complement the general theme! The over-sized navigation buttons near the header set this apart from others of a similar design.

Basic Instructions

Basic Instructions

Scott Meyer's cartoons are brought to life online in this hilarious blog! Each post is a self-contained and perfectly crafted piece of art which will have you rolling on the floor in laughter! This design is mostly monochrome, with the only elements of color appearing in the footer section as links to Meyer's other sites.

iseen

The iseen blog. unsaturated!

the iseen blog

Vahagn Mkrtchyan's blog is a creative visual resource about art, design, architecture, photography and more. Each post is almost a work of art in itself, stylized perfectly to match the overall theme of rounded corners, use of color and general style.

Final Thoughts...

While writing this post, I came across even more excellent designs and had to delay publishing so I could include these too! I know there are many more excellent Blogger powered designs to be discovered and would love to follow up this article with another in the near future. So if you are especially proud of your own Blogger powered design (or know of another blogger's work you would like to see showcased here), feel free to drop me a line or leave a comment below.

If you have enjoyed this post please consider adding this to your favorite social bookmarking service, or subscribe to the feed and receive free updates of new Blogger related articles as they are posted. As always, I would really appreciate your comments and opinions, so feel free to let me know what you think by leaving your comments below.

Advertise on Blogger Buster

Browse through the Archives

All existing posts are still available to view while I'm working on the site, albeit seen in a much simpler interface. Feel free to browse through the archives to find tutorials, templates and articles to help you build a better blog:

© Blogger Buster 2010 Home | About | Contact | Hire Me | Privacy Policy