palm

how to call web service by supplying credentials in Palm WebOS

99封情书 提交于 2019-12-25 03:17:24
问题 I am able to call a web service that doesn't require server credentials. But I need to call a web service which require server credentials(username and password) for authentication. How to call this type of web services by supplying appropriate credentials using Ajax.Request or any other method in Palm WebOS. Any help would be highly appreciated. Thanks, 回答1: If you are using Basic Authentication you could try this: Using Authentication with Ajax.Request 来源: https://stackoverflow.com

How to get user phone number in palm webOS

喜你入骨 提交于 2019-12-13 05:45:18
问题 i am going to develop an application in palm webOS, for that i need to get phone number from device. Is it possible to get phone number?. please help me to get phone number from palm device. ThanQ... 回答1: You could always use the nuid. Not sure if that will be useful for your app: http://developer.palm.com/index.php?option=com_content&view=article&id=1550 回答2: There is no way through the use of the official APIs to get that information, just like accessing contacts emails, this would allow

What Palm OS 5 development tools can you find nowdays?

强颜欢笑 提交于 2019-12-11 08:55:08
问题 I would like to know now days with the new PalmOS Web development platform on the market, what tools can I use to develop try and deploy software to a Palm with Palm OS 5. Thanks!! PD: If you can provide me real URL addresses I would be very grateful. 回答1: UPDATE: this website is defunct and those download locations will no longer work. I know of no sites hosing official Palm OS SDKs or dev tools anymore. You can still download the 2004 Garnet OS Development Suite from ACCESS. This is the

How to use jquery in palm mojo?

最后都变了- 提交于 2019-12-08 03:22:26
问题 How do I do to be able to use jquery in my palm mojo application? 回答1: Check out this question, especially the comments. Edit in response to the comments: I don't know about Palm development so I can't help you out in detail. Mojo however is based on Prototype. Prototype and JQuery crash because they have identical function names. That's where the noConflict plugin comes in. You can read up on it here and get it here. That's about all I can tell you about it - maybe somebody else can take you

How to use jquery in palm mojo?

穿精又带淫゛_ 提交于 2019-12-06 09:38:56
How do I do to be able to use jquery in my palm mojo application? Pekka supports GoFundMonica Check out this question , especially the comments. Edit in response to the comments: I don't know about Palm development so I can't help you out in detail. Mojo however is based on Prototype. Prototype and JQuery crash because they have identical function names. That's where the noConflict plugin comes in. You can read up on it here and get it here . That's about all I can tell you about it - maybe somebody else can take you through the process step by step. Import Mojo Import jQuery Create a Script