Select Page

Scale fix for iPhone/iPad orientation change

I’ve been confounded by the iPhone/iPad’s inability to interpret the viewport meta tag. It’s something I’ve scratching my head over for the past couple of weeks. I remembered a few months ago I read Shi Chuan’s blog (one of 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...

jQuery tooltip plugin

Today is my first installment in a series in which I will showcase a collection of jQuery plugins that I have made over the past few years. I will be posting one plugin each week over the next two months. This will also include the plugin template that I use and a...

Thoughts on HTML5+CSS3 browser support

Why it’s important Developers and designers are really keen to make use of new features in HTML5/CSS3 (inc. newer versions of javascript). The issues The standards are currently evolving and the web is growing more and more interactive. Current implementations...