Most plist (property lists) files generated by iOS are just xml, so use the mime type:
application/xml
By default plist files created by Mac OS X use binary with the mime type:
application/x-plist
Most plist (property lists) files generated by iOS are just xml, so use the mime type:
application/xml
By default plist files created by Mac OS X use binary with the mime type:
application/x-plist
When running iPhone OS 4 beta 1, syncing with iTunes doesn’t backup the iPhone causing the error:
Install the iPhone SDK 4 beta with Xcode 3.2.3 (or later), which will update some files in iTunes and enable the backup to complete successfully.
An iTunes update is likely to be released soon to address this and other issues some users are experiencing with syncing.
Update 25/04/10: Apparently iPhone OS 4 beta 2 backs up in iTunes 9.1 without any issues.
If you want to disable the ‘Cut / Copy / Paste’ invoked by holding down on an element in Safari on the iPhone or iPad use the css:
-webkit-user-select: none;
However, as stressed by Apple, this should only be disabled on a per element basis, and never applied to the whole document.
Apple’s Technical Note TN2262: Preparing Your Web Content for iPad covers this along with using web standards instead of plugins (something that really interests me at the moment).
I use iWeb to managed a podcast, simply because I felt I should utilise my iDisk more and the send to iWeb option in GarageBand is just too convenient, however, the other day I was kindly greeted with this error:
‘Couldn’t reach the MobileMe configuration server’
A quick search on twitter led to no results, so I assumed it was a problem with my MacBook / connection rather than MobileMe as a whole.
Close iWeb, Go to User > Library > Cache and drag the iWeb folder to your desktop.
Hey presto!
You can delete the iWeb folder from you desktop once it works again..