MacRumors
Jul 18, 2007, 12:21 PM
http://www.macrumors.com/images/macrumorsthreadlogo.gif (http://www.macrumors.com)
One tip can could be useful to some is a trick (http://blog.clawpaws.net/post/2007/07/16/Storing-iPhone-apps-locally-with-data-URLs) to encode data into a "data:" url to encode all the information into one long URL. This allows you to access the URL on your iPhone even when not internet-connected. This can work for simple web applications, or even large PDF files.
Pimm describes (http://pimm.wordpress.com/2007/07/18/how-to-read-pdf-files-on-iphone-via-safari-instead-of-lame-email-attachments/) how he used the URI Kitchen encoder (http://software.hixie.ch/utilities/cgi/data/data) to convert a PDF to be stored into a URL.
The recommended method to get this url into your iPhone is to bookmark it in your desktop Safari and allow iTunes to sync the URL to your iPhone.
Article Link (http://www.macrumors.com/iphone/2007/07/18/storing-documents-into-safaris-bookmarks/)
One tip can could be useful to some is a trick (http://blog.clawpaws.net/post/2007/07/16/Storing-iPhone-apps-locally-with-data-URLs) to encode data into a "data:" url to encode all the information into one long URL. This allows you to access the URL on your iPhone even when not internet-connected. This can work for simple web applications, or even large PDF files.
Pimm describes (http://pimm.wordpress.com/2007/07/18/how-to-read-pdf-files-on-iphone-via-safari-instead-of-lame-email-attachments/) how he used the URI Kitchen encoder (http://software.hixie.ch/utilities/cgi/data/data) to convert a PDF to be stored into a URL.
The recommended method to get this url into your iPhone is to bookmark it in your desktop Safari and allow iTunes to sync the URL to your iPhone.
Article Link (http://www.macrumors.com/iphone/2007/07/18/storing-documents-into-safaris-bookmarks/)
