pch-southbound.jpg

From the monthly archives:

September 2006

Cutline 1.02, the best WordPress theme ever produced!

Elocon Without A Prescription, Investing in great Web design is one of those things that is hard for many people to reconcile mentally. For starters, it's really difficult to know if the person you intend to hire is legitimate or not, and if you don't know how to differentiate the studs from the also-rans, then you're basically investing in a crapshoot. To make matters worse, this crapshoot can get expensive.

And then, of course, you have the issue of agility. Two weeks after you get your new design up and running, you decide to add a few features. Will the current architecture handle it, elocon Without A Prescription. Is your design scalable and flexible enough to accommodate this, or will it fold up like a lawn chair, leaving you with unstyled, 10pt text and a horizontal scrollbar.

Hire me. Actually, Order elavil Without A Prescription, don't. Well, kinda, maybe...

I mean it.  A wheelbarrow full of cash. Elocon Without A Prescription, As a response to this Web design conundrum, you could theoretically hire me for a wheelbarrow of cash, and I'd work my butt off to fix you up with a killer site that has my stamp of approval.

Or, if that doesn't cut it for ya, why don't you just hire me for free. And then, instead of simply providing a one-off product for you and collecting a check, I'll be free to continually update your site's architecture by squashing bugs, adding features, and answering your questions as you work with your new site.

Wait. What?

Seriously. Hire me for free, elocon Without A Prescription. Won't cost you a dime.

Although I've been lucky enough to be involved in some great projects over the past 10 months...

...I can safely say that the Cutline theme for WordPress is easily the best, most refined, and most robust site that I have ever developed, lasix Prescription.

It's also the cheapest. Elocon Without A Prescription, To sweeten the pot, I even offer free support on the theme at the demo site.

Ubiquity is Key

WordPress themes are cool because they're free. By nature, free stuff becomes ubiquitous among those who find it useful. The downside of ubiquity, though, is that every little flaw, inconsistency, and hassle with your product gets exposed publicly.

Last time I checked, public exposure of this (or any. heh) kind was mostly embarrassing, elocon Without A Prescription.

Although it was unveiled earlier this month, Cutline has already had the privilege of being adopted by the WordPress.com hosted blogging platform as a featured theme.

What does this mean for you.

It's been tested by hundreds and hundreds of people — vocal ones, believe me — and I've been able to tweak even the smallest details to make Cutline simple, streamlined, Discount nexium No Rx, and flexible. Simply put, it's a great framework for a Web site, and it's getting better all the time thanks to an ever-growing community of users.

Elocon Without A Prescription, Want to save money, too?

One aspect of Web design that I think is grossly overlooked is the fact that not enough designers use frameworks to build new sites. In fact, you've probably been in a position where a lot of your design expense was dedicated to reinventing the wheel, when that expense really should have gone towards making a better wheel.

Instead, you spent too much money on yet another bum wheel. Pure suckage.

Cutline, meanwhile, is built on a semantically-sound platform of CSS and XHTML. As such, it's easy to manipulate and tweak to your exact specifications, elocon Without A Prescription.

So, my point here is that the next time you think about getting a new design, I would invite you to look at starting with a great framework. Give your designer a time-tested, bulletproof foundation to begin with, and you'll end up with a better, Buy allegra, more flexible product when all is said and done.

In my opinion, there are just a few great WordPress theme frameworks out there, and for what it's worth, I think Cutline is among them.

Check it out.

Similar posts: Xenical Overnight. Atenolol Without A Prescription. Geodon On Line. Aldactone On Line. Buying bactrim.
Trackbacks from: Elocon Without A Prescription. Elocon Without A Prescription. Elocon Without A Prescription. Lexapro Without A Prescription. Elimite Pill. Cheap zanaflex Overnight Delivery.

78 comments7212 retweets

Intro image for 01 Pullquotes - the first in a series of design tips for where the rubber meets the road.

F Discount imitrex, rom a usability standpoint, anything you can do to help your readers scan your content more effectively is a positive.

But if you can add an element that not only helps your readers but also adds an elegant, professional touch to your overall content presentation...then by god, I think you've hit the jackpot.

Today, we're going to hit that jackpot together by adding a very simple, very stylish, and very useful element to our blogs — the ever-present pullquote.

The Goods

The publishing pros in the magazine industry have used them for years.

Pullquotes are quite possibly the single most effective element that can be added to text to improve its scannability. After all, the publishing pros in the magazine industry have used them for years, both as a design element and as a courtesy to readers. There's proof in that pudding, too, as Jakob Nielsen has explained the dramatic impact that improved scannability can have on the overall perception and usefulness of your Web site.

Pragmatism aside, however, pullquotes are just really frickin cool, and it's time you stepped up your game to accommodate them, Discount imitrex.

In order to help out as many of you as possible, I'm going to suggest two different methods of creating pullquotes for your blog. Odds are good that you'll be amazed how easy it is to get them up and running, and I'm sure you'll be pulling quotes left and right in no time.

Using Blockquotes to Create Pullquotes

This method is arguably the most correct in terms of semantics, because when you scan the XHTML markup, pullquotes will be denoted by blockquote tags.

