Select Page

jQuery Countdown Timer Plugin

I’ve had the idea for a countdown timer for a while now. So the last couple of weeks I’ve been plugging away at one. I have sorted out some interesting issues with it. Basically keeping time with Javascript is a pain but I think I’ve solved it. Here...

jQuery Tabbing Navigation Plugin

Last week I wrote a plugin to do tabbing navigation. I’ve written this javascript so many times in the past, I can’t believe I haven’t turned it into a plugin til now. What came out was the fastest plugin I have ever written. I think it took me about...

jQuery Dynamic Navigation Plugin

A couple of wees ago I wrote a piece of javascript for the new Wooboard interface. The problem was that there was a tabbing navigation that needed to support many more items than could fit in the screen. This navigation changed depending on what challenges were set....

jQuery Faux Select Plugin

I wrote this plugin ages ago, but I recently upgraded it to work on optgroups, so I think now it’s worthy of being published. Many times I have received designs that have fancy select boxes. All UI developers know about this problem. Designers seem to think that...

Fun with 404 pages

Over the last couple of days I have turned Albie’s now infamous 404 page for wooboard into a bonified jQuery plugin. It’s Friday afternoon and I don’t have the time to prepare the code properly, so I’m giving you a sneak peek of it with a demo....

jQuery Googlemap Plugin

I have just spent the last two days working on our UI framework here at Pollenizer. One thing that seems to come up a lot is the need for googlemap widgets. Here at Pollenizer our philosophy is to get product out into the marketplace as quickly as possible. So, as a...

jQuery Popup/Gallery Plugin

Today I’m publishing my gallery popup plugin. It basically is light-box with a gallery option. I’ve used this in heaps of projects and it has gone through many iterations. I’m on version 1.7 and have just added an ajax component. It has a number of...

jQuery Navigation Plugin

Today I am presenting a navigation plugin. This plugin is great as it handles navigation menus that can run infinitely deep, even on IE6. It add classes to any parent of a list, which means that you can style those lists that have children differently to show it. The...

jQuery Background Opacity Plugin

I want to share with you some of the pain of UI development today. Before CSS3 setting an elements background opacity without affecting the content of that element’s opacity was a real pain. If you set the opacity of the element, then all the children of that...

jQuery Form Validator Plugin

Well, I got slack last week (personally I blame it on the blog being down for a couple of days) and I didn’t post this plugin as I said I would. Here it is, I’ve got it up on Github and posted a demo page right here. I love this plugin, it’s very...

jQuery Carousel Plugin

Welcome to the third installment in the jQuery plugin series. This week I’m showcasing my most used plugin, a jQuery Carousel. It seem like every site that I do the client wants some kind of carousel. This plugin has been iterated a number of times, with extra...

jQuery Window Resizer Plugin

This is my second in a series of jQuery plugins that I am sharing. You can check out the tooltip plugin from my first post here. I’ve recently been paying more attention to the mobile space and trying to build websites whose layout changes at different...