
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 […]

Deliver real-time information to your users using node.js
July 26th 2010
You must have already heard about node.js, if not, it’s an evented input/output server based on Google V8 engine. That means that as soon as the server receives information it can respond and send relevant information back to your front-end. You can then treat this information the way you want. What is so cool about […]

Douglas Crockford — Crockford on JavaScript
July 23rd 2010
It’s friday, time to relax (and learn!). Here’s a really cool link, it’s a tiny bit old but it’s still totally worth it if you’ve never heard of it. It’s a talk Douglas Crockford gave back in january about javascript, it’s past, present and future. It’s divided in five chapters. This is a very interesting […]

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 […]

prettyLoader 1.0.1
April 23rd 2010
Tiny new version I’ve just released. Basically it consists of 3 things: Bind events only when the loader is showed Fixed loader position when users scroll Added error control on loader path and alerts you in the event the loader image is inaccessible. It is a suggested update but not critic. Head over to the […]

Unvealing prettyLoader, a solution aimed to unify ajax loaders.
April 9th 2010
prettyLoader is a small (less than 4kb uncompressed) jQuery plugin that aim at making your life easier regarding ajax loader display. You know, when you do an ajax call and you never quite know where to position your loader. prettyLoader takes care of that for you, by default, prettyLoader will “hook” to the jQuery ajax function […]

Book Review: jQuery 1.4 Reference Guide
April 8th 2010
Here’s my first book review ever, the first of, I hope, many more! First of all I must say that I’ve been quite late and lazy on getting around all the new feature of jQuery 1.4+. Sure I was all excited to hear about the new stuff, but didn’t really into it deeper than the method […]

prettyPhoto 3.0: Beta
March 15th 2010
Here it is! The beta version of prettyPhoto 3.0. Why beta? Because there are several big changes in this version and before making it official, I really want it to be working properly. I tested the usual stuff myself, but I really want to throw it out to the community so you guys can test it. […]