Where'd you guys learn HTML and stuff?
V-P
State College, PA Member
Where'd you guys learn HTML and stuff?
0
Comments
I didn't get into it real deep, but this site has lots of info.
On the left you'll see the primers.
http://www.htmlgoodies.com/
From there, I thought myself PHP and MySQL, both from books and from the online documentation. I learned the MySQLi interface from reading the documentation online.
I reccommend reading the online documentations if you have a technical mind. Otherwise, find a good book, preferably one of the Dummies series or something by O'Reilly. They may have some fluff, but you'll get a great intro and you'll start getting that techical mindset.
I got a Flash, CSS, and Dreamweaver book from the dummies series.
Otherwise, find a book that has HTML and CSS together. The goal is to start out right, and most books teach you to use tables for layout. That usage is very bad practice, and it sticks if you learn it from the beginning. That's why I reccommend starting with CSS and then using tables for their intended purpose: data display. (Not layout!) You do not want to have to unlearn it, it is terrible.