Sep 15, 2009 by Matt | Posted in Design
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:
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…
Sep 14
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…
Sep 11
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…
Sep 10
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…
Sep 9
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…
Sep 8
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…
Sep 7
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.…
Sep 4
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…