I love to design websites on Photoshop and stuff but my rainbow ends when it hits coding the html and stuff. I would love to learn and I have the time, but where do I start? What resources can you give me and any tips?
I do have experience working with code, sure, I can edit pre-coded scripts but I just crumble when coding from scratch.
I really wish you hadn't included the potato. *shudders*
Wendell sent this link to me yesterday, seems like a pretty decent way to jump into html. It really starts with the assumption you know nothing, which is nice for those who've never programmed before.
Yeah, I am new :) I was watching tiger direct a while back when Logan was on it, and found out about rtw when he left, but have never really been active since.
(when is the new mobile site coming? I had to download Firefox on my android phone because the default browser wouldn't let me comment haha.)
Well... PHP is insanely important but you want to start with the basics. So, first:
HTML and CSS - Learn to write this... Don't use dreamweaver or some gui. Do it by hand in notepad++.
PHP is really the most important lanuage on the web these days. It's not as clean or as fast as python... but it is used everywhere (including this site).
JS is not my field...
If you learn by reading... check out the O'Reilly books. They are usually very well done. There are some videos online too that are really awesome... let me look for them...
The O'Reilly books are good, but they can be prohibitively expensive. Especially in the era of "free" information online.
Videos are a great way to learn, they can sometimes be easier to follow along with than, say, a pdf textbook. Also I definitely agree with the "no Dreamweaver" sentiment, notepad++ is your friend.
I actually learned most of my HTML and Javascript in my High School Computer Science class. My teacher made it super easy, but the way she taught it was a little repetitive. My advice is to check out this channel on youtube http://www.youtube.com/user/thenewboston. He's got everything from CSS to PHP, Java, C++ and even Physics. I've learned alot from him.