
05-05-2006, 04:00 AM
|
|
Editor Emeritus
Join Date: Aug 2006
Posts: 6,244
|
|
IE Mobile Supports AJAX
"I have been asked about AJAX development support for Internet Explorer Mobile (running on Windows Mobile-based devices). The short answer is: YES, IE Mobile on Windows Mobile 2003 and later supports AJAX! The long answer was given last year by Kevin Grey, SDET on the IE Mobile Team..."What is AJAX you might ask (I had to ask)? It stands for Asynchronous JavaScript And XML of course. The basic idea is instead of refreshing the entire web page when you are entering some information, for example, only the part that changed updates. On a mobile web page this is great with page loading being painfully slow at times.
__________________
[Q 9h] [iPhone (16gb)] [att Tilt]
[EOS-1D MarkIII] [G9]
|
| |
|
|
|

05-05-2006, 04:12 AM
|
|
5000+ Posts? I Should OWN This Site!
Join Date: Aug 2006
Posts: 5,725
|
|
The term AJAX always makes me think "coffee shop". :silly:
|
| |
|
|
|

05-05-2006, 04:17 AM
|
|
Contributing Editor
Join Date: Aug 2006
Posts: 5,160
|
|
Then how come GMail and Google Reader and other AJAX site not work on the pIE? :?
|
| |
|
|
|

05-05-2006, 04:18 AM
|
|
Contributing Editor
Join Date: Aug 2006
Posts: 7,846
|
|
Re: IE Mobile Supports AJAX
Quote:
|
Originally Posted by Jerry Raia
"I have been asked about AJAX development support for Internet Explorer Mobile (running on Windows Mobile-based devices). The short answer is: YES, IE Mobile on Windows Mobile 2003 and later supports AJAX! The long answer was given last year by Kevin Grey, SDET on the IE Mobile Team..."
What is AJAX you might ask (I had to ask)? It stands for Asynchronous JavaScript And XML of course. The basic idea is instead of refreshing the entire web page when you are entering some information, for example, only the part that changed updates. On a mobile web page this is great with page loading being painfully slow at times.
|
What good is AJAX support though if it can't load your GMail page without having to resort to plain old HTML? I am surprised it supports it at all, but I guess I'm not surprised that it is a limited implementation. :?
|
| |
|
|
|

05-05-2006, 04:24 AM
|
|
Editor Emeritus
Join Date: Aug 2006
Posts: 11,179
|
|
Quote:
|
Originally Posted by ctmagnus
The term AJAX always makes me think "coffee shop". :silly:
|
Coffee? Nah, that's Java. Ajax always makes me think of that toilet cleaner.  ukeface:
Back on topic... I find all of the added IE Mobile features to be a great addition. However, I would have expected more effort put into the underlying problems. Like why is there no cap on IE temp files, and why doesn't Windows Mobile automatically delete them when space is running low. That, to me, would be a better improvement than the latest round of feature additions. 
__________________
"I have no special talents, I am only passionately curious" - Albert Einstein
|
| |
|
|
|

05-05-2006, 05:14 AM
|
|
5000+ Posts? I Should OWN This Site!
Join Date: Aug 2006
Posts: 5,725
|
|
Quote:
|
Originally Posted by Mike Temporale
I would have expected more effort put into the underlying problems. Like why is there no cap on IE temp files, and why doesn't Windows Mobile automatically delete them when space is running low.
|
I haven't done too much research into this on the Smartphone end (darn Canadian data plans) but I've got my IE cache set to max out at 8MB on my Pocket PC, via MemMaid. And when I get my next device (at this point, likely a JAMin), I'll apply the same settings there.
|
| |
|
|
|

05-05-2006, 05:22 AM
|
|
Neophyte
Join Date: Apr 2006
Posts: 6
|
|
Not There Yet
A couple of weeks ago I tried implimenting some Ajax on WM2003SE and it was quite a disappointment. No show/hide layers. Just about the only DHTML thing I could get to work was innerText and innerHTML and only for div and span tags.
Also, when I tried to use innerHTML to write the contents of a div and include a button with an onClick event handler outside the div, it would not work.
I'd say that MS has a long way to go before AJAX is a reality on WM.
|
| |
|
|
|

05-05-2006, 12:39 PM
|
|
Theorist
Join Date: Sep 2003
Posts: 301
|
|
I think it's important to keep sight of what is available on mobile IE and what is not, and how that impacts AJAX.
The one big huge essential feature (XMLHttp) is present, which frankly surprised me. So it is possible to do the out of band requests to the server that AJAX depends on.
However, the *other* feature that is normally required is a decent DHTML implementation, and that really isn't there yet.
If you expected typical AJAXy applications to work out of the box, or anything built with the various toolkits that are now available, you'd almost certainly be disappointed.
Still, it's better than nothing.
|
| |
|
|
|

05-05-2006, 01:07 PM
|
|
Editor Emeritus
Join Date: Aug 2006
Posts: 11,179
|
|
Re: Not There Yet
Quote:
|
Originally Posted by dbarnhart
A couple of weeks ago I tried implimenting some Ajax on WM2003SE and it was quite a disappointment. No show/hide layers. Just about the only DHTML thing I could get to work was innerText and innerHTML and only for div and span tags.
Also, when I tried to use innerHTML to write the contents of a div and include a button with an onClick event handler outside the div, it would not work.
I'd say that MS has a long way to go before AJAX is a reality on WM.
|
You'll need a WinMo5 device with AKU2 for AJAX to work on Windows Mobile. So I'm not surprised to hear that you had little success on a 2003SE device. 
__________________
"I have no special talents, I am only passionately curious" - Albert Einstein
|
| |
|
|
|

05-05-2006, 01:09 PM
|
|
Editor Emeritus
Join Date: Aug 2006
Posts: 11,179
|
|
Re: IE Mobile Supports AJAX
Quote:
|
Originally Posted by Ed Hansberry
What good is AJAX support though if it can't load your GMail page without having to resort to plain old HTML? I am surprised it supports it at all, but I guess I'm not surprised that it is a limited implementation. :?
|
I'm guessing at this but.... I think http://www.Start.com or http://www.Live.com would work without issues. 
__________________
"I have no special talents, I am only passionately curious" - Albert Einstein
|
| |
|
|
|
|
|