Wednesday, 22nd January 2003
DOM support tables
PPK’s ever excellent JavaScript Section now features updated DOM compatibility tables for W3C Core and W3C HTML. The tables contain detailed descriptions of suport for DOM features in IE 5 and 6 for Windows, IE for Mac, Mozilla 1.2, Safari 1.0 Beta, Opera 7 Beta and iCab 2.8.2. I’ve been playing around with the DOM quite a lot recently and the differences between IE and Mozilla were driving me up the wall—I only wish I’d found this fantastic resource sooner.
[... 164 words]Python path module
The path Python module (via The Daily Python-URL) is a nice looking wrapper class for Python’s oft-confusing os.path
module. Check out this neat code comparison: