Articles about ajoh’

Sep 29, 2008

Web Site Optimization - Choosing Data Formats Wisely

Posted by Anandhan Subbiah in Programming Concepts, Technical Articles No comments

Ajax requests may be small, but there certainly are differences size-wise between the various data formats, especially if you consider the included content versus the structural markup. For example, consider that when we request a simple list of comma-separated values, any returned data will be quite concise:
value1,value2,value3,…value N
If you encoded the same data in XML, [...]