Been working on some applications again today using AJAX with the great library xajax. Look over at http://www.xajaxproject.org/ and give it a try.
Unfortunately I ran into a lot of trouble when I tried to run the app designed with firefox in Internet Explorer ( who would have thought..
). It seems that one of the security fixes incorporated in Windows XP makes IE lose 2 file handles every time when you try to assign an innerhtml an img src or an href. I have been able to replace the innerhtml with dom logic to assign text directly. I hope microsoft will release an update soon so it won’t crash IE after an hour or 2.
Lost a lot of time just because i needed to alter artwork as IE did not correctly display it the way I needed it. So anybody who might me reading this, ( since i started 2 days ago, noboday has
) please switch to a browser with better support and les bugs. Please use f.e. firefox, safari, opera or another mozilla based browser.