W3Schools.com includes mini-sandboxes (examples) in many lessons of their tutorials. Each example is used to illustrate that particular lesson, but you can add to or change the code to use it as a sandbox. There are examples for Javascript, DOM scripting, Ajax, SQL, ADO, ASP and ASP.NET.
JS Bin is a sandbox for Javascript and CSS testing, with built in support for many scripting libraries, including jQuery, script.aculo.us, YUI, MooTools and dojo. So you can try out example code without downloading and installing each of the libraries. In addition it allows you to save your code snippets with a unique URL (like a pastebin), and allows collaborative editing of each snippet.
Try Ruby is an very basic interactive tutorial that introduces Ruby to the complete novice. It's done in a serial fashion, so you have to go from start to finish in one go, but it doesn't take long. [Try Ruby was taken down on Aug 19 by its owner _why. Many people hope that his content will return.]
OpenSourceCMS houses dozens of open source software packages and allows you to try out both the front end and the administrative backend functions of the most popular portals, blogs, image galleries, and forums. You have full admin rights and can change any of the content on each of the packages, and then see the results of those changes from the user's perspective.
JSONLint is an online JSON validator with syntax checking that isn't overly complicated, but works as advertised.
For regular expressions try Rubular built with Ruby, RegExPal built in Javascript, or RegExr, which is very helpful for regex beginners because it has code sense built in.
Codepad is a pastebin with a twist: it has a interpreter/compiler built in for 13 languages, including C, C++, Haskell, Scheme, Python, and PHP. So you can not only use it to share code, but also to run or test code when you're away from your programming environment (think boring but mandatory meeting or long commute on mass transit, etc.)