jQuery

jQuery is probably the most popular javascript library. It simplifies javascript programming and provides the possibility to develop and add plug-ins. As they say : “write less, do more”

Javascript animation with GSAP JS
Javascript jQuery

Javascript animation with GSAP JS

A client needed a mini web-site for event communication. An animation was to be developped to display their latest designs. Decision was made to achieve this in pure javascript instead of the usual flash.

Simple packing algorithm – part 3
Javascript jQuery Wordpress

Simple packing algorithm – part 3

After developping a simple packing algorithm, I’ll explain here what it was needed for. The constraining test sample provided by wordress made me go for this, although it probably won’t prove that usefull in practical cases, but who knows ?

Simple packing algorithm – part 2
Javascript jQuery

Simple packing algorithm – part 2

Getting on with more serious stuff this time. I’m going to pack boxes with 2 possible heights, still aiming at minimum overlapping, better yet not any at all to achieve a neat alignment.

Simple packing algorithm – part 1
Javascript jQuery

Simple packing algorithm – part 1

Packing boxes in a given container is a problem which can be solved in numorous manners, depending on complexity and the optimization you’re aiming at. I’ll focus on a very simple layout, with an extra constraining requirement being as little overlapping as possible.

Customizing checkboxes with jQuery
jQuery Wordpress

Customizing checkboxes with jQuery

As I was developing the admin part of the theme, I got the idea to customize the checkboxes to give them a nice appearance, simply using some basic jQuery. This is how I got it done.