D.Kenzie
Nathan, I agree with your comments about the problems with the DOM and Javascript being hampered by limited debuggers. In writing our web applications, both internal and external, we are much, much more productive with the server-side code development than the client (aka Javascript) side. The lack of a good Javascript debugger is especially frustrating. Some of the difficulties with Javascript can be mitigated somewhat by using a library of pre-built functions - either home-grown or freeware/commercial products. These at least can be written to hide problems with browser compatibility and inconsistent DOM support. With regards to AJAX, my upcoming follow-on article uses an external script to encapsulate the AJAX functionality, so it is easy to implement with a single reference to an external source file and a relatively small amount of code. I do agree, though, that like any technology, Javascript must be used judiciously. For example, I prefer to do all data validation server-side, because it\'s just too easy to turn off Javascript and therefore the validations. Duncan
Please login to make comments.
User Rating: / 0
PoorBest 

   MC-STORE.COM