Skip to content

SiteKickr Web Development

search
search
Avoiding arithmetic pitfalls
Nov15November 15, 2012Algorithms, Web Developer Resource

Avoiding arithmetic pitfalls

Do division last Division has that unique power to turn two perfect integers into floating point numbers. If possible, put divisions at the end of…

Fun with JavaScript Strings and Prototype
Oct27November 7, 2012JavaScript

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…

Oct24JavaScript

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…

Oct20October 20, 2012JavaScript, Methodology, Web Developer Resource

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…

Aug27SQL / Database

Database schema data-type consistency

Data-type consistency is not a concern with database schema design alone, it of course applies to any code you write, especially in a "strong typed"…

© 2025 SiteKickr