JavaScript

AJAX, an object oriented XML parser

Sunday, September 14th, 2008 | AJAX, JavaScript | 2 Comments

A lot of XML parsers that are used in AJAX scripts use a global variable to store the output. This works fine untill you want to want to do multiple requests at the same time. And that exactly should be one of the advantages of AJAX, the ‘a’ of Asynchronous. So, what’s going wrong when [...]

Tags: ,

Changing type attribute in IE

Tuesday, August 26th, 2008 | JavaScript | 5 Comments

I never had noticed this before, but a little while ago I found out that changing the type attribute on an input box doesn’t work in Internet Explorer. Not in IE6 and even not in IE7. I tried element.type=”text”; and element.setAttribute(“type”, “text”); but both methods didn’t work. Strange, because these methods won’t give any problems [...]

Tags: ,

About Arjan

Arjan Snaterse Hi, I'm Arjan Snaterse and in my daily life I'm working as SEO and Frontend manager at Jaludo. There I'm working on casual gaming sites like Funny games and Titter girl games.

In my spare time I'm developing websites in Wordpress or Typolight. HTML standards, semantics and CSS are words that make me happy. So if you need someone who converts your design (PSD) to HTML/Wordpress just contact me.