There are many blog posts on encrypting backups, but none works for local drives. #How to Encrypt the external backup...

github.com

Microsoft provides virtual machine disk images to facilitate website testing in multiple versions of IE, regardless of the host operating...

Did you check Copy to Projects Asset as...

...and there is an existing file with the same name in your...

stackoverflow.com

These methods are available to you: page.driver.browser.switch_to.alert.accept page.driver.browser.switch_to.alert.dismiss page.driver.browser.switch_to.alert.text # the confirmation text Spreewald gives you steps like these:

Remember how Rails 2 came with an awesome feature that broke all code using Time.now or Time.parse? This behavior is...

Simple: Tell the application controller how to handle exceptions, here a RecordNotFound error. Do this with the following line: # application_controller.rb...

Do you have page caching enabled for the development environment and there are cached pages lying around in public/?

social.technet.microsoft.com

Let's say you have an Explorer window showing a directory and want a cmd terminal to be opened there...

I believe that when WEBrick has trouble bringing up your Rails application, the WEBrick component that is supposed to print...

When writing a piece of reusable code, you sometimes need to have separate code for Rails 2 and Rails 3...

If you have any class which requires access to some path methods generated by your routes. Even though you could...

DeaDBeeF is one of the better music players for Linux. You can find installation instructions here.

While it might seem trivial to implement an invoice that sums up items and shows net, gross and vat totals...

You've been there: A form cannot be submitted, but you don't see a validation error because the field...

makandra dev

Just add the parameter :post to the visit method: visit publish_entry_path, :post

Rails doesn't know which host it is running on. For generating links, it strips the hostname off the request...

This is a bug in Timecop 0.3.4 or lower. You should upgrade to 0.3.5.

Calling Time#utc, Time#gmt or Time#localtime will not create a converted copy. Instead these methods modify the receiving...

Note that converting from RGB to CMYK will usually degrade your colors because no exact mapping is possible. Anyway, this...

Use the PDF toolkit: sudo apt-get install pdftk To rotate page 1 by 90 degrees clockwise: pdftk in.pdf cat...

Linux provides a fix number of filesystem watches. If you have some greedy daemon (like dropbox) running, chances are it...

After updating Rubygems you see a wall of deprecation warnings like this: NOTE: Gem::SourceIndex#add_spec is deprecated, use...

papercut.com

Retaliation is a Jenkins CI build monitor that automatically coordinates a foam missile counter-attack against the developer who breaks...

Note that if you plan to downgrade Firefox because your Selenium tests broke after a Firefox upgrade, there is a...