About AJAX
This is my first blog post so I decided to blog on a subject I investigated for an assignment as part of my Master’s course. The task was to do some research into an area of modern client server and […]
Blog of a .NET Software Developer
Information about what AJAX is and the basics of how it operates.
This is my first blog post so I decided to blog on a subject I investigated for an assignment as part of my Master’s course. The task was to do some research into an area of modern client server and […]
The concept behind Ajax was to overcome the continual request and load of new pages as the user interacted with the application. This is achieved by only updating the portions of the page that needed to be modified. The client […]
In my previous post I outlined where the term Ajax came from so in this post I will take a closer look at why Ajax was needed. Traditionally, a users interaction with web applications involved them entering a URL in […]