Both in PHP and ColdFusion I recently discovered that you don’t need to close certain script elements to have them run correctly, which is highly annoying coming from someone who has spent a considerable amount of time learning and abiding by XHTML rules. Internet Exploder was (and still is) famous for being flexible on [...]
Dec
10
2009
10
2009
Nov
30
2009
30
2009
$(”#efficient”).addClass(”shortcut”);
I love JavaScript frameworks. Coming from a time when you had to code uniquely for IE (document.all) and Netscape (document.layers) most (including me) just did it for IE. Also, many of us were just learning about JS via the highly recommended Peachpit books, so we copied but didn’t understand. This was the [...]