Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,472
There are 1515 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     Graphic Design, Multimedia and Photography     Web Design Resources :

Teaching Web Design

Thread title: Teaching Web Design
Closed Thread  
Page 1 of 2 1 2 >
    Thread tools Search this thread Display Modes  
01-11-2006, 04:17 AM
#1
ULTiMATE is offline ULTiMATE
Status: Member
Join date: Aug 2004
Location: Bristol, United Kingdom
Expertise:
Software:
 
Posts: 241
iTrader: 0 / 0%
 

ULTiMATE is on a distinguished road

Send a message via ICQ to ULTiMATE Send a message via AIM to ULTiMATE Send a message via MSN to ULTiMATE

  Old  Teaching Web Design

Anyone here who has taken a Web Design class will know that from the ground up, you are taught only the basics to get a page working. Meaning a html opening and closing tag, head tags, body tags and so on. None of these courses put any kind of opinion on using valid and correct code as much as you'd find with a course on programming.

Now, I may end up teaching a class on Web Design over a few days (I think it's a 5 day lesson plan I need to provide), and I feel that providing an insight on correct code would be very benefitial for the learning experience. Now, simply, what would you teach people who are new to Web Design? (but definately not new to computing or programming)

01-11-2006, 04:21 AM
#2
Infinity22 is offline Infinity22
Status: Member
Join date: Jul 2005
Location:
Expertise:
Software:
 
Posts: 265
iTrader: 0 / 0%
 

Infinity22 is on a distinguished road

Send a message via AIM to Infinity22 Send a message via MSN to Infinity22

  Old

I think i would start from the ground up. I would start off by telling them some of the many uses a website may be developed for, and some of the major income/revenue you can actually make with a website. Just get them into the feeling of wanting to make a website to start off.

Then, i would say start off by telling them the "proper" way to code valid XHTML/HTML. Once all of your students have learned how to code that, i would introduce them to minor CSS.

I mean, if its only 5 days, then you may not have a large enough timespan to teach all this. But, i would always start off all the new topics/coding languages, with the benefits of coding in that language.

01-11-2006, 04:26 AM
#3
ULTiMATE is offline ULTiMATE
Status: Member
Join date: Aug 2004
Location: Bristol, United Kingdom
Expertise:
Software:
 
Posts: 241
iTrader: 0 / 0%
 

ULTiMATE is on a distinguished road

Send a message via ICQ to ULTiMATE Send a message via AIM to ULTiMATE Send a message via MSN to ULTiMATE

  Old

Originally Posted by Infinity22
I think i would start from the ground up. I would start off by telling them some of the many uses a website may be developed for, and some of the major income/revenue you can actually make with a website. Just get them into the feeling of wanting to make a website to start off.

Then, i would say start off by telling them the "proper" way to code valid XHTML/HTML. Once all of your students have learned how to code that, i would introduce them to minor CSS.

I mean, if its only 5 days, then you may not have a large enough timespan to teach all this. But, i would always start off all the new topics/coding languages, with the benefits of coding in that language.
That's the one problem I had with doing this. Should I teach good coding right from the start? Considering the lack of knowledge the students would have, I'm not so sure.

01-11-2006, 04:29 AM
#4
jono1 is offline jono1
jono1's Avatar
Status: Non-conformist
Join date: Jul 2005
Location: Canberra, Australia.
Expertise:
Software:
 
Posts: 1,172
iTrader: 0 / 0%
 

jono1 is on a distinguished road

  Old

If they dont know any coding now then teaching them proper XHTMl/CSS now is the best possible way to do it - if they have a foundation in improperly done code then they're going to continue coding like that even if they know that tehre are better ways of doing it.

01-11-2006, 04:42 AM
#5
Jhin is offline Jhin
Jhin's Avatar
Status: Member
Join date: Nov 2005
Location: Ontario, Canada
Expertise:
Software:
 
Posts: 303
iTrader: 0 / 0%
 

Jhin is on a distinguished road

Send a message via ICQ to Jhin Send a message via AIM to Jhin Send a message via MSN to Jhin Send a message via Yahoo to Jhin

  Old

I agree. I teach web development and the course books that the curriculum has are aweful for teaching outdated (egad! Frames!!!) and bad coding habits(Arg!! font tags and tables for layouts everywhere). I am constantly having to correct what is in the books for my students.

Teach good, clean code and let them build their own bad habits later

01-11-2006, 04:42 AM
#6
Ben is offline Ben
Ben's Avatar
Status: Member
Join date: Jun 2005
Location: Australia
Expertise:
Software:
 
Posts: 174
iTrader: 0 / 0%
 

Ben is on a distinguished road

  Old

I done a Web Development Diploma. You needed to have completed a basic IT course to get into a cert IV course and then after that you could get into the Diploma course.

01-11-2006, 08:12 AM
#7
Wish is offline Wish
Status: Visual Scene
Join date: Jun 2005
Location:
Expertise:
Software:
 
Posts: 1,469
iTrader: 0 / 0%
 

Wish is on a distinguished road

  Old

Start by teaching the basics then possibly implement some CSS?

01-11-2006, 10:00 AM
#8
ULTiMATE is offline ULTiMATE
Status: Member
Join date: Aug 2004
Location: Bristol, United Kingdom
Expertise:
Software:
 
Posts: 241
iTrader: 0 / 0%
 

ULTiMATE is on a distinguished road

Send a message via ICQ to ULTiMATE Send a message via AIM to ULTiMATE Send a message via MSN to ULTiMATE

  Old

Originally Posted by Wish
Start by teaching the basics then possibly implement some CSS?
I plan to move straight into CSS. The overall plan for the moment was to get everyone into working with working HTML, then showing them how they can turn a simple page into something nice with CSS. Another good method I was going to use was to direct them to a few select pages on the Internet, then showing the page without a stylesheet and how basic it actually is.

What I want to show them is the different sides to design and code.

01-11-2006, 02:39 PM
#9
echoepidemic is offline echoepidemic
echoepidemic's Avatar
Status: Graphic Designer
Join date: Apr 2005
Location: Vancouver
Expertise:
Software:
 
Posts: 2,057
iTrader: 0 / 0%
 

echoepidemic is on a distinguished road

Send a message via AIM to echoepidemic Send a message via MSN to echoepidemic

  Old

They won't really have much time to learn anything with a five day course. So I'd suggest teaching the basics.

01-11-2006, 03:04 PM
#10
Infinity22 is offline Infinity22
Status: Member
Join date: Jul 2005
Location:
Expertise:
Software:
 
Posts: 265
iTrader: 0 / 0%
 

Infinity22 is on a distinguished road

Send a message via AIM to Infinity22 Send a message via MSN to Infinity22

  Old

Hmm, but yes teach them the proper way of coding. I myself started off coding wrong, and to this day i still do. And i must say, its hard to learn the proper way now.

Closed Thread  
Page 1 of 2 1 2 >


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed