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!





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

AttachmentSize
jaipho-0.55.00.zip160.42 KB

Comments

iPad / iPhone more...

February 3, 2012 by Anonymous, 2 weeks 5 days ago
Comment id: 665

Hello,
After some testing, I realized that the pictures of my albums are copied into the folder /photos.
The problem is that I've resized the images of my photos in subfolders of my albums, so I like that the application uses my images rather than to do it again.
Albums are common to a traditional html site, and upon the filing of a photo, it is copied to subfolders with the format used to display a web page.
The formats that exist in my subfolders are 75x75 and 800x600 with low quality that suits the web.
My question: how not to create the thumbnails and especially how to use the ones I already have.

I changed the filter function getGalleries like that:
if ($ file! = "." && $ file! = "..")
by
if ($ file! = "." && $ file! = ".." && substr ($ file, -3)! = "txt" && substr ($ file, -3)! = "php" && $ file! = "Thumbs.db")
Is this correct?

Thank you for your work and your help.
@+ Jean-Luc

Disable resize

February 5, 2012 by Tole, 2 weeks 3 days ago
Comment id: 668

Hi Jean-Luc,
You can disable Pipho resizing engine by setting the config option PIPHO_SLIDE_RESIZE_ENABLED to false.

To skip a certain files just add them to a $skipList property in Pipho_FileManager, or if it does not suits your needs, you can implement youur own logic in _isValidFile() method

Tole

Subfolder

February 11, 2012 by Anonymous, 1 week 4 days ago
Comment id: 670

Sorry, not much time right now to test.
Thank you very much for the reply Tole.
Once the changes are made​​, I will put the information here.
The changes I have to do is a subfolder by format (thumbs, small, great etc ...)
I looked at the code, and think that by adding three variables, this is possible.
Of course I keep compatibility with the current code (default subfolder resized etc ...)
Thank you for this code, it's mache work, and very well written.
A later
@+ Jean-Luc

iPad / iPhone more...

February 3, 2012 by Anonymous, 2 weeks 5 days ago
Comment id: 664

Sorry, I did not try Pipho just Jaipho.
Now it works between iPad and iPhone.
In my pictures folder, I have a file that are not images.
Is it possible to filter the list of albums and photos.
If so, how?
Thank you for help.
@+ Jean-Luc

iPad/iPhone

February 3, 2012 by Anonymous, 2 weeks 5 days ago
Comment id: 663

Hello,
First of all let me congratulate you for this fabulous job.
My question concerns the compatibility iPhone / iPad 2 (Jaipho v.0.55).
The size of the image on the iPad, is too small.
Can I change this automatically ?
I want to use an iPhone or iPad on the same site and the site automatically adapts to both.
How to do this, because I feel that the iPhone is well taken care of, but not the iPad.
I have both devices (iPhone 4S and iPad 2) and I would like to access the photos on my personal server from the internet with these machines and Android smartphones.
Thank you for everything.
@+ Jean-Luc
PS. Sorry for my English.

Thanks!

September 16, 2011 by Anonymous, 22 weeks 5 days ago
Comment id: 582

Works great (at www.northrup.org). Thanks for the update!