Drupal Doc: Comparison of WYSIWYG Modules

There was already a page on comparing the editors, but I thought I'd do a detailed comparison of the actual modules. You can read it here. There are still some modules I haven't evaluated, so feel free to contribute!

Drush on Mamp

It's actually pretty easy these days with the most updated Drush. Most of the instructions out there are overly complicated because in the past there were some issues with getting Drush to play nice with mamp.

My Favorite Commands!

ssh username@yoursite.com log in to your site and start working on the command line!
wget (URL) a fast way to transfer between hosts and download packages
cd / go to root directory
tar -cvzf archive.tgz subdir create a "tar", which is kind of like a zip file. It's nice to use them to download files to your localhost because it's one big file to download instead of hundreds of little ones, which is usually quicker.
tar xf archive.tar unzip a tar