Forum Moderators: mack
I spent hours and hours making my current web portal look all pretty with tables inside of tables inside of tables (all constructed in notepad - *wimper*). My web portal loads quickly and is very simplistic, and I'd like to keep it that way. Each page is around 5-10 kb. I'm currently in the stage of hooking up the various functions of it to my Access database, but before I spend another couple weeks doing that I was wondering if a CMS is the way I should go. I'd also like to use mySQL, but I don't have any experience with it. So I was wondering how easy it is to customize a CMS to do only the things I want it to do, and to add things it doesn't currently have built in.
1) I need to allow people to register a username/password for the site.
2) I need a forum of some kind. I'd really like one that is integrated throughout the site so that, for instance, when people are looking at the movie reviews section they can write their own comments about a movie, etc. I suppose I could just link to a movie topic in a general forum.
3) I need to be able to customize the forms so that they gather all the information I need from people. 4) I need the ability to add new features to the site as I go.
6) I would prefer a cookie-free site that has users enter their username and password when they're adding something to the site or sending messages to other users. This isn't a deal-breaker, though.
7) My current webhost, with which I have a year contract, supports php, asp, mySQL, and Access. They run "IIS 6.0 with Window 2003 Server". I noticed that many CMS' require an Apache server. To be honest I don't know if these things are mutually exclusive or not. My host is webhost4life dot com if somebody could tell me if they're compatible with a CMS that fits my needs I would appreciate it.
Are my needs too much for a CMS, or is there a solution for me? I could attempt to get my portal running from scratch, but as I go I see that there's a lot of coding that I simply don't have the time to learn and then write. Sorry for rambling on about all that, but I've just spent so much time working on this site and it's turning into the never-ending project. I'd just like to focus on the content and advertising of my site rather than the development.
Any help would be greatly appreciated, and I thank you in advance.
As for Access and mySQL, I would strongly recommend using mySQL, which is much more scaleable than Access, which is good for very small applications only.