Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

How can I check my web page for errors?

user-image
Question ajoutée par Zaid Rabab'a , Software Development Team Leader , Al-Safa Co. Ltd.
Date de publication: 2013/02/12
marwa khalaf
par marwa khalaf , .Net Developer , Sands National Academy

- General website and HTML checks use : W3C markup validation - CSS checking use : W3C CSS validation service - Speed test use this site its really fantastic service http://tools.pingdom.com/fpt/ - Accessibility use this : http://www.w3.org/services/html2txt?url=URL - Mobile-readiness use this : http://ready.mobi/launch.jsp?locale=en_EN - Analyze website of course the perfect site : http://www.google.com/analytics/ - Checking a Blog - Testing a sites usability you can use your own experince to check or use this site : http://fivesecondtest.com/

Amr Olabi
par Amr Olabi , Technical Team Lead , Smart Charging Technologies

Errors may happen in any side of request cycle which includes: - Server side: each server has at least 2 logs, access log and error log, you need to check that log to see server side errors.
- Client side: which is javascript or jquery errors, which browsers have ability to catch such errors and view them to you, also you can use many tools and add-ones that helps you for describing such errors.
- Network side: this can be checked by HTTP response which can be covered also by addons on browser.

Utilisateur supprimé
par Utilisateur supprimé

If you mean web application then there are two steps:1.
Backend : use log files and monitor them.2.
frontend(this is the hard one): use this code in each page window.onerror = function(message, url, linenumber) { sendToServer({message: message, line: linenumber, url: url}); }

More Questions Like This

Avez-vous besoin d'aide pour créer un CV ayant les mots-clés recherchés par les employeurs?