50% off for new memberships and some new videos!
It's a good day!
This week we're releasing a few new videos and offering 50% off new memberships. If you or someone you know might be interested in a membership, just use the code CYBERWEEK2014 when checking out anytime between November 26th and December 1st. Here's the fine print:
- The code is only good for new memberships, but if you are currently a member, we can expire your account early if you'd like to take avantage of the discount. Please just send me an email saying you'd like to expire your account.
- To purchase a membership as a gift, you must log out and make the purchase under a new account, which you would then pass that new account onto the individual you made the purchase for.
- The coupon is only good for memberships.
Enjoy and have an awesome week!
- Chris Shattuck
New! How to decide how granular a template file should be
With our use case, there are two different ways we can go with the templates. Do we break it down into two templates that can be used more granularly for other purposes, or do we consolidate it into one? In this video we discuss the pros and cons of each.
New! (FREE!) How to see what variables you have to work with in a Twig template using "dump"
In this video we look at how to use the “dump” tool to look deep into the variables passed into your template. Be careful, though, because it could crash your browser if you’re not careful.
New! How to do a foreach loop in a Twig template
It’s tough to use the “find a unique string” method to dig up a template in core Drupal that would show us how to do a loop, so we identify some additional online resources we can use to figure it out.