HTML-Advisor
Mostly practical advices

Posts Tagged ‘parsing’

CSS hacks and filters

Saturday, October 14th, 2006

In an ideal world, properly coded CSS would work in every browser with CSS support. Unfortunately, we do not live in an ideal world, and browsers are littered with bugs and inconsistencies. To create pages that displayed the same across a variety of browsers, CSS developers had to get creative. By using bugs and unimplemented [...]

  • CSS
  • Oct 14th, 2006
  • 0

AJAX and JSON Part 2

Monday, June 12th, 2006

Is JSON Fast and Reliable?
JSON produces slightly smaller documents, and JSON is certainly easier to use in JavaScript. XMLHttpRequest parses XML documents for you whereas you have to manually parse JSON, but is parsing JSON slower than parsing XML? I tested the XML parser built into XMLHttpRequest against JSON on these address cards and put [...]