www.webdeveloper.com
Results 1 to 9 of 9
  1. #1
    Join Date
    Mar 2008
    Posts
    175

    When to use a CMS?

    I want to throw together a site in PHP/mySQL that has some standard user functionality like registration, session management, and ability to leave comments (which can include uploading a picture, if that matters). Not very much beyond that.

    From what I read, even the simplest task involving users and security can open up a can of worms, and often a Content Management System is recommended since the code is presumably more robust and secure.

    Any thoughts on this? I've never worked with a CMS so it's hard to spot their applications.

    Thanks in advance.

  2. #2
    Join Date
    Aug 2006
    Location
    Michigan
    Posts
    1,046
    drupal.org

    Best CMS out there

  3. #3
    Join Date
    May 2008
    Location
    UK
    Posts
    7

  4. #4
    Join Date
    Apr 2008
    Location
    Jeddah, Saudi Arabia
    Posts
    43
    Joomla is best

  5. #5
    Join Date
    Mar 2008
    Posts
    175
    Thanks for the suggestions. I guess my real question is more along the lines of "when should I use a CMS and what are their applications?" I am currently writing a unique type of forum from scratch, and in retrospect I wonder if it would be easier or more complex with a CMS. Seems like I can't tweak it as much as I'd want to. But then again, I've never used one.
    Last edited by auxone; 05-17-2008 at 10:04 AM.

  6. #6
    Join Date
    Mar 2008
    Posts
    58
    A good read on the "why cms" question:
    http://www.fivecube.com/company/insi.../approach/cms/

    These days, they can be tailored to perform virtually any function, be it the simple ezine/news management to complex e-commerce.

  7. #7
    Join Date
    Aug 2006
    Location
    Michigan
    Posts
    1,046

  8. #8
    Join Date
    May 2008
    Location
    Nebraska
    Posts
    32
    Thats funny...I just blogged about this the other day...

    http://blazekwebdesign.com/blog/2008...nt-system-cms/

  9. #9
    Join Date
    Mar 2008
    Posts
    9
    hi...
    CMS should be used if your website needs a lots of functionlality with manyy users.
    Using CMS u should have a good server(preferably dedicated hosting/vds).This is because CMS use a lot of database calls etc.
    Also if not properly configured,CMS tend to slow your website.
    So if your application is light,and u want zap loading,go for ur own application.
    With CMS u have to regularly update ur code as new exploits keep on getting discovered.
    The biggest advantage of coding ur own application is that none knws ur code...

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
HTML5 Development Center



Recent Articles