News Articles Tutorials Links Dictionary
  Friday November 21, 2008



 
 AOL launches Dojo based Ajax WebMail
TopXML Reblogger XML News

Loading AIM Mail

AOL has launched their AIM Webmail beta that uses Dojo for rich interaction a la Gmail and Yahoo! Mail.

AOL has been a long term fan of Dojo and it shows in view source:

HTML:
  1.  
  2. type="text/javascript">var djConfig = { isDebug: false, debugAtAllCosts: false, useXDomain: false, debugContainerId: "wsDebugger" };
  3.  
  4. src="http://ro-r01.webmail.aol.com/23921/js/dojo-custom/dojo.js" type="text/javascript">
  5. type="text/javascript"> dojo.registerModulePath('ws', '../ws');
  6.  
  7. language="javascript" type="text/javascript">
  8.         dojo.a11y.setCheckAccessible(false);  // PERF: prevent hit to /dojo.../images/tab_close.gif by disabling accessibility check.  See dojo.a11y.js for details.
  9.  
  10.         /* Need these here only because of a subtle widget parsing bug in 0.4 */
  11.         dojo.require("dojo.widget.LayoutContainer");
  12.         dojo.require("ws.widget.WSToolbar");
  13.                
  14.         dojo.require("ws.dojofixes");
  15.         dojo.require("ws.date");
  16.         dojo.require("ws.UserContext");
  17.         dojo.require("ws.WebSuite");
  18.  
  19.         //Todo: better way to set this? (Yu)
  20.         ws.WebSuite.miniSnsLoginUrl = "http://my.screenname.aol.com/_cqr/login/login.psp?seamless={1}&sitedomain=sns.beta.webmail.aol.com&lang=en&locale=us&authLev=2&uitype=mini&siteState=ver%3a1%252c0%26ac%3aWS%26ld%3aro-r01.webmail.aol.com%26uv%3aAIM%26lc%3aen-us%26ud%3aaim.com%26br%3aWebSuite-Beta&loginId={0}&_sns_width_=174&_sns_height_=196&_sns_fg_color_=333333&_sns_err_color_=C81A1A&_sns_link_color_=2864B4&_sns_bg_color_=CFD9E3";
  21.                 dojo.addOnLoad(ws.WebSuite, "initialize");
  22.  

AIM WebMail