WordPress tutorials and more...

Blogs can be an inspiration to try many new things: not least, modern coding and table-free design. This site is intended to help you deal with these and other challenges facing today's commercial webmasters.

CSS Boxes

Incompatibilities in the way that different browsers render the same code are infamous and sometimes quite dramatic. Here one such is illustrated… and solved.

Read full article »

Image Alignment

Default image positioning in WordPress is left aligned with text following in a new paragraph underneath. Of course this is not the only option, but there are some cross-browser pitfalls lurking for those who seek to be more adventurous.

Read full article »

CSS and the Humble List

The humble list offers a rich variety of options for CSS-savvy webmasters and as much as any HTML element, illustrates the potential power of CSS. This article touches on just a few of those options to suggest directions for further experimentation.

Read full article »

WordPress Sidebar

WordPress sidebar code can look confusing the first time you check it out. But that’s because WordPress is smart, can sense which page is being displayed and show different content to match. But once you see past the conditional code, what remains is both simple and flexible.

Read full article »

Why Tables are Bad

Tables were intended as a way to present data which is more comprehensible in tabular form. They became a design tool at a time when there were no better options. But now there is no excuse to be delivering flabby, overweight pages which are expensive to maintain and that cost points with the search engines.

Read full article »

Not Buttons - Chicklets!

Those buttons you see sprinkled around blogs may be a little irritating, but they can be a useful way to encourage new and repeat visitors. Oh and by the way, they are not called buttons: in blogeze they are known as chiclets.

Read full article »

RSS Feeds

RSS feeds are a means for you to keep your visitors and other sites informed about what is new on your site. They are also a way for you to add content to your site which is automatically updated and helps keep your site fresh even when you do not have time to add your own material.

Read full article »

Toplists via CSS

Here are the HTML and CSS you can customize and use to replace tables if that’s how you are currently displaying multi-column toplists.

Read full article »

Doctypes

If you think you have coded everything correctly and your page doesn’t look the way you expected in every browser you use for testing, your doctype declaration - you did use one of course - could be the culprit.

Read full article »

Flexible SE Friendly TGP Layout

This is an attempt to produce a thumb-preview layout which is both search engine and surfer friendly. It inevitably becomes a hybrid in the process, but some elements can be retained even if you want thumbs only. And did you know that if you size images in em’s instead of pixels, your visitors can make them shrink or grow to suit their screen size and resolution?

Read full article »

WordPress SEO

Blogs are not an “Open Sesame” to floods of search engine traffic. But they can be rich producers if you work on your content, have patience and optimize your site as much as possible. Here are some pointers to get you started in the right direction.

Read full article »

Table-free Mixed Thumbs

Earlier articles have shown how to place thumbnails in a block without the use of tables, but all of them so far have used a single size of thumb. A visitor asked in the forum here how to include one large thumbnail in such a block. The solution - except for having to fix Explorer’s double-margin bug - is very easy.

Read full article »

Troubleshooting CSS

You created your page, it looks great in one browser and horrible in another. What next? Sometimes the solutions are obvious and other times several small errors are working together to create the changes you see. The only way to catch these and correct them is with a methodical approach to troubleshooting.

Read full article »

Inheritance multi-classes & groups

Halfway down the page in your new design you suddenly get a space between two lines which you know you didn’t put there. That could be inheritance, although in fairness it is a feature of CSS which not only needs to be understood, but can be used to help you keep your HTML and CSS files as trim as possible.

Read full article »

Create a Theme #4 (final)

This is the final article in the “Create a Theme” series. In it we check out the sub-pages of the blog and tidy up any loose odds and ends. Once these final tweaks are done, your new blog will be ready to launch!

Read full article »