Now that the Microsoft AJAX Library has shipped, I’ve updated the cheat sheets and added two more.
Debugging
Tracing now lives in its own class, Sys.Debug, and is the same as in RC1. I think renaming debug was a good move. Opera’s wimpy error console is now supported, too.
Minor RTM Adjustments
Since I couldn’t find a what-changed-since-RTM document, I ran RC1 and RTM code through Beyond Compare (which rocks!) and fished for changes.
Date and Number classes had their parse methods renamed to parseLocale and parseInvariant, even though their counterparts are named format and formatLocale. Strange.
Two new cheat sheets: DomElement and DomEvent
These two took as much time as the other four. The reason is that DomElement is an essential, often-used class, and has several gotchas. DomEvent has a lot of nuances of its own. MS AJAX documentation is too broad at times, so I tried to clarify as much, yet stay as concise as possible to keep the one-pager format.
I’ll try to highlight those nuances in a post or two.
Download
Grab the new batch in PDF (360K) or XPS (3.9M). Yes, Foxit Reader–compliant.
Being a stickler for accuracy, I’ve been proof-reading them till I was blue in the face, but… If you see something, say something.
Enjoy!