|
You are here |
www.scottohara.me | ||
| | | | |
www.ryanfiller.com
|
|
| | | | | Creating an accessible Alert style component with a smart cacheing system | |
| | | | |
www.smashingmagazine.com
|
|
| | | | | Depending on how a user browses the Internet, modal windows can be downright confusing. Modals quickly shift visual focus from one part of a website or application to another area of content. This scenario is more common than it should be. And it's fairly easy to solve, as long as you make your content accessible to all through sound usability practices. In this article, Scott O'Hara has set up ademo of an inaccessible modal windowthat appears on page load and that isn't entirely semantic. First, interac... | |
| | | | |
www.htmhell.dev
|
|
| | | | | A collection of bad practices in HTML, copied from real websites. | |
| | | | |
andreabergia.com
|
|
| | | Error handling is a fundamental aspect of programming. Unless you are writing hello world, you will need to handle errors in your code. In this post, I will discuss a bit the most common approaches used by various programming languages. Return error codes This is one of the most ancient strategies - if a function can fail, it can simply return an error code - often a negative number, or null. | ||