Differences
This shows you the differences between the selected revision and the current version of the page.
| ajax 2006/04/03 16:37 | ajax 2008/02/04 12:18 current | ||
| Line 9: | Line 9: | ||
| Although others don't do it my way, I always obey some rules on AJAX-applications: | Although others don't do it my way, I always obey some rules on AJAX-applications: | ||
| - | - show the user if somethings happining in the packground (a loading gif) | + | - show the user if somethings happening in the background (a loading gif) |
| - Javascript disabled must not break the application. This means i implement all the basic features in (X)HTML and then add some AJAX features that are optional. | - Javascript disabled must not break the application. This means i implement all the basic features in (X)HTML and then add some AJAX features that are optional. | ||
| - Browser interoperability: I don't check for browser. I use features that work on all browsers (this really works!) | - Browser interoperability: I don't check for browser. I use features that work on all browsers (this really works!) | ||