Does anyone know of a PHP ide App, for iPad with FTP, and SVN?
I can't find any decent ones on the App Store, most have FTP, but no code highlighting and no SVN.
Does anyone know of a company/app that they know will continualyl be developed to have all functions that I would want?
Thanks in advance
I want to be able to edit HTML CSS and JS on my iPad. I noticed that there are a few applications in AppStore that does that. But I'm not sure which to use.
I need grammar highlight, tag autocompletation and preview.
Please suggest one.
I recently made the mistake of leaving my brand-new iPad on my kitchen counter... and my wife dropped home-made peanut butter on it. Does Apple cover this type of damage?
George
I live in Holland and got my iPad from the US I have two problems:
1 Could not connect to App Store, after registering an US account it worked but far from ideal.
2. YouTube gives à cannot connect error.
Does anyone know à work around for this?
Has anyone used e-readers to read technical doc/books saved as pdf? I have books saved in pdf formats and looking for a device to read them on other than my computer.
example kindle, ipad, nook, etc
Apple advises using the following code to detect whether running on an iPad or iPhone/iPod Touch:
if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) {
// The device is an iPad running iPhone 3.2 or later.
// [for example, load appropriate iPad nib file]
}
else {
// The device is an iPhone or iPod touch.
// [for example, load…
Apple advises using the following code to detect whether running on an iPad or iPhone/iPod Touch:
if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) {
// The device is an iPad running iPhone 3.2 or later.
// [for example, load appropriate iPad nib file]
}
else {
// The device is an iPhone or iPod touch.
// [for example, load…
I'm building an iPad app, and would like to use a "tiled" display with objects arranged in a grid, similar to the iPhone/iPad home screen and the iPad photos app.
More examples of this interface:
http://itunes.apple.com/us/app/flipside-hd/id364916273?mt=8
http://itunes.apple.com/us/app/evernote/id281796108?mt=8
Is there any pre-built…
My website makes extensive use of image-maps. The images are of pages from a medieval manuscript. The mouseOver event of the AREA tags has a tooltip attached to it, which displays a modern typographic transcription of the ancient script for the line the mouse is hovering over.
I just checked my website out on the iPad at the Apple…
I'm getting crashes when trying to play a movie using MPMoviePlayerController on the iPad and in the iPad simulator using iOS 4.2. I am building using xcode 3.2.5 and the 4.2 SDK. When running on an iPad using iOS 3.2 or in the iPad simulator 3.2, the same code works fine, but on an iPad running 4.2 or in the iPad simulator 4.2,…
I'm building a recording iPad application that will take some moderately large recordings on the iPad (5-10 minutes of full audio roughly 5-10Megabytes in size.) How can I synch such large files to my web server for use? I want the synching to occur asynchronously in the background. Is there an existing library/utility to synch…
Hi, i have made an application in iphone which supports video recording and i want it to launch on iPad too but currently i dont know whether ipad device supports voice recording or not. can anyone please tell me whether IPAD SUPPORTS VOICE RECORDING???
thanks...
I am trying to initiate a OTA app install from within a phonegap iPad app.
I have tried this:
var url = "http://www.example.com/test.plist";
window.open("itms-services://?action=download-manifest&url=" + url, "_blank");
This works in iOS 5 but NOT iOS 6.
I have also tried using the ChildBrowser plugin to point to a page…
I know Objective-C from Desktop Apple Programming.
But i want to jump on the iPad bandwagon and start developing some small edutainment applets.
Is the iPad API the same as iPhone just with more power?
Do i need to join the iPhone developer program and does it still start with $100.
Is there any iPad emulator yet?
Hi everyone,
i try to upgrade my old existing app to make it a universal application for iphone and ipad.
i clicked on my target and tryed to select "upgrade current target for ipad", but i cannot click it, because its not clickable.
my project settings are:
The Base SDK is set to iPhone Device 3.2
The iPhone OS Deployment…
Recently, I have been working on a project where the interface should work for desktop and tablets (in particular the iPad).
One issue I am coming across is with a Dojo dialog on the iPad when text entry is taking place.
Basically here is what happens:
Load Dojo interface with buttons on iPad - OK
Press button (touch) to…
I followed "iPad Programming Guide" from Apple to try to upgrade one of my iPhone project for iPad. But I cannot find the menu item of "upgrade current target for ipad" even after I selected one of the Targets.
What is the reason? My SDK version is 3.1.3.
Thank you.
The screenshot is here
Hi,
I have a website that uses flash. I would like to convert the website so that iphone / ipad users can see my website. I understand that Iphone / Ipad can't render flash. What would be the best-practice to convert flash website to iphone / ipad compatible?
I am thinking HTML 5.