thumbnail from bluga.net

Dave, if you could go back in time, would you have used JSON instead of XML for RSS, OPML, XML-RPC, etc, had JSON been popularized at the time? - FriendFeed

I liked Dave Winer's response on the perceived overhead of parsing xml:

when we wrote our XML parser for Frontier, in C, the typical machine
ran at 200 MHz and had about (guessing) 100MB of memory. Obviously
today's machines are much bigger and faster, yet people *still* raise
the encoding and decoding perf issues as if they matter in 2009, I
don't see any evidence that they do.

I think he is right, parsing xml, while I'm sure it is slower than parsing json, I bet it isn't that much slower. Today's computers are so fast that parsing text is almost a non-issue, no matter what transportation format the text is in.

thumbnail from bluga.net

XML Validator

If you ever need to test a chunk of xml for syntax errors, this is the best simple copy/paste validator I could find.

XML-RPC Home Page

Using XML as a standard way to pass data back and forth remotely.

Found via this blogpost

PHP and XML using Simplexml

nice article on using php's simplexml functionality

I'm one of the people behind Plancast.com. Our goal is to make it easy for you to share your plans. Maybe you read about us on Techcrunch or ReadWriteWeb?

My Plans: Plancast.com
My Notes: Noopsi.com
My Tweets: Twitter.com
My Code: Github.com