So basically your saying more or less everything should be CMS now days unless its something like a personal one that I can change as and when I want.
When i did look at them before I did like the idea of the clients been able to update the sites themselves.
The only one i have used is joomla and that was for one site.
But dosnt CMS limit creativity and such or are you still able to mod things to how you want them? and can you still use Jquery / php and that stuff in there?
So is it wordpress for the win ? or is concrete5 any good?
TIA
There isn't a single instance where I wouldn't build a website with a CMS behind it.
Open source CMS's like Wordpress allow you to integrate all the JavaScript you want, even with JS libraries like JQuery, into your templates. Adding custom PHP is also not an issue.
Off the top of my head here's a couple of reasons to start using any CMS.
1) Layout controlled by templates that mean any changes to the design are only done in one place
2) Ability to post news with comments that handle trackback and pings backs as well as built in spam control and gravatar functionality
3) Full user signup or simple password protected areas with absolutely no effort
4) Workflows that allow editors, publishers and drafts to be made and includes revision history
5) 3rd party access with API's to allow remote tools on your phone on applications on your PC
6) Plugin support that allow you to rapidly deploy new functionality to your website
Give me one reason why you wouldn't.
Should also point out that any half decent hosting provider will provide you with "one click" installs of CMSs so "takes time to install" isn't a reason against using one. Nor do I consider the extra time it takes to modify your pure HTML page into an PHP template as if you design with it in mind then it's no extra work.