Tag: css

  • State of CSS 2024 Survey Now Open

    State of CSS 2024 Survey Now Open

    The annual State of CSS 2024 Survey is officially open. The survey aims to explore the “world of styles and selectors to try and identify upcoming trends, and figure out what features and tools to learn next.” Organized by Devographics, with support from contributors, translators, and volunteers, the survey is open to everyone. CSS users…

  • #28 – Mark Root-Wiley on Creating Standards for CSS in WordPress

    #28 – Mark Root-Wiley on Creating Standards for CSS in WordPress

    On the podcast today we have Mark Root-Wiley. He’s on the show to talk about why he thinks that it would be useful for WordPress to adopt some CSS standards. Mark thinks that it’s time for WordPress to lay out some simple standards which are easy to understand, and if they became universal, would save…

  • State of CSS 2019 Survey Results: Top Frameworks Rank Low in Satisfaction, JavaScript Proficiency is on the Rise

    State of CSS 2019 Survey Results: Top Frameworks Rank Low in Satisfaction, JavaScript Proficiency is on the Rise

    The first ever State of CSS survey results have been published. The data includes responses from more than 11,000 developers in 135 countries. Respondents identified themselves as male (84.71%), female (9.9%), non-binary/third gender (0.86%), and “prefer not to say” (2.62%). Sacha Greif and Raphaël Benitte, creators of the survey, said it’s skewed towards early adopters,…

  • The State of CSS 2019 Survey is Now Open

    The State of CSS 2019 Survey is Now Open

    The makers of the annual State of JavaScript survey have launched a new survey for developers who work with CSS. In September 2018, Sacha Greif and his collaborators sent out the State of JS survey for the third year running but dropped the CSS libraries category in favor of keeping it from getting too long.…

  • A Preview of the Custom CSS Editor Added to the Customizer in WordPress 4.7

    A Preview of the Custom CSS Editor Added to the Customizer in WordPress 4.7

    WordPress 4.7 is a little more than a month away and is going to be packed with new features and improvements. In particular, five feature projects related to the customizer were approved for merge and will be part of the release. One of the feature projects is the custom CSS editor that enables users to…

  • The Days of Creating Child Themes for Simple CSS Changes May Soon Be Over

    The Days of Creating Child Themes for Simple CSS Changes May Soon Be Over

    The general advice given to users who want to make simple edits to a theme without losing them is to create a child theme. This involves creating a directory, CSS file, a functions.php file, and uploading them to the webserver via WordPress or FTP. Users must also make sure the child theme references the parent theme correctly in…

  • WPWeekly Episode 242 – Interview with Eric Meyer

    WPWeekly Episode 242 – Interview with Eric Meyer

    In this episode of WordPress Weekly, Marcus Couch and I are joined by Eric Meyer. Meyer is an American web design consultant and author. He is best known for his advocacy work on behalf of web standards, most notably Cascading Style Sheets (CSS), which is a technique for managing how HTML is displayed. We start…

  • WP-SCSS Plugin Adds Sass CSS Preprocessor to WordPress Themes

    WP-SCSS Plugin Adds Sass CSS Preprocessor to WordPress Themes

    Last week we featured a plugin that adds the Less CSS preprocessor to WordPress themes. Several of our readers were wondering if there was a Sass equivalent to the plugin. Although not structured entirely the same as the Less Theme Support plugin, which uses add_theme_support, the WP-SCSS plugin provides a decent Sass counterpart. WP-SCSS compiles…

  • New Plugin Adds Less CSS Preprocessor to WordPress Themes

    New Plugin Adds Less CSS Preprocessor to WordPress Themes

    Many WordPress developers opt to use the Less CSS preprocessor to speed up theme development. Its availability of variables, mixins, and functions allows you to do more with CSS and to do it more efficiently. It also makes it easy to compile and minify files for production use. However, the initial setup for adding Less…

  • Introduction To Underscores: A WordPress Starter Theme With Konstantin Obenland

    Introduction To Underscores: A WordPress Starter Theme With Konstantin Obenland

    Without much in the way of advertising, Underscores has become a popular choice for WordPress theme developers. To learn more about it, I asked Automattic employee, Konstantin Obenland, @obenland on Twitter, to explain what the theme is, how it got its name, and how people can contribute to the project. Why was Underscores created and…

  • Growing A CSS Zen Garden Using WordPress Default Themes

    Growing A CSS Zen Garden Using WordPress Default Themes

    Konstantin Obenland who worked on the default theme for WordPress 3.8 published a post that provides details into the development of TwentyFourteen. Konstantin shares some of the lessons learned throughout its development and explains what direction TwentyFifteen may take. I think it would be great if we could combine the two approaches, start from scratch…

  • A 3D WordPress Theme

    I don’t think I’ve ever seen something like this before, a WordPress theme that has a 3-Dimensional post view. Nathan Barry over at LegendThemes has a screencast available showing off the theme in action with rotating post views and the different ways of viewing a post. Unfortunately, this theme is heavily dependent on the type…

  • My Child Theme Technical Hurdle

    As most of you are aware, I ended up choosing to edit a child theme of the Theme Hybrid framework called Hybrid News. Out of the gate, using a child theme that is built on top of a framework certainly has a learning curve. For instance, if I installed a plugin where the directions told…

  • Easy Way To Highlight Guest Posts

    If you’ve read a guest post on this site recently, you may have noticed a special block I created just for them which is styled differently than the rest of the post. The block contains information about the author of the post, an avatar image and a link to the URL of their choosing. This…