...web browser. As any JavaScript, you include a link to the script in your HTML, and…that’s that. LESS is now going to process LESS code so instead of...
We now have a gem that supports our form model approach.
Great look at the tradeoffs between progressive enhancement with jQuery or similiar, vs. client-side views.
Interesting interview with DHH, where he talks about how they made the new Basecamp feel very fast without using a...
Good guide to different ways you can write CSS selectors that select elements by their attribute values.
Liquid Canvas is a JavaScript library which allows you to draw inside an HTML canvas element with an easy yet powerful description language. It can be used to add graphics...
Javascript that implements client-side hyphenation of HTML-Documents...
Until some future version of HTML gives us new native controls to use in a browser, at Google, we’ve been playing and experimenting with controls we call “custom buttons...
...which (for example) return a resource, but return it all wrapped up in the HTML needed to display it as a form for browser-based editing...
This is a project to make a complete replacement for the default HTML generator for Rdoc, the API documentation-extraction system for Ruby...
In a nutshell, Bowline lets you build cross platform desktop applications with Ruby, HTML and JavaScript. The idea is to make building desktop apps as simple (and fun) as building...
...jQuery plugin created by Artlogic for creating dynamic character and background animation in pure HTML and JavaScript. It's a simple, light-weight plugin with a few simple methods for...
Simple shell utility to convert html to pdf using the webkit rendering engine, and qt...
RSpec let's you chain a matcher with .or. The expectation will then pass if at least one matcher matches...
If you use the Better Errors gem, you will sometimes notice that it can be very slow. This is because...