Skip to content

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!





Category: releaseSyndicate content

Pipho 1.03.01 - jaipho 0.60.01 catch up

November 25, 2012 by Tole

- deployed with Jaipho 0.60.01

JAIPHO 0.60.01 - Vertical align fix

November 25, 2012 by Tole

Changes summary:
- fixed issue with broken vertical align after orientation was changed and back
- default value for CHECK_ORIENTATION_INTERVAL changed at 200 ms
- gallery list view now is enlarged to whole iPhone screen

Affected parts
- jaipho css - new selector #gallery-list, changed selector .splash-screen
- html template - both templates (index and list) are changed a bit
- javascript source - just include new source file

Pipho 1.03.00 - Android support

October 25, 2012 by Tole

- deployed with Jaipho 0.60
- android browsers are considered as supported now

JAIPHO 0.60.00 - Android support

October 25, 2012 by Tole

Changes summary:
- dynamic size - instead of css hardcoded sizes, Jaipho determines the size automatically.
There is no need for -ipad.css files for iPad support. This feature also makes possible to
run Jaipho smoothly on Android devices. Actually now it is possible to run Jaipho on all modern
browsers, no matter of device it is behind, including desktop ones.
- minor fixes and improovements

Smoother scroll release at last

September 16, 2011 by Tole

This version implements the smooth scroll feature as described in http://www.jaipho.com/content/smoother-scroll-jaipho article. Just for reminder, css translation used for image scroll is now switched to its 3d variant which relies on iPhone 3d graphic processor.

But there is one more, also cool, feature - sticky finger effect (not sure if this is a right name for it). When you move your finger on the screen, the image follows it.
Now it really begins to look like native app.

JAIPHO 0.55.00 - Smoother scroll

September 16, 2011 by Tole

Changes summary:
- animation is performed with css 3d translations, which is much smoother
- simplified slider table structure - no spacers and dummy.gif
- css slightly changed - removed now deprecated css selectors for slider table
- added SLIDE_SPACE_WIDTH javascript constant which defines empty space between slides (can be set even to 0)
- added sticky finger feature on image slider

Pipho 1.02.01 - Jaipho 0.55 catch up

September 16, 2011 by Tole

- in Pipho_FileManager added missing require_once statement for including ItemNotExistsException source

- deployed with Jaipho 0.55

iPad version released

September 2, 2010 by Tole

At last, here is the version which works on iPad too. Although iPad is released few months ago, I think it was worth of waiting because there are few another cool features which were many times requested through contact form or comments on articles.
Let's see them one by one.

Pipho 1.02.00 - iPad support

September 2, 2010 by Tole

- iPad support in Pipho_DeviceInfo by giving the right screen size for iPad and through isIpad() method
- distributed with list.php which displays all image galleries list
- new constant PIPHO_PHOTOS_FOLDER_DESTINATION enables to feature to have the source images on other location on disc drive
- new constant PIPHO_JAIPHO_THEME to select one from two available themes: Default and iUI
- as now there are two templates, configuration is extracted to two config files: _config_pipho.php and _config_jaipho.php

JAIPHO 0.54.00 - iPad support

September 2, 2010 by Tole

Changes summary:
- added jaipho-ipad.css which contains iPad screen size values
- navi button images are defined in css (was defined in html)
- added list.html with template for listing galleries
- distributed with two templates: Default and iUI