Category: Software Code
James Padolsey – BUJS #1 – getParameterByName
Awesome insights into improving a little bit of useful JavaScript.
CSS-Tricks – Sans-Serif
Instead of labeling every font, just list the generic font-family and you’re done.
najafali.com – Why PHP is better than Ruby
Overall these are very intelligent and reasonable complaints against Ruby.
Mathias Bynens – Optimizing the asynchronous Google Analytics snippet
This is some micro optimizations but still improvement none the less, however the comments give me some pause on implementing it just yet.
Alfa Jango Blog – The Difference Between jQuery’s .bind(), .live(), and .delegate()
I was pretty well versed in the differences between bind and live, but delegate I was mostly unfamiliar with, it sounds like a useful tool.
Treesaver.js
It creates some really nice and impressive layouts.
The Daily WTF – Annual Y2K
How cruddy of a team do you have to work with where you no one is able to validate years properly.
The Broadcast Tower – Your code should be as boring as possible
Shockingly enough makes a far amount of sense.