
Tutorial: Open prettyPhoto from an image map.
April 19th 2011
Here’s one question that keeps coming back and here’s the ultimate guide to open prettyPhoto from an image map. The solution is really easy and pretty straightforward but let me break it up for you to make sure it’s clear. Demo »Other tutorials »prettyPhoto page » The setup The setup required to open prettyPhoto from […]

prettyPhoto 3.1.1: Deeplinking, social sharing, win
April 13th 2011
Here’s yet another update that I’m quite proud of. This version introduces 2 new features. Project Page »Support forums » First new feature, deeplinking From now on, every time a prettyPhoto window is opened, the url will be updated. That means that you will be able to share a link to a specific picture. Just […]

prettyPhoto 3.1: New theme and ajax support
March 31st 2011
Here’s yet another update to prettyPhoto. It’s quite a big one too, I’ve decided to change the default theme and add ajax support…finally. The theme is a collaboration between Orman Clark and Christian Budsched (Kriesi). I just saw it being used in a WordPress theme and found it so nice that I had to make […]

prettyPhoto 3.0.2: Much needed bug fixes
March 7th 2011
I know, I haven’t been really active lately, but don’t worry I was working on prettyPhoto for the past several months. This new version does not boast any new feature (*sad face*), but it does contains a lot of bug fixes. It is a recommended update for anyone running prettyPhoto on their site. Where can […]

prettyPhoto 3.0.1: Bug fix for jQuery 1.4.4
November 24th 2010
It occurred to me that jQuery 1.4.4 broke the API functionality of prettyPhoto. So I’ve just patched it and updated the files. Head over the project page to download the latest version.

Tutorial: Opening custom content in prettyPhoto
September 28th 2010
Over time it became clear that people want to use prettyPhoto for a very wide variety of things. prettyPhoto is a jQuery lightbox that already opens images, videos, flash. While I want to keep the code as small as possible and cover most of the people needs, I also want to make sure everyone is happy […]

prettyPhoto 3.0 is live.
September 15th 2010
prettyPhoto 3.0 has been in the work for quite a while now. The latest update (2.5.6) dates back from January. So it has been in beta for quite a while a it is now ready for prime time. Project Page Documentation Changes I fixed some stuff, changed some setting but most important, I’ve added features […]

prettyPhoto 3.0: Updated beta.
August 26th 2010
Hey I’m not dead. Neither is prettyPhoto. My last update dates back to March 15th, I’ve been quite busy. Part of it is job, the other part has been Final Fantasy 13 😉 But the good news is, I have been working on prettyPhoto during that time. So today I release an updated beta version […]

3D wall effect using only javascript + CSS3
July 13th 2010
I recently wanted to test if I was able to give a 3D aspect to wall as a proof of concept, so I fired up textmate, started coding and ended up with this. I only used JavaScript and CSS(3). I also need to point out that this demo only work in Safari as I used […]

JavaScript tip of the day: Extending a String Across Multiple Lines
June 17th 2010
I’m working on a project where I need to inject qui a bit of HTML. The examples will feature jQuery but it works with any library as it is simply string handling in javascript. So the problem we face is that a string of content on a single line is hard to read. Something like […]