MAC

MAC Screenshots

0

Needed to screenshot an ERD for a recent project and found the following useful…

Entire Screen saved to desktop: cmd + shift +3

Selectable screen portion saved to desktop: cmd + shift + 4

HTTP Client for MAC

0

Referred by a friend, HTTP Client is an awesome app for web developers having to work with website headers and responses. On one of my projects I had to write a script to access a data provider’s database which is normally done so via browser, but because we wanted to schedule it to run everday at 2am, this would be impossible. So I ended up using Live HttpHeaders (firefox plugin) to learn what the data provider’s site was expecting so I could emulate request/responses correctly via CURL and PHP. Had I known about HTTP Client, I would much rather have used it, than the Firefox plugin.

Check out the HTTP Client website for info.

Setting up SSH on MAC

0
  1. Apple Logo
  2. System Preferences
  3. Sharing (under Internet and Network)
  4. Remote Login

MAMP

0

A very easy to use app that installs Apache, MySQL, php on your mac so you can dev locally.

http://www.mamp.info/en/index.html

Go to Top