Ajax (pronounced /ˈeɪˌdʒæks/) (shorthand for Asynchronous JavaScript and XML) is a group of interrelated web development techniques used on the client-side to create interactive web applications. With Ajax, web applications can retrieve data from the server asynchronously in the background … Continue reading
Category Archives: Ajax
How to use document.write and innerhtml
document.write and innerhtml both the functions are useful to adding the dynamic content in in Document. Both function are many times used by developer in javascript functions, Ajax calls, Web services and many JS libraries. So We need understand the … Continue reading
Execute JavaScript functions in innerHTML
There is big issue We found with innerHTML function. If you try to execute javascript in innerHTML content then we will face this problem with various. We need to always care about Cross browser issues with javascript method. For Ajax … Continue reading
get time difference in minutes
I created javascript function named “getTheDiffTime” using that function you will be able to fetch the time difference in various format. How to use this function here I am giving you the one good example. I am going to get … Continue reading
AJAX Login Demo
Here’s a demo of a login system built using Ajax. This is a cool implementation which allows a user to login, without having to refresh the page. Here are some advantages of the noted by author of the code: User … Continue reading
Usability for Rich Internet Applications
Here’s a good article on design patterns for RIA. “Rich Internet applications (RIAs) can provide opportunities to design much better user experiences. They can be faster, more engaging and much more usable. However, this improvement is not without its downside—RIAs … Continue reading