"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.
How to use option group with DropDownList
0"How to use option group with DropDownList" by CMSN Software Tutorials, shows you how to integrate option group in asp.net DropDownList. Default functionality of asp.net DropDownList doesn't support for option groups. So we thought to implement custom server control for supporting option group
Chrome Extension v1.0 Released
0Chrome extension v1.0 released for the CMSN Software Tutorials. Now you can read tutorials without visiting the web site. Only thing you need to do is download and install the Chrome Extension for CMSN Software. When you click on the CMSN Software logo on the chrome toolbar, it will show you the latest 5 post of the CMSN Software Tutorials.