Now how to start or view the course, very simple - open up youtube.com and search for CS106A and CS106B and you will get the videos as a playlist which you can follow.
I love how much free stuff is out there. It is hard to find good tutorials/classes. It's almost like there's so much out there that it's hard to narrow down what you are looking for.
As for learning programming, the best thing you can do is learning by doing. When you get some basic knowledge on how programming works, think of some cool little app you want to do or a process you want to automate, logically think it through, and then code it. If you're not sure, search for the answers.
<nostalgia>
I started back with QBasic and started doing simple games like random number dice games and little graphics puzzles. Then of course there was the Gorilla game that was too much fun for as simple as it was, and it was an amazing thing when I realized I could read the code and make changes that actually did something. It sparks an interest that never dies... ah the good old days.
</nostalgia>
The point is, think of something, no matter how simple, and get the computer to do it for you. Then add to it. If you're an admin-type, then try VBScript and automate some stuff that you do routinely.
Before you know it you'll be as good as pizza1337 writing shellcode!!
