Sunday, September 10, 2006 12:38 PM xhtml and css compliance

Please bear with me while I try to figure out Blogger's Templating language. The blog doesn't validate yet, but it will soon enough.

Although, interestingly enough, the css validator is giving me an error for content inside of a comment block. ?! Go figure. Sounds like the validator is broken.

11:29 AM Javascript Inheritance

I can understand that Javascript itself doesn't have built in classical-inheritance. It's a dynamic language, and it allows people to build their own object models.

What I don't understand is how Prototype, and Scriptaculous get along without it. Thankfully Dean Edwards has come to my rescue and provided me with exactly what I wanted: Base.

lakin's shared items