Hey guys,
I have been toying around with the idea of writing a website creation program geared to novice computer users. I have googled it and I can't find anything helpful in regards to how to structure the program or writing code generation. Can anybody point me in the right direction?
Loading
Richard BlythePosted Aug 8, 2007, 12:50 AM
Hello Mike,
Thanks for the heads up! I know I will be probably biting off alot to write such a program.
BTW, I have enjoyed reading your articles here on cscorner. You look identical to a programming friend of mine, Eddie Bridges. What can I say? Great minds think alike!
Happy Coding!
Mike GoldPosted Aug 8, 2007, 12:32 AM
I suspect it's tricky (if you are trying to write the equivalent of Front Page for example).
If you are going one way (web creation --> html). You would need to design the equivalent of a browser editor. If you were just doing text (bold, italic, font, color, etc.), you might be able to get away with the equivalent of a richtext edit control. Then you can go through character by character and generate the html tags according to styles in the control. Once you add tables, images, stylesheets, etc. Now your talking the equivalent of a case tool.
There are some third party components that have HTML Editors. (I believe SyncFusion is one of them). This will probably make the task much easier.