Posts

61 results for tag "JavaScript".


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 ›

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 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 ›

JavaScript URL Parser

Sample code and demo of the Websanova JavaScript url parser.

Read full post ›

Simple, Lighweight jQuery Pagination Plugin

A simple lightweight jQuery pagination plugin. Comes with ajax support allowing you to customize for your needs.

Read full post ›

jQuery .clear() – Clearing Element Contents Using a Timer

This is a handy little method to have laying around. It allows you to populate an element and clear it after a certain amount of time.

Read full post ›

jQuery .cssAll() – Retrieving Multiple CSS Properties

The current implementation of the .css() method in jQuery allows us to set multiple properties to an element, but only allows us to pull one property at a time.

Read full post ›

The Ultimate Guide to Writing jQuery Plugins

An article outlining in detail jQuery plugin development.

Read full post ›

How to Write an Accurate Game Timer in JavaScript

Article about how to implement an accurate FPS game timer in JavaScript.

Read full post ›

jQuery Max Character Counter Plugin

Sample code and demo for the Websanova jquery Max Character Counter Plugin.

Read full post ›

HTML5 jQuery Paint Plugin

Sample code and demo of the Websanova wPaint jQuery plugin.

Read full post ›

How to Write Your Own JSFiddle (In 15 Minutes or Less)

This article describes how to write your own simple version of a jsfiddle style application.

Read full post ›