Posts

Custom Events Using the jQuery Special Events API

It’s not often we need our own jQuery events, but when we do it’s nice to know we can create an elegant solution that behaves like any other event would.

Read full post ›

wForm - Awesome jQuery Form Plugins

After introducing our wChar, wCheck, wInput and wSelect jQuery form plugin separately over the past couple weeks we have decided it’s only fit to show all the plugins working in harmony together.

Read full post ›

wInput - A jQuery Input Text and Textarea Plugin

This is a simple plugin for text boxes and textarea inputs that gives us clean looking text boxes and takes care of backwards compatibility for placeholder attributes.

Read full post ›

wSelect - A jQuery Select Box Plugin

The current state of select boxes on the web are just plain ugly and limited in functionality. We wanted to create a select box plugin that could be fully customizable in appearance for one.

Read full post ›

jQuery .mousestop() Event Plugin

It’s not very often we think about triggering a stop event over an element. But perhaps that is because the event has never existed in JavaScript.

Read full post ›

JavaScript ParseInt Radix

Today I came across an error while I was linting my Intelligent RGB / HEX Converter Plugin code about requiring a radix value for parseInt(). After a quick look up on Google I could see that excluding this parameter could lead to some rather nasty bugs in your code.

Read full post ›

wCheck - jQuery Radio & Checkbox Input Plugin

I find that the appearance of radio and checkbox inputs has always been limited. Some browsers have allowed some modification of these elements but for the most part it’s quite difficult to get them to look good and fit in with more colorful designs.

Read full post ›

wChar - An Elegant JQuery Character Counter Plugin

Character Counters have always bothered me during development as I was never able to find a good place for them. Sometimes I had forms with multiple inputs and having a little character counter bubble above each one just made the form look bloated and messy.

Read full post ›

Steve Jobs - Secrets of Life

Great video with Steve Jobs reflecting on what is most important in life. This is a great quote that really caught my attention.

Read full post ›

Flippant.js JavaScript Plugin

This is an awesome little plugin that I just came across recently that creates a flip animation on virtually any element on your screen.

Read full post ›

How to Setup Grunt.js

I have never really gotten into using Grunt, but once I got it going I found out how great it is at automating so many tasks like linting, testing and minifying my files.

Read full post ›

An Intelligent JavaScript RGB to HEX Converter

It’s not very often I need an rgb / hex converter in my apps or to convert a color code quickly, but when I do I find there are never any good tools around to do it quickly.

Read full post ›

Websanova Redux

After a bit of a break from Websanova we’re finally back with a redesign and some new plugins which we will be showcasing in the following week.

Read full post ›

Websanova wModal jQuery Plugin

Most of the jQuery modal plugins out there had either not enough options, or too many and weren’t too flexible either way.

Read full post ›

Manually adding PHP Versions to WAMP

The article details manually adding additional PHP versions to a WAMP install.

Read full post ›