Recently Popular Error-handling Tagged Tutorials
Dec 6
User-Proofing Ajax
Ajax is handy because it avoids needless browser behavior such as page reloads, but it can also be dangerous because it avoids useful browser behavior like error handling. Gone are the "Server not found" error messages and that familiar escape hatch, the Back button. When Ajax circumvents useful behavior, we have to make sure we [...]