Title: Code – Page 18 – Alex Kirk

---

# Category: Code

 * 
   ## 󠀁[Better code downloading with AJAX](https://alex.kirk.at/2005/10/10/better-code-downloading-with-ajax/)󠁿
   
 * October 10, 2005
 * I’ve been playing with Code downloading (or Javascript on Demand) a little more.
   Michael Mahemoff pointed me at his great Ajaxpatterns in which he suggests a 
   different solution: if (self.uploadMessages) { // Already exists return; } var
   head = document.getElementsByTagName(“head”)[0]; var script = document.createElement(‘
   script’); script.type = ‘text/javascript’; script.src = “upload.js”; head.appendChild(
   script); Via DOM manipulation a…
 * [Ajax](https://alex.kirk.at/category/code/ajax/), [Code](https://alex.kirk.at/category/code/),
   [PHP](https://alex.kirk.at/category/code/php/)
 * 
   ## 󠀁[No Google Office To Be Expected](https://alex.kirk.at/2005/10/09/no-google-office-to-be-expected/)󠁿
   
 * October 9, 2005
 * According to an interview of Sergey Brin (founder of Google) by John Battelle,
   Google does not plan to publish a web based office, as rumored before (fueled
   by a new partnership between Google and Sun (owner of openoffice.org)). “I don’t
   really think that the thing is to take a previous generation of technology and
   port…
 * [Code](https://alex.kirk.at/category/code/)

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