Browsing "Tech"

Enabling Wildcard SSL on a Heroku Rails App

Enabling Wildcard SSL on a Heroku Rails App

Typically installing SSL is challenging enough, but add Heroku and the need for a wildcard SSL certificate in the mix [...]

May 16, 2012     No Comments
Read More
Extracting a salt from an MD5 Hash

Extracting a salt from an MD5 Hash

In December of 2011, members of activist group Anonymous released a slew (over 860,000 records) of private data stolen from [...]

Apr 5, 2012     1 Comment
Read More
Removing the passphrase from SSH keys

Removing the passphrase from SSH keys

I never can remember this: Removing a passphrase from your id_rsa key Backup your id_rsa file! Then, openssl rsa -in [...]

Jan 17, 2012     No Comments
Read More
Create an OGV file from M4V

Create an OGV file from M4V

If you want to use HTML5 Video the right way, you’ll need to provide an OGV file along with your [...]

Dec 29, 2011     No Comments
Read More
Installing the MySQL Gem in Lion

Installing the MySQL Gem in Lion

I kept getting weird permissions errors trying to install the MySQL gem for Ruby 1.9.2. The issue is that I [...]

Nov 9, 2011     No Comments
Read More
SSL works in all browsers except Internet Explorer (IE 6/7/8)

SSL works in all browsers except Internet Explorer (IE 6/7/8)

I could’ve also titled this “fixing Fixing SSL Library Error: 336068931 error:14080143:SSL routines:SSL3_ACCEPT:unsafe legacy renegotiation disabled” — but that’s just [...]

May 18, 2011     No Comments
Read More
Setup SSL in Your Local Development Environment with XAMPP

Setup SSL in Your Local Development Environment with XAMPP

Need SSL for you dev work? I constantly found myself needing a “fake” SSL certificate for local development so my [...]

Apr 24, 2011     No Comments
Read More
Allow remote MySQL connections to an AWS Instance

Allow remote MySQL connections to an AWS Instance

This took a while to figure out, but it’ll be easy for you if you follow the steps below: 1. [...]

Mar 1, 2011     No Comments
Read More
Using MySQL and CONCAT to build HTML

Using MySQL and CONCAT to build HTML

I recently had to pull a list of IDs and names from a database, then wrap each in an “ [...]

Feb 25, 2011     No Comments
Read More
Change The Border On A TinyMCE Textarea

Change The Border On A TinyMCE Textarea

I couldn’t figure out how to change the borders on a TinyMCE textarea–the problem was TinyMCE converts your textareas to [...]

Jan 19, 2010     No Comments
Read More