Livestream recordings are available for premium subscribers as part of unlimited access to the CraftQuest catalog.
I will have an article on the site with everything we talk about, including some of your feedback. Now that I'm doing more client work than in previous years, I also plan to write more about thoughts and ideas on client projects, client services, and the intersection of technology and client work. You'll see a lot of that here in these emails.
Two new videos are below!
-Ryan
First Look: Code Field
Last week I published a new First Look lesson video on the Code Field plugin by Andrew Welch of NyStudio107. If you need to get more familiar with the First Look series, it's typically a short video where I have a first impression and overview of a plugin or service.
In this lesson, I set up the Code Field field type in both the Craft control panel and a front-end Twig template. I only covered some of what Code Field can do, but I hope it was enough to inspire you to try it out on a project if needed.
There's something new in CSS that'll make handling the margin of the last item in a list easier. Instead of using the `last-child` pseudo-element or another technique for adjusting the margin on the last element in a list, margin-trim takes care of the dirty work for you.