webdev postings

Show me the response

Using Cucumber, the executable plain-text documentation tool, you may want to see the current page in a scenario. I use a generic "And (show me)" step.


rails | webdev

Eat Gooey Cookies

How I'm using cookies to communicate non-critical user activity back to the server. My application and this example uses Ruby on Rails with jQuery for client-side javascript, and the jQuery cookie plugin. and JSON .


rails | webdev

Selling e-downloads

I started to develop my own method for processing "Buy Now" of downloads, but soon discovered there's more to it than I thought and sought out an on-line service.


webdev