Sunday, January 4, 2004

id3reader.py

Ned Batchelder has a new id3reader Python module. [Ned Batchelder]

Good stuff. I tried another Python ID3 reader module that (tried) to do this, but it failed for one version of the ID3 standard or another (that and it didn't support writing the tags, I don't think). Now we have another good choice.




An web standards article from Apple

Mike Zornek links to an Apple article: Web Page Development: Best Practices.[Mike Zornek]

Mike says:

It goes over some of the basics in regards to using web standards and in the process links to a good collection of resources all developers should have bookmarked.

I'll agree with Mike - as well as being a decent beginner-type article, it does a decent article pointing out common mistakes I think everybody makes in their first modern web design (for example, using two or three div tags when one would do).