I’ve found the sites SQLZoo, RegexOne, and TryRuby to be incredibly helpful in understanding basics of those technologies. Are there any similar resources for javascript and CSS? (i.e. online interactive learn-by-doing, with immediate feedback type of thing). Are there any similar resources for other languages? Particularly HTML, PHP, Perl, Python or even Java and the C languages.
I’ve found the sites SQLZoo, RegexOne, and TryRuby to be incredibly helpful in understanding
Share
I’m pretty sure you want something like jsFiddle for CSS, HTML, and JavaScript. You are given a spot for CSS, HTML, and JavaScript and then an output window to see your results. It also has the ability to check your code for errors and clean up formatting.
For PHP, give phptester a try.
I have yet to see anything for the other languages, but if anyone else can find them, they should add them to this post.