HTML-Advisor
Mostly practical advices

Posts Tagged ‘object’

What is JSON?

Sunday, July 29th, 2007

JSON , which stands for “JavaScript Object Notation”, is a lightweight data-interchange format that is easy for humans to read and write, and for machines to parse and generate. JSON is based on the Object Notation of the JavaScript language. However, it does not require JavaScript to read or write because it is a text [...]

XHTML compatible markup for embeding FLASH and Video

Tuesday, July 11th, 2006

It has always gotten my goat that Internet Explorer’s non-standard use of the object tag has forced standards-loving browsers to use the non-standard embed tag in order to embed movies on a web page. Even on Apple’s site, the embed tag - a Netscape extension, for Pete’s sake! - is so entrenched that it’s hard [...]

AJAX and JSON Part 1

Sunday, June 11th, 2006

When Microsoft added the ActiveX XMLHTTP object to Internet Explorer’s implementation of JavaScript, the company planted the seed for the revolution in Web applications known as Asynchronous JavaScript and XML, or AJAX. Today, Firefox, Safari, Opera, and other browsers all support what is now known as XMLHttpRequest, making possible sites such as colr.org, backpackit.com, and [...]