How should I teach web design to students ? Use Dreamweaver or notepad ?

2008-12-05 3:10 pm
I'm an experienced freelance web designer and I'm going to start teaching web design at a small computer center. If I teach using Dreamweaver, I'm afraid the students will not bother to learn up HTML. But if I teach html and css coding with notepad, it seems to difficult or too tedious for beginners ?

回答 (10)

2008-12-05 3:41 pm
✔ 最佳答案
Sometimes Dreamweaver will screw up - for example you make a selection in design view and it will grab part of a closing tag.

Because of this I like to work in split view. You should demonstrate this so they understand why it's important to know the tags. Also demonstrate how copying text or code from a web page can lead to problems unless you paste into notepad first.
2008-12-05 3:16 pm
First comes the basic HTML tags. So first train them up using notepad. They would feel difficult to modify the code if they are completely trained in an WYSIWYG environment. Hope it helps
參考: join us at http://www.tendigitz.co.cc
2008-12-05 3:16 pm
I suggest html the old way first, then the new (frontpage-esque) way.
I believe Dreamweaver has an html mode where you type html code.
2008-12-09 10:11 am
Hi

You should definitely focus on HTML/CSS rather than WYSIWYG software... but I think web design means more visual design, interface design, and information architecture... for that you need PhotoShop or similar software... but also for a successful website you need to have solid knowledge of html/css, to know what can be coded and what not...

The only software I personally use for coding because of "code sugestions" feature is PHP Designer, which is mainly a PHP/MySQL programming software, but also has support for JavaScript, HTML, CSS and other technologies... and they have Academic Licenses which costs only $32...

Hope I was helpful, Good Luck with teaching :)

Cheers!
Alex Mos - Web Designer / Founder
http://www.WebsonDesign.com
2008-12-06 1:10 am
You will want you students to do some work outside class hours, so I would suggest staying away from Dreamweaver due to cost - there's always one student that doesn't have it or won't want to buy it.

How about using a free html editor (such as Notepad++) so that you can use html code but have available the syntax highlighting that makes it more readable than MS Notepad.
2008-12-05 7:28 pm
If you want them to be able to see the results immediately but still code HTML, check out the tutorials on w3schools.com. I use that site and their tutorials for training my new staff.
2008-12-05 5:34 pm
notepad, its the only way they'll be able to fix a site when dreamweaver messes up your code!
2008-12-05 3:20 pm
I'd go the notepad way to start. I found myself in exactly the same dilemma. What I found when I did the dreamweaver route was that the group understanding the relationship between CSS and HTML. So I did a couple of small sessions getting them to hand code a basic hello world html page and formatting it with css so they wouldnt be phased when seeing the code in dreamweaver. My approach was that HTML is a language and it was better to goround them in the grammar of it rather than have try and form sentences without really knowing why.
2008-12-05 3:19 pm
How old are the students? I believe in working in the code and learning from the ground up. But if they are elementary school age, a WYSIWYG editor is easier and more fun for them.

If for teenagers and up, definitely teach HTML+CSS, but you can still use Dreamweaver. Just have them set it on the code+design mode so they can be doing both graphically and work in the code at the same time to see how they work.

2008-12-05 3:19 pm
Make them do it the hard way in notepad for a few days, then expose them to a text editor that saves them some work....like how Visual Studio creates the closing tags for you when you create the opening tag. Demonstrate how it makes life easier and they will be on it like fat on a mother-in-law.


收錄日期: 2021-05-03 14:02:00
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20081205071004AA0PvE0

檢視 Wayback Machine 備份