peanut said:
utter tosh! there are no major floors?(flaws) as you put it.
I have created 5x extensive websites for my various businesses over the past 6 years and have sold £thousands to the US and Europe .
No 'bad code' is 'put out'? let us see some examples of this
The op is looking for something simple and straightforward not some code they have to spend weeks learning.
I challenge you to build a simple website like the scottwebley.com in 3 minutes ready to upload
And you website proves my point that the wysiwyg editors are 'utter tosh!'
I'm not saying that you can't make something really quickly, as clearly you can. BUT what it produces does not conform to the standards that the W3C provides.
A few points
- It's using tables for layout, tables are for tabular data and not for layout. div's should be used to divide the design up.
- You've not used style sheets, which segregates the content and design styles, this thus improves accessibility to users on multiple devices and platforms
- Half of your meta tags aren't closed, and causing errors.
- 3 mins to make? well there isn't a chance in hell that i'm going to make anything in that time, as it will take me 2 - 3 weeks in the R&D and design stage.
- Content is slightly lacking, so i doubt you get any real traffic in from search engines. your google analytics could tell us that.
see here for a list of errors
So from looking at your 'work'. No doubt you can make a website quickly with an application like Frontpage, but weather or not it's any good is debatable.
So why use a CMS?
using Modx
- You can have a website live in under 10 minutes
- It's easy to update or add new content and can be done as long as you have internet access.
- Your website will validate with W3C recommendations. which ultimately improves accessibility
- You can control user access with login's
- ready made templates can be installed in a few mins and edited with ease.
and much much more..
I don't see how in this situation, where the OP wants to create something easily and then fob it off to someone else to update with
EASE (don't forget we have no idea of there skills or applications), an application like frontpage is rated on top of a more simplistic CMS approach.