HubSpot vs MailChimp vs Moosend – Review & Comparison
Category: Articles
The main difference between HubSpot, MailChimp, and Moosend is what other functionality you want to have added to it. Also, you need to consider how robust the marketing automation builder needs to be for your business. If you are sending a lot of email with a small to medium sized team, HubSpot is a great […]
How to Replace First Name with Default Text If It Doesn’t Exist in HubSpot Emails
Category: Common Questions
I recently was trying to send an email to a list containing different contacts but some did not have the First Name field filled in and was blank. So I did some google searches for a solution and came across these two posts: HubSpot forum topic and HubSpot forum topic 2. I tried the code shared […]
How to Edit the HubSpot Follow Me Module
Category: Tutorials
The video below demonstrates the steps to update a HubSpot follow me module. Basically, it pulls from your Account Settings > Marketing > Social > Follow Me tab
New HubSpot Modules – Name Anchor and Top Announcement Bar
Category: Newsletter
I created two new HubSpot modules I wanted to let you know about. Name Anchor – Free This module can be added above forms or section titles to easily create name anchors. The module also includes code to make it scroll smoothly to the destination on the page. Demo | Get on HubSpot Top Announcement Bar – […]
How to Add a Featured Tag with Text Over an Image
Category: Tutorials
In this tutorial I will show you how to place a featured tag over an image using CSS3 ::before pseudo elements. A common use case for this is eCommerce where you might want to visually show a product is featured, on sale, or out of stock. Since your products are displayed dynamically using a database, […]
Check Page Level Depth If Condition in WordPress
Category: Code Snippets
The code snippet below is handy when you are trying to check if the current page is a parent or a child in a WordPress theme. You can then use the conditional to output different code depending on the page depth it is <?php // gets page depth global $wp_query; $object = $wp_query->get_queried_object(); $parent_id = […]
What is Jobs Theory and How Does it Apply to HubSpot?
Category: Common Questions
Jobs theory also called Jobs to Be Done Theory was created by Strategyn to help businesses try and understand reasons why someone would buy their product service. “People do not want a quarter-inch drill, they want a quarter inch hole.” “Sell the sizzle and not the steak.” What is Jobs Theory? Jobs to be done […]
My 7 Tips for Learning the Artistic Side of Web Design
Category: Newsletter
This is a great question and something I have been thinking a lot about. Especially in how to teach this skill online vs a classroom setting. If I had to pick four important factors to becoming a good designer they would be. Pencil sketch before moving to the computer Sketch a lot of thumbnails with […]
10 Ways to Bootstrap an eCommerce Business
Category: Articles
The Bootstrap Creative Manifesto Before we begin talking about how to bootstrap your creative business lets first define what bootstrapping is. Bootstrapping is relying on your own resources (time and money) to start and run your business instead of getting a loan or outside investment. This allows you to start a business with lower risks and […]
HTML5 Responsive Autoplay Video Code Snippet
Category: Code Snippets
In order to make your HTML5 video responsive you will need to add the following CSS style properties: width: 100%, and max-height: 100%. Your browser does not support the video tag.