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…
A shorthand substring search function for JavaScript
Make your life about 1% easier by creating a convenience substring search method on the JavaScript String prototype.
Geolocation & Company Locations Listing on Mobile Sites
One of the most common functions of a mobile site is to provide a quick list of locations for the company you're interested in. Ideally,…
Offensive error handling in web development
A typical error handling practice is to wrap a piece of suspect code in a "try" block, and present a warm and fuzzy message in…
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…