Prev | Current Page 742 | Next

L. McColl-Sylvester and F. Ponticelli

"Professional haXe and Neko"

This is because the
page is considered loaded not when the whole HTML has been downloaded but after the page has
loaded and all the references to images, styles, and embedded objects have been loaded, too. Because this
can create a considerable delay before the user interface is ready to capture the user gestures, this can
have a strong impact on the user interaction. To avoid the problem, some browsers as Firefox and Opera
define a proper event called DOMContentLoaded but it is not implemented in other browsers. Anyway, it
is possible to simulate the event in various ways; you can have a look at the most popular JavaScript
libraries listed next to see how the problem has been faced and resolved.
Advanced JavaScript Libraries
To improve your JavaScript skills, consider trying one or more of the following open source JavaScript
libraries if you have not already done it; they are really mines of ideas and eventually they can be
wrapped in haXe to be used as they are.
dojo : ??? Dojo is an Open Source DHTML toolkit written in JavaScript.


Pages:
730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754