Activate your free membership today | Log-in

Monday, March 5th, 2007

AOL launches Dojo based Ajax WebMail

Category: Showcase

<p>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. <script type="text/javascript">var djConfig = { isDebug: false, debugAtAllCosts: false, useXDomain: false, debugContainerId: "wsDebugger" };</script>
  3.  
  4. <script src="http://ro-r01.webmail.aol.com/23921/js/dojo-custom/dojo.js" type="text/javascript"></script>
  5. <script type="text/javascript"> dojo.registerModulePath('ws', '../ws');</script>
  6.  
  7. <script 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. </script>
  23.  

AIM WebMail

Related Content:

  • Hot skills: Dojo encourages Ajax innovation
    What is it? In April 2006, a reviewer provided a round-up of 50 different Ajax frameworks and toolsets - and the number has certainly increased since...
  • IBM goes open source with Ajax
    IBM is partnering with the Open Source Dojo Foundation in its quest to improve Ajax development. Big Blue also donated code to Dojo to help jumpstart...
  • Sun gets serious about Ajax
    Sun Microsystems Inc. demonstrates a commitment to Ajax with its new involvement with to alliances working on Ajax technology, the OpenAJAX Alliance...
  • Ajax mature enough for the enterprise
    Edwin Aoki, technology fellow at AOL LLC., delivered a keynote address titled "Ajax in the Real World" at The Ajax Experience conference in San...
  • Ajax framework released
    Simplified Ajax development is the goal of a new framework from Emergetk, released under the General Public License (GPL). It is written in C# and the...

Posted by Dion Almaer at 7:59 am
6 Comments

++++-
4.3 rating from 19 votes

6 Comments »

Comments feed TrackBack URI

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… ;)

Comment by Jesse Kuhnert — March 5, 2007

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.

Comment by Nir Tayeb — March 5, 2007

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.

Comment by Ben — March 5, 2007

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…

Comment by Jesse Kuhnert — March 5, 2007

@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.

Comment by Trevor — March 6, 2007

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.

Comment by Karl — March 6, 2007

Leave a comment

You must be logged in to post a comment.