Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > AJAX on mobile phones

Reply
Thread Tools

AJAX on mobile phones

 
 
Jeff
Guest
Posts: n/a
 
      01-05-2006
Hey

I'm looking for info about using AJAX for building mobile app, so please
post your link....

Also what is your experience using AJAX on mobiles, is it a good or bad
experiece, and why is it so?

Jeff


 
Reply With Quote
 
 
 
 
Chris Smith
Guest
Posts: n/a
 
      01-05-2006
Jeff <> wrote:
> I'm looking for info about using AJAX for building mobile app, so please
> post your link....
>
> Also what is your experience using AJAX on mobiles, is it a good or bad
> experiece, and why is it so?


If this is even possible, I'll be very shocked. I don't know for sure
one way oe the other, but it would be extremely interesting if mobile
phone web browsers implement the technologies needed for AJAX.

--
www.designacourse.com
The Easiest Way To Train Anyone... Anywhere.

Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
 
Reply With Quote
 
 
 
 
Igor Planinc
Guest
Posts: n/a
 
      01-05-2006
Chris Smith wrote:
> Jeff <> wrote:
>
>>I'm looking for info about using AJAX for building mobile app, so please
>>post your link....
>>
>>Also what is your experience using AJAX on mobiles, is it a good or bad
>>experiece, and why is it so?

>
>
> If this is even possible, I'll be very shocked. I don't know for sure
> one way oe the other, but it would be extremely interesting if mobile
> phone web browsers implement the technologies needed for AJAX.
>


And what might those "technologies needed for AJAX" be?
 
Reply With Quote
 
Chris Smith
Guest
Posts: n/a
 
      01-05-2006
Igor Planinc <> wrote:
> And what might those "technologies needed for AJAX" be?
>


JavaScript, and some kind of means of communicating between JavaScript
and the server. For the latter, the non-standard XmlHttpRequest is
normal, but in a pinch, a zero-size frame and decent DOM support will do
(assuming you want to ignore the 'X' in the rather poorly named "AJAX"
acronym, as most people do... otherwise, an XML parser will be needed
and XmlHttpRequest is the only reasonable game in town).

--
www.designacourse.com
The Easiest Way To Train Anyone... Anywhere.

Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
 
Reply With Quote
 
Igor Planinc
Guest
Posts: n/a
 
      01-05-2006
Chris Smith wrote:
> Igor Planinc <> wrote:
>
>>And what might those "technologies needed for AJAX" be?
>>

>
>
> JavaScript, and some kind of means of communicating between JavaScript
> and the server.


Oh, is that all? Every decent browser (Opera for example) already has that. For
quite some time now, in fact. And - surprise, surprise! - it runs on your
average mobile device like magic.

> For the latter, the non-standard XmlHttpRequest is
> normal, but in a pinch, a zero-size frame and decent DOM support will do
> (assuming you want to ignore the 'X' in the rather poorly named "AJAX"
> acronym, as most people do... otherwise, an XML parser will be needed
> and XmlHttpRequest is the only reasonable game in town).

 
Reply With Quote
 
Chris Smith
Guest
Posts: n/a
 
      01-05-2006
Igor Planinc <> wrote:
> Oh, is that all? Every decent browser (Opera for example) already has that. For
> quite some time now, in fact. And - surprise, surprise! - it runs on your
> average mobile device like magic.


I was unaware that Opera had a browser for mobile phones. Nevertheless,

http://www.opera.com/products/mobile.../faq/index.dml

See the next to last question. That makes me rather skeptical about the
ability to use JavaScript for AJAX tasks. It's too vague to reach any
specific conclusions.

--
www.designacourse.com
The Easiest Way To Train Anyone... Anywhere.

Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
 
Reply With Quote
 
Igor Planinc
Guest
Posts: n/a
 
      01-05-2006
Chris Smith wrote:
> Igor Planinc <> wrote:
>
>>Oh, is that all? Every decent browser (Opera for example) already has that. For
>>quite some time now, in fact. And - surprise, surprise! - it runs on your
>>average mobile device like magic.

>
>
> I was unaware that Opera had a browser for mobile phones.


Now you are. In fact, they're so sure their browser will rule the world of
mobile devices, they gave away their (ordinary) web version for free.

> Nevertheless,
>
> http://www.opera.com/products/mobile.../faq/index.dml
> See the next to last question. That makes me rather skeptical about the
> ability to use JavaScript for AJAX tasks. It's too vague to reach any
> specific conclusions.


