CSS-Tricks: Style a List with One Pixel

Chris Coyier recently released a new article that covers an ingenious CSS trick that puts me in mind of the days of 1-pixel spacer.gif files and tiling graphics meant to replace the <hr> tag.

Basically it uses a one-pixel graphic and a bit of CSS to style a nested list element, with an end result that looks something like this:

CSS-Tricks 1px Nested List

That’s a semantically-correct <ul> element styled with one image and no additional markup. It’s so simple I wish I had thought of it… :)

WordPress Theme of the Month: Visiting Card

Famous designer TimVanDamme designed his mini site and everyone praised it a lot for unique, beautiful concept. Usually it happens when you are really active on social media sites, you blog less. And his design was perfect solution for those who have a domain…

BlogBuzz September 12, 2009

Are Premium WordPress Themes Going Out of Style?

There has been some interesting discussion about WPblogger about premium WordPress themes. The author of the original post says “Premium WordPress Themes are Dead.” Ben Cook suggests that people aren’t really interested in buying an individual theme so much as a highly configurable theme…

Stack Overflow, Super User, Server Fault: Your Tech Questions Answered

Stack Overflow, Server Fault, and Super User are a set of interesting sites by Jeff Atwood, the blogger behind the Coding Horror blog. Back when Stack Overflow launched in 2008, Jeff described it like this: Stackoverflow is sort of like the anti-experts-exchange (minus the…

Is Excessive Bold Text a Bad Idea?

A common practice among bloggers is to mark out sections of text with boldface type in order to call attention to that portion of a paragraph. It’s said to be a reading aid, to make the article more skimmable. Is it really necessary? Should…

Gravity Forms

There has been a lot of talk about a new WordPress plugin called Gravity Forms lately. It’s one of the first major premium WordPress plugins, costing $39 for a single-site license and $99 for multi-site. What does it do? It’s a bit like the…

Security Alert: Upgrade to WordPress 2.8.4

Are you running a version of WordPress prior to 2.8.4? If so, you should upgrade now. There’s a major attack going around that targets older versions of WordPress. Lorelle has the full details. There are two clues that your WordPress site has been attacked.…

BlogBuzz September 5, 2009

What Are the Advantages of a PHP Framework?

CodeIgniter. CakePHP. Kohana. There’s no shortage of PHP frameworks…but why should you use one? What are the major advantages? MVC – The Model-View-Controller architectural pattern helps you tier your code for easier maintenance. By keeping the data-manipulating logic separate from the bits that handle…