Session 1:
B. Your Development Environment
1. Your development environment is important
At the beginning of any project, we need to evaluate what tools we need
and make sure we have everything before we begin.
We need:
- A browser window
- A text editor (and mind what encoding we use)
A text editor that gives us some help might be nice.
Examples:
- BBEdit for MAC
- JEdit for any platform
- Emacs
- Homesite for Windows
But notepad on windows and TextEdit on mac will be just fine
Next: First Tags