Try it out (incl. the Opera Mobile TM). That should be enough for those conclusions.
 
Reply With Quote
 
Chris Smith
Guest
Posts: n/a
 
      01-05-2006
Igor Planinc <> wrote:
> > Nevertheless,
> >
> > http://www.opera.com/products/mobile.../faq/index.dml
> >
> > See the next to last question. That makes me rather skeptical about the
> > ability to use JavaScript for AJAX tasks. It's too vague to reach any
> > specific conclusions.

>
> Try it out (incl. the Opera Mobile TM). That should be enough for those conclusions.


That is perhaps good advice for someone who really needs to accomplish
this. I'm not that person.

--
www.designacourse.com
The Easiest Way To Train Anyone... Anywhere.

Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
 
Reply With Quote
 
Daniel Dyer
Guest
Posts: n/a
 
      01-05-2006
On Thu, 05 Jan 2006 16:25:20 -0000, Chris Smith <> wrote:

> Igor Planinc <> wrote:
>> Oh, is that all? Every decent browser (Opera for example) already has
>> that. For
>> quite some time now, in fact. And - surprise, surprise! - it runs on
>> your
>> average mobile device like magic.

>
> I was unaware that Opera had a browser for mobile phones. Nevertheless,


Opera is *the* browser for mobile phones.

> http://www.opera.com/products/mobile.../faq/index.dml


OperaMini is not their full mobile browser, that's for more limited
devices. OperaMobile is what you should be looking at.

Here's the supported standards for Symbian Series 60 devices:

http://www.opera.com/docs/specs/oper...atform=symbian


Dan.

--
Daniel Dyer
http://www.dandyer.co.uk
 
Reply With Quote
 
Chris Smith
Guest
Posts: n/a
 
      01-05-2006
Daniel Dyer <> wrote:
> >
> > I was unaware that Opera had a browser for mobile phones. Nevertheless,

>
> Opera is *the* browser for mobile phones.


Really, 'cause my mobile phone comes with its own browser that's not
Opera. As far as I'm aware, Opera is not *the* browser for anything,
unless you work in Opera's marketing department.

> > http://www.opera.com/products/mobile.../faq/index.dml

>
> OperaMini is not their full mobile browser, that's for more limited
> devices. OperaMobile is what you should be looking at.


No, OperaMobile is what I hypothetically should have looked at if Jeff
had said that he wanted to develop AJAX applications that only run on a
few specific devices for which Opera Mobile is available. I have two
different J2ME-capable phones, for example... one implementing MIDP 1.0,
and another implementing MIDP 2.0... and yet neither could run that
application. AJAX applications that require Opera Mobile may as well be
written in J2ME client apps; unless they deal with HTML in the problem
domain as well, it will be much easier and probably more widely
compatible.

> Here's the supported standards for Symbian Series 60 devices:
>
> http://www.opera.com/docs/specs/oper...atform=symbian


Nothing there about XmlHttpRequest. I know it's available on Opera's
desktop browser (though the implementation is rather quirky). Of
course, since it's not a standard, it wouldn't make sense for it to be
on that page. Still, I don't know how to find out whether it's
available or not. I'm sure not gonna buy a US $300 to $400 phone to
find out.

(I also didn't realize how limited and bizarre Opera Mini really is.
I'm now confident in asserting that AJAX definitely doesn't work there,
since JavaScript doesn't even make it to the client.)

--
www.designacourse.com
The Easiest Way To Train Anyone... Anywhere.

Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
 
Reply With Quote
 
 
 
Reply

Thread Tools

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 Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
iPhone4,iPhone3,Ipad,Apple Mobile,Blackberry Mobile,HTC Mobile,LGMobile,Motorola Mobile,Nokia Mobile,Samsung Mobile chen selina C++ 0 07-13-2010 08:53 AM
cheap LG Mobile Motorola Mobile Nokia Mobile Philips MobileSony-ericsson Mobile yuwenwu004@gmail.com C++ 0 12-09-2007 09:02 PM
cheap LG Mobile Motorola Mobile Nokia Mobile Philips MobileSony-ericsson Mobile yuwenwu004@gmail.com Java 0 12-09-2007 09:02 PM
cheap LG Mobile Motorola Mobile Nokia Mobile Philips MobileSony-ericsson Mobile yuwenwu004@gmail.com C Programming 0 12-09-2007 09:02 PM
VoIP phones vs. VoIP WiFi phones vs. 'regular' phones on VoIP router joseph UK VOIP 3 12-29-2005 06:48 PM



Advertisments