Skip to content

Instantly share code, notes, and snippets.

View digitalmud's full-sized avatar

Christopher Mudiappahpillai digitalmud

View GitHub Profile
// Add <ul id=”recent-posts”></ul> to your blog to demark where you'd like the list to appear.
//
// Needs jQuery. Place the javascript below *after* your jQuery include.
<script type="text/javascript">
$(function() {
// This script uses your tumble blog's RSS feed. The URL is usually in the form yoursite.tumblr.com/rss
var url = '/rss';
var $list = $('#recent-posts');
@digitalmud
digitalmud / 0_reuse_code.js
Created January 29, 2014 19:26
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console