hi,
i want to develop a simple data driven mobile page that can be access through mobiles.
just enter the data thru mobile then can be read by mobile can u please give me the tips/codes for that.
also any free hosting site with database.
thanks
Printable View
hi,
i want to develop a simple data driven mobile page that can be access through mobiles.
just enter the data thru mobile then can be read by mobile can u please give me the tips/codes for that.
also any free hosting site with database.
thanks
Not sure how basic a tip you are hoping for, but here's the one I like best for mobile dev: DON'T REQUIRE TYPING.
Ok, you can't always do that, and it may not be possible in your case, but it's a good thing to keep in mind. Whenever the user has to enter something, always consider what alternatives you might have for entry. Typing in text is routine for any desktop app, but you might go to great lengths (such as providing a screen with number buttons for numerical entry) to avoid requiring typing on a PDA.
the user will type simple text and note more then 150 chars.