vote up 6 vote down star
6

In addition to this question http://stackoverflow.com/questions/407448/the-application-that-helped-your-programming-the-most-in-2008

I'd like to bring up a topic which can be very useful for many programmers. Despite language; What is the 2008 years best Programming Tutorial?

Only regulations here are that it's published 2008 and that it's about How to program something specific and/or how to learn programming.

The purpose of this is for a lot of new / old programmers to find new resources for their favorite language or to completely learn a new language by finding a good resource for that.

There is however this thread, but this thread covers more generic tutorials about programming, what I'd like to see is a more in-depth tutorials that covers more than just the edge of the language. So no generic url like "msdn.com"

flag

8 Answers

vote up 3 vote down

Easy. Something that all beginning Java developers should have in their bookmarks tool-bar.

The Really Big Index : Every single page of the Java tutorial, all rolled up into one easy-to-follow index.

link|flag
vote up 0 vote down

Not in specific order * Bjarne Stroustrups web site (Technical Papers, FAQs) * Martin Fowler's Blog * SICP online book

link|flag
vote up 2 vote down

I've had to do some ActionScript, and these tutorials have helped:

http://www.actionscript.org/resources/categories/Tutorials/

link|flag
vote up 2 vote down

The most eye-opening tutorial I saw was this one on IoC by Dimecasts.net

http://www.dimecasts.net/Casts/CastDetails/33

But I also have to mention all the great stuff at asp.net/mvc, lots of good tutorials there, and Rob Conery's series (MVC Storefront) is a must-see.

link|flag
vote up 2 vote down

Ryan Bates' screencasts at Railscasts, and the 15-minute Rails blog video.

link|flag
vote up 1 vote down

LPEG is a pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs). The author has a video talk here that was quite instructive.

link|flag
vote up 1 vote down

I started web programming in 2008. Thus the w3schools website was immensely helpful.

For class I needed to learn HTML and CSS. And for my job I needed to learn XSLT.

All in all I have seen w3schools a lot this year.

link|flag
Even though that is a good resource, it's a very generic resource :) – Filip Ekberg Jan 4 '09 at 21:20
Some would even argue that W3Schools is a poor resource when compared to the wealth of other websites out there that teach the same thing. – EnderMB Jan 8 at 15:42
Yup, I like it because everything is right there. It is easy to find what I need. – jjnguy Jan 8 at 18:48
vote up 4 vote down

One tutorial page that helped me out a lot 2008 is the ASP.NET MVC video-tutorials that can be found here. They've toghether with Rob Conerys blog helped me learn ASP.NET MVC.

link|flag
+1 for rob conery's videos + blog – Freddy Rios Mar 5 at 3:55

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.