RegExr - Online Regular Expression Tester

If you do much programming you’re probably at least heard of Regular Expressions. If you’re anything like me any time you need to come up with a regular expression you open up a book and look up the list of characters.
Next time take a look at RegExr. It let’s you enter [...]

Display an image using only HTML

Yes, this is horribly inefficient, but the idea is something worth linking to. Neil Fraser has written code to take an uploaded image and convert it to nothing but HTML. It does this by creating a table of 1 pixel by 1 pixel cells colored to match the image.
You can almost hear the [...]