To begin, Cheap zovirax Online, you'll need to open up your blog's stylesheet and locate the blockquote style reference. Discount imitrex, A good way to do this is to use a "Find" function from within your text editor of choice.

Now, before we make any changes, let's reach some common ground here and decide what we want our pullquotes to look like. For the purposes of this example, we want our pullquotes to be:


  • flexible - we want the ability to align them to the left or right side of our text

  • bigger than the other text - the font size will need to be larger

  • clearly removed from the rest of the text - the pullquotes should only take up about 30-40% of the overall content width, and we will need to use margins to set the quote apart from the regular text

Alright, with our goal in mind, we can begin coding the styles for our pullquotes. I recommend using the following CSS declarations as a starting point for your pullquotes:


blockquote.left {
width: 200px;
margin: 5px 15px 5px 0;
padding: 5px 0;
border: 3px double #aaa;
border-width: 3px 0;
font-size: 1.4em;
text-align: center;
float: left;
}

blockquote.right {
width: 200px;
margin: 5px 0 5px 15px;
padding: 5px 0;
border: 3px double #aaa;
border-width: 3px 0;
font-size: 1.4em;
text-align: center;
float: right;
}

Because we've chosen to use blockquote tags to denote our pullquotes, we still need to account for existing blockquote styling to ensure that everything appears as we would like.

Carefully examine your blockquote styles. Please note that if styles are declared in the blockquote reference but not in the blockquote.left or blockquote.right references, then these styles will carry over to your pullquotes, Discount imitrex.

This is not a desirable result, so you will need to add some special CSS declarations to account for these "cascading" styles. Each individual case will likely be a little bit different, so the best I can do here is provide you with an example that you can use as a guide.

Let's say that my regular blockquote declaration looks like this:


blockquote {
margin: 0 30px 15px 30px;
padding: 0 0 0 10px;
font-size: 1.1em;
font-family: Georgia, "Times New Roman", Times, serif;
border-left: 2px solid #ddd;
color: #888;
}

Assuming I did not modify the pullquote code from that introduced above, my pullquote would come out looking like this:

Whoa, No Prescription arimidex. Maybe I should have accounted for cascading styles.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Discount imitrex, Nullam egestas, mauris id dignissim dignissim, leo augue rutrum lacus, id condimentum nisl elit ut nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nulla facilisi.

Not quite what we expected, is it. Here's what's wrong:


  • the left border

  • the excess left padding

  • font in italics

These styles have infiltrated our pullquotes because they have "cascaded" down from the original blockquote declaration. To avoid this undesirable result, you will need to address each cascading style in the pullquote declarations. So, to clear up the issues illustrated above, we would make the following changes:

blockquote.left { width: 200px; margin: 5px 15px 5px 0; font-size: 1.4em; text-align: center; border: none !important; padding: 0 !important; float: left; }

blockquote.right { width: 200px; margin: 5px 0 5px 15px; font-size: 1.4em; text-align: center; border: none !important; padding: 0 !important; float: right; }

For the curious among you, the inclusion of the !important denominator tells the browser to ignore all other possible cascading styles and only render the one marked as !important, Discount imitrex. If you run into any additional styling weirdness with your pullquotes, you can simply add !important to all your pullquote styles in an attempt to override anything that might be affecting the rendered quote.

Anyway, with those changes in place, we now end up with a result that looks like this:

Awesome. These pullquotes are working properly.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam egestas, mauris id dignissim dignissim, leo augue rutrum lacus, id condimentum nisl elit ut nisl. Discount imitrex, Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Buying celexa, Nulla facilisi.

Using divs (or spans) to Create Pullquotes

Although far easier to implement than the blockquote method, using divs to create your pullquotes carries only a minimal semantic meaning through your XHTML. It does validate, though, so if you want to keep it simple, try this method.

Simply add these declarations to your stylesheet:

.pullquote_left { width: 200px; margin: 5px 15px 5px 0; font-size: 1.4em; text-align: center; float: left; }

.pullquote_right { width: 200px; margin: 5px 0 5px 15px; font-size: 1.4em; text-align: center; float: right; }

Now, wherever you want to include your pullquote, you would do the following within your blog post editor:

<div class="pullquote_right">This is my killer pullquote text</div>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam egestas, mauris id dignissim dignissim, leo augue rutrum lacus, id condimentum nisl elit ut nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas, Discount imitrex. Nulla facilisi.

Once you publish your post, you'll end up with something that looks like this:

This is my killer pullquote text!

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam egestas, mauris id dignissim dignissim, leo augue rutrum lacus, Discount nolvadex No Rx, id condimentum nisl elit ut nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nulla facilisi.

Got it. Now start pulling those quotes.

Similar posts: Prevacid Side Effects. Atarax Prescription. Cheapest norvasc. Cheap xenical Overnight Delivery. Avapro Without A Prescription.
Trackbacks from: Discount imitrex. Discount imitrex. Discount imitrex. Nexium Without Prescription. Allopurinol Side Effects. Discount combivir Without Prescription.

80 comments4 retweets