jScrollPane with IE6 & IE7 causes content to spill out all over the page
There is an IE 6 / IE 7 (only) bug that causes the content that should be scrolling to spill…
Achieving Developer Excellence with Automated Testing
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…
In IE7 to use the developer tools you must install IE Developer Toolbar, then to open it go here: Tools…
I found that this was actually not a very good idea nor did it make my system faster. This will…
Ruby’s most commonly used method is probably each, an iterator that can act on an Array, Hash, Range, or any…