macournoyer.wordpress.com
Rack, the frameworks framework | Marc-André Cournoyer's blog
https://macournoyer.wordpress.com/2007/12/14/rack-the-framework-framework
Marc-André Cournoyer's blog. Rontreal On Mails is torromow. Getting TextMate ready for Rails 2.0 →. December 14, 2007 · 11:09 am. Rack, the frameworks framework. With all the Ruby frameworks popping up, we’re starting to see some similarities. All of them provide something new or unique but one part of their code is always the same. The part that plugs it into a web server. Ultimately, all web servers have to support all frameworks and vice-versa. That is a lot of duplicated code! Frameworks) on the right.
drnicwilliams.com
Dr Nic's Future proofing your Ruby code. Ruby 1.9.1 is coming.
http://drnicwilliams.com/2008/12/11/future-proofing-your-ruby-code
Future proofing your Ruby code. Ruby 1.9.1 is coming. December 11th, 2008. I’m a Ruby monogamist. I use the Ruby that comes with Leopard (. Ruby 1.8.6 (2008-03-03 patchlevel 114) [universal-darwin9.0]. Oh sure I’ve cheated on my Ruby a couple of times. It was just sex, I didn’t fall in love, I promise. My machine has had various versions of jRuby, Rubinius and MacRuby installed at various times, but I don’t think it’s ever had two working copies of Ruby MRI (Matz Ruby Implementation) at a time. You can f...
chrisincambo.wordpress.com
JavaScript: Behavior Driven Development / Test Driven Development Tools Roundup | Chris in Cambo
https://chrisincambo.wordpress.com/2008/07/14/javascript-behavior-driven-development-test-driven-development-tools-roundup
Ubuntu – Two Weeks Later. JavaScript: Behavior Driven Development / Test Driven Development Tools Roundup. Spec and Testing Frameworks:. This is an area JavaScript has pretty much got nailed with two great offering for both the xUnit and xSpec/xBehave crowds. Describe('Plus operation', { 'should concatenate two strings': function() { value of(Hello World).should be(Hello World); }, 'should add two numbers': function() { value of(1 2).should be(3); } });. JSMock is cool little mocking framework with a ver...
filamentgroup.com
jQuery UI Slider from a Select Element - now with ARIA Support | Filament Group, Inc., Boston, MA
https://www.filamentgroup.com/lab/update_jquery_ui_slider_from_a_select_element_now_with_aria_support
Filament Group, Inc. Update: jQuery UI Slider from a Select Element - now with ARIA Support. Posted by Scott on 04/16/2009. We've updated our popular jQuery UI selectToUISlider plugin. Support, making the jQuery UI slider widget more accessible to users on assistive devices. The plugin uses progressive enhancement to replace an already-functional HTML select element with a jQuery UI slider control, and adds a number of features for both visual users and those on assistive technologies. This plugin now ad...