Title: Code – Page 13 – Alex Kirk

---

# Category: Code

 * 
   ## 󠀁[JavaScript Tricks And Good Programming Style – Original Version](https://alex.kirk.at/2006/08/08/javascript-tricks-and-good-programming-style-original-version/)󠁿
   
 * August 8, 2006
 * Note that there is an updated version I have been programming for about 10 years
   now, and I am always longing for improving my code. Throughout time I added a
   few habbits that I consider to be good practices and increase the quality of 
   my code. In a loose series I’d like to point out…
 * [Ajax](https://alex.kirk.at/category/code/ajax/), [Code](https://alex.kirk.at/category/code/)
 * 
   ## 󠀁[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/)

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