The last year there have been many good examples of very useful web-applications. Finally software companies have looked beyond the initial benefits of using web-application - such as no need for local installation, setting up your own server, lower distribution costs, ubiquitous access. Now the focus have shifted to building an effective/fast application using Ajax, […]
tags: Ajax author: Espen Antonsen comments: 1 Comment
I am not very into the “web 2.0″ hype but there are some features of “web 2.0″ which I am very found of and really believe in. “Web 2.0″ has mostly been about simple consumer services. Simple ideas, quick to develop and easy to duplicate. There hasn’t really been much focus on what “web 2.0″ […]
tags: Ajax author: Espen Antonsen comments: No Comments
You spent days and nights making your javascript perfect but still users complains about errors. There is a way of making the debugging process a little less painful by logging javascript errors.
Every javascript error can be trapped in the window.onerror event. We can return true or false so we can choose if the user shall […]
tags: Ajax, Development author: Espen Antonsen comments: No Comments