Good program for website design

  • Thread starter Thread starter ranger
  • Start date Start date
  • Tags Tags
    Design Program
Click For Summary

Discussion Overview

The discussion revolves around various programs for website design, focusing on options that require minimal coding. Participants explore different tools, their features, and the implications of using them in web development.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested

Main Points Raised

  • Some participants suggest Macromedia Dreamweaver as a popular choice among professional designers, while others mention Microsoft FrontPage as a less favorable alternative.
  • A participant notes that Acehtml had a free version and was effective for organizing web design, although Dreamweaver is generally preferred.
  • There is a discussion about the use of Flash for design, with some arguing it is suitable for certain applications but cautioning against using it as the primary design tool due to accessibility issues.
  • One participant emphasizes the importance of clean and standard code, expressing skepticism about relying on Dreamweaver for this purpose.
  • Another participant shares their personal design process, which includes hand-drawn mockups, transferring to a drawing app, and hand coding CSS/HTML.
  • A student mentions using Notepad for web design and shares advice from their teacher regarding the risks of using programs that automate much of the coding process.
  • Several participants agree on the utility of Dreamweaver, but there are mixed opinions about its code quality, with some asserting it can produce messy code while others claim their sites have passed validation.
  • One participant suggests using Photoshop for layout design and mentions its slicing features, while also noting that they do not use the code generated by Photoshop due to its messiness.

Areas of Agreement / Disagreement

Participants express a range of opinions on the effectiveness and reliability of different web design tools, particularly Dreamweaver and Flash. There is no consensus on the best approach, and multiple competing views remain regarding the quality of code produced by these programs.

Contextual Notes

Some participants highlight the limitations of certain tools in producing clean code and the potential security risks associated with using automated design programs. The discussion also reflects varying levels of experience among participants, from beginners to more experienced designers.

ranger
Gold Member
Messages
1,687
Reaction score
2
What are some programs for website design. Probably one that would involve minimal amount of coding.
 
Computer science news on Phys.org
Lots of professional website designers use Macromedia Dreamweaver. Another good HTML editor (arguably not as good as Dreamweaver) is Microsoft FrontPage. These both cost money, however, but are powerful tools.
 
Acehtml at some point (at least) had a free version of it available, the pro version costing bitsy something. At some point used it to 'organize' things and felt was as good as any (probably with the exception of dreamweaver for one).
 
One of the big players in web design is as z-component pointed out Dreamweaver...the other two are Flash (same company..Macromedia) and finally hand coding in HTML I believe...(might be wrong...don't actually *do* webdesign myself).

If you want more of a 'design by eye' sort of approach then flash is the way to go, but be aware that it has its own little language which is actionscript. Dreamweaver is heavier on the HTML side but from what I know about Microsoft programs I expect that the degree of control you have either in Dreamweaver or even pure HTML is far greater than you would have in Frontpage. (might be wrong, but the field I work in has shown that most MS office applications can cause severe migraines when trying to wrangle some use out of them).
 
It depends on what techology you want to use.
 
ranger said:
What are some programs for website design. Probably one that would involve minimal amount of coding.

you can use the big guys like states above, but you will be limited in what you can do and will create awful code that may cause problems in the future.

All you need is a nice programmers text editor.

though, beyond that, apache with cgi, php, perl, python, webdav, and ssl installed is good as would having a Database like MySQL installed for use in any web apps.

after that, you probably want to get Photoshop (though elements will do you fine and is only 99 dollars) so you can envision what you want and make any pngs you may need for your design. Finally, something like Visio (on a Mac, you can use OmniGraffle... it is awesome) to lay out the physical structure of the sight's interface.
 
Last edited:
GregA said:
One of the big players in web design is as z-component pointed out Dreamweaver...the other two are Flash (same company..Macromedia) and finally hand coding in HTML I believe...(might be wrong...don't actually *do* webdesign myself).

If you want more of a 'design by eye' sort of approach then flash is the way to go, but be aware that it has its own little language which is actionscript. Dreamweaver is heavier on the HTML side but from what I know about Microsoft programs I expect that the degree of control you have either in Dreamweaver or even pure HTML is far greater than you would have in Frontpage. (might be wrong, but the field I work in has shown that most MS office applications can cause severe migraines when trying to wrangle some use out of them).

Flash is not the way to go to design a website. Flash can add content to the site, but basing the site on flash is stupid because of the problems it created for low bandwidth viewers, blind users, etc. Use flash for ads or for the page title if you want, but the page needs to be written to standards.
 
I ought not to challenge that viewpoint ComputerGeek...I made a disclaimer in my opening paragraph... :smile:

I was aiming to satisfy the *minimal amount of coding* caveat...consider that suggestion retracted
 
Last edited:
For simply designs dreamweaver will do the job, but you should not rely on it to produce clean and standard code.

Personally, this is how I design:

1) Hand drawn mockups on paper

2) Transfer mockups to drawing app (Inkscape, Gimp, Illustrator, Photoshop, etc).

3) Slice components up

4) Hand coded CSS/HTML
 
  • #10
Well right now I'm taking a grade 10 computer sciences course at my school and I can't really give you any ideas of what to use beides Dream Weaver. I've always used notepad for my web pages; I've learned how to do html, some XHTML, and some CCS on notepad :). My teacher syas it's best to use those programs than use photoshop and hwta not to jazz your site up. One thing he said at the beginning of the course was if you use programs that take most of the work out of it for you there WILL be a lot of loop holes a hacker can get into. SO if you're planning to publish something by use of Dreamweaver or what not keep that in mind. I'm not an expert on this type of stuff, I'm just passing on the advice my teacher gave my class.
 
  • #11
As others have already said, Dreamweaver is pretty good. That's what I used last year for Web Design so it must be relatively easy to use, even for beginners. ^_^

If you don't get the answer you're looking for, you might want to ask http://graphic-forums.com/" ...it's a graphic designing site for pros, newbies, people who are simply interested, etc.:smile:
 
Last edited by a moderator:
  • #13
dduardo said:
For simply designs dreamweaver will do the job, but you should not rely on it to produce clean and standard code.
I think we should use frontpage as the reference for messy code :smile:

I basically use photoshop and dreamweaver, plus a ftp program. photoshop has slicing features and export for web, and although i don't use photoshop's code (way too messy), it could be a quick way to build layouts. Dreamweaver 8 now has code folding, hence no more reason to use jEdit to edit php.
 
  • #14
I hear a lot of people diss DW for its messy code, but any site I have developed with DW, has always passed the http://validator.w3.org/ html code validation...
 
  • #15
Just because code validates does not make it good code.
 
  • #16
Dreamweaver is my favorite as well. It doesn't generate bad code, but it does get messy after a while because if you do too much editing there will be unnecessary tags all over the place, but this is also the designer's fault. The best approach is to use Dreamweaver in "split" mode where you can both see the Layout and the Code. This way you can periodically eliminate any tags that you see that are no longer useful or are just duplicates. But it is an excellent editor, especially the latest one, Dreamweaver 8.
As for Flash, i agree 100% with ComputerGeek. You should use Flash only when appropriate and be considerate with the people that don't like flash and provide non-flash sites. I love flash though.
 

Similar threads

Replies
1
Views
2K
  • · Replies 20 ·
Replies
20
Views
3K
Replies
6
Views
2K
  • · Replies 20 ·
Replies
20
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
Replies
5
Views
2K
Replies
6
Views
3K
  • · Replies 18 ·
Replies
18
Views
3K
Replies
14
Views
4K
  • · Replies 13 ·
Replies
13
Views
3K