What's the step BEFORE "newbie" called?
January 4, 2007 5:59 AM Subscribe
I'm getting into learning web design -- started with the basics of HTML, XHTML, and CSS, and want to move on to JavaScript and Ajax next. Problem: I have zero, and I mean zero, programming experience.
(Also, I'm really bad at logic/math in general, and from my limited knowledge I understand that these are precisely the areas in which most sucessful programmers usually excel.) Can anyone recommend resources (book, web, whatever) that would help me learn the basics of programming I need to learn these web authoring languages?
Just to be reiterate, I'm not looking for tutorials on JavaScript or Ajax; rather, I want tutorials that will teach me the programming concepts I need to be able to learn JavaScript or Ajax. Thanks!
posted by hazelshade to computers & internet (15 answers total) 37 users marked this as a favorite
There are hundreds of ways to do it, none particularly better than the rest. What is important to know is that a browser is a terrible place to program.
My advice: Download a Python interpreter and go through "thinkCSpy".
posted by cmiller at 6:44 AM on January 4, 2007 [1 favorite]