Jim on November 14th, 2009




For a recent client project, we wanted to be able to turn a list of YouTube links into a playlist. This would allow the client to manage their videos on YouTube and simply insert links to the videos on their site. With javascript enabled a nice playlist is created, whilst without javasript the user gets a regular list of links to youtube pages.

Continue reading about jQuery youtube playlist plugin – youtubeplaylist

Jim on November 14th, 2009




Designers seem to like using modal windows more and more, as they provide a quick way to show data without reloading the entire page. The big problem I experienced with every plugin I tried either using Prototype, Scriptaculous or jQuery is the customization. They say you can do whatever you want simply but that is not fully true. I tried to solve these problems with my plugin. Thanks to the useful jQuery function like animate, fadeTo or the future enchant, it is pretty simple.

Continue reading about NyroModal – jQuery Plugin

Jim on November 14th, 2009




I got inspired by myself when I wrote the Editable Select plugin, so I decided to write another one. It is a gallery plugin that is a bit different than plugins like Thickbox and Lightbox.

Continue reading about AD Gallery – A jQuery gallery plugin

Jim on November 14th, 2009




The jquery-week-calendar plugin provides a simple and flexible way of including a weekly calendar in your application. It is built on top of jquery and jquery ui and is inspired by other online weekly calendars such as google calendar.

Continue reading about jQuery Week Calendar

Jim on November 14th, 2009




I created simple plugin that rotates images on a page. There are two modes. In the default mode, the plugin will display a randomly selected image. In the other mode, the plugin will rotate images on a page (fading in/out). In this mode, you can select the speed of the rotation. The image data can be retrieved ajaxally (json or a comma separated list). If the data is Json, a url can be added for each image.

Continue reading about imBannerRotater – jQuery Plugin