Marty Thomas

Hi. I’m Marty. Founder @Purlem. Co-Founder @Tend_io. This is my blog about bootstrapping business, software and life.

Page 3


Minimum Viable Feature

Yesterday I launched an email marketing feature for Purlem. I’m calling it a “Minimum Viable Feature,” in that, it’s not completely built out yet. If a Purlem users wants to send out an email campaign, it will still take a manual effort from Purlem (ie me), to actually send out the email.

Obviously this isn’t scalable, or realistic for me to send out every email campaign for every Purlem user. However, launching this as a Minimum Viable Feature allows me to test if Purlem users really want it, before building out a full-blown automated feature.

Purlem users have been requesting this feature for a long time. My gut is telling me that this will be a good feature to add. However, my gut has been wrong in the past. If I had to be honest, I probably wasted a good year building out features into Purlem, that I thought the users wanted. I’m trying to avoid that mistake moving forward...

Continue reading →


Tag the Most Engaging Contacts in Highrise

I’ve been using Highrise as my CRM for the last several years. I have it deeply integrated (via their API) with Purlem to track Purlem’s users, their subscription status, and to set alerts for on-boarding.

I’m also been forwarding all incoming mail to my Highrise dropbox address . This keeps nearly all of my email correspondence within Highrise.

Since we just launched Tend.io, I wanted to reach out to some of the people I’ve corresponded with over the last couple years to let them know that Tend exists. The way I did that was to create an API script to loop through everybody in Highrise, and tag those that I’ve had more than 5 email conversations with. These would be my “Most Engaging” contacts.

Here is how I did it using ignaciovazquez’s HighriseAPI class.

//include HighriseAPI class
require_once("path/to/HighriseAPI.class.php");

//connect
$argv = array();
$argv[0] = '';
...

Continue reading →


Getting Started with Composer

Composer is a package managers for PHP which makes it easy to share and re-use code.

I’m still new to using composer. I’m stumbled across it through Laravel. And I found that if you want to use Laravel, understanding composer is a must. Beyond that, it makes including classes across a project extremely easy.

Quick Tip: You should not commit your vendor directory. This was a mistake I made when first using Laravel. The better solution is to add the vendor directory to your .gitignore file. Then, pull in the dependencies with composer install.

But that’s getting ahead of ourself. Here are some of my notes on getting started with composer…

Installing Composer

First things first. Go to composer’s download page and copy out the curl command to install composer.

curl -sS https://getcomposer.org/installer | php

This will install a composer.phar file into the current directory. You...

Continue reading →


Iron.io Push Queues in Laravel 4.2

Queues are a great way to speed up your web application by sending time intensive tasks into the background. Take email for example. Scripts that send emails can take a few seconds to run. It doesn’t sound like much, by a few seconds drastically decreases the “clickyness” of your app. Moving the email script to be processed in the background will give your user a much more fluid and satisfying experience.

Queues work exactly how you think they would. Think of it as a stack of item’s that need to be completed. The queue’s job is to simply take the item from the bottom of the stack, and process the job. Move on to the next item. And so on.

Traditionally, queues can be difficult to setup. However, Iron.io’s makes this incredibly easy with Push Queues. In addition, with Laravel’s Queues it couldn’t be easier to integrate into your app.

I just wrapped up adding a queue for...

Continue reading →


Moments of Pure Craziness

I just spent the last 24 hours with just the kids and I. Although the days are mostly enjoyable, and I feel incredibly blessed to spend this time with the kids, there are moments of pure craziness.

This typically occurs in the afternoon, a bit before dinner time. It might start innocently enough with Dillon getting upset that Emma stole a toy from him. And before you know it, it’s all out screaming and chaos. If they could swing from the light fixtures, they probably would be.

It’s been our thing lately to show the kids how to calm down, when emotions get out of control. To be examples. So that means, I find myself being “ultra” calm. Freakishly calm. But inside, I’m anything but calm.

Listening to No-Drama Discipline has helped in these moments. A big part has been understanding that kids of Dillon’s and Emma’s age have no way of communicating big feelings. So it’s been...

Continue reading →


Start something that matters

Just finished listening to Start Something that Matters by Blake Mycoskie (the TOMS shoe guy).

Interesting fact, TOMS is derivative of the word ‘tomorrow’ and the idea that we have a better tomorrow. There is no Tom.

Shoe Drop 3.jpg

The book was very inspiring. It forces you to look at what actually matters. Blake recently moved onto a Sailboat to remove the “stuff” from his life. It also makes a very case for creating a for-profit company with a social mission. It makes sense that there would be not only personal benefits, but logistical benefits as well.

If your looking to “start something that matters,” Blake suggests asking yourself the following three questions:

  • If you did not have to worry about money, what would you do with your time?
  • What kind of work do you want to do?
  • What cause would you like to serve?

For me, the first two are easy - I’d like spend my time with family and...

Continue reading →


Tend.io

Wrote about it on Tend’s blog: Tend.io is live!

m34qmmaywseavg_retina.png

View →


Peak of Productivity

I was joking around this weekend saying that my “peak of productivity” was in the morning during my 3ish mile run, with the kids, while listening to an audio book.

IMG_3868.jpg

Routine typically goes that kids wake up. We do milk, diapers (while watching some bubble guppies). I get the snacks and stroller ready. And we’re off.

I mean, it serves so many different purposes - I get my workout in. Kids enjoy getting out of the house (and it’s one of the only times they’re both actually quite - besides nap time). I typically learn something new from the audio book. It’s a creative time when some of my best ideas occur to me. And MariKate get’s to sleep in a bit!

Just trying to figure out how we’re going to pull this off when the third kid arrives. Might have to get this stroller. But I love my Bob.

Continue reading →


Inbox Zero

Everything I see a phone that looks like this I break out in a nervous sweat. There’s this “productivity hack” called inbox zero. The idea is pretty simple, if you keep you inbox at 0, you will be more productive.

Untitled-1.jpg

Inbox zero is a hot topic. Some think it’s a bunch of bull. Personally, I’ve been using inbox zero for the last several years, and would go as far as to say it’s the single most effective then you could do to improve your productivity.

For me, it’s being able to respond to to things that are most important, in minutes. As a solo entrepreneur w/ Purlem, this allows me to respond to support requests nearly instantly. This set’s me apart from competition, and has played a big role in Purlem’s growth. It also helps to remove the “clutter” and keep focused on what really needs attention.

In practical terms, getting to zero inbox is very easy. The first step is to get...

Continue reading →


BullsEye Marketing Framework

We’ve talked a lot about marketing “ideas” for Tend and now is the time to actually write them down, prioritize, and create some plan of attack. The bullseye framework (featured in the Traction Book) is a good guide to doing just that. Although it does have some drawbacks, it is a great starting point for creating a marketing plan. Here’s what we’ve done so far…

Brainstorming

We used the bullseye spreadsheet to brainstorm potential marketing activities. The spreadsheet is nice as it forces you think about all possible distribution channels.

It would be easy to spend days brainstorming and coming up with “what if” scenarios here. We maybe spent an hour. The goal here is to just get the ideas out there on paper.

Screen Shot 2015-08-04 at 1.53.06 PM.png

Ranking

The inherit challenge is that no distribution channel exists in a silo. In reality, the success or failure of one channel will certainly effect other...

Continue reading →