View testing that doesn't suck.
It's important, however, that his wonderful code live on, and we need your help to do so. We've...
The same problem happened with address, which was specified to mean only the contact information for the author of a...
Amidst my 400 unread Boing Boing links are probably ten or fifteen that are probably real gems. But I’ll...
validate( "email".is("required").andIsAn("email") );
Even though the gradual engagement meme has been around for a while, and everyone just hates signup forms, they just...
cxpartners has an interesting eye tracking study on form design. They distill the results into a few simple guidelines which...
MailStyle allows you to write the css for your html emails as you normally would, then writes the styles inline...
In order to lower friction and the hurdles to pass, users need to be provided with a reason to trust...
We simply convert your design (PSD, PNG, AI, etc.) into a hand coded, pixel perfect and Standards compliant XHTML/CSS. Since...
jQuery.spritely is a jQuery plugin created by Artlogic for creating dynamic character and background animation in pure HTML and JavaScript...
Imagine all the syntactical delights of Ruby and Haml for your JavaScript. You write in a nice language, but get...
A while ago, I came across a unique registration form built by Jeremy Keith for his audio sharing site, Huffduffer...
The hatred of the users for the Internet Explorer browser has reached such a height that now a Voodoo Doll...
This thing leaves any other tag-completion method I have ever seen for HTML in the dust. It's light...
But then there are those posts where the author pastes 10 pages of confused code with no context whatsoever and...
File upload solution that supports form roundtrips when a validation fails.
Inspired by a snippet of code in Oliver Steele’s legendary Functional library, here’s a lightweight tool to help...
Simple shell utility to convert html to pdf using the webkit rendering engine, and qt.
Less.js is a JavaScript implementation of LESS that’s run by your web browser. As any JavaScript, you include a...
Test spies are a form of test double that preserves the normal four-phase unit
Just assign the existing attachment to another record: new_photo = Photo.new new_photo.image = old_photo.image Paperclip will duplicate the file when saving...
Attached (see below) is some code to allow using unobtrusive JavaScript on pages fetched with an AJAX call.