Browse by Tags

All Tags » AJAX (RSS)

Simple JavaScript Debugger using jQuery by nawaf.albadia

Hi, Debugging has been one of the main tools developers use to detect and find application bugs. These tools vary from simple print statement to sophisticated tools such as IDE debuggers and profiling tools. I posted an entry about writing quite simple...
Filed under: ,

Display a Nice Error Popup Window - Extended by nawaf.albadia

Last time I blogged about how to display a nice error message to the user using only one line of declarative code. Today I want to show you how to extend that. Usually when you develop a Website you need to deal with exception either system or application...
Filed under: , , ,

Display a Nice Error Popup Window by nawaf.albadia

I always hated web sites that show Javascript alert message to tell the user about an error. Doing so make me feel that I'm in front of desktop application and not a web app. May be the alternative is to have an error page where you redirect the user...
Filed under: , , ,
More Posts