Wingsuit Basejumping - The Need 4 Speed: The Art of Flight (by PhoenixFlyTV)
Every Doctor Who Story 1963 to Now - A Babelcolour Tribute (by BabelColour)
Paypal has to have the most cumbersome site design around, you’ll also notice that the US/Canada and UK sites all have different site layouts which unfortunately the help documentation doesn’t update to reflect this.
To find you API Keys on the US site:
Now you’ve got two choices, either Paypal standard API or Paypal Pro, if your using Paypal Express Checkout on your site choose the Paypal Standard API and click Set up PayPal API credentials and permissions.
Now finally click View API Signature
You will then be presented with the API credentials you need.
simple, Command-Option-T
VLC 2.1
available via the nightly builds
For me I prefer tabs rendered as spaces and kept down to a tab-size of 2. This is simple to set in Sublime Text.
First off open Sublime, select Preferences / File Settings - User and your personal File Settings preference file will be opened.
Now copy-and-paste this into the file,
"tab_size": 2,
"translate_tabs_to_spaces": true
Bang, from now on all your tabs will be translated as spaces and kept to a length of 2, where appropriate.
Do remember though the “- user” preference files are the best place to put your own configuration settings, not the “global” files, as your’s will be preserved after an upgrade.