Resources

Lectures

Troubleshooting

Try to be patient when writing code, so much of programming is debugging – typos are one of the most common errors! If you find yourself stuck, try breaking your issue down into smaller, more manageable parts.

Search Google or Stack Overflow for how to solve those parts, one at a time. While frustrating, these bugs will may lead you to discover something new you would not have considered before!

Naming

Because of the way special characters and spaces are treated in URLs, it’s best to avoid them when naming files and folders for web. It’s also recommended to use all lowercase, because of the way some systems may or may not be case-sensitive.

Downloads

Online Tools

Debugging

Getting Started

More

Books

While much of the information is available online, it's always nice to have a hard-copy reference. Here are some options:

Basic reading

Tools and Tips