I'd like to know the first guy to send json over the wire starting the ajax craze.
Ask HN: Who built XMLHttpRequest at Microsoft in 1999?
11–20 of 59 posts
Re: Ask HN: Who built XMLHttpRequest at Microsoft in 1999?
#12I'd like to know the first guy to send json over the wire starting the ajax craze.
Re: Ask HN: Who built XMLHttpRequest at Microsoft in 1999?
#13I'd like to know the first guy to send json over the wire starting the ajax craze.
Douglas Crockford, as that was the first thing JSON (as a data format) was used for: http://en.wikipedia.org/wiki/JSON#History
Re: Ask HN: Who built XMLHttpRequest at Microsoft in 1999?
#14Re: Ask HN: Who built XMLHttpRequest at Microsoft in 1999?
#15Who's idea was it, and who built it? While history generally gets rewritten towards a simplified, single-victor model (e.g. Edison and electricity, Ford and assembly lines), there is no simple answer to this because the need for a scripted way to load and consume content was very widespread. There were a number of solutions at the time. The most prevalent was simply having a hidden iframe (which actually worked quite…
Re: Ask HN: Who built XMLHttpRequest at Microsoft in 1999?
#16I'd like to know the first guy to send json over the wire starting the ajax craze.
Re: Ask HN: Who built XMLHttpRequest at Microsoft in 1999?
#17It would be remiss to not mention Shawn Bracewell in the discussion. According to Alex Hopmann, Shawn was responsible for adding asynchronous support: "Step one was to bring the code up to production quality so we got Shawn Bracewell, one of the devs on the OWA team to take it over. Being a smart guy he promptly threw away all of my code and rewrote it in a more solid fashion, adding async support, error handling and…
Re: Ask HN: Who built XMLHttpRequest at Microsoft in 1999?
#18Re: Ask HN: Who built XMLHttpRequest at Microsoft in 1999?
#19I'd like to know the first guy to send json over the wire starting the ajax craze.
Ajax craze started with XML. JSON came later.
Re: Ask HN: Who built XMLHttpRequest at Microsoft in 1999?
#20Who's idea was it, and who built it? While history generally gets rewritten towards a simplified, single-victor model (e.g. Edison and electricity, Ford and assembly lines), there is no simple answer to this because the need for a scripted way to load and consume content was very widespread. There were a number of solutions at the time. The most prevalent was simply having a hidden iframe (which actually worked quite…