lesscss.org

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

makandra dev
github.com

We now have a gem that supports our form model approach.

singlepageappbook.com

Great look at the tradeoffs between progressive enhancement with jQuery or similiar, vs. client-side views.

youtube.com

Interesting interview with DHH, where he talks about how they made the new Basecamp feel very fast without using a...

css-tricks.com

Good guide to different ways you can write CSS selectors that select elements by their attribute values.

makandra dev
ruzee.com

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

makandra dev
code.google.com

Javascript that implements client-side hyphenation of HTML-Documents...

stopdesign.com

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

pragdave.pragprog.com

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

deveiate.org

This is a project to make a complete replacement for the default HTML generator for Rdoc, the API documentation-extraction system for Ruby...

leadthinking.com

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

spritely.net

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

code.google.com

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

rspec.info

RSpec let's you chain a matcher with .or. The expectation will then pass if at least one matcher matches...

makandra dev

If you use the Better Errors gem, you will sometimes notice that it can be very slow. This is because...