/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

mathiasbynens.be
| | drew.silcock.dev
1.6 parsecs away

Travel
| | A deep dive into how JavaScript handles Unicode, and what this means for string indexing.
| | tonsky.me
1.8 parsecs away

Travel
| | Modern extension to classic 2003 article by Joel Spolsky
| | gregtatum.com
1.7 parsecs away

Travel
| | The standard for how to represent human writing for many years was ASCII, or American Standard Code for Information Interchange. This representation reserved 7 bits for encoding a character. This serv
| | blog.stevenlevithan.com
17.9 parsecs away

Travel
| Update: Many of the details described below are now out of date. Get the latest version of the Unicode plugin for XRegExp. I've released a simple plugin for XRegExp (my JavaScript regex library) that adds support for Unicode properties and blocks to JavaScript regular expressions. It uses the Unicode 5.1 character database, which is the...