|
You are here |
ryanmulligan.dev | ||
| | | | |
blog.stephaniestimac.com
|
|
| | | | | A brief look at the CSS Media Query for scripting support | |
| | | | |
www.quirksmode.org
|
|
| | | | | [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
|
|
| | | | | 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
|
|
| | | 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. | ||