bigjoe11a wrote:
Hi! moorezilla, and your right, what I'm trying to say is that I just spent the last 4 months learning PHP and CSS. well then I find out cmsms, and what happens is that now I have to learn something new and start from scratch. Well thats true too. Maybe your not getting the idea. I mean I don't want to spend 4 more months learning how to make templates, or mods. Because of the health. thats just not possaible for me. I get headaches that I can't control.
To build a standard website with CMS requires no extra knowledge except for the the following simple understandings:
a) CMS Separates
(for the purposes of re-use) stylesheets, page templates, and page content
b) Page templates use markers to control the page layout. You simply place the appropriate marker where you want something to appear.
c) You can create stylesheets and associate stylesheets with a particular template (thereby re-using stylesheets on multiple pages). (you don't really need to use this feature if you don't want to, but once you learn to use it, it is a very convenient feature).
d) You create pages, type your content into the text area, and in that form, tell it which page template to use.
e) In the end, all that happens, is that some markers are replaced with some html text. the {content} marker embeds the page content (assuming one content block) into the resulting html. The {stylesheet} marker embeds the appropriate code to link in all associated stylesheets into the resulting html for each page that uses that template. The {menu} marker generates some text to indicate where the menu should go, and what it should look like.
f) You don't need to use the {stylesheet} or {menu} tags in your page template if you don't want to. You can do everything the old static way.
To build static websites with CMS Made simple doesn't require very much knowledge at all, other than some CSS and some HTML.
Now, to build websites which take advantage of the database, and allow for easy administration of content, you may (optionally, i.e: no learning required) want to use modules like news {news}, or Search {search}. You can put these tags into your page content, or into your page template. There are many other modules availble to you. The way to embed each of them into your page or page template may vary, though it is always similar.
Most of the addon modules provide templates that allow you to control how 'that particular portion of the page' will be laid out. They use markers for their templates, and provide forms, and numerous options for manipulating the database tables that those modules read. It's simple really, but again, the use of these addon modules is entirely optional. meaning: no learning required.
For dynamic web pages (pages that appear differently based on different conditions i.e: username, group, date, time, season, ip address), you may need CustomContent. And THIS is where you may have to learn smarty syntax. This is where there may be some learning involved.
I been playing with cms, and I like it. I like the idea that you can add mods to do all kinds of things. from a forums message board to the formsBuilder. Build email forms and theres lots more that you know of.
Now for me to do this would mean months more of headaches. and trying to under stand the template codes.
Plus I would have to under stand the use of the templates. How it connects to a mydql database. how to display information from a database and so on. or if thats how that works. I would also have to under stand how to edit the CSS and templates to create my web site.
If I new more about the templates. This project of mind would be simple.
any how, let me play with it some more. or if you have a simple way for me to learn templates and use them. Let me know
CMS Made Simple is designed for use by people with a reasonable understanding of the concepts that are used to build websites. These concepts include
(but are not limited to): CSS Re-Use, XHTML, Templating, and to some extent databases., Web site designers and developers should have a reasonable understanding of these concepts, and these are the people that CMS Made Simple was designed for.
CMS Made simple was not designed for my grandmother to build sites with. My grandmother is set in her ways, and doesn't really want to take the time to learn new things (even if they are 10 years old or more). However, my grandfather was interested in learning, and in learning new things, or learning new ways to do things., and was appreciative when he sees something in a new light. CMS Made Simple is made for my grandfather (too bad he isn't here to enjoy it). My grandmother could learn to revised and add pages easily though. She learns quickly when she put s her mind to it. She would enjoy the wysiwyg editors, and learnto use them quickly. Which type are you?
And my last comment is (not to offend anybody) IMHO. This is the simplest content management system I've seen (I've used four or five)... It distictly separates appearance, layout, and content. and if people can't learn to use this one even at a basic level, or they are unwilling to learn, then maybe they should stick with FrontPage.