My First Dabble Into Ajax: dmiessler.com/time

By Daniel Miessler on December 28th, 2006: Tagged as Programming | Time | Tools

2 Comments »

  1. so, heres a point that I have always failed to understand. well ok lets start from the top.

    1. Ajax is not new.. the word is… Iv been making these things for years it used to be called Dhtml .. however the one thing thats different. is that it uses the XMLrequest function. Thats not exactly efficient , and Ill tell you why.. you can push but not pull, using an invisible applet, you can establish a server connection that is bi directional and multi threaded outside of the browsers sandbox. I mean to be honest, I don’t see the attraction when you look at the new Y! mail. its slow , awkward and yeah slow. the parts that make it work so well are the flash applets. flash also allows you to make server state connections (Tunnels). I should do something .. you know what we should colab on it, a pure play AJAX VS these 2 technologies. to underscore the performance variance.

    Comment by Richard Corsale — 1/3/2007 @ 11:17 pm

  2. you know.. looking at this closer I think that alot of the quirks come from the rendering speed of FF or IE ( IE clearly wins out in rendering speed ) the communication from server and allowing the threaded updates of interface components will speed things up considerably though. this could be an interesting OSS project

    Comment by Richard Corsale — 1/4/2007 @ 11:35 am

RSS Feed For This Post...
This Post's TrackBack URI

Leave a Comment...