Skip to content

SiteKickr Web Development

search
search
Using Lazy Definition to load JavaScript libraries on demand
Oct09October 12, 2013Advanced, JavaScript, Server / Performance

Using Lazy Definition to load JavaScript libraries on demand

With the number of amazing JavaScript libraries out there, it’s tempting to overload our pages with http connections that load these scripts and immediately execute them. We can spare our user’s bandwidth and page load time by combining two popular techniques.

JavaScript – Did you know that?
Nov10November 22, 2012JavaScript

JavaScript – Did you know that?

Pain in the arse int, parseInt() How often do you use parseInt()? Often enough to have run into the unexpected "starts with 0" problem? Have…

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…

Oct21Crazy Ideas, JavaScript, Methodology, Server / Performance

JavaScript caching function return values

As web applications get more complex, more and more of the processing work is pushed to the client browser in the form of JavaScript code.…

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…

Sep30September 30, 2012JavaScript, Methodology

JavaScript Organization for web development

For those of you who have come across this post, and don't yet know about the object-oriented features of JavaScript, it will not carry much…

© 2023 SiteKickr