Web forms design guidelines: an eyetracking study | cxpartners

Posted Over 14 years ago by Lexy.
cxpartners.co.uk

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

MailStyle: A HTML Email Plugin for Ruby on Rails | Purify Blog

Posted Over 14 years ago by Lexy.
blog.purifyapp.com

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

Designing for trust blog post

Posted About 14 years ago by Lexy.
ui-patterns.com

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

htmlBurger PSD to HTML » Home - Convert your Design into Standards compliant XHTML/CSS

Posted About 14 years ago by Lexy.
htmlburger.com

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

jQuery Spritely | Spritely

Posted About 14 years ago by Lexy.
spritely.net

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

CoffeeScript

Posted About 14 years ago by Lexy.
jashkenas.github.com

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

LukeW | "Mad Libs" Style Form Increases Conversion 25-40%

Posted About 14 years ago by Lexy.
lukew.com

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

If you code HTML, Zen Coding will change your life

Posted Almost 14 years ago by Lexy.
downloadsquad.com

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

jnicklas's carrierwave at master - GitHub

Posted Almost 14 years ago by Lexy.
github.com

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

wkhtmltopdf - Project Hosting on Google Code

Posted Almost 14 years ago by Lexy.
code.google.com

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

Less.js Will Obsolete CSS

Posted Almost 14 years ago by Lexy.
lesscss.org

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

thoughtbot's bourne at master - GitHub

Posted Almost 14 years ago by Lexy.
github.com

Test spies are a form of test double that preserves the normal four-phase unit

Copy a Paperclip attachment to another record

Posted Over 13 years ago by Tobias Kraze.

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

Unobtrusive JavaScript and AJAX

Posted Over 13 years ago by Tobias Kraze.

Attached (see below) is some code to allow using unobtrusive JavaScript on pages fetched with an AJAX call.