All things JavaScript – Writing better jQuery plugins
I’ve been doing quite a bit of work in JavaScript recently. It’s a major shift from regular server-side grind. I learned a few patterns »
I’ve been doing quite a bit of work in JavaScript recently. It’s a major shift from regular server-side grind. I learned a few patterns »
My company has gone through 2 revision control systems. We’ve been through Visual SourceSafe, which, unfortunately, is still used for legacy projects. And we also »
Just a few days ago I and a colleague of mine were attempting to do just this on a production site, which collects sensitive information from »
I recently looked into HTML minification in ASP.NET. The first thing I thought of was to use an HttpModule to somehow remove white spaces. Not »
While developing intranet framework at work, i decided to look into a more practical approach to JavaScript organization than the dreaded “script file per page” in »