I hereby claim:
- I am glennhefley on github.
- I am glennhefley (https://keybase.io/glennhefley) on keybase.
- I have a public key ASBSfKBPkQXQ5A0hilfwxPt_SQWlcsSMwehgucQRYRgxBwo
To claim this, I am signing this object:
Project for 'more than grammar' checker. |
I hereby claim:
To claim this, I am signing this object:
/*! | |
* jQuery TextChange Plugin | |
* http://www.zurb.com/playground/jquery-text-change-custom-event | |
* | |
* Copyright 2010, ZURB | |
* Released under the MIT License | |
*/ | |
(function ($) { | |
$.event.special.textchange = { |
console.log(html5player.url_low); | |
Blithe sounds to me like a note of Goth good cheer or a 9th chord inside a happy dirge. |
<h1>Responsive Typography</h1> | |
<p><a href="https://codepen.io/MadeByMike/pen/YPJJYv">By Mike at Codepen</a> | |
<p>It appears that by using calc() and vw we can get responsive typography that scales perfectly between specific pixel values within a specific viewport range.</p> | |
<p>The problem with the common approach to responsive typography is that it is jumpy and requires a lot of media queries.</p> | |
<p>Viewport units are fluid but lack precise control over font-size.</p> | |
<p>Typically you might use a table like this to work out the range of font sizes across different resolutions.</p> | |
<table> | |
<tbody> |
'#Language "WWB-COM" | |
Project Project1 | |
Optimizer On | |
EntryPoint Main | |
LoadModule "main.bas" | |
LoadModule "module1.bas" | |
End Project | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title></title> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
</head> | |
<body> | |
<div id="navbarContainer"> |
<html> | |
<head> | |
<script type="text/javascript" src="./jquery-1.4.3.min.js"></script> | |
<script type="text/javascript"> | |
var baseURL = 'http://en.wiktionary.org'; | |
function showPage(page,text) { | |
var sourceurl = baseURL + '/wiki/' + page; | |
$('#pagetitle').text(page); | |
$('#wikiInfo').html(text); | |
$('#sourceurl').attr('href',sourceurl); |
/** | |
* SyntaxHighlighter | |
* http://alexgorbatchev.com/SyntaxHighlighter | |
* | |
* SyntaxHighlighter is donationware. If you are using it, please donate. | |
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html | |
* | |
* @version | |
* 3.0.83 (July 02 2010) | |
* |