Math Jazz — Mathias Bynens’s shizzle, y’all



Note: This site might seem inactive… That’s because it is. Don’t worry though, I’m still coding webpages and stuff! If you’re interested, I suggest you get a translator and head over to Qiwi; or you could just check the latest site we’ve been working on: Apotheek Goethals – Debrabandere. Enjoy!

Topics: JavaScript

Formatting a number with grouped thousands (11)

In PHP, formatting a number with grouped thousands can easily peasily be done through the number_format() function. It’s a shame JavaScript doesn’t have such a function.

Read more →

The basics of becoming a browser nazi (9)

On in what ways the world of web developers would be a better place if only IE wasn’t shit. Read more →

Highlighting alternate sorttable rows (20)

Or, a way how to highlight alternate table rows without breaking the table’s JavaScript-wise sortability. Or the other way around. Whatever. Read more →

Textarea Resizer JavaScript (21)

The comments textarea resizer is a very popular piece of JavaScript in the world of bloggers. I first saw it in use on Dunstan’s — I even think he wrote the script. (I’m not sure though, as there’s no blog post making it official or anything.) Read more →