Instacart Product Carousel

January 23, 2025 at 5:13 pm | Design, Programming, web, Wordpress.

A while back while I was working on the Instacart blog, I got the opportunity to create a product carousel to help the content creators link products they talked about in their blog posts back to cart items in Instacart. The idea was to make it easier for people looking at recipe and blog content… Read more »

Create a .well-known file in Hubspot

August 28, 2024 at 11:35 am | Design, Programming, web.

Certain processes have you create a .well-known folder and file inside at the root of your site. These can be anything from security protocols to verification services. This can be a problem with hosting services that do not allow the creation of the folder or that have site media stored at another URL location such… Read more »

How to improve your Marketo subdomain page speed with one checkbox

August 27, 2024 at 1:15 pm | Design, web.

I recently ran across this strange bug while building a guided landing page for a partner. The Chrome inspector console was throwing a mixed content message for a favicon that was coming from an HTTP non-secure URL. I thought, well that is strange because I added all the favicon links right in the Marketo page… Read more »

Load the fonts first for page speed

November 21, 2021 at 1:14 pm | blabbing, Design, Programming, web.

To increase page speed for blocking font rendering and to reduce the font rendering time when the page loads on your site, add your fonts as a preload at the top of your page. This may seem counter intuitive to load an asset ahead of time for page speed, but it makes sense in two… Read more »

Stop animating all your pages

January 6, 2021 at 8:25 pm | blabbing, Design, web.

You know that feeling when you get to a site and there isn’t much there and then you start to scroll and POW everything comes flying into the page in all directions. Yeah. Stop doing that.

Mobile first or age before beauty

December 10, 2014 at 11:36 pm | Design, SASS, web.

Mobile first for email. Oh course. Right? There are more mobile devices accessing your content, why wouldn’t it be mobile first? Well because mobile doesn’t need any help. It is the faster more nimble sibling to it’s slower desktop and browser based elders. Mobile first means that the styles in the head are for desktop…. Read more »