We are using the POST
method to send variable values via AJAX, but it is also possible to use GET.
Alright, so we have our AJAX-driven Hot Recipes section up on POTR. We have
added another form for visitors to submit their own recipes, and also a comment
approval system??”of course we don't want spam bots to flood our recipe pages with
advertisements to increase the strength/size of particular body parts! We have also
created fallback systems for people who do not have AJAX devices.
So let's think about what else is possible with AJAX on the mobile.
Mobile AJAX
[ 198 ]
I Want More AJAX on My Mobile!
You can do wonders with AJAX. Just like how people have built breakthrough web
applications using AJAX, you can build a breakthrough mobile application using
AJAX. Or if you already have a great web app, you can port it to mobile using AJAX.
You can use effects and animation, drag and drop, and many other things. Just keep
in mind the battery and network power your application will consume.
And if you have been looking around, you certainly want to deploy your application
on the iPhone! Apple's unique mobile phone cum iPod cum dual finger scrolling
machine.
Pages:
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265