Skip to content

Instantly share code, notes, and snippets.

View lucashorton's full-sized avatar

Lucas Horton lucashorton

View GitHub Profile

Keybase proof

I hereby claim:

  • I am lucashorton on github.
  • I am lucashorton (https://keybase.io/lucashorton) on keybase.
  • I have a public key ASCHsDE3nLcP7wt5Bb01ZPiIWCVLNRqVpAMSyMNrq_rWSQo

To claim this, I am signing this object:

@lucashorton
lucashorton / gist:0d9eb2886f673ac34295
Last active August 29, 2015 14:04
Docker LAMP Development Environment How-to

Docker LAMP Development Environment How-to

Before first run

Download Docker and boot2docker from https://www.docker.com/

Install Docker and boot2docker using the installer

@lucashorton
lucashorton / gist:1708983
Created January 31, 2012 05:11
HTML5 Tutorial

HTML5 Basics

This tutorial will introduce you to the basics of the HTML5 markup language, which can be used to create the content portion of your web site. We will be using HTML5 to build a basic blog.

To get started with this tutorial, all you need is a text editor and a web browser. Just about any text editor will do, as long as it can save files as plain text. On Windows, Notepad will work fine, though there are a number of free text editors that might provide a better experience. Notepad++, available online at http://notepad-plus-plus.org/ is one such editor. On the Mac, I recommend downloading a copy of TextWrangler from http://www.barebones.com/products/textwrangler.

Since we're working with HTML5 and it's a relatively new language, you will want to make sure you have a browser that supports the new features. I recommend the latest version of Chrome, Safari, or Firefox. Internet Explorer 9 should also work just fine.

Getting started