Smartphone Thoughts - Daily News, Views, Rants and Raves

Be sure to register in our forums! Share your opinions, help others, and enter our contests.





Go Back   Thoughts Media Forums > SMARTPHONE THOUGHTS > Smartphone Developer

Reply
 
LinkBack (1) Thread Tools Display Modes
  1 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 05-05-2006, 04:00 AM
Editor Emeritus
Jerry Raia's Avatar
Join Date: Aug 2006
Posts: 6,244
Default IE Mobile Supports AJAX

http://blogs.msdn.com/fzandona/archive/2006/05/03/589134.aspx

"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]
 
Reply With Quote
  #2 (permalink)  
Old 05-05-2006, 04:12 AM
5000+ Posts? I Should OWN This Site!
ctmagnus's Avatar
Join Date: Aug 2006
Posts: 5,725

The term AJAX always makes me think "coffee shop". :silly:
 
Reply With Quote
  #3 (permalink)  
Old 05-05-2006, 04:17 AM
Contributing Editor
Kris Kumar's Avatar
Join Date: Aug 2006
Posts: 5,160

Then how come GMail and Google Reader and other AJAX site not work on the pIE? :?
 
Reply With Quote
  #4 (permalink)  
Old 05-05-2006, 04:18 AM
Contributing Editor
Ed Hansberry's Avatar
Join Date: Aug 2006
Posts: 7,846
Default 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. :?
__________________
Boring text sig
 
Reply With Quote
  #5 (permalink)  
Old 05-05-2006, 04:24 AM
Editor Emeritus
Mike Temporale's Avatar
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
 
Reply With Quote
  #6 (permalink)  
Old 05-05-2006, 05:14 AM
5000+ Posts? I Should OWN This Site!
ctmagnus's Avatar
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.
 
Reply With Quote
  #7 (permalink)  
Old 05-05-2006, 05:22 AM
Neophyte
Join Date: Apr 2006
Posts: 6
Default 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.
__________________
iRyder Product Manager
http://www.iRyder.com
 
Reply With Quote
  #8 (permalink)  
Old 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.
 
Reply With Quote
  #9 (permalink)  
Old 05-05-2006, 01:07 PM
Editor Emeritus
Mike Temporale's Avatar
Join Date: Aug 2006
Posts: 11,179
Default 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
 
Reply With Quote
  #10 (permalink)  
Old 05-05-2006, 01:09 PM
Editor Emeritus
Mike Temporale's Avatar
Join Date: Aug 2006
Posts: 11,179
Default 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
 
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

LinkBacks (?)
LinkBack to this Thread: http://forums.thoughtsmedia.com/f95/ie-mobile-supports-ajax-19173.html
Posted By For Type Date
Smartphone Thoughts: IE Mobile Supports AJAX This thread Refback 07-30-2008 12:35 PM


All times are GMT +1. The time now is 11:30 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 RC7