Jquery being a fantastic javascript library it has an easy api to deal with ajax.
Part of ajax is based on xml, so parsing xml is one of the core elements of ajax requests.
The overall idea is that we request xml data via “ $.ajax “ function and the response generated is a DOM(document object model) tree with which we can easily traverse utilizing the power of Jquery.
This is a tutorial in which i show how to add a fade in effect to your pages, this gives a nice feel to a website.
The other a client ask me to have every page fading in when they load and i thought that is easy and if you notice google home page also has a smooth fade in effect when the user moves the mouse over the page, on this example the will be fading in as soon as the page loads and the best of all it only takes a few lines of code due to the fact the we will be using a great Javascript Library Jquery
This will be short and easy.