/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.scottohara.me
| | www.ryanfiller.com
15.5 parsecs away

Travel
| | Creating an accessible Alert style component with a smart cacheing system
| | www.smashingmagazine.com
11.1 parsecs away

Travel
| | 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
4.7 parsecs away

Travel
| | A collection of bad practices in HTML, copied from real websites.
| | andreabergia.com
36.9 parsecs away

Travel
| 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.