Skip to content

Instantly share code, notes, and snippets.

View starzonmyarmz's full-sized avatar

Daniel Marino starzonmyarmz

View GitHub Profile
@starzonmyarmz
starzonmyarmz / js_dom.html
Created June 24, 2011 20:34 — forked from smith/js_dom.html
Get DOM Structure from BODY to clicked element
<!doctype html>
<html lang="en">
<head>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
<!DOCTYPE html>
<html>
<head>
<title>Cramer Development, Inc. - Web Development</title>
<meta charset="UTF-8" />
<style>
body { width: 80%; margin: 0 auto; text-align: center; background-color: #1A1A1A; }
div#main { margin-top: 300px; }
img { border: none; }
</style>
// Run via OS X Terminal.app to block junk tweets in Tweetie.
// Info: http://atebits.posterous.com/test-filtering-in-tweetie-for-mac
defaults write com.atebits.tweetie-mac filterTerms -array "@gowalla" "http://gowal.la" "@foursquare" "http://4sq.com" "#followfriday"