Monday, March 5th, 2007
AOL launches Dojo based Ajax WebMail

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:
-
-
<script type="text/javascript">var djConfig = { isDebug: false, debugAtAllCosts: false, useXDomain: false, debugContainerId: "wsDebugger" };</script>
-
-
<script src="http://ro-r01.webmail.aol.com/23921/js/dojo-custom/dojo.js" type="text/javascript"></script>
-
<script type="text/javascript"> dojo.registerModulePath('ws', '../ws');</script>
-
-
<script language="javascript" type="text/javascript">
-
dojo.a11y.setCheckAccessible(false); // PERF: prevent hit to /dojo.../images/tab_close.gif by disabling accessibility check. See dojo.a11y.js for details.
-
-
/* Need these here only because of a subtle widget parsing bug in 0.4 */
-
dojo.require("dojo.widget.LayoutContainer");
-
dojo.require("ws.widget.WSToolbar");
-
-
dojo.require("ws.dojofixes");
-
dojo.require("ws.date");
-
dojo.require("ws.UserContext");
-
dojo.require("ws.WebSuite");
-
-
//Todo: better way to set this? (Yu)
-
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";
-
dojo.addOnLoad(ws.WebSuite, "initialize");
-
</script>
-













It’s actually a pretty good little app. Much much better than yahoo’s new email app - but still not comparable to gmail of course… ;)
They have a problem with the registration procces (With the phone field, or maybe it’s because I’m from israel), I can’t check the mail,
sombody can registr instead of me and let me the details? tnx.
Well AOL’s Beta webmail is OK, but it’s hardly amazing. I do like their keep it simple approach, one up on their old system.
We have been busy refining our Ajax Webmail product into PHP, checkout http://phpdemo.atmail.com/ for a sample.
Omg Ben… You’re internet “cool” account has been debited by 2 points. The first for yammering about your own product during someone else’s news highlight, and the second for showing an inferior webmail app that doesn’t even work unless “popups are enabled in your browser”. Things aren’t looking good…
@Jesse Kuhnert:
The popup requirement only seems to apply to Firefox.
Anyway, the non-Firefox interface from Ben’s site is worlds better than the one AOL has just released as beta.
We looked at @mail a year ago for deplyment across our infrastructure. It _still_ has quite a ways to go technology and price wise. We can, and did, deploy Exchange for cheaper.