If you need to capture signatures on an IPad or similar device, you can use Thomas J Bradley's excellent...
The way MySQL's FULLTEXT tokenizer splits text into word tokens might not always be what you need. E.g. it...
jQuery plugin for equalizing the height or width of elements.
A jQuery audio player plugin that is responsive and touch-friendly. The UI is css-only, no images used.
jquery-timing is a very useful jquery plugin that helps to remove lots of nested anonymous functions. It's API...
Our old solution for cronjobs, the "craken" plugin, is no longer maintained and does not work on Rails 3.2+.
imgAreaSelect is a jQuery plugin for selecting a rectangular area of an image. It allows web developers to easily implement...
Freetile is a plugin for jQuery that enables the organization of webpage content in an efficient, dynamic and responsive layout...
As the title says: this jQuery plugin creates bar charts from HTML tables. It comes in some different flavors.
gleeBox is an experimental project that takes a keyboard-centric approach to navigating the web. It provides alternatives to actions...
Many jQuery plugins suffer from a good plugin architecture. When you write jQuery plugins you should use the plugin pattern...
This plugin makes it easy to add fit-to-fill background video to websites. It can play silent ambient background...
Note: Modern Rails has two build pipelines, the asset pipeline (or "Sprockets") and Webpacker. The principles below apply for both...
This article describes how to reset MySQL's or MariaDB's root password on your workstation. It's meant for...
Every now and then, Java is subject to security issues where code can break out of Java's sandbox and...
If you want to install rabbitmq plugins on Ubuntu 12.04 you can do this with: /usr/lib/rabbitmq/lib/rabbitmq_server-2.7.1/sbin/rabbitmq-plugins This binary is not...
has_defaults is now a gem, no longer a plugin. The plugin version no longer exists. Note that plugins are...
MySQL version 5.1 comes with an alternative, faster InnoDB implementation (called "InnoDB Plugin"). Switching is easy: Stop your mysqld with...
zClip is a lightweight jQuery "copy to clipboard" plugin built using the popular Zero Clipboard library. This plugin uses an...
This is a demo of the "Tabby" Javascript jQuery plugin to use tabs in regular textareas to make them suitable...
turn.js is a plugin for jQuery that adds a beautiful transition similar to real pages in a book or magazine...
When internationalizing your Rails app, you'll be replacing strings like 'Please enter your name' with t('.name_prompt'). You...
I still see people promoting various gems and plugins to handle miscellaneous configuration elements for your application. One little known...
By default, Rails views escape HTML in any strings you insert. If you want to insert HTML verbatim, you need...