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 ›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 ›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 ›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 ›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 ›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 ›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 ›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 ›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 ›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 ›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 ›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 ›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 ›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 ›The article details manually adding additional PHP versions to a WAMP install.
Read full post ›