Unquoted font family names in CSS
Explains the rules for quoting font family names in CSS, clarifying when quotes are required and when unquoted names are valid.
Explains the rules for quoting font family names in CSS, clarifying when quotes are required and when unquoted names are valid.
Discusses shorthand notations for referring to HTML elements with specific attributes, comparing CSS, XPath, and custom syntax.
An in-depth exploration of JavaScript's comma operator, covering its syntax, precedence, and practical use cases in code.
Explains how and when to use CSS character escape sequences for targeting unusual class/ID names and inserting special characters.
The author argues that programming language syntax is critically important for code readability and developer productivity, using Go and Scheme as examples.
A critical analysis of the Go programming language's design choices, focusing on syntax, lack of generics, and overhyped features like goroutines.
Introduces django-kickass-templatetags, a library offering an object-based syntax for defining Django template tags to reduce boilerplate code.
A collection of useful Python tips and tricks, including chained comparisons, dictionary instantiation, and the turtle graphics module.