|
nutballs
|
 |
« on: October 19, 2007, 10:16:02 PM » |
|
Currently I am wrapping up my "stage 1" coding of an application I am working on, which eventually will be launched in the hopes of mass consumption by all, making me a multimillionaire. Of course, my delusions of grandeur require some planning, so I have a conundrum.
Do i Ajax or not?
first, some very covert explanations of what I am doing: The application is actually a fairly simple app, but it does provide a service that I think is lacking. It is a single purpose application, meaning it does 1 thing, and thats it. Mind you it actually does q few things technically, but only in this one very specific niche, by doing the same thing a few different ways. think of shoes if you will. All are meant to protect the bottoms of your feet, but there are sandals, boots, sneakers, etc. This app would benefit from being accessible from mobile phones, not just the iPhone. All that ajax would really do in the case of this app is to reduce page loads, which could be a big deal for some users potentially.
The reason I single out the iPhone is because of ajax. The iPhone does ajax, no other phone does that I am aware of. Even if something does, not enough do yet. Eventually they will, but today, and even tomorrow, they don't.
So, to Ajax or to not. The advantage of not having to reload a page, which could contain alot of rows of data, each time the user adds or removes something would be great. However, it would also mean eliminating the cell phones.
Now technically, there is probably no reason to support cell phones with the Full application. I could create a small version, just for cell phones, eliminating most of the functionality, just the parts that I think would benefit from mobility.
mostly i am talking outloud. I think i have my answer from what I just said, which is, that I could AJAX it, and just provide a minimal feature set for mobile. Now my question is if it is worth it. I have a feeling that today, if you don't do an app with AJAX, people think its a bit Ghetto. Personally I think its overused, but i dont count for much but 1 vote.
bah fuck. how many more weeks is this gonna take me now... lol
|