Posts Tagged "XML"

Parsing XML and a Dynamic Callback in JavaScript

One of the most common tasks for a web developer is implementing an AJAX solution to create a more dynamic interface. A common method is to query a database, get some results, parse the results and update the interface without needing to refresh the page. But how do we customize our data, prepare it for some parsing, use the data returned to create something useful? The other day I had ...

Go Go Google Gadget!

Some of you may be old Google gadget pros. With a dozen or so of them on your fancy schmancy iGoogle page. You might have even wondered how one is made and if you are dedicated enough, you might have even made the "Hello World" example. But what if you wanted to make something simple enough to get the basics, but more than a simple hello? Like so many other ...