Posts Tagged ‘wordpress’

WordPress keep it real(-time)

Tuesday, September 8th, 2009

WordPress have now made it possible for instant syndication of all blog posts. RSSCloud now means that blog content can be as up to date as services such as Twitter. Their .com users are already using the benefits of this feature and there’s a plugin available for all self-hosted blogs which means an upgrade isn’t even necessary.

Ford use WordPress to power new website

Friday, June 5th, 2009

Ford are using WordPress to power their new website The Ford Story. This simply helps show what many designers have known for a long time – that WordPress rocks!

My recent favourite thing about WordPress – built in dynamic menu highlighting in CSS

Wednesday, May 27th, 2009

OK, I might be way behind with this little revelation but I’ve just discovered how easy it is to highlight the ‘current page’ in WordPress. It’s a great navigation aid for viewers to know which page they are looking at by having some indication in the nav bar. I first tried looking at some plugins, but I should have known that WordPress would have thought of this and have already built it into the CSS. All you need to do is add these classes to the stylesheet and style them as you see fit:

.page_item {
background-color: #ccc;
color:#000
}

.current_page_item {
background-color: #000;
color:#fff
}

Thanks to Gudstoff for this little gem!

modx vs. wordpress vs. joomla vs. drupal

Wednesday, April 1st, 2009

Here’s an interesting poll to show how people feel about four popular platforms for building blogs and websites.

As a WordPress fan it’s good to know that it’s a popular choice, but I’ll be sure to check out modx very soon…