Tagged articles
18 articles
Page 1 of 1
Code Mala Tang
Code Mala Tang
Apr 10, 2026 · Frontend Development

Mastering CSS ‘:nth-child of’ Selector for Elegant Date Range Pickers

This guide demonstrates how to use the CSS ‘:nth-child of’ selector syntax together with minimal JavaScript to build a fully functional date‑range picker, covering selector mechanics, HTML structure, CSS grid layout, range‑selection logic, and visual styling of the selected period.

CSSDate PickerJavaScript
0 likes · 8 min read
Mastering CSS ‘:nth-child of’ Selector for Elegant Date Range Pickers
JavaScript
JavaScript
Sep 5, 2025 · Frontend Development

Master Modern CSS Selectors to Simplify and Strengthen Your Stylesheets

This article introduces advanced CSS selector techniques—including :is(), :where(), :has(), attribute wildcards, :nth-child variations, :not(), @layer, :focus-visible, :empty, sibling combinators, composite selectors, and container queries—to help developers write cleaner, more maintainable, and more responsive CSS code.

CSSModern CSSSelectors
0 likes · 5 min read
Master Modern CSS Selectors to Simplify and Strengthen Your Stylesheets
JavaScript
JavaScript
Jan 21, 2025 · Frontend Development

Master Modern CSS Selectors to Simplify Code and Boost Maintainability

This guide explores twelve cutting‑edge CSS selector techniques—including :is(), :where(), :has(), attribute wildcards, and container queries—showing how they can reduce redundancy, improve specificity handling, and make stylesheets more concise and maintainable for front‑end developers.

CSSResponsive DesignSelectors
0 likes · 5 min read
Master Modern CSS Selectors to Simplify Code and Boost Maintainability
JavaScript
JavaScript
Dec 29, 2024 · Frontend Development

12 Must‑Know CSS Selectors to Write Cleaner, More Efficient Code

This article introduces twelve practical CSS selectors—including attribute, structural pseudo‑classes, combinators, and state selectors—showing how they simplify styling, reduce class clutter, and enhance maintainability for modern front‑end development.

CSSSelectorsStyling
0 likes · 5 min read
12 Must‑Know CSS Selectors to Write Cleaner, More Efficient Code
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
May 27, 2024 · Frontend Development

Why Mastering CSS Selectors, Pseudo‑Classes, and Pseudo‑Elements Is Essential for Frontend Developers

This article highlights the critical role of mastering CSS fundamentals—especially selectors, pseudo‑classes, pseudo‑elements, attribute and combinator selectors—by examining common coding mistakes, offering alternative pure‑CSS solutions, and emphasizing understanding over memorization for robust frontend development.

CSSSelectorsWeb Design
0 likes · 14 min read
Why Mastering CSS Selectors, Pseudo‑Classes, and Pseudo‑Elements Is Essential for Frontend Developers
政采云技术
政采云技术
Apr 20, 2021 · Frontend Development

Deep Dive into CSS Selectors: Types, Usage, and Priority

This article provides a comprehensive analysis of CSS selectors, covering their classification, detailed usage of various selector types, and the calculation of selector priority with practical examples.

CSSPseudo-elementsSelectors
0 likes · 14 min read
Deep Dive into CSS Selectors: Types, Usage, and Priority
Java Captain
Java Captain
Sep 18, 2020 · Backend Development

Understanding Java I/O: BIO, NIO, Buffers, Channels, and Selectors

This article provides a comprehensive guide to Java I/O, covering traditional BIO streams, the differences between BIO, NIO and AIO, detailed explanations of byte and character streams, buffers, channels, selectors, and practical examples such as file copying and a simple client‑server chat implementation.

BuffersChannelsJava
0 likes · 36 min read
Understanding Java I/O: BIO, NIO, Buffers, Channels, and Selectors
UC Tech Team
UC Tech Team
Dec 4, 2018 · Frontend Development

The Power of CSS Selectors

The article argues that despite some programmers dismissing CSS as merely declarative, CSS selectors are powerful conditional tools that can express complex logic, and explains why methodologies like BEM and OOCSS intentionally limit their use to keep styles maintainable.

BEMCSSOOCSS
0 likes · 4 min read
The Power of CSS Selectors
AutoHome Frontend
AutoHome Frontend
Oct 25, 2018 · Frontend Development

Mastering Advanced CSS Selectors: From Combinators to Pseudo‑Classes

A comprehensive guide explores modern CSS selectors—including combinators, attribute selectors, UI pseudo‑classes, structural selectors, content selectors, and experimental selectors—showcasing practical examples, codepen demos, and browser compatibility tips for front‑end developers.

SelectorsWeb Developmentattribute-selectors
0 likes · 14 min read
Mastering Advanced CSS Selectors: From Combinators to Pseudo‑Classes
ZhiKe AI
ZhiKe AI
Mar 8, 2017 · Fundamentals

Understanding Java NIO: Core Components and How They Differ from Traditional IO

This article explains Java NIO introduced in Java 1.4, covering its core components—Channels, Buffers, and Selectors—detailing channel types, buffer operations, non‑blocking behavior, selector usage, and code examples such as FileChannel and Pipe, and compares NIO with classic IO.

BuffersChannelsFileChannel
0 likes · 19 min read
Understanding Java NIO: Core Components and How They Differ from Traditional IO
Architecture Digest
Architecture Digest
Apr 16, 2016 · Frontend Development

Advanced jQuery Chaining, Data Attributes, Selector Optimization, and Modern Front‑End CSS Practices

This article explains how to use jQuery’s chaining and .end() method, correctly employ HTML5 data‑* attributes, improve selector performance by caching and preferring native loops, understand the CSS box model and box‑sizing, apply efficient float and absolute positioning techniques, and follow best‑practice CSS formatting and feature detection.

HTML5Selectorsbest-practices
0 likes · 17 min read
Advanced jQuery Chaining, Data Attributes, Selector Optimization, and Modern Front‑End CSS Practices