Designed by: Mauricio Bucardo
Original image: https://dribbble.com/shots/5619509-Animated-Tab-Bar
You can use this menu in your projects. It also works with 100% width and reacts to changing the size of the window :)
Designed by: Mauricio Bucardo
Original image: https://dribbble.com/shots/5619509-Animated-Tab-Bar
You can use this menu in your projects. It also works with 100% width and reacts to changing the size of the window :)
#!python | |
''' | |
In a nut shell textBlob fits all my needs. This little gem took less than thirty minutues from discovery to completion. Prototyping will now be a simple matter, and proofs of concepts down to the improv level of setup requirments. | |
''' | |
import re | |
from textblob import TextBlob | |
px = 'VB?' # search for later |
/* | |
* script to export data in all sheets in the current spreadsheet as individual csv files | |
* files will be named according to the name of the sheet | |
* Note: This script uses the DocsList.createFile() method, which is only available for Google Apps accounts. | |
* author: Michael Derazon | |
*/ | |
function onOpen() { | |
var ss = SpreadsheetApp.getActiveSpreadsheet(); | |
var csvMenuEntries = [{name: "export as csv files", functionName: "saveAsCSV"}]; |
/** | |
* 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) | |
* |
<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); |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title></title> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
</head> | |
<body> | |
<div id="navbarContainer"> |
'#Language "WWB-COM" | |
Project Project1 | |
Optimizer On | |
EntryPoint Main | |
LoadModule "main.bas" | |
LoadModule "module1.bas" | |
End Project | |
<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> |
Blithe sounds to me like a note of Goth good cheer or a 9th chord inside a happy dirge. |