CMS
Survey says...
In the 2008 CMS satisfaction report by NTEN, a Non-Profit Technology group, Drupal received very high marks. This is great news for us since we recently decided to make the shift to Drupal rather than building our own CMS. Apparently, we’re not the only ones who have embraced Drupal. NTEN evaluated hundreds of nonprofit groups using a wide array of CMSes like Plone, Joomla, Convio, Blackbaud, and Antharia. Drupal had the highest number of responses and the highest number of respondents using Drupal as their primary CMS.
Centering a CSS menu without the width (aka Shrink Wrap)
On a recent project, I ran into an issue where the main navigation needed to be centered and flexible enough to add and remove menu items through a CMS. For those of you not familiar with CSS, this creates an immediate problem: you can not center a block element without first knowing its width. The normal technique is to use auto left and right margins (margin: 0 auto), that are then calculated based off the element's width. But what happens when you don't know the width of the element?
- NickC's blog
- Login or register to post comments
- Read more
