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...
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.
...
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 ...
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...
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);"...
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)
...
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 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 :(
...
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&sensor=false&lci=transit&layer=traffic&saddr=1.31224,103.865&daddr=1.310664,103.857132
NSString *urlString = [myString absoluteString];
NSString *urlAddress =myStrin...
how to arrange data by grouping in table view
Thanks
...
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...
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.
...
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).
...
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....
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...
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...
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
...
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...
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...
this is the link for unzip code (no links please)
...