mkogg.py: Fix 'self.get_mp4_metadata(self, source)'
[blog.git] / posts / AJAX.mdwn
1 [[!meta  title="AJAX"]]
2 [[!meta  date="2009-09-19 16:27:00"]]
3
4 [AJAX][] is a web-buzzword that I had always thought must be more
5 complicated than it really is.  I finally got a chance to look into it
6 and write up a simple [[example|example.html]].  The example
7
8 [[!inline pagenames="example.html" template="raw" feeds="no"]]
9
10 accesses the server-side
11
12 [[!inline pagenames="data.xml" template="raw" feeds="no"]]
13
14 via
15
16 [[!inline pagenames="lookup.php" template="raw" feeds="no"]]
17
18 [AJAX]: http://en.wikipedia.org/wiki/Ajax_(programming)
19
20 [[!tag tags/programming]]
21 [[!tag tags/web]]