This evening I gave a presentation at the Software Development Network about Drupal. Because the seminar is mainly focused on application development and closed source, I was the odd one out talking about PHP. All other topics were DotNetNuke, Delphi, Umbraco, Silverlight, SharePoint, etc. That said, I was rather surprised to find an enthusiast audience who were impressed when I told them that large sites as The White House, The World Bank, Ahold and even Java are running on Drupal!
The project I'm currently working on involves several authors writing a lot of content. They tag all articles and pages with self-entered terms (free-tagging). Because not every author uses the same case for these terms/tags the layout became quite messy. By using the termcase module you can improve the layout of your tags by automatically transforming all terms to vocabulary-specific case formatting. Read on!
If you use breadcrumbs in your website to help visitors navigate, you could also use these to extend the functionality of your META <title> tag. By doing so, you could change your page title (the thing displayed by search engines) from e.g. Michael Jackson is dead to Latest news > Michael Jackson is dead. Continue reading to read how to get better Page Titles with just a few lines of code.