Select Page

Using Shopify + Dreamhost VPS for e-mail

I have a few stores hosted on Shopify, however, Shopify does not offer on-domain e-mail hosting, so I use my Dreamhost VPS for the e-mail. I was never sure if I was setting it up correctly by selecting the “Fully Hosted” option within Dreamhost if i was...

Following Your Own Compass

I think that in the era of information overload, one of the biggest strengths we can build is the ability to follow our own compasses. Because if you look for validation to support what you think is to come, you'll find it. And if you look for the exact opposite,...

Why I never introduce myself in cold emails

I rarely if ever introduce myself in cold emails. NOT introducing myself translates into a level of familiarity. Only strangers introduce themselves. Friends don't. And here you are… friend, community member, established business owner… they can look in...

Line Breaks Only On Mobile with CSS

This can help out when your lines of text are getting broken up in weird places, like when there's a trailing word that gets pushed to the next line and you'd rather split the line in half manually. @media screen and (min-width: 600px) { .mobile-break { display: none;...