October 9, 2015 — Every web designer should know how to build a responsive website using some fancy CSS3 features. But dealing with different browsers and with constantly changing clients request can be a huge hassle.
This introduction session will give you a brief overview over the features of SASS. You will learn how to utilize SASS to speed up your development and handle those clients’ requests with ease.
September 21, 2015 — In this talk I will showcase some of the tools I use to speed up my development process and some of the reasoning behind the way I have things set up. I will touch on subjects like developing locally, using git, the benefits of Sass and why everyone should be using it, running grunt tasks to compress your css, js, and images as well as using autoprefixer. I can also briefly touch on using frameworks if time and interest allow for it.
July 28, 2015 — CSS preprocessors make developing clean and semantic stylesheets effortless. My talk takes someone through a basic structure for organizing Sass within a WordPress theme, using the Bones theme framework as an example. I go through some of the benefits and cool tricks you can implement with this structure including breakpoint includes, variables, functions, nesting, and mixins. Finally I address perhaps the greatest hurdle to immediately implementing Sass in your WordPress theme — compiling. I take people through the common methods of doing this including Grunt, Compass, and WordPress plugins like WP-SCSS.
June 28, 2015 — You’ve been meaning to start using Sass in your projects, right? But it looks hard…is it really worth figuring out? Yes, yes it is! Sass is “CSS with superpowers” and a wonderful entry point into larger development concepts and best practices. We’ll talk about what Sass is, how to get started, and identify some key features you can apply to your own work.
June 25, 2015 — In seinem Vortrag zeigt Bernhard Kau eine Einführung in die Arbeitsweise von CSS-Präprozessoren. Am Beispiel von SASS werden Funktionen gezeigt, die bei der täglichen Arbeit mit CSS helfen können.
June 22, 2015 — Using the theme customizer – Merrill Mayer
An overview of the theme customizer API and how to build it into your themes.
Falling in Love with Sass for WordPress — Frederick Meyer
Learn why Sass, the CSS preprocessor, is better than vanilla CSS for complex projects, based on two key qualities of Sass: 1. It’s DRYer, and 2. It’s dynamic. The talk describes these benefits with reference to a complex real-life client project: creating a user-managed WordPress theme generator, with widths, color scheme, typography, etc., all changeable as Sass variables, compiling to one clean custom CSS stylesheet with no extra “theme options” DB calls.
Using Composer and WordPress — Kalen Johnson
Composer has taken the PHP community by storm, allowing projects to easily integrate PHP packages with their projects. Although WordPress doesn’t (yet) use autoloading and Composer, that doesn’t mean we as developer’s don’t have to. We walk through what Composer is, how to use it, then see how we can integrate it with our own WordPress projects, whether that’s a theme, plugin, or an entire WordPress site.
May 30, 2015 — You’ve been meaning to start using Sass in your projects, right? But it looks hard…is it really worth figuring out? Yes, yes it is! In this talk, we will cover Sass basics like structuring projects, mixins and variables, and using extensions. We will then go over how to start using Sass in your own themes as well as touch on a few Sass-ready starter themes. Afterwards, Lara will be available at the Happiness Bar for demos and to help you get set up!
May 15, 2015 — This presentation takes you through the process of building a theme from scratch with what is arguably the best starter theme available: _s (Underscores). The presentation looks at design and development decisions and principles including mobile-first, accessibility, responsive design, and information architecture, and takes a deep dive into the structure of the Underscores theme to show the audience how to build a theme from the ground up to become what you envisioned and more.
April 19, 2015 — This talk covers how to start your theme development with Sass and WordPress, using Underscores as the starter theme. While this session is geared towards beginning WordPress theme designers I recommend this for anyone inquiring about Sass and it’s awesome features.
December 14, 2014 — LESS, SASS, SCSS was ist das?
– die Möglichkeiten
– die Vorzüge
– die Anwendungsmöglichkeiten