IE 6 / IE 7 missing JSON object, get ‘undefined’ error when trying JSON.stringify, JSON.parse
The problem is that IE 6 and IE 7 don’t implement at native JSON object. You can include this code…
Achieving Developer Excellence with Automated Testing
The problem is that IE 6 and IE 7 don’t implement at native JSON object. You can include this code…
I want to cover a basic but essential part of what you might expect in an introduction to JavaScript. This…
There is an IE 6 / IE 7 (only) bug that causes the content that should be scrolling to spill…
The jPlayer library for playing videos is very good and well documented here
When a website that is running locally tries to access a remote web service. XMLHttpRequest cannot load Origin http://127.0.0.1 is not…
add to your Gemfile group :development, :test do gem ‘rspec-rails’ end Be sure to bundle install after changing your Gemfile…
Ran into an annoying chicken/egg involving deploying to Heroku with a shared database. It seems that Heroku isn’t happy unless…
cd ~/Library/Application Support/TextMate/Bundles git clone git://github.com/subtleGradient/javascript-tools.tmbundle.git In Textmate, Bundles > Bundle Editor > Reload bundles Now open a Javascript file…
A bit today about setting up and debugging Capybara with truncated fixtures. Capybara comes with an array of choices for…