tutorial 1: troubleshooting linking errors
watch it on YouTube
Notes
- Look for code examples that function in the way you want your page to function--
that can be a good starting place
- Coding discussion boards can be a great source for solutions to specific
coding problems
- Analyze code examples and figure out how they work as
best you can so you can apply it effectively to your project
- Try commenting out lines of code to see the change--
that can help you see what a specific code does
- Try changing variable values to see the effects
- Adapt code so that it conforms to best practices and
your code structure and purpose