open source questions for ya
May 28, 2008 12:58 PM
Subscribe
drupal vs joomla. some questions inside.
2 questions:
a) we're setting up a website for a film client who wants to be able to add a lot of multimedia (esp. video) to their site. bandwidth providing, which is the better CMS for this kind of serving?
b) which is easier to skin/template/etc? i'm quite comfortable with php/css and the concepts of of semantic skinning (eg wordpress and shopify). which of these follows more easily from knowing those two sites?
posted by yonation to computers & internet (5 comments total)
9 users marked this as a favorite
Drupal seems very big and slow and memory intensive. But the module support is great and it's easy enoughto skin and template. It uses standard templating systems, and I'd be surprised if Joomla didn't do the same. The template I end up using is just a straight HTML page with occasional php tags echoing out the relevant area content.
My biggest complaint about Drupal is that you can't (easily) set different areas of your site to use different templates. Second is that it produces huge numbers of divs - helpful for CSS, but not exactly compact code.
posted by twine42 at 1:17 PM on May 28, 2008