A visual of page-load improvements (via LABjs)

If you run a website but you’re not aware of Google’s free Webmaster Tools, you need to get in the loop! These tools allow you to analyze a number of important aspects of how your site is viewed/analyzed by Google’s search engine index.
Yet, with all the power and insight these tools give, it still [...]

LABjs: why not just concat?

By far the most prevalent question circulating right now in the wake of LABjs‘ initial public launch (IPL, I guess!?) is the understandable: “Why do I need a loader like LABjs for multiple files when I can just concat everything into one file?”
Fair enough, this is an important question to address. You shouldn’t just take [...]

LABjs: new hotness for script loading

What, you mean to tell me you’re not already loading your scripts with the new hot thing, LABjs?
Just kidding, you’re probably just now starting to hear about it. But let me tell you, it is the next big thing. I mean, when was the last time someone found a way to completely revamp the plain [...]

Resource Packaging? Silver Bullet?

There’s been some buzz lately about a proposal for a technique of UI delivery optimization called Resource Packaging. Steve Souders weighed in on the proposal with resounding support.
Essentially, the idea is that web developers could proactively create .ZIP files of various page resources (images, CSS, JS, etc), and include in their page a special <link> [...]

Loading JavaScript: Even a caveman can do it

I recently gave a talk about JavaScript Loading at JSConf.EU in Berlin. Video/audio of the talk will be made available online eventually, and I will link to it here once that happens. But, in fact, I will be re-presenting this same talk at the November meeting of Austin.Javascript (@AustinJS), on Tues Nov 17th, at 7:30pm. [...]

getiblog…get-a-what?

I believe the topics of UI Architecture are both hugely underserved in the normal course of web application development, and also the biggest opportunity for improving the performance of your site/application. They will directly lead to improved user-experience (without caring whatsoever about wireframes, graphical design, or even IA), and they will also lead to better developer experience, making code both more maintainable and more efficient.