Ajaxification
Jakub Vrána
Development Hall, sat 24th sep 16:25
45 min., cs › en
We can use AJAX to change a part of page without the need of complete reload. However, if we change an important part of page then we should change URL, handle history and probably also the page title. Modern browsers allow changing a URL without the need for downloading a new page. So it is possible to handle most of the links on the page to improve the page performance without any negative consequences.
The lecture will show a basic ajaxification of the web and describe potential problems.