Explore >> Select a destination


You are here

hiddedevries.nl
| | coryrylan.com
17.0 parsecs away

Travel
| | Learn how to style HTML form validation messages with CSS.
| | www.hillelwayne.com
12.6 parsecs away

Travel
| | What does this print? x = 1 x --> 0 Think it through, then try it in a browser console! Answer and explanation in the dropdown. Show answer It prints 1. wait wtf At the beginning of a line (and only at the beginning of a line), --> starts a comment. The JavaScript is parsed as x=1; x; // 0 The browser then displays the value of the last expression, which of course is 1.
| | chriscoyier.net
12.9 parsecs away

Travel
| | Let's say you're on a big mission in the world. You think websites should be more accessible. Websites should work for anyone regardless of their disabilities. You also think the web right now is failing in this regard. There are far too many inaccessible websites existing and being created. You think that educating developers is...
| | tetralogical.com
76.2 parsecs away

Travel
| The Web Accessibility Initiative Accessible Rich Internet Applications specification 1.2, or WAI-ARIA or ARIA for short, is a technical specification written by the World Wide Web Consortium (W3C). In this post we explore what WAI-ARIA is, and how it can enhance the user experience for people using screen readers.