www-128.ibm.com — The great divide between programmers (who work with back-end applications) and Web programmers (who spend their time writing HTML, CSS, and JavaScript) is long standing. However, the Document Object Model (DOM) bridges the chasm and makes working with both XML on the back end and HTML on the front end possible and an effective tool.
Oct 11, 2006 View in Crawl 4
nanostuffOct 12, 2006
Was not aware IBM had such an extensive web development library. There's a bookmark worth more than the sum of it's bits.
nanostuffOct 12, 2006
Actually it's these 409 I had in mind :)<a class="user" href="http://www-128.ibm.com/developerworks/views/web/libraryview.jsp">http://www-128.ibm.com/developerworks/views/web/libraryview.jsp</a>
defrexOct 12, 2006
A good article to take out the DOM mysticism that can occur when you learn about it haphazardly through javascript functions.
thesolomonOct 12, 2006
Beat me to it. :-) Here's a better link to them all:<a class="user" href="http://www-128.ibm.com/developerworks/views/web/libraryview.jsp?search_by=Mastering+Ajax">http://www-128.ibm.com/developerworks/views/web/libraryview.jsp?search_by=Mastering+Ajax</a>
caughtthinkingOct 12, 2006
This is a really good summary of how to do things the easy way and the correct way. Worth reading every line: <a class="user" href="http://www.slayeroffice.com/articles/innerHTML_alternatives/">http://www.slayeroffice.com/articles/innerHTML_alternatives/</a>