Skip to content

Instantly share code, notes, and snippets.

View TalkWithTheExperts's full-sized avatar

Sarah Hawk TalkWithTheExperts

View GitHub Profile
// This is the code editor.
// Request permission from HAWK to post code.
use Sitepoint\Courses\PageController;
$controller = new CourseAdminController();
// This is the code editor.
// Request permission from HAWK to post code.
//Fix from the HTML Email Boilerplate
#outlook a {padding:0;} /* Force Outlook to provide a "view in browser" menu link. */
<!-- Padding (fully supported, always preferred) -->
<td style="padding: 0 0 5px 0;">
<!-- A spacer cell (for emergencies) -->
<td style="font-size: 0px; line-height: 0px;" width="50">&nbsp;</td>
# This is the code editor.
# Request permission from HAWK to post code.
# Install a gem from Rubygems.org
gem 'gem_name'
# Install a gem from git
gem 'gem_name',
git: 'http://github.com/owner/repo.git'