Posts tagged ‘xml’

Writing Good XHTML

A recent project has forced me to take a closer look at how valid HTML code really is. My task was to improve performance, validate, and standardize the code. In later articles I will discuss my research, development, and conclusions to improving the company’s site performance. But for now, I am going [...]

JSON or XML

JSON is a human readable lightweight data-interchange format, and is based on JavaScript, hence the acronym, JavaScript Object Notation. JSON is totally language independent, but its syntax is loosely based on the C family of languages, so integration with languages such as C, C++, C#, and Java are fairly straightforward.

Generate Google Sitemaps

On June 2nd of this year, Google Inc. announced a new service, Google Sitemaps. Following this idea, webmasters now have the ability to create an xml document that maps site URL’s. Google will then read the sitemap .xml file on a regular basis, to extract all current content on the site.
The catch is that [...]