Title: Ajax – Page 2 – Alex Kirk

---

# Category: Ajax

 * 
   ## 󠀁[Firefox 1.5, XmlHttpRequest, req.responseXML and document.domain](https://alex.kirk.at/2006/07/27/firefox-15-xmlhttprequest-reqresponsexml-and-documentdomain/)󠁿
   
 * July 27, 2006
 * Recently I have been working on a web application, extending it with an iframe
   on another subdomain. When you set up communication with an iframe on another
   subdomain, it works by setting document.domain in both pages. Pretty nice and
   straight forward. But it can mess up the rest of your page. As soon as you…
 * [Ajax](https://alex.kirk.at/category/code/ajax/)
 * 
   ## 󠀁[Misuse of the Array Object in JavaScript](https://alex.kirk.at/2006/05/18/misuse-of-the-array-object-in-javascript/)󠁿
   
 * May 18, 2006
 * There is a very good post about Associative Arrays considered harmful by Andrew
   Dupont. The title is a bit misleading but correct. When coming accross a piece
   of JavaScript like this foo[“test”] = 1; there is nothing wrong about it. It’s
   the basic usage scheme of assoziative arrays. Or should i rather say objects?
   While…
 * [Ajax](https://alex.kirk.at/category/code/ajax/), [Code](https://alex.kirk.at/category/code/)

 [Previous Page](https://alex.kirk.at/category/code/ajax/?output_format=md) [Next Page](https://alex.kirk.at/category/code/ajax/page/3/?output_format=md)