August 21, 2014 — Ever wonder how to make that column just a little bit wider or change a font? Are you totally overwhelmed by files upon files of PHP? There are some simple and effective ways to tweak the design of a site without breaking anything. We cover ways to add custom CSS and the whys and hows of a basic child theme.
August 20, 2014 — Rhys does an introductory beginner talk on Child Themes, which involves the following:
– What is a child theme?
– When you should use a child theme?
– When you shouldn’t use a child theme?
– Structuring a child theme in your themes folder & common practices.
– The style.css file of a child theme, how to structure it.
– The functions.php file of the child theme.
– Common Issues that beginners ask about.
August 18, 2014 — Understanding why your page is rendering slowly is the first step to improving your page load speed. The faster your pages load, the better the site will convert and the happier your clients will be!
July 23, 2014 — Understanding why your page is rendering slowly is the first step to improving your page load speed. The faster your pages load, the better the site will convert and the happier your clients will be!
June 16, 2014 — Learning how to write and edit Cascading Style Sheets (CSS) can open a whole new realm of possibilities for custom design of a WordPress website. CSS can be simple, but if you haven’t had a proper introduction to the basics, it can seem anything but that. This presentation goes over the basics of CSS and how to implement CSS changes on a WordPress site using Firebug and a basic text editing program. Being able to make simple CSS changes will empower you to make the necessary style changes (such as changing font colors/sizes, background styling, padding etc.) without having to rely user options to do so.
May 13, 2014 — This talk provides an overview of each component of a WordPress sytlesheet and how it outputs in the browser so that you can easily tackle the task of modifying your WordPress stylesheet using CSS.
October 14, 2013 — In this talk learn to write your CSS faster and more efficiently. CSS pre-processors like SASS and LESS let you write DRY CSS that can be modularly used to create themes and sites quite a bit faster.
October 13, 2013 — This talk delves into CSS3. What can and should be used progressively, how to use these techniques, and what we can expect in the future from this technology.
August 29, 2013 — Write your CSS faster and more efficiently. CSS pre-processors like SASS and LESS let you write DRY CSS that can be modularly used to create themes and sites quite a bit faster. Starting from a beginner’s perspective, this talk allows anyone (designers & developers) to get started with SASS or LESS for their WordPress theming.
April 22, 2013 — LESS & SASS are awesome technologies that allow you to write CSS extremely fast with a ton of awesome features. A perfect intro for anyone who wants to get started writing CSS faster, better, and stronger.