up vote 4 down vote favorite
1
share [g+] share [fb]

We are looking to create programming tutorials to teach new developers how to get started with programming. But we aren't sure of what "format" and "layout" really works best.

We needs some good examples of what works best.

link|improve this question

You want tutorial for what? Front with HTML, CSS or backend with PHP, JAVA, ASP? – Daok Oct 23 '08 at 13:31
feedback

8 Answers

up vote 8 down vote accepted

http://www.w3schools.com is good for beginners when it comes to web development.

link|improve this answer
Even for seasoned developers it's a good reference. – Kon Oct 23 '08 at 13:29
I was about to comment the w3schools is more reference than tutorial, but then I check it out. I guess I've only been using the reference parts lately..... – James Curran Oct 23 '08 at 13:30
w3schools site is great. – Mark Ingram Oct 23 '08 at 13:32
Yep...might have the word school in the url but even grizzled old farts like me still look stuff up there. +1 – Kev Oct 23 '08 at 13:42
feedback

I like the "4 Guys from Rolla" web site for the sheer depth of their work (http://www.4guysfromrolla.com/). It is intended for a .NET audience.

link|improve this answer
feedback

The Java Tutorials have some great examples.

link|improve this answer
feedback

http://TryRuby.hobix.com/ has an interactive window, so you can type into it and see the results of Ruby commands.

link|improve this answer
feedback

http://nettuts.com/ have amazing tutorial quality

link|improve this answer
feedback

I like How to Think Like a Computer scientist a free book and site based on python

link|improve this answer
feedback

www.codeproject.com/

link|improve this answer
feedback

Here is some CSS for beginner suggestion from SO

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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