Click to See Complete Forum and Search --> : Hello, Anyone up to teaching me good webdesign


BaBy.GiRl
02-27-2006, 03:49 PM
Hey everyone as you know im jessica and im a total newbie at webdesigning..when i look at words im like " huh". I was wondering if someone is patient enough to lead me through website designing..if anyone could that would be GREAT!

Jessica

THANKS

johneva
02-27-2006, 04:29 PM
http://www.w3schools.com/default.asp

These people will be more than happy to.

W3schools is always looking for new people to take part in there exellent tutorials.

These are the same people who set the standards so they are good upto date tutorials.

These are also very good too.
http://www.htmldog.com/

If you carnt learn of online tutorials you would be best getting a video tutorial to learn.

But learning web design is not an overnight thing it will take lots of time and you will never stop learning new stuff.

David Harrison
02-27-2006, 04:49 PM
These are the same people who set the standards so they are good upto date tutorials....

No they aren't. The W3C (World Wide Web Consortium) (http://www.w3.org) and W3Schools (http://www.w3schools.com) aren't the same at all.

chazzy
02-27-2006, 05:14 PM
So did anyone else get this message in their mailboxes, I'm assuming from this girl...

Jessica wants to talk to you!

Jessica from webdeveloper

johneva
02-27-2006, 05:22 PM
...

No they aren't. The W3C (World Wide Web Consortium) (http://www.w3.org) and W3Schools (http://www.w3schools.com) aren't the same at all.

Oh right I did not know that I though they where the same people.

I just though that the w3schools site was for beginners to learn from the tutorials.

As you could see or I would not have posted the message.

Ooops

pcthug
02-28-2006, 03:06 AM
common mistake; w3c w3schools, really Wx3 or WWW or World Wide Web or ...

Anyways when learning HTML remember to incorporate CSS,
http://www.thenoodleincident.com/tutorials/css/
http://www.w3schools.com/css/default.asp
http://www.htmldog.com/guides/cssbeginner/
http://www.alistapart.com/topics/code/css/

Why?
http://www.hotdesign.com/seybold/index.html

LiLcRaZyFuZzY
02-28-2006, 10:04 AM
So did anyone else get this message in their mailboxes, I'm assuming from this girl...

Jessica wants to talk to you!

Jessica from webdeveloper
didn't get that honour.. :(

BaBy.GiRl
02-28-2006, 04:26 PM
hey chazzy..i was only gonna ask for help it isnt much ok dont have to be rude

The Little Guy
02-28-2006, 04:42 PM
this may be a good place for a beginner: http://www.goodellgroup.com/tutorial/toc.html

Here may be another good place: http://webtoolz.t35.com/html/index.php

Both places are where a beginner should start, but the very first thing you should do is get a free web host, before you start tutorials.

chazzy
02-28-2006, 04:57 PM
hey chazzy..i was only gonna ask for help it isnt much ok dont have to be rude

I dunno, was I rude? I think that if you have a question for someone in specific, you can PM them, personally.

JBrown1028
03-01-2006, 02:04 AM
Baby.Girl,

There are several types of languages to choose from, first lets start with this:

Do you want to make the website dynamic (changes with different information on the fly). Now this can be done 2 way, Server Side scripting (i.e. ASP, ASP.NET, PHP) or with Java/Javascript. The different is mostly that Java/Javascript's information is hard coded and can only be change by the programmer. Server Side programming can be done from other people. Such as this forum. This forum is PHP. I am an avid ASP programmer.

The other way is static, usually HTML. This type of programming involves code it and set it. The only way it will change is to manually change the information itself.

Server side scripting involves both the scripting you perfer and HTML. If you are interested in ASP, I don't mind showing you a couple of things that could help you. But you are better off on knowing what your Hosting Provider supports first.

drewmangroup
03-07-2006, 06:16 PM
I'd learn some HTML before getting into any DHTML. DHTML is what JBrown is talking about in his post. It stands for Dynamic HTML and is the incorporation of any other language with HTML. The reason I bring this up is so that you learn things in order. It wouldn't make sense to learn add-ons to HTML before you learned HTML itself.

However... You could get a WYSIWYG editor to do the HTML coding for you. Though it is recommended that you have a working knowledge of HTML, it is not necessarily required if you have something like Dreamweaver or GoLive.