Explore >> Select a destination


You are here

ryanmulligan.dev
| | blog.stephaniestimac.com
1.9 parsecs away

Travel
| | A brief look at the CSS Media Query for scripting support
| | www.quirksmode.org
2.8 parsecs away

Travel
| | [AI summary] The article provides an overview of JavaScript topics, including general concepts, core programming, BOM, events, DOM, CSS modification, and data retrieval, organized into categories for learning and development.
| | kilianvalkhof.com
3.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 [...]
| | www.java-tv.com
16.1 parsecs away

Travel
| This video reveals the long lost secret of how to write readable Java code. Self explaining method names, fluent interfaces, DSLs, helpful frameworks... We are always looking for ways to make our code more readable. But in our quest, we seem to have forgotten something. The most effective way to make any code more readable.