Make your life about 1% easier by creating a convenience substring search method on the JavaScript String prototype.
Pranking with Prototype
I want to start this post by saying that there really is no practical use for the information presented here. One could argue that it's…
Fun with JavaScript Strings and Prototype
My recent post titled Fun with JavaScript Numbers and Prototype got a lot more attention than I thought it would. So, I considered it cruel…
Fun with JavaScript Numbers and Prototype
One of the things that makes JavaScript so portable is it's intentionally minimal library of built-in functions. By reducing the assumption that some off-the-wall function…
Drop and give me 20 units: enhancing the numeric (JavaScript)
When your high school gym teacher asked you to "drop and give me 20", did you ever have the guts to ask, "20 what?" Being…