GotNoBlog.com

Not logged in (Log In)

hexmode's entries filed under { ajax }

(RSS)
Link Tags Created
ongoing · The Real AJAX Upside
A really good way to achieve high performance in a web server is to not look at the data you’re sending out; just fetch files off the disk (or if you really must, fields out of a database) and pump ’em down the wire as-is.
ajax templates 02/18/2006 22:09
inquisitor ~ instant search 10/11/2005 17:45
Curiosity is bliss: AJAX Debugging with Greasemonkey 08/24/2005 16:39
XML.com: Remote Scripting with AJAX, Part 2 08/23/2005 22:06
shahine.com/omar/ - FireAnt
bjects (classes and methods) and automatically generates client side JavaScript stubs. The end result is that the client side object model looked exactly like the server side object model. Information was transported across the wire using XMLHTTP and the whole thing happened Asynchronously. We extended .NET Attributes to mark classes and methods as FireAnt classes/methods and at build time the script is generated. If you think of SOAP support in the .NET Framework, it’s basically similar. As a developer you do not worry about generating SOAP messages, or building a SOAP parser. All you do is mark your method as [WebMethod] and your classes as [Serializable] and the .NET framework takes care of proxying, class generation etc. That’s what we were shooting for.
08/23/2005 21:42
XML.com: Remote Scripting with AJAX, Part 1 08/20/2005 03:34
XMLHttpRequest and Javascript Closures
how much cooler can you get
08/17/2005 05:30