Code up top for quick reference, details down below—we’ll prepare typefaces for use on the web, go through...
If you need to "originally" write your code in Swahili, while listening to Milli Vanilli, while reclining in a patch...
This thing leaves any other tag-completion method I have ever seen for HTML in the dust. It's light...
But then there are those posts where the author pastes 10 pages of confused code with no context whatsoever and...
Because javascript has something called "Hoisting" which makes your code do things it doesn't look like it should be...
Once we have a secure client-side application, we need to make the tools and information available to allow users...
Inspired by a snippet of code in Oliver Steele’s legendary Functional library, here’s a lightweight tool to help...
Simple shell utility to convert html to pdf using the webkit rendering engine, and qt.
Less.js is a JavaScript implementation of LESS that’s run by your web browser. As any JavaScript, you include a...
How do you scale CSS for millions of visitors or thousands of pages? Object Oriented CSS allows you to write...
Gerrit is a web based code review system, facilitating online code reviews for projects using the Git version control system...
...you can apply every available anti-pattern and still come out the other end with a workable system, simply because...
While injecting the dependency appeared to make the classes more tightly coupled, it simply revealed the coupling that already existed...
The Holy Grail of testing for front-end development; execute browser-less, console-based, javascript + DOM code right from within...
Computer science is about tradeoffs and hard choices. Optimizing the code or design or architecture one way means taking hits...
Attached (see below) is some code to allow using unobtrusive JavaScript on pages fetched with an AJAX call.