Skip to content

Instantly share code, notes, and snippets.

View ralphsaunders's full-sized avatar

Ralph Saunders ralphsaunders

View GitHub Profile
@ralphsaunders
ralphsaunders / index.hmtl
Created December 26, 2011 10:42
Loading Feed Entries With The Google Feeds API
<!doctype html>
<html>
<head>
<title>Google Feeds API</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
</head>
<body id="index">
@ralphsaunders
ralphsaunders / index.html
Created November 14, 2011 19:21
Switch GA Code based on URL Hash
<!doctype html>
<html>
<head>
<title>Index</title>
<script type="text/javascript">
var _gaq = _gaq || []; // GA array to push to
/**
@ralphsaunders
ralphsaunders / index.html
Created October 31, 2011 14:52
Basic Canvas Animation
<!doctype html>
<html>
<head>
<title>Canvas Stuff</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script type="text/javascript" src="./scripts.js"></script>
</head>
<body id="index">
<canvas id="canvas" width="900" height="900">
<!-- Fallback men, fallback! -->
@ralphsaunders
ralphsaunders / controller.php
Created August 29, 2011 08:41
Loading a view with templates in Codeigniter
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
class Site extends CI_Controller {
/**
* Index Page for this controller.
*
* Maps to the following URL
* http://example.com/index.php/site
* - or -