How to Change the URL in AJAX Applications

8

"How to Change the URL in AJAX Applications" by CMSN Software Tutorials, shows you how to change the browser URL without refreshing the page. In this tutorial we are using HTML5 history API. Since HTML5 is not supported by all browsers, we are using location.hash as fallback option. For more information about How to use hash values, you can read our previous tutorial (How to create SEO friendly AJAX applications). Since this is not going to change our non Ajax based application structure, this will support SEO as well.

How to create SEO friendly AJAX applications

0

"How to create SEO friendly AJAX applications" by CMSN Software Tutorials, shows you how to configure your Ajax applications to support search engine optimization. In this tutorial we are not going to describe about the Hijax but about the Google new proposal for ajax applications. Earlier Ajax applications have been difficult for search engines to process because AJAX content is produced dynamically by the browser and thus not visible to crawlers.

How to use Cross domain Ajax request

6

"How to use Cross domain Ajax request" by CMSN Software Tutorials, shows you how to perform cross domain Ajax request using jQuery. In this tutorial we are not trying to describe the other technologies available for Ajax request. If you are interesting about the ways of performing Ajax request please follow our previous post related to Ajax request. Here we are trying to explain why cross domain Ajax request is not allowed and how to overcome that issue.