PDA

View Full Version : I am gonna have to learn java in school.


SketchZ
08-25-2008, 09:54 PM
No. Seriously. Now.. I need help with that.. lol.. and some HTML also. <_<
So.. are there any good sites that can help me?

arabftw123
08-25-2008, 09:57 PM
http://www.htmlcodetutorial.com/
http://java.sun.com/docs/books/tutorial/
http://www.javabeginner.com/

Gewgle.

SketchZ
08-25-2008, 09:57 PM
whynotyahoo.
jk, thanks :)

Almost
08-25-2008, 09:58 PM
http://www.htmlcodetutorial.com/
http://java.sun.com/docs/books/tutorial/
http://www.javabeginner.com/

Gewgle.

Helped me to, I wanted to find a HTML tut, was to bored to search :P

wut
08-25-2008, 10:22 PM
this is where i learned alot about html.

http://www.web-source.net/html_codes_chart.htm

have fun.

WolfHowlz
08-25-2008, 10:25 PM
What happened to listening to your teacher and fellow classmates?

wut
08-25-2008, 10:26 PM
What happened to listening to your teacher and fellow classmates?

really wolf?

You expect sketch to listen to authority?

Almost
08-25-2008, 10:53 PM
What happened to listening to your teacher and fellow classmates?
Half the time the students know more than the teacher around here
:P

Damixnarai
08-25-2008, 10:56 PM
this may sound noobish but what program do u use for html? (besides front page)

robodestructo
08-25-2008, 11:00 PM
this may sound noobish but what program do u use for html? (besides front page)

i feel like html is ment to be used in notepad... unless you using a WYSIWIG (wizzywig) like frontpage, or dreamweaver.. theres not much that a html editor can help you with cause its all text

Damixnarai
08-25-2008, 11:02 PM
i feel like html is ment to be used in notepad... unless you using a WYSIWIG (wizzywig) like frontpage, or dreamweaver.. theres not much that a html editor can help you with cause its all text

ok thank you.

bigbase
08-26-2008, 12:01 AM
Mostly learning html is going to be learning the basics (and maybe go into dynamic) but learn the basics. and try to create ur own creations till u get a nack for what u can do with things. And you will end up teaching yourself alot of tricks.. its mostly self tought. not much a teacher can do past teaching you how to use the code. But how you put it together has to be pretty much learned personal. its an awesome system =-p

Kaspersky
08-26-2008, 04:45 PM
HTML has no set "application" or "program" to be brought together. There are applications that fassilitate the creation of HTML webpages and there are some that create the structure of the code for you (or at least a bulk of it) that can be edited to your liking.

As bigbase stated, HTML is part of programming basics. It is one of the first markup languages ever created although it can be used to create more complex webpages if desired. HTML is a great beginners language.