Damn IE. I have been working for months on an application that uses a lot of Dojo. It is a fairly complex application with the user interface sitting all on one page with 5 dialog box, data grids, lots of xhrPosts and xhrGets, and many other visual affects. Of course everything works on Chrome and Firefox, but it crashes on IE during testing yesterday. Now I have to spend an enormous amount of time debugging why it crashes in IE. I suspect it is the datagrid which is very sensitive.
After my last post in this series -- way back in September 2022, several things happened that prevented any further installments. First came CollabSphere 2022 and then CollabSphere 2023, and organizing international conferences can easily consume all of one's spare time. Throughout this same time period, our product development efforts continued at full speed and are just now coming to fruition, which means it is finally time to continue our blog series. So let's get started... As developers, most of us create applications through the conscious act of programming, either procedural, as many of us old-timers grew up with, or object-oriented, which we grudgingly had to admit was better. This is true whether we are using Java, LotusScript, C++ or Rust on Domino. (By the way, does anyone remember Pascal? When I was in school, I remember being told it was the language of the future, but for some reason it didn't seem to survive past the MTV era). But in the last decade, there a...
Comments
Thanks for your comments. I was able to locate the problem and fix the datagrid issue that was being created. I am not familiar with ExtJs, but I do like Dojo and how it structure. For a public facing sites, I use the CDN from Google or AOL. An example is our mwlug.com site. It is much faster especially, Domino 8.52, which is so slow in loading dojo. For internal site I have stuck with 8.51 which loads so much faster.