Posts tagged with "Content Management"
Over the past few weeks I took a look at several modules that deal with relating nodes and links to other nodes within the Drupal system. Last week at Drupal Con AMS 2005 Ber Kessels presented on relations systems in Drupal. Defining relations within content can serve as an important supplementary navigation system, particularly on websites where users do not rely on a main navigation system to find content.
For example, take a site like Yahoo! News. If I go to Yahoo! News on a daily basis I first check the headlines. If I find an important article
to read and follow the link to read the article, on the article's page I am given several choices at the bottom of the page. Often, the choices include to select to read other articles based on the same topic as the story I just read, to see related photos, to read related opinion articles, or to read stories that fall under the same topic as the story I read. I may initially use the main navigation system to go and read top articles in the business section, and once I find the article that interests me and I read it, I can use the website's relations system to read other content related to my attraction.
When will there be a cross-browser cross-platform WYSIWYG editor for CMS's that really gives you what you are seeing, and gives it to you no matter what browser you're using to enter the content? At the recent Web for Development Conference at the World Bank, Rodolfo Quevenco presented the recent redesign of the International Atomic Energy Agency's public website. The new IAEA website is valid CSS and XHTML, and even lists the validating links in its footer. Quevenco briefly mentioned the issue of a usable WYSIWYG editor for CMS's near the close of his remarks.
What good is a CMS if it doesn't make content production any easier for the web managers? How hard can it be to make a line break a line break? Well, if you've implemented any editors, you'll know it is complicated and you probably played around w/ code filters to try to get a paragraph tag identified as a p tag, and somehow nuke all that microsoft Word garbage code whenever a user pastes into an editor from Microsoft Word. Just imagine the people porting the editors to work w/ different CMS's.
We just got out of a three day conference over at the World Bank called Web for Development - Telling the Development Story to the World. You can check out the agenda here: http://tinyurl.com/7t4fh. The World Bank has somewhere between 600 and 1000+ websites, of which 40 or 50 are corporate websites, and the remainder, everything else. The World Bank uses ePublish as their main content management system...how many sites are linked into this system I am not sure. If you search on google for epublish and the World Bank you'll find some documents on categorization and building a taxonomy system for an institution as large as the World Bank.
I'm interested to see or read about the improvements being made to the image.module, particularly And James Walker is also working on improving the current image.module to provide common services for image handling. This will allow a bunch of separate methods for using images (in a gallery, in a post, ...) to be implemented without duplicate code. these changes sound...
I'm interested to see or read about the improvements being made to the image.module, particularly And James Walker is also working on improving the current image.module to provide common services for image handling. This will allow a bunch of separate methods for using images (in a gallery, in a post, ...) to be implemented without duplicate code. these changes sound exciting. I just wrote some ideas up about how people who don't know any html and don't want to see any either might find adding images easier. I've been training some folks on adding images to pages using image.module and img_assist. Here are some thoughts:
Something which would improve content administration in Drupal would be bulk category-to-node assigning. For example, if you have 200 images to upload, and they must be assigned to 10 different categories, you must import them in ten batches (using the image module). From the content administration overview, if you could click off on the nodes you want to categorize, then select "categorize selected nodes to this term" it might speed...