/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

css-irl.info
| | jacobpadilla.com
2.3 parsecs away

Travel
| | Explore CSS hover & any-hover media queries for responsive design & user-friendly experiences on all devices, including touchscreens. Code and video examples!
| | www.quirksmode.org
4.2 parsecs away

Travel
| | [AI summary] A comprehensive technical resource detailing JavaScript functions, objects, events, and the DOM for web developers.
| | kilianvalkhof.com
2.0 parsecs away

Travel
| | Recently I needed a way to detect support for a media query in CSS and Javascript. To detect if a browser supports a certain CSS feature, you can use @supports () { ... }, but that doesn't work for media queries. In this article I'll show you how you can detect support for media queries [...]
| | weblog.raganwald.com
15.7 parsecs away

Travel
| [AI summary] A 2006 blog post debates the merits of static versus dynamic typing in programming languages, using C, C++, Java, and dynamic languages to discuss type safety and error consequences.