Our countdown to New Year’s contest is live!
Reachably wasn’t always Reachably - we used to be called “dtime”. This was back when we were building our initial prototype with a focus on making decisions. We learned quite a few lessons there - some business (people didn’t like the formality of making a decision publicly online) and some technical (we had a mess of a code base from all of the changes we were making).
Our most important lesson was that it’s really hard to evolve an app rapidly without making a mess of the code. One of the messiest parts of the code base was where we started building in JSON api components so that we could start building Backbone components to make our site more dynamic. Building the JSON API parts as needed led to a very haphazard style that wasn’t useful at all to external apps. We also ended up taking some shortcuts with our views, allowing too much logic to creep in.
Reachably co-sponsored Kurrenci’s #smartupbk event last week. Here are some shots of the team!
Here at Reachably, we are always sending emails! Invites, Mailers, and Transactional emails are being sent out constantly. That means that there’s a lot of coding like it’s 1999 going on… it also means we have to test our emails, a lot. Here are some great tools that I use when the task arises!
This site has a free tool that allows you to test Gmail, AOL, and Outlook. It tests for spam and disabled images for all three. Useful for preliminary testing. There are expanded paid plans as well.
We have a premium account at MailChimp, so we have access to their nifty tool called Inbox Inspection. I think it runs on Litmus and offers a wide range of options for email tests. We use this one the most, it’s pretty great.
Not necessarily a testing tool, but a huge time saver. Instead of writing all of the inline styles yourself (like I was doing before!), you can just write it in a style tag in your <head> and this tool will inline the CSS for you! Had great results with this.
When testing my emails early on, I like to use Thunderird to send out emails to my own accounts. They have this easy “insert HTML” button that lets me pop in my code and send it on it’s merry way.
The only paid testing we did as at Campaign Monitor, for $5 per test. They also use the Litmus API, which is great because this is pay per use and I don’t think Litmus offers that themselves.
Over the course of the last year at Reachably, we’ve developed a number of JavaScript functions that we’ve found handy. From hover tags to autoexpanding textareas, they can help speed things up when making a user-facing website.
They’re written in CoffeeScript, the JavaScript pre-processor language that we’ve written our app in.
Before we go any further, you should check out the demo page!
Included in Coffee Filter, you’ll find:
@pumpkin-obsessed jealous of my Wednesday