Posts tagged “ExpressionEngine”
-
JAIL-ing images in ExpressionEngine
Lazy loading images is a great way to reduce page load, but some of the markup patterns for accomplishing it following progressive enhancement are a little tricky to manage in a CMS. Thankfully, we have plug-ins.
-
Progressive Enhancement and ExpressionEngine
This past week, Kelly and I were in Brooklyn for the ExpressionEngine CodeIgniter conference. We had a great time, met some awesome people, and I got to talk about my favorite topic: progressive enhancement.
-
From “Mobile Friendly” to “Mobile First”
You may not have noticed, but we just turned this blog on it’s head, design-wise. Those of you browsing on something other than a desktop browser should now be enjoying a much better reading experience. Here’s what’s changed and how we did it.
-
Template-based Asset Munging in ExpressionEngine
ExpressionEngine’s mechanism for embedding one template in another can be used to speed up your site by munging your CSS and JavaScript files.
-
EE Tip: Counting the results of a nested query
Nested loops in ExpressionEngine can cause all sorts of headaches, especially when it comes to dealing with "magic" variables like
{count}
. Thankfully, MySQL can help.