github.com

View testing that doesn't suck.

whymirror.github.com

It's important, however, that his wonderful code live on, and we need your help to do so. We've...

meyerweb.com

The same problem happened with address, which was specified to mean only the contact information for the author of a...

basement.org

Amidst my 400 unread Boing Boing links are probably ten or fifteen that are probably real gems. But I’ll...

validatious.org

validate( "email".is("required").andIsAn("email") );

blog.henriquez.net

Even though the gradual engagement meme has been around for a while, and everyone just hates signup forms, they just...

cxpartners.co.uk

cxpartners has an interesting eye tracking study on form design. They distill the results into a few simple guidelines which...

blog.purifyapp.com

MailStyle allows you to write the css for your html emails as you normally would, then writes the styles inline...

ui-patterns.com

In order to lower friction and the hurdles to pass, users need to be provided with a reason to trust...

htmlburger.com

We simply convert your design (PSD, PNG, AI, etc.) into a hand coded, pixel perfect and Standards compliant XHTML/CSS. Since...

spritely.net

jQuery.spritely is a jQuery plugin created by Artlogic for creating dynamic character and background animation in pure HTML and JavaScript...

makandra dev
jashkenas.github.com

Imagine all the syntactical delights of Ruby and Haml for your JavaScript. You write in a nice language, but get...

lukew.com

A while ago, I came across a unique registration form built by Jeremy Keith for his audio sharing site, Huffduffer...

walyou.com

The hatred of the users for the Internet Explorer browser has reached such a height that now a Voodoo Doll...

downloadsquad.com

This thing leaves any other tag-completion method I have ever seen for HTML in the dust. It's light...

gem-session.com

But then there are those posts where the author pastes 10 pages of confused code with no context whatsoever and...

github.com

File upload solution that supports form roundtrips when a validation fails.

javascriptweblog.wordpress.com

Inspired by a snippet of code in Oliver Steele’s legendary Functional library, here’s a lightweight tool to help...

code.google.com

Simple shell utility to convert html to pdf using the webkit rendering engine, and qt.

lesscss.org

Less.js is a JavaScript implementation of LESS that’s run by your web browser. As any JavaScript, you include a...

github.com

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.