On 31.03.10 18:12, "rim negra" <[email protected]> wrote:
> I have this book "Building iPhone Apps with HTML, CSS, and JavaScript" but I > don't know in wchich part I should focus !! Start at the beginning and proceed to the end :-) > Thanks so much Andy .. for your answar .. > > I want you to know that I am new in iphone devlopement and I don't Know > exactly how to proceed > > To be more and more clear, > All I need now, is to have a web service (REST or other ) and consume this > service web on the iphone > > > I need to know the architecture of this procedure .. As I wrote: It's simply a HTTP-GET request: i.e.: http://api.flickr.com/services/rest/?method=flickr.test.echo&name=value (If you don't know how to send such a request, you should definitely read in your book about that) > which class in my x code project will be affected ?? You don't need XCode - just use a text-editor, as you do with other websites. > finnally, how can I see in the screen the result of my web servie, the famous > hello world web service or wat ever document.write("<b>Hello World "<\/b>"); or document.getElementById("myTargetElement").innerText = "Hello World"; or the result of your webservice (or whatever). a. -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en.
