User Interface: Web Articles
- Internet Explorer and CSS issues
Good summary of the layout issues and workarounds for various versions of Internet Explorer. - Prototype JavaScript framework: Introduction to Ajax
An introduction to implementing Ajax with the Prototype JavaScript framework. - Painless JavaScript Using Prototype
Dan Webb
A good tutorial on using Prototype (not Rails specific). - escape(), encodeURI(), encodeURIComponent()
Brad Fuits
Comparing encoding routines within Javascript. - Acts As Taggable Tag Cloud
Walk through of how to visualize acts_as_taggable content as a tag cloud with CSS. - Autotesting Javascript in Rails
Dr Nic
A getting started article on how to test Javascript, including useful plugins, tools, and hints for TDD in Javascript. - Consistent List Indentation
Eric Meyer
How padding and margin in ordered and unordered lists behave in various browsers, and how to achieve some semblance of sanity with your CSS markup.