Archive for the 'JavaScript' Category

Weekly Links – node.js, Processors, Microsoft, and more

Since I’m having trouble producing full-length articles at the moment, I thought I’d try a different track to at least get some value out of my blog hosting costs. I’ll try to post a handful of links that have caught my attention each week.

Resizing Single-Image-Rollovers Using jQuery

In this article I describe how to create shaped buttons in HTML/CSS that size to their content, have roll-over state, and require only a single image, using jQuery.

My JavaScript Code Organization Journey (So Far)

If you’ve been reading this blog, you’ll know that I’ve been doing more and more JavaScript coding recently. One aspect that’s very different to C# coding is that there’s no explicit notion of ‘public’ or ‘private’ methods. This article explains my own journey towards implementing these concepts in JavaScript.