iphone-web

what to learn to complete RSS Application of iPhone.

hi all, I am beggainer developer of iphone application so far i have develope a single iphone application which is not so bad Click here now I am developing iphone application for a website which is Clone of youtube. i have done the following task so far. videos are displayed in three categories i.e Latest,all,Feature with the he...

how insert data to remote database from ip+phone Application

hi all. I am accessing a php website in my iphone application. i want that user read the blogs in their iphone application and when they comments on any blog their comment are stored in the website database. any idea how to do this. OR what i need to study to Talk with remote database..... Thanks In advance. ...

What is best Way to store data locally on iphone ?

I am designing a web app that fetches data every time a user logs into his/her account. The data is an xml file containing image links and some text. I want this data (after image fetch/load from the actual link) to be stored locally so that every time an user opens the app it doesn't have to load everything from scratch. Locally stored ...

HTML named anchor not working more than once on iPhone.

The named anchor at the bottom of the page doesn't work more than once on an iPhone. Any suggestions? Thanks, Andy. <html> <head> <title>anchor scroll test</title> <meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/> <meta http-equiv="content-type" CONTENT="text/html; charset=UTF-8"> <met...

Script in iPhone SDK

Hi all, Can any one help me, how to write a script in iPhone SDK,without HTML string. I am trying this: [webView stringByEvaluatingJavaScriptFromString:@ "var script = document.createElement('script');" "script.type = 'text/javascript';" "script.text = alert(); " "document.getElementsByTagName('body').appendChild(script);"...

Manage Advertisement

Hi all I have a application in apple strore and I want to add advertisement for this apps. Do you know any management tool for manage advertisement? (I want to add advertisement and delete it ... in this tool) ...

XML parser doubt for iphone

i am using same XML parser class to parse 3 class with same attributes name lke each class has name, id , rollno so is it good to parse them in 1 xmlparser only and do each time like this if ( [elementName isEqualToString:@"name"]) { [appDelegate.zone addObject:currentElementValue]; } for all? plz guide me how to parser 3 xml fo...

how to empty the table view data for iphone

how to clear all the data of table view so that i can use the same table to display another data from xml plz help right now my data are sometime merging :( ...

how to open url from string in webview for iphone

i want to just open a url from my string my string is already haiving url i just want to show in webview myString=http://maps.google.com/maps?zoom=8&amp;sensor=false&amp;lci=transit&amp;layer=traffic&amp;saddr=1.31224,103.865&amp;daddr=1.310664,103.857132 NSString *urlString = [myString absoluteString]; NSString *urlAddress =myStrin...

how to arrange table view elements by grouping for iphone

how to arrange data by grouping in table view Thanks ...

Loading PDFs into iBooks programmatically

I have a client that wants to put their course materials, which are already in PDF format into the iBook PDF section on the iPhone/iPad devices. I have loaded one of the PDFs and it looks great but the process is very manual and the end users are not very tech savvy or patient. Is there a way where I can provide a link on a website tha...

how to login/SignUp to a webserver from iphone applicaton

hi all I wan the following functionality in my iphone application User Register/signup form my application to the website(mysql/php) User login to the site from application. User write comment on pictures from application. Please help me out. ...

Is there any free web technology for 360 virtual tours in Iphone/Ipad?

I have a website which has a "360 virtual tours" section, it works with flash. I tried loading it on an iphone and it looks like crap, so I was wondering if there's something free that would allow me to generate the 360 virtual tours for iphone / ipads, the flash virtual tours are generated from WIDE images (something like 900x3NNN). ...

Turn a comic strip to an iphone webapp

Hi, I am helping a friend to turn her weekly comic strip into an iphone webapp. Is there any sample app that I can learn how this is done? The comic strip is a new jpeg file every week, usually containing 4 blocks. It is desirable to show one block at a time and use swipe events to move back and forth. Any help is highly appreciated....

any Good Article/Tutorial which can guide to insert data to database Using JSON in iPhone

Hi guys. I am developing an iPhone application in which I want to insert data into Web-server. some of my friends told me that JSON is best way to do this. Can anybody send me the link of any article/tutorial/blog which elaborate the use of JSON for inserting Date into remote database. I have found some tutorial but they are just showin...

iPhone 4 mobile web app pixel scaling issues

Hello, I'm having trouble getting my mobile web app to render properly on my iPhone 4. According to Wikipedia, the iPhone 4 has 960 width x 680 height pixels and the other iPhones have something like 480 width x 340 pixels. With my current build, the images and CSS styling look really tiny on the iPhone 4. Here is my code: <!DOCTYPE...

Accelerometer in a iOS Safari/WebApp in iPhone and iPad

I have found a way of finding out the orientation of the device (portrait, landscape left, landscape right, upside down) via the listener <body onorientationchange="updateOrientation();"> and in the header function updateOrientation() { switch(window.orientation) { case 0: // normal ...

Any good documentation on Apple's PastryKit framework?

I've been looking and looking, but I haven't been able to find any documentation or tutorial on how to use Apple's PastryKit framework. I know Apple hasn't released it officially so no documentation should be out there, but does anyone know of some guide or anything that someone made on his own? Also, does anyone know what license the f...

i can unzip the folder but how to access that folder form iphone

this code allows you to unzip file and create a folder in documents lets say List and this List folder is having all the unzip data now how to access that List content?? NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES); NSString *documentsDirectory = [paths objectAtIndex:0...

is there any working Unzip code for iphone???

this is the link for unzip code (no links please) ...