Skip to content

Download Jaipho

jaipho-0.55.00.zip
160.42 KB
view

Download Pipho

pipho-1.02.01.zip
153.85 KB
view

Support Jaipho

Jaipho beta is a free script and we hope that you enjoy using it. If you do, here is a way that you can show us that you appreciate the hard work that we've done for you!





iPad version - test installation

August 12, 2010 by Tole

On http://jaiphodemo.info/demos/ipad-test-01/ you can find the first test version. If it is accessed by iPad it will be optimized for it. All other devices will be served with iPhone optimized version.

This iPad version is mainly made by following the guide published on Porting Jaipho to iPad article.
It means that the size values are still hardcoded in css (and few in javascript), only now we have one additional css file for iPad - jaipho-ipad.css. iPad css file contains only sizes. iPhone css is generally same as before. When iPad comes you need both css file: iPhone loaded first and after it the iPad version which will adjust sizes.
Note that the path to css is slightly changed because I plan to add support for themes. It seems that many users liked the iUI example.

There is one big issue with this version. It is not tested with iPad, so there is possibility that some of mine size assumptions were wrong. It particularly stands for determining usable height for images, position of bottom toolbar and description texts.

You can even download the full source (attached to article) and try it on your own system. I would be very grateful if someone adjust the sizes in jaipho-ipad.css to fit real iPad and send the result back.

update: iPad support is standard since Jaipho 0.54 and Pipho 1.02. Read more at http://www.jaipho.com/content/ipad-version-released
AttachmentSize
pipho-1.02.00-RC01.zip79.22 KB

Comments

Error

August 13, 2010 by Paul Chevallier (not verified), 1 year 25 weeks ago
Comment id: 240

I downloaded the attached pipho-file and put it on my website to review and change values to see if I could get the pictures more fullscreen..

But... When I tried to access the index.php file I'm getting an error:

Warning: mkdir() [function.mkdir]: Permission denied in /home/chevallier/domains/chevallier.nl/public_html/idevice/pipho-1.02.00-RC01/library/Pipho/FileManager.php on line 311
Folder [photos/test/resized] could not be created. If you are using Linux, make sure that your gallery folders are writable by PHP by setting ownership (chown) to appache, or setting write permision (chmod) to all

When I try to make all folders not read-only on my pc it doesn't work.. so what's going wrong?

RE: Error

August 15, 2010 by Tole, 1 year 24 weeks ago
Comment id: 261

Paul, you have to make writable only photos and its sub folders. You can do it with Linux command "chmod -R 777 photos/" from your webroot. It's a common problem with Pipho because it writes files on the disc. If you are not command line guy, you can also do it from your ftp client (e.g. WinScp).

So, how does it looks on iPad? What are your first impressions?