Content Management Systems

This is a discussion on "Content Management Systems" within the Web Page Design section. This forum, and the thread "Content Management Systems are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 21st, 2006, 13:13
Up'n'Coming Member
Join Date: Jul 2005
Location: uk
Posts: 84
Thanks: 0
Thanked 0 Times in 0 Posts
Red face Content Management Systems

What is the best free content management system to use. Is there an open source CMS that is easy to set up. Or is it best to buy some hosting with CMS added to it? Need a cheap solution for budget websites. Have heard that some CMS do not rank well in Google whilst others rank excellent. Someone mentioned a CMS called Mambo but I know nothing about it.

Any help yes please!!!
Reply With Quote

  #2 (permalink)  
Old Aug 21st, 2006, 13:15
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,761
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Content Management Systems

www.textpattern.com <-- fooking AWESOME! Mambo is alright but I think it may be more trouble than its worth. Textpattern is uber easy to install./setup, you use all your own CSS, HTML, PHP etc, the build in tag system is awesome, you can create all the pages/custom forms you need, great plugins are available, and it is slick. www.newguyinennis.com is run off of it, as are a few other projects I have done. I highly recommend it although it is not the most friendly out of the box CMS it is by far from my experience the best. and once you get the hang of it (Which is not difficult to do) you will be rocking very quickly.
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)

Last edited by moojoo; Aug 21st, 2006 at 13:17.
Reply With Quote
  #3 (permalink)  
Old Aug 21st, 2006, 13:19
Up'n'Coming Member
Join Date: Jul 2005
Location: uk
Posts: 84
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Content Management Systems

ta very much moojoo - sounds like it impressed you!
Reply With Quote
  #4 (permalink)  
Old Aug 21st, 2006, 14:41
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: Content Management Systems

It also depends on whether you want to apply content management to an existing site without having to rejig things too much or whether you are starting the site from scratch.

If it's the former, then your choices are more limited.

If it's the latter, then it's a question of picking a system that you feel you can work with and that produces results you like.

Which ever option you choose, make sure the end result is validated code. SOme systems produce rubbish code even if the page looks good.
Reply With Quote
  #5 (permalink)  
Old Aug 21st, 2006, 15:22
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,761
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Content Management Systems

Yeah but all he would have to do to convert it over was create a page and section for each existing page and just copy/paste the HTML from the files into textpattern. Annoying perhaps but not very time consuming. One thing I like about textpattern is it only outputs code you tell it to. You have complete control over the look, feel and forms used to display the CMS content. And I hate template systems.

Here is example of a form I use for textpattern to auto generate my archives page to give you an idea of its sexy slickness heh.

Code: Select all
<!-- show the year -->
<txp:if_different>
<h2><txp:posted format="%Y" /></h2>
</txp:if_different>
<!-- show the month -->
<txp:if_different>
<h3><txp:posted format="%B" /></h3>
</txp:if_different>
<!-- article title and link -->
<ul>
<li><txp:permlink><txp:title /></txp:permlink><br /><txp:posted /></li>
</ul>
And in the HTML all you would put is something like this to output all of your articles in a month sorted list which updates automatically every time you write a new article:

Code: Select all
<txp:article_custom limit=99999 form="monthly_article" section="article" />
End result is here: http://www.newguyinennis.com/archives
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)

Last edited by moojoo; Aug 21st, 2006 at 15:30.
Reply With Quote
  #6 (permalink)  
Old Aug 21st, 2006, 15:33
Up'n'Coming Member
Join Date: Jul 2005
Location: uk
Posts: 84
Thanks: 0
Thanked 0 Times in 0 Posts
Smile Re: Content Management Systems

Thanxs everyone.
Was worried about CMS generating non valid HTML - Text pattern sounds good from a user point of view and it claims to generate
Quote:
standards-compliant web pages
Moojoo I looked at your site www.newguyinennis.com liked the photography but some of the content on the home page does not validate - see:
http://www.htmlhelp.org/cgi-bin/vali...F&warnings=yes

Maybe I am being picky but these days valid HTML is more of an issue.
Does anyone else have any experience in using the CMS Mambo?

Simplicity is essential - maybe Mambo is unnecessarily complicated.

UKGeoff - Its for a new project at the moment but I would guess most people want CMS so old projects will probably migrate.

Thanks again
Cyberseed
Reply With Quote
  #7 (permalink)  
Old Aug 21st, 2006, 15:37
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,761
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Content Management Systems

That error is just something silly its fixed now. I was playing around with stuff this weekend heh. textpattern only outputs code you tell it to output.

Validation pwns

Here is a screen shot of part of the back end:
Attached Images
File Type: jpg shot.jpg (182.5 KB, 59 views)
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)

Last edited by moojoo; Aug 21st, 2006 at 15:51.
Reply With Quote
Reply

Tags
content, management, systems

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating a content management system crackafaza PHP Forum 4 Dec 21st, 2007 17:18
Content Management & Blogs 1840dsgn Website Planning 2 Jun 12th, 2007 06:24
Content management moshe Scripts and Online Services 4 Jun 6th, 2007 14:28
Content Management Systems cyberseed Web Page Design 8 Jan 31st, 2007 10:43


All times are GMT. The time now is 23:39.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43