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!





Category: piphoSyndicate content

How to change thumbnail size?

October 11, 2011 by Tole

Let's say that you want to change thumbnails size from 75px to 150px for iPad. Right now you can accomplish it in two easy steps (bellow), but in the future it should be configurable.

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.

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

What is the difference between Jaipho and Pipho?

February 25, 2011 by Tole

Jaipho is the main project that this site is devoted to. It is a javascript gallery optimized for iPhone.
Jaipho is strictly client side technology (Javascript, html, css). It can not read or resize your images from disk. It requires someone else to do all the data preparation. You can type the data manually in html page, or you can use server side scripting language to do it.

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

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.

Pipho 1.01.01 - Jaipho 0.52.03 catch up

October 5, 2009 by Tole

This version includes the latest Jaipho 0.52.3.

There are two more bug fixes included in this patch:
1. First gallery image when listing galleries, now considers configured sort order.
2. Added escaping quotes in title and description, so now you can use quotes.

Using Jaipho with iUI

August 9, 2009 by Tole

iUI demo image gallery

In this article, we will step by step integrate Jaipho, Pipho and iUI. Purpose of this article is to see how to use Jaipho/Pipho in multi galleries environment, and how to implement a different designs.

The whole source which cames out as result of this steps is attached to post.
Live demo can be found at http://www.jaiphodemo.info/pipho-iui/.

Summarized, we will create iUI based page which will contain list of all our galleries (index.php), and we will change Jaipho based page to fit the iUI digg sample design (gallery.php).

Pipho 1.01 - Images sort order

August 9, 2009 by Tole

This version mostly implements features which in past period few users requested.
New features:

Sorting
Till now, gallery images were shown only in filesystem order. Now through PIPHO_SORT_GALLERIES_ and PIPHO_SORT_IMAGES_ constants (6 in total), you can specify in which order your, both galleries and photos, will be displayed on screen.