Showing posts with label Ajax. Show all posts
Showing posts with label Ajax. Show all posts
Tuesday, November 03, 2009
AJAX Guestbook
Unobtrusive AJAX Guestbook.XML is easy to use ajax and php guestbook application. Guestbook.XML is crossbrower, skinnable guestbook and web 2.0 script Read More
Monday, July 13, 2009
Introduction to AJAX
This is an excerpt of Chapter 1 from the book, ASP.NET 3.5 AJAX Unleashed, authored by Rob Foster.
Here is the link that was posted on codeguru
Here is the link that was posted on codeguru
Saturday, June 20, 2009
How Ajax works
AJAX has gotten more and more popular over the years, and has allowed web applications to act more and more like desktop applications. AJAX can provide a lot of additional functionality that could not be accomplished any other way.
Read More
Read More
Thursday, February 16, 2006
What's AJAX?
These days I have been hearing a lot about AJAX. So today I had sometime to explore and see what it means.
And I have found heaps of information about it and didn't where to start. But I found this site where it starts from the basics.
So What's AJAX? Is it just another plugin like a flash, or an applet? no it isn't. Ajax is just a style of design, one that milks all the features of modern browsers to produce something that feels less web and more desktop. Sounds nice isn't it?
As Jesse James Garrett puts it, "AJAX" itself is a geeky acronym: "Asynchronous JavaScript+CSS+DOM+XMLHttpRequest". The technologies involve: Javascript and DHTML, to let applications respond to events such as mouseclicks; DOM, to let applications manipulate the display; XMLHttpRequest, to let the browser and the server communicate without having to refresh the page.
I am going to explore this AJAX phenomenon in the coming days and learn more about it.
And I have found heaps of information about it and didn't where to start. But I found this site where it starts from the basics.
So What's AJAX? Is it just another plugin like a flash, or an applet? no it isn't. Ajax is just a style of design, one that milks all the features of modern browsers to produce something that feels less web and more desktop. Sounds nice isn't it?
As Jesse James Garrett puts it, "AJAX" itself is a geeky acronym: "Asynchronous JavaScript+CSS+DOM+XMLHttpRequest". The technologies involve: Javascript and DHTML, to let applications respond to events such as mouseclicks; DOM, to let applications manipulate the display; XMLHttpRequest, to let the browser and the server communicate without having to refresh the page.
I am going to explore this AJAX phenomenon in the coming days and learn more about it.
Subscribe to:
Posts (Atom)
Power BI Kids competition 2026
Celebrating the next generation of data rockstars! 🚀✨ I am incredibly proud to share that we have officially wrapped up our 8-week #PowerB...
-
40 spectacular paper designs (using amazing colors & concepts) that need to look good and be informative in order to focus users’ attent...
-
From the past 3 days I have been working on resolving merged and hidden cells issues when an SSRS reports is exported to excel. ...
-
Challenge : Yesterday I was trying to download a parquet file from the Microsoft Lakehouse on to my laptop. So I was searching for the do...