Skip to content

Instantly share code, notes, and snippets.

<meta name="microid" content="mailto+http:sha1:53410a9d6d408f3a92288a6543f16f4a9703ceea"/>
var myId = document.getElementById("myId");
if( myId.style.display.toLowerCase() == 'none' ) {
myId.style.color = 'red';
myId.style.height = '10px';
myId.style.width = '100px';
myId.style.display = 'block';
}
<link rel="openid.server" href="http://www.myopenid.com/server" />
<link rel="openid.delegate" href="http://openid.delabar.org/eric" />
<script src="http://www.google.com/jsapi"></script>
<script>
google.load("prototype", "1.6.0.2");
</script>
def list = [1,2,3,4]
println list.class
dev map = [key1:"value1",key2:"value2"]
println map.class
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" >
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" >
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="keywords" content="page, site, title, keyword, doctype"/>
<meta name="author" content="Eric DeLabar"/>
<meta name="description" content="A short description of the page content."/>
<title>Descriptive Page Title - EricDeLabar.com</title>
<link rel="stylesheet" type="text/css" href="/style/screen.css" media="screen"/>
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="/style/screen.css" media="screen"/>
<!-- [if lte IE 6]>
<link rel="stylesheet" type="text/css" href="/style/iefix_screen.css" media="screen"/>
<![endif]-->
<title>Descriptive Page Title - EricDeLabar.com</title>