Skip to content

Instantly share code, notes, and snippets.

View stevemayhew's full-sized avatar

Steve Mayhew stevemayhew

  • TiVo
  • San Francisco Bay Area
View GitHub Profile
@stevemayhew
stevemayhew / index.pug
Created February 24, 2017 01:06
SVG gaussian blur filter on background image
svg.svgs
filter#blur
feGaussianBlur(stdDeviation="10")
.container
.content
h1
@stevemayhew
stevemayhew / index.html
Created September 26, 2016 22:53
yabvjR
<html>
<head>
<title>Test Step Indicator</title>
</head>
</body>
<div class="steps">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 767 25">
<title>
StepIndicator
</title>
@stevemayhew
stevemayhew / index.html
Last active September 8, 2015 20:04
Demo Owl Slider
<!DOCTYPE html>
<html>
<head>
<script src="http://cdnjs.cloudflare.com/ajax/libs/processing.js/1.4.1/processing-api.min.js"></script>
<meta name="description" content="Image Slider Demo" />
<meta charset="utf-8">
<title>Image Slider Demo</title>
<link rel="stylesheet" type="text/css" href="http://tve-ws-stdev-tivo.elasticbeanstalk.com/assets/tve/common/css/vendor/necolas/normalize.css"/>
<link rel='stylesheet' type="text/css" href="http://tve-ws-stdev-tivo.elasticbeanstalk.com/assets/tve/common/css/vendor/qtip2/jquery.qtip.css">
<link rel="stylesheet" type="text/css" href="http://tve-ws-stdev-tivo.elasticbeanstalk.com/assets/tve/common/js/vendor/ezmark/css/ezmark.css">
@stevemayhew
stevemayhew / index.html
Created August 15, 2014 16:00
Custom Checkbox FontAwesome Checkbox - No Images! // source http://jsbin.com/pukad/6
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="FontAwesome Checkbox - No Images!" />
<meta charset="utf-8">
<title>Custom Checkbox</title>
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="http://tvonline.atlanticbb.net/assets/tve/common/css/vendor/necolas/normalize.css"/>
<link rel="stylesheet" type="text/css" href="http://tvonline.atlanticbb.net/assets/tve/abb/css/tipsy.css">
<link rel='stylesheet' type="text/css" href="http://tvonline.atlanticbb.net/assets/tve/common/css/vendor/qtip2/jquery.qtip.css">
@stevemayhew
stevemayhew / index.html
Last active August 29, 2015 14:00
qTip2 Flip Issue with hidden 'at' position.
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Flip bug with Overflow</title>
<link rel="stylesheet" type="text/css" href="http://cdn.jsdelivr.net/qtip2/2.1.1/jquery.qtip.css">
<link rel="stylesheet" type="text/css" href="qtip-bug.css">
<script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script type="text/javascript" src="http://cdn.jsdelivr.net/qtip2/2.1.1/jquery.qtip.js"></script>
@stevemayhew
stevemayhew / index.html
Last active August 29, 2015 14:00
Demo VMX Detect
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- Included JS Files -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.js" type="text/javascript"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/jquery-ui.js" type="text/javascript"></script>
<script src="vmx_plugin_check.js"></script>
<script>
@stevemayhew
stevemayhew / selectmenu_bug.html
Created December 28, 2011 19:27
Demo for Selectmenu Destory Bug
<!DOCTYPE html>
<html>
<head>
<title>Demo Selectmenu Issue w/Label</title>
<link rel="Stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/ui-darkness/jquery-ui.css" type="text/css" />
<link rel="Stylesheet" href="http://jquery-ui.googlecode.com/svn/branches/labs/selectmenu/ui.selectmenu.css" type="text/css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js"></script>
<script type="text/javascript" src="http://jquery-ui.googlecode.com/svn/branches/labs/selectmenu/ui.selectmenu.js"></script>