Go Back   Velocity Reviews > Newsgroups > HTML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

HTML - My first CMS

 
Thread Tools Search this Thread
Old 01-17-2005, 05:52 PM   #1
Default My first CMS


Sorry for the slightly off-topic post.

I'm likely going to be building a web site that includes a CMS. This
will be a first for me. I have tentitively selected Mambo as the
publishing engine.

My question in a nutshell... What's the most common mistake that
someone in my position is likely to make?

The question is directed at those who wish that they knew then what
they know now. I seek the benefit of your hindsight.

--
Jim Royal
"Understanding is a three-edged sword"
http://JimRoyal.com


Jim Royal
  Reply With Quote
Old 01-17-2005, 06:03 PM   #2
Bernhard Sturm
 
Posts: n/a
Default Re: My first CMS

Jim Royal wrote:
> Sorry for the slightly off-topic post.
>
> I'm likely going to be building a web site that includes a CMS. This
> will be a first for me. I have tentitively selected Mambo as the
> publishing engine.


good choice.
>
> My question in a nutshell... What's the most common mistake that
> someone in my position is likely to make?


don't overload your site with all the gadgets mambo offers. just try to
install mambo once, and play around. don't get excited by all the
additional modules and components you can add. just install mambo as it
is, and try to experiment until you have fully understand how content is
being handled, and how the basic components work together.
reduce to the max.

cheers
bernhard

--
www.daszeichen.ch
remove nixspam to reply
  Reply With Quote
Old 01-17-2005, 08:01 PM   #3
Karl Core
 
Posts: n/a
Default Re: My first CMS


"Jim Royal" <> wrote in message
news:170120051252568872%...
> Sorry for the slightly off-topic post.
>
> I'm likely going to be building a web site that includes a CMS. This
> will be a first for me. I have tentitively selected Mambo as the
> publishing engine.
>
> My question in a nutshell... What's the most common mistake that
> someone in my position is likely to make?
>
> The question is directed at those who wish that they knew then what
> they know now. I seek the benefit of your hindsight.
>


Content Management Systems, when used by someone with no clear vision of
what the site will contain, always lead to chaotic information architecture.
I have seen this happen so many times. Someone in the organization (who
knows jack **** about the Web and Information Architecture) is often given
free reign to dump whatever garbage into the CMS that they see fit - usually
at the behest of some equally clueless moron in upper management.

Like any website, tt is important that you (and all involved) come to a
solid, easy-to-use and understand information architecture before any work
begins on the site itself. Ferret out all possible topics and sections to
iron out the content of the site and the structure of that content.

Mambo is an excellent CMS, from what I've seen and will make your job
easier, so I say go for it. Just recognize that it is only a tool, not a
solution.


--
-Karl Core
Please Support "Project Boneyard":
http://www.insurgence.net/info.aspx?...&item=boneyard


  Reply With Quote
Old 01-17-2005, 10:22 PM   #4
Tom
 
Posts: n/a
Default Re: My first CMS


"Jim Royal" <> wrote in message
news:170120051252568872%...
> Sorry for the slightly off-topic post.
>
> I'm likely going to be building a web site that includes a CMS. This
> will be a first for me. I have tentitively selected Mambo as the
> publishing engine.
>
> My question in a nutshell... What's the most common mistake that
> someone in my position is likely to make?
>
> The question is directed at those who wish that they knew then what
> they know now. I seek the benefit of your hindsight.
>

I have just used mambo for the first time and found it to be excellent. We
have resisted the temptation to change the look and feel too much, until the
multiple users get used to it.

If anything we have not 'published' all the features to keep it simple.

I found it easy to install/configure and easy to use.

I would say that the biggest mistake would be to change too much too soon.
At the start - less is more.


  Reply With Quote
Old 01-18-2005, 05:17 AM   #5
Jeffrey Silverman
 
Posts: n/a
Default Re: My first CMS

On Mon, 17 Jan 2005 15:01:34 -0500, Karl Core wrote:

