9 Important CSS Properties You Must Know
A guide to nine essential CSS properties, including display, width, height, and more, for web developers.
A guide to nine essential CSS properties, including display, width, height, and more, for web developers.
A review of Stephen Hay's book on responsive design workflow, covering browser-based design, automation, and flexible processes for modern web development.
A tutorial on creating a clean website's HTML structure, covering element targeting with IDs and classes.
Explores using CSS media queries embedded within SVG files to create responsive graphics that adapt based on their own size, not just the screen.
Analyzes browser support for unprefixed CSS gradients and advises which vendor prefixes are still necessary for web developers in 2013.
A developer refactors and improves the UI of a university grade calculator web app, discussing the trade-offs of adding JQuery and design changes.
A presentation and guide on using RequireJS and AMD modules for JavaScript dependency management and modular code organization.
A developer shares their journey of leaving a stable job to start independent consulting, focusing on responsive web development, performance challenges, and tech training.
A personal review of the dotJS conference in Paris, covering the venue, logistics, and the technical vs. general nature of the talks.
A guide for developers on using Chrome Canary for front-end development, highlighting its daily updates and new web platform features.
The author expresses excitement for Web Platform Docs, a collaborative project by browser vendors to create unified web development documentation.
A reflection on the 2012 Breaking Development conference in Dallas, highlighting the value of its single-track format for blending design, code, and forward-thinking discussions.
Explains how to use CSS sprite sheets and background-position to eliminate icon hover flicker by preloading all image states.
Author announces the official release of their book 'Implementing Responsive Design', covering responsive workflows, media queries, and fluid layouts.
A technical guide explaining how to make Twitter Bootstrap's tab components bookmarkable using JavaScript and URL hash fragments.
An overview of the SMACSS CSS architecture methodology, explaining its core principles and categorization rules for writing scalable stylesheets.
Explores best practices for writing semantic, maintainable CSS selectors, with an introduction to frameworks like OOCSS and SMACSS.
A technical guide on extending the PageDown markdown editor to support custom image uploads via JavaScript, including async file handling.
A technical tutorial explaining how to switch between views and manage layout in a Backbone.js application, including code examples.
Explains the Backbone.js Router and History API, comparing it to MVC frameworks and showing how to handle client-side navigation.