preventative
- View progress as you go : every time you make a major change, see if it works.
- Save code that works : before you alter the code, save a version that works. If you mess it up, you have something to go back to.
when it’s not working
- Isolate the problem : can you safely delete sections to narrow down where the problem lies? If not, start with the most basic code, adding parts until you find something that doesn’t work.
- View source : did the new code you wrote make it to the page?
- Google it : ask your specific question. Chances are, someone else has had the same question.
- Go through the code really slowly looking for typos.
- Validate : w3’s Validator : http://validator.w3.org/.
- Call free tech support.
specific problems
-
Table Problems? Add a Border : outlining your table with lines can show you where rows and tables are messed up
-
Images : are you able to view by their source code?
resources