...

Send Email with Amazon SES in Ruby on Rails

Simple guide to setting up Amazon SES in Ruby on Rails using SMTP. Recently started having issues with my existing email provider, where I'd been...

...

How to setup a custom domain with SSL and Medium.com with CloudFlare

This short tutorial will show you how to setup a custom domain with SSL and Medium.com with CloudFlare. To start, you of course must own the...

...

SQL for Marketers: Dominate Data Analytics, Data Science, and Big Data

This is an annoucement along with free and discount coupons for my new course, SQL for Marketers: Dominate data analytics, data science, and big...

...

Where to get cheap web hosting: GoDaddy vs. BlueHost vs. etc…

My brand-spanking new blog software told me that this title was too long: GoDaddy vs. BlueHost vs. DreamHost vs. Hostgator vs. Namecheap Read all...

...

SMTP -> ERROR: Failed to connect to server: Connection timed out (110)

I get this error frequently when I use the PHPMailer library, i.e. for a Wordpress site. The strange thing is, this will work on your localhost...

...

How to center text vertically and horizontally inside a div

.outer { display: -webkit-box; -webkit-box-pack: center; -webkit-box-align: center; display: -moz-box; -moz-box-pack: center; -moz-box-align:...

...

Point your Namecheap domain to your Heroku app

Fiddled around with this for way too long, because with the instructions you get from Namecheap, you will end up in an infinite redirect loop using...