Work on the ISE is going fairly well. I've got a bit more of a goal, and a better understanding of what I'm going to be working on.
Met with the XML guy today (I'm the HTML guy, apparently) and we talked. Neither one of us is really sure how the work is going to go, who's going to be doing what. That's exciting.
On a darker note, I spent most of the day in the library learning how to use Dreamweaver. It would be really nice, if there was better documentation, or examples in the documentation, or even correct documentation (buggy instruction manuals! whoppie!)
NOTE TO SELF:
The correct way: to prevent an inheritable editable template region from being editable in a nested template, you need to add @@(" ")@@ inside the editable template tags. You can only add the magic nonsense to properly nested template tags, and ONLY AFTER THEY'VE BEEN SAVED.
Their way: find the template tags and add @@" "@@.
grr.