Posts Categorized: Common Questions
Posts that provide concise answers to common Bootstrap CSS and web development questions.
Restrict Certain File Mime Types in WordPress
Category: Common Questions
I recently heard from a client saying their blog was loading very slowly. The issue was caused from a high resolution image in .tiff format which is generally used for print. In order to block these file types add the following plugin to your mu-plugins folder. Source <?php /* prevent uploading of .tif files. https://wordpress.stackexchange.com/questions/44777/upload-mimes-filter-has-no-effect… Read more »
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… Read more »
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… Read more »
How do I design and build a industrial website?
Category: Common Questions
Building an industrial website is one of the greatest experiences. It is a convergence of creativity, technology, and service. So congratulations on embarking on the journey. Below is a very high level look at the 3 major steps. If you have questions, please let me know. Creativity Before you start building you need a plan… Read more »
How to Remove the Border Around a HubSpot Email Template
Category: Common Questions
HubSpot provides the ability to change common styling used in your email and landing page templates inside your account settings area. But what if you want to have an email template that looks different from your default templates? In this case, you need to override your default settings with your template specific settings. So you… Read more »
How to Review a HubSpot Marketplace Template
Category: Common Questions
Here are the steps to review a template in the HubSpot Marketplace Go to the HubSpot Marketplace Click on the Purchased tab Hover over the row of the template you would like to review and click the Actions button Click on Write a review Enter your review with a max of 300 characters and choose… Read more »
Web Hosting Options and What I Recommend
Category: Common Questions
It can be hard finding a good web hosting company. I have used some good ones and some really bad ones. Below are my recommendations based on the following criteria. Provide quality customer support Based in the USA. I want my server to be in the same country as my audience to improve the speed… Read more »
What are the differences between CSS and SASS and what are its advantages and disadvantages?
Category: Common Questions
Sass stands for syntactically awesome stylesheets. Sass is a scripting language that is compiled into regular CSS. It was created to help writing CSS easier and more efficient. CSS is great but it lacks the ability to do advanced programming and calculations. Sass is CSS with superpowers but browsers like Chrome cannot read Sass files…. Read more »
Why Is Responsive Web Design Good?
Category: Common Questions
I believe responsive web design is good because it solves the mobile friendly website challenge in the least amount of time/cost. One stylesheet for all devices Can be setup by one designer/developer Easy to maintain and update Less expensive – Does not require server side device detection or complicated mobile app programming Does not require… Read more »