Tag Archives: XML

Bug Chasing

Okay, so in my post about Code Spelunking I mentioned about how working on a project can lead you to explore the code because you need to become more familiar with how the code works. But it can also lead you to explore the code to figure out why code doesn’t work. In this particular case, I spent many hours puzzling over why something didn’t work correctly, chasing down the root cause, and eventually finding a bug in the WordPress core. [...]

Posted in WordPress | Also tagged , , , , , , , , , , , , , , , | 13 Comments

OpenDocumentation

From Tim Bray, we learn that Open Document 1.0 has been approved as an OASIS Standard. The new format will be the standard for the OpenOffice.org office suite. This paves the way for an unprecedented level of compatibility between applications and tools dealing with a wide variety of document types.

In the interest of fairness, I’ll point out that Microsoft did document the new XML formats for Microsoft Office 11, which opens up the same sorts of capabilities. [...]

Posted in Standards, Tech | Also tagged , | 1 Comment

Google Maps Dissected

Joel Webber has an excellent dissection of how Google Maps works under the hood in his Mapping Google article. Welcome to my blogroll.

Highlights:

  • Communication with the backend server is done with a hidden <iframe> and some javascript trickery (not with XMLHttpRequest, as Gmail uses).
  • Data arrives from the server in XML and is transformed into HTML by client-side XSLT. [...]
Posted in Geolocation, Maps, Search, Software, Tech | Also tagged , , , , , , , | 2 Comments