Showing posts with label Ajax. Show all posts
Showing posts with label Ajax. Show all posts

Ajax calling multiple function with same xmlhttprequest object

If you are not familiar to ajax then check out ajax introduction You Can Read here

As explained in previous post we need to create XMLHttpRequest object for sending request.
Continue Reading

AJAX introduction and learning

What is AJAX

AJAX stands for Asynchronous JavaScript and XML.
AJAX is used to exchange data with server, and updating just part of webpage rather than updating whole page.
Continue Reading

country state city ajax dropdown

PHP MySQL country state city ajax drop down with database.

When you are creating triple or more than 2 dependent dropdown then you might need to take care of parents and child dropdowns. Means if you make changes to parent then your child nodes should get affected too.
Continue Reading

RSS Feed Reader using Ajax


SIMPLE XML FEED READER

This RSS feed reader written in PHP can be easily customised and is very useful for news posting sites or sites whose content constantly change. Another benefit of using RSS feed reader is that it can improve your SEO rank. Without wasting time I am giving out this tutorial free.  The code here is originally from kidslovepc. I love it because its quick, simple and easily customisable. Be relaxed, sit back and enjoy. Have any question? Be free to ask me:
Continue Reading