Web Design Troubleshooting

Submitted by: Submitted by

Views: 75

Words: 712

Pages: 3

Category: Science and Technology

Date Submitted: 04/10/2014 08:52 PM

Report This Essay

Web Design Troubleshooting

The question that every designer seems to ask is how to fix problems in a web design world. Like everything else there will be challenges but the biggest challenge is getting it right. Problems come unexpectedly; the worst part of the problem finding them. You can be surprised how many problems you can encounter, by misspelling a file name or not uploading a file. It’s recommend when you’re having problems, to use a checklist and take it step by step. By checking if your steps are correct and verifying that you removed a possible “error.” Using a step by step checklist will help correct and get you in the right track. The idea of having a checklist is to find out where the errors are, before the website goes live.

Trouble shooting checklist: ask yourself these questions: Are the files that are related to the page uploaded? Some URL of the relevant file should be in the browser and make sure that it doesn’t get 404 errors. This includes from JavaScript’s; HTML’s, CSS, and the right Images from other external files. Are the URLs used correctly for the files? For some odd reason if your webpage is not been displayed correctly, ensure you go to your host provider and make sure that you have the correct URL. The files linked with HTML, refer the exact URL browsed to in first step.

Is your HTML validating? HTML validator might fix some problems with errors. In some areas this isn’t that important to have a valid HTML, make sure isn’t not causing any problems. “If validating the HTML and CSS doesn't help, then you should narrow down the page to find the problem. The easiest way to do this is to delete portions of the page until all that is left is the portion with the problem. You should also cut the CSS down in a similar fashion.” Kyrnin, J. (N/D).

Can you edit the CSS file or correct the file? It is easy to upload and edit the files with same name stored in different directories. CSS and many other web servers are case sensitive.

“What...