Good Website for learning HTML/Web Site Design?

Live forum: http://forum.freeipodguide.com/viewtopic.php?t=47935

tjwor

02-11-2006 12:19:25

Anyone have a good site or multiple sites to help teach a noob website design and or HTML? I'd like to learn to make websites, so any help on any related helpings will be greatly appreciate....

ajasax

02-11-2006 12:28:27

I am a proficient X/HTML programmer and I learned mostly through Google searching for HTML tutorials. There are TONS of them (I'm not knocking your ability to use Google). However, nowadays, I use [ubf444ab328]W3Schools[/ubf444ab328][=http//w3schools.com/xhtml/default.asp][ubf444ab328]W3Schools[/ubf444ab328] for occasional reference. You probably want to learn XHTML, as that's the new standard. You also probably want to throw in Javascript and CSS in there too wink Oh yeah, books are always good too. Take a trip to your local Borders (etc.). Libraries tend to have outdated books.

VrExe

02-11-2006 12:28:44

You should try one of the "Put a title here" for idiots. They explain things very well.

As for web designing, you can't really be "taught" by someone. It's something that you learn by yourself. Because that way, you discover your unique artistic style.

Like literature, imitation is the best way to learn.

On a related note

www.htmlcodetutorial.com/

http//www.oswd.org/

Psyc

02-11-2006 12:43:35

Way back in "the day" I used http//www.htmlgoodies.com/

ajrock2000

02-11-2006 14:06:27

http//www.w3schools.com

J4320

02-11-2006 14:09:14

Here's a tip - only spend your time on HTML if you're serious about it. I spent quite while learning it and my sites looked extremely nice, however I don't think my career will have anything to do with HTML.

I don't know though... I may use it for something... someday...

tjwor

02-11-2006 15:21:34

thanks everyone for the tips, I know I could have googled it but I didn't know for sure what to google, i'll be checking out some of those sites )

I am serious about learning it, and it could help me in my career (plus I own a website but don't know how to change anything if I wanted to shock

Jams44

02-11-2006 18:17:47

[quote20ea0ae821="ajasax"]I am a proficient X/HTML programmer [/quote20ea0ae821]

Don;t mean to blow your stack, but XHTML/HTML wouldn't necessarily be called a "programming language" or a "scripting language" at that but more of a markup language (thus the name). As for what to learn. I learned in this way. HTML to CSS to JAVASCRIPT to PHP/MySQL(not quite complete) and then on to Java. I think this a good approach because they somewhat all build upon each other.

kidd2108

02-11-2006 18:22:04

http//www.swishzone.com/index.php?area=resources&tab=giveaways&mail=zineoctober2006


Visicom Media is currently offering all SWiSHzone.com visitors a free copy of AceHTML Pro 6.0! Retailing at $69.95, AceHTML 6 Pro is a professional HTML editor with loads of powerful features, including

# Flexible and customizable user interface
# Coding support
# Web development aid
# Code reuse
# Quality assurance
# Productivity tools
# HTML editing
# Project management

ilanbg

02-11-2006 18:43:39

If you're really 1337 you'll just learn by reading the source code of every website you come across until you notice the patterns.

I spent an entire summer doing that once...
...And I still sucked at HTML, but I learned it old school, an' I'm damn proud o' that.

ItmPls

02-11-2006 18:46:37

Learn CSS first, you'll gain bad habits learning HTML. Most of the sites that teach it show you bad practices that should not be used anymore and are deprecated.

Do not use any WYSIWYG editor, use a simple text editor such as Notepad++, Context, Notepad, whatever.

TFOAF

02-11-2006 18:48:43

[quote912b69c259="ItmPls"]Learn CSS first, you'll gain bad habits learning HTML. Most of the sites that teach it show you bad practices that should not be used anymore and are deprecated.

Do not use any WYSIWYG editor, use a simple text editor such as Notepad++, Context, Notepad, whatever.[/quote912b69c259]
Huh?

What would be the point of...learning CSS [i912b69c259]before[/i912b69c259] HTML? That would be kind of awkward...considering in order to use and implement CSS...you have to know HTML.

Jams44

02-11-2006 18:49:07

[quotec8da3e6128="ItmPls"]Do not use any WYSIWYG editor[/quotec8da3e6128]

that's key, you;ll never learn anything by relying on something like Dreamweaver, however I just use it for the color coding and possible debugging.

TFOAF

02-11-2006 18:50:01

[quote7db78b5c72="Jams44"][quote7db78b5c72="ItmPls"]Do not use any WYSIWYG editor[/quote7db78b5c72]

that's key, you;ll never learn anything by relying on something like Dreamweaver, however I just use it for the color coding and possible debugging.[/quote7db78b5c72]
Same here, and the occassional visual aids. P

J4320

02-11-2006 18:51:08

[quotea7b4395358="ilanbg"]If you're really 1337 you'll just learn by reading the source code of every website you come across until you notice the patterns.

I spent an entire summer doing that once...
...And I still sucked at HTML, but I learned it old school, an' I'm damn proud o' that.[/quotea7b4395358]

Lol that's a terrible way to learn it.

csurge

02-11-2006 20:13:54

Notepad 2 does the color coding and its free =D

http//www.htmldog.com/guides/htmlbeginner/

is a good place to learn strict XHTML and it teaches you good practices D