iWeb Designing - Is it workable?

Christofaah

New Member
As a new member to the forum i'm looking for peoples opinions on using iWeb to make and maintain websites due to ease. Is it frowned upon by other designers? I'm not sure wether to stick to it or download other programming/web designing programs.

Chris
 

Frank

New Member
If you're going to do this semi-professionally, with multiple websites, you will probably later want to start using a raw code editor, because of the limitations/peculiarities WYSIWYG editors have. Among other things, they do not render Javascript in their preview panes.

So you might just as well start with a code editor with built-in real preview right away. Also, still some 95% of people have a PC, not a Mac. It might be wise to design and test matters on a PC.

The code editor I would recommend is http://www.blumentals.net/webuilder/. (Which is something totally different than the WebBuilder of Yellowpages.com.)
 

anna

New Member
Dreamweaver will work fine. I suggest using split view (never design view) so you can see the code as you design. Remember that DW bloats the page with some useless code, so be on the lookout. DW is a good program to start with though, since you can see the code and the visual representation- I started with Dreamweaver 8. Good luck!
 

Frank

New Member
Thank you for your thoughts, do you think programs like Dreamweaver will do a good enough job or?
No, I don't. Like I wrote:
If you're going to do this semi-professionally, with multiple websites, you will probably later want to start using a raw code editor, because of the limitations/peculiarities WYSIWYG editors have. Among other things, they do not render Javascript in their preview panes.

DW is a WYSIWYG. You should only use WYSIWYGs if you're creating and filling up tables (for tabular data) and some other temporary matters, for which the free Kompozer does a just as good job.
 

anna

New Member
No, I don't. Like I wrote:


DW is a WYSIWYG. You should only use WYSIWYGs if you're creating and filling up tables (for tabular data) and some other temporary matters, for which the free Kompozer does a just as good job.

I completely disagree. Why do you need DW to create and fill tables? If you know how to code, why can't you code your tables by hand? Maybe I misunderstood your statement?

DW works fine as a web editor as long as you know how to use it. Why is everyone against DW? Were most people just born with the knowledge of coding? I don't think just reading a book will cut it. I loved DW in the beginning because I could use it in split view and see the code (thus learning it) while seeing the "visual" representation. I think just reading a book would have been very overwhelming. But that's just me...
 

notarypublic

New Member
I completely disagree. Why do you need DW to create and fill tables? If you know how to code, why can't you code your tables by hand? Maybe I misunderstood your statement?

DW works fine as a web editor as long as you know how to use it. Why is everyone against DW? Were most people just born with the knowledge of coding? I don't think just reading a book will cut it. I loved DW in the beginning because I could use it in split view and see the code (thus learning it) while seeing the "visual" representation. I think just reading a book would have been very overwhelming. But that's just me...
I think when people knock on DW it's the old, embittered designer coming out of them..

I started with notepad and coding all HTML by hand, in high school. When I got to college and was working for the campus IT department, I got nominated to teach computer programs to the campus as kind of a free education seminar series - and one of those programs was dreamweaver. I had never used it before, so I didn't know how to use it properly at the time.. God forbid one of those students corners me in some dark alley someday, and demands to know why I taught them layout with tables so long ago..

I still use DW today. However, I almost never work in "Design" view. Most of the projects I work on are getting to be too complex for a WYSIWYG editor. The reason it's handy still is that i can browse files quickly and instant uploading of files upon saving.

While a lot of really bad websites have been made with DW, a lot of really great designers got their start by playing around with it. It has a fairly high cost for a development tool, which bars the entry to only genuinely interested consumers.

And I mean, come on. At least it's not FrontPage.
 
Top