Tag Archives: javascript

Making Server-Side MongoDB Functions Less Awkward

I’ve recently switched my project at work to use MongoDB for the user database and a few other datasets. Currently I don’t use many JavaScript functions, but when I do I like to store them on the server so that … Continue reading

Posted in Open Source, Python, Technology | Tagged , , | 7 Comments

JavaScript Collation Fail

In JavaScript, the localeCompare method on Strings seems like a great way to properly sort strings, but its not: Hint: The last line should all look the same. At least I expect Firefox and Opera to agree. You can’t expect … Continue reading

Posted in Technology | Tagged , , , , , , | 6 Comments