Web Hosting Talk







View Full Version : WYSIWYG web builder


Need Help
03-26-2009, 11:17 PM
Looking to get an idea of how to build a web site. HTML code is far from my vocabulary at the time being.

I would like to know what is a good starting point for a fresh green newbie to this newly found world of web site building.

Any pointers or suggestions as to where to start trying some of these out for comparison.

I know I won't get the results of HTML coding but I would like something easy and simple for the time being.

Thanks

dimitar
03-27-2009, 03:40 AM
You can try Adobe Dreamweaver, but it is not free

Replicada
03-27-2009, 04:57 AM
This is a question that many stuggle to come to grips with, and the best reply I can give you is to stay away from WYSIWYG Editors, and jump straight into the code itself as the WYSIWYG kind of learning curve teches you to be lazy and focus on the design rather than the structure.

I learnt my way by self learning via many online tutorials, and just simply opening up many free CSS templates easily found by googling. The majority of website design is straight forward once you know the syntax, this is the hurdle that many fall down on.

Dreamweaver is a very powerful tool that supports the programmer within their early days, but personally I find it to be bulky, slow loading and overall a bad waste of money. I would far recommend something like EditPlus, as it forces you to learn the syntax rather than have the application type it for you.

Dan

melissa79
03-27-2009, 09:04 PM
You can try webpage maker. Easy to use. But it is not free too :)

vitnuce
03-30-2009, 10:10 AM
Adobe Dreamweaver or less sample: Microsoft Frontpage :)

But they are not free.

MarkCue
04-03-2009, 04:10 AM
I agree with Replicada. It's not so difficult to learn HTML and CSS. I've tried many WYSIWYG editors, including FrontPage and DreamWeaver, and I've always been disappointed.

However, if you want a WYSIWYG editor, do a google search for list of html editors. There's a good list of HTML editors in Wikipedia.

Rebel
04-03-2009, 11:34 AM
Microsoft Frontpage is now known as Microsoft Web Expressions, and you can demo it out for 30 days for free to see if you like it. I enjoyed the updated feel of it from their past versions with Frontpage. Adobe Dreamweaver is still arguably the best HTML editor around.

KmacK
04-03-2009, 01:03 PM
Are you using windows, Mac or linux?

I would recommend Dreamweaver for windows, Coda or dreamweaver for mac, and Bluefish for linux.

Mycwd
04-11-2009, 09:30 AM
It will take you like 2/3 weeks to pick up XHTML/CSS - it really isnt that difficult.

KmacK
04-11-2009, 09:33 AM
You should also check out w3schools.com, it wouldn't hurt to see how html and css works.