Hello, I have never used CMS before or implemented it. I am designing a XHTML/CSS web page for a friend and he is going to have to update his home page with new content on an almost daily basis. He is not worried about updating the whole site he simply wants to add a new header and content (paragraph) to the home page when he needs to through a CMS system. So all it literally needs to do it add a new <h2>Header</h2> followed by a <p> tag. Does anyone know of anything out there that will do this and that I can add to a simple html document with little difficulty. Many Thanks
Not really a CMS then is it? It's just a web page thats edited occasionally. Go to wordpress . org mate and discover the power at your fingertips with Wordpress. Your friend will not only be able to edit the header/content/footer with ease, but will have the possibility of extending his/her site in the future to include more pages, news posts etc...
Have you tried using php includes so you only have to edit the included header/footer/content/ads etc
Using wordpress in the end lol, its pretty simple and I am only using it for the posts. Problem solved I'll look into joomla a bit more or expression engine next time I think.