Webforumz's RSS FeedRSS Webforumz RegistrationRegister Contact Webforumz StaffContact

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.


 Subscribe in a reader

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

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Aug 21st, 2006, 14: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!!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old Aug 21st, 2006, 14:15
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
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.
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)

Last edited by moojoo; Aug 21st, 2006 at 14:17.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Aug 21st, 2006, 14: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!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Aug 21st, 2006, 15:41
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Aug 21st, 2006, 16:22
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
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
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)

Last edited by moojoo; Aug 21st, 2006 at 16:30.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Aug 21st, 2006, 16: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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Aug 21st, 2006, 16:37
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
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)
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)

Last edited by moojoo; Aug 21st, 2006 at 16:51.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
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 18:18
Content Management & Blogs 1840dsgn Website Planning 2 Jun 12th, 2007 07:24
Content management moshe Scripts and Online Services 4 Jun 6th, 2007 15:28
Content Management Systems cyberseed Web Page Design 8 Jan 31st, 2007 11:43


All times are GMT. The time now is 19:40.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8