I'm a huge advocate of learning techinical related technologies with books because they are usually well put together, and the information is correct as where a lot of the resources on the Internet are 13 year olds who think they know what they're talking about. Although in the case of HTML, CSS, and even JavaScript (JavaScript really goes both ways I guess) you need learn it over the web.
You need to learn these languages over the web because first of all they're not even programming language. HTML is known as a markup-language. NOT a programming language. In other words it's too simple to learn in a book. HTML books always have a hard time filling a book with HTML because absolutely anyone can learn HTML in a few hours on a good tutorial site.
I learned HTML on http://www.htmlgoodies.com/ but most tags there aren't XHTML which is the new standard HTML (XML complaint) so http://www.w3schools.com/ is the most well-known web site to learn HTML and CSS. You may want to go to http://www.htmlgoodies.com/ for a few references though. I also recommend http://www.w3schools.com/ to learn JavaScript but you do need to go other places as well because they only teach you the code and not ways to apply it. This is usually good because you can think of your own new ideas but you do need some sort of stimulation to realize the power of functions in the first place. So just make sure to learn JavaScript in a few places.
__________________
PHP Code:
$talkupation++;
Please login or register to view this content. Registration is FREE - Free IPB forum hosting (releasing today!!!), no ads, free modifications
|