What’s The Difference Between Html Editors And Cms?
I’m trying to decide how to build my website. I don’t have any experience programming so I want to use a GUI. I keep reading about HTML editors and CMS but I don’t quite understand the difference. I would appreciate some helpful input. Thanks.

24. Dec, 2009 







Editor:
In Simple terms:
It edits (and CSS, PHP, etc. at least most do) files, and you have very little power with it.
A CMS:
A CMS is a Content Managing System that is installed on your Web Server(Your Web Host) and runs your site thought MySql and PHP.
Now relax. You don’t need to know MySql, PHP, or even and CSS(But knowing them do help, actully and CSS help a lot).
To try different CMS go here:http://php.opensourcecms.com/
Once you see it you should under stand what it does.
I suggest Modx CMS:
Site:http://modxcms.com/
Try:http://php.opensourcecms.com/scripts/det…
I would explain further but it would take hours.
-FireDart
P.S: To run a site larger then 10 pages, I would use a cms. Big sites like: CNN, Google, MSNBC, ESPAN,etc.. Use CMS’s.
well, HTML editors are designed to help you make HTML pages using user friendly interface. But then, you must take all your HTML work and upload it to a website so that others can see it.
The CMS is a more advanced way of creating websites. It has its own HTML editor. But also it defines areas within the HTML page were a normal user can edit in the future without knowing much about HTML language nor the uploading process to the server. In other word, the CMS is a program that manages your website and allow people (your co-workers) to edit special regions within the HTML. That’s why it is called “Content Editor”. We have a CMS at work where different departments connect to their pages to edit the contents and update it.