> Like any website, tt is important that you (and all involved) come to a
> solid, easy-to-use and understand information architecture before any work
> begins on the site itself. Ferret out all possible topics and sections to
> iron out the content of the site and the structure of that content.
>
> Mambo is an excellent CMS, from what I've seen and will make your job
> easier, so I say go for it. Just recognize that it is only a tool, not a
> solution.


Great answer!

--
Jeffrey Silverman

** Drop "PANTS" to reply by email


  Reply With Quote
Old 01-18-2005, 08:11 AM   #6
Toby Inkster
 
Posts: n/a
Default Re: My first CMS

Jeffrey Silverman wrote:

> http://www.newtnotes.com


Hardly a great advertisement for the CMS -- check your meta tags.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact

  Reply With Quote
Old 01-18-2005, 09:08 AM   #7
Bernhard Sturm
 
Posts: n/a
Default Re: My first CMS

Jeffrey Silverman wrote:
> On Mon, 17 Jan 2005 12:52:56 -0500, Jim Royal wrote:
> Using Mambo.
>
> I had a *very* hard time figuring out how to configure Mambo to my liking
> and eventually gave up and went to Nucleus. My site is run on Nucleus.
>
> http://www.newtnotes.com


how can this be XHTML strict?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">

when you have such links:
href="index.php?catid=3&amp;blogid=1"

and tags:
<img border="0" src="/images/upper_left_nn_logo.png" alt="nn logo">

this would not even be valid XHTML transitional


bernhard

p.s. in this case mambo isn't any better (maybe the upcoming v5.0, but
there is no real XHTML implementation of mambo available)

--
www.daszeichen.ch
remove nixspam to reply


----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= East/West-Coast Server Farms - Total Privacy via Encryption =---
  Reply With Quote
Old 01-18-2005, 09:11 AM   #8
Bernhard Sturm
 
Posts: n/a
Default Re: My first CMS (ignore above post)

Bernhard Sturm wrote (wrongly):
>
>
> how can this be XHTML strict?
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
> "http://www.w3.org/TR/html4/strict.dtd">


ooopss.. sorry.. for that.. must be too early in the morning... outch.
you ARE right and I read it wrong.
so ignore my above post...
shee.. have to WORK now

bernhard (completely blind for any HTML doctype

--
www.daszeichen.ch
remove nixspam to reply


----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= East/West-Coast Server Farms - Total Privacy via Encryption =---
  Reply With Quote
Old 01-18-2005, 03:35 PM   #9
JDS
 
Posts: n/a
Default Re: My first CMS

On Tue, 18 Jan 2005 10:08:39 +0100, Bernhard Sturm wrote:

> p.s. in this case mambo isn't any better (maybe the upcoming v5.0, but
> there is no real XHTML implementation of mambo available)


Well, whether or not the page validates has nothing to do with the
underlying CMS.

--
JDS |
| http://www.newtnotes.com

  Reply With Quote
Old 01-18-2005, 04:21 PM   #10
Bernhard Sturm
 
Posts: n/a
Default Re: My first CMS

JDS wrote:
> On Tue, 18 Jan 2005 10:08:39 +0100, Bernhard Sturm wrote:
>
>
>>p.s. in this case mambo isn't any better (maybe the upcoming v5.0, but
>>there is no real XHTML implementation of mambo available)

>
>
> Well, whether or not the page validates has nothing to do with the
> underlying CMS.

unfortunately it has.. mambo has an engine which handles content items
and other content related stuff (as all other CMS do). If your CMS is
producing links such as:

<a href='index.php?content=15&item=5&lang=de' title='xx'>

then this would not validate as XHTML because the entity & has to be
composed as &amp; by the CMS... (and the link is not SEF as well, but
this would be another issue, which mambo can handle perfectly

the same goes for all the other handling of tags and properties. an
image tag produced by your CMS like:

<img src='foo.gif' ALT='foo'>

would not validate (as the tag has to be closed and uppercase properties
are not allowed)

and so on... a CMS is not only a database but it's an entire system
which produces HTML/XHTML output based on a template and internal CMS
HTML output rules, and this can be validated.

cheers
bernhard
--
www.daszeichen.ch
remove nixspam to reply


----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= East/West-Coast Server Farms - Total Privacy via Encryption =---
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump