Skip to content

Instantly share code, notes, and snippets.

View christurnertv's full-sized avatar

Chris Turner christurnertv

View GitHub Profile
@christurnertv
christurnertv / Ad.class.php
Created September 12, 2014 20:55
Super Ad Site - Friday Review
<?php
class Ad {
public $title = '';
public $body = '';
public $contactName = '';
public $contactEmail = '';
public $createdAt = '';
@christurnertv
christurnertv / gist:119658c5a3642d716469
Created September 18, 2014 18:17
Backbone hello world.
<!DOCTYPE html>
<html>
<head>
<title></title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="http://underscorejs.org/underscore-min.js"></script>
<script src="http://backbonejs.org/backbone-min.js"></script>
</head>
<body>
<div id="main">
# Intro to Static Website Development and Hosting (w/ GitHub Pages)
## What is a static site?
- It doesn't change.
- The opposite of dynamic. :)
## What are the pros and cons of static sites?
### Pros: