Posts tagged “content management”
-
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.
-
What Do You Look For in an Browser-based Rich Text Editor?
Over the years we’ve used a number of different rich text editor scripts, but we’ve never felt 100% happy with any software we’ve used. We want to take a step back and look at the big picture before we audition (or build) another one. Can you help us?
-
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.