Web Apps ExtJS Unit Testing Using Jasmine Tips on configuring the Jasmine unit testing (BDD) framwork for use with Ext JS 4 components and classes.
Web Apps Auto Login During Development with dotjs How to use the dotjs browser extension to write simple user scripts, specifically one to automatically log in to a site under development.
Web Apps Rendering Templates in Ext JS – So Many Choices Ext JS 4.0.x provides many ways of rendering content: autoEl, html, tpl/data, renderTpl/renderData. Here are my suggestions on which to use when.
Web Apps Getting Live Updates when Changing Stores in Ext JS I recently had a live updating problem when moving an Ext JS model from one Ext.data.Store to another. Here's the solution I found.
Web Apps Safely Parsing Parameters from a Rails Log A technique to parse the request parameters from a Rails log back into a Ruby hash.
Web Apps These Intermittent Test Failures Will Not Stand, Man I rid a large test suite of intermittent failures. Here are some of the causes of the random failures and what I did to prevent them from failing.
Developer Tools Learn Vim with Spaced Repetition Resources for using a spaced repetition algorithm to learn Vim and its commands.
Web Apps Given I Am Signed in Using capybara-webkit Directly authenticate a user from a Cucumber step by setting a cookie using capybara-webkit.
Developer Tools Highlight Strings in Cucumber Features with Vim An "after" syntax file that adds highlighting to double quoted strings in Cucumber feature files when using tpope's vim-cucumber plugin.
DevOps & System Admin. Authentication and CouchDB This post collects some of the articles and code snippets I tracked down while researching how to secure a CouchDB server.
Web Apps libiconv Problems with MAMP, PHP, and Ruby Solution to a problem executing a Ruby script from PHP using MAMP on Mac OS X where the wrong libiconv was being picked up.
Web Apps Upload Files Directly to S3 with Plupload, Rails, and Paperclip A description of uploading files directly to Amazon S3 from the browser using Plupload, Ruby on Rails, and Paperclip.