Skip to content

Instantly share code, notes, and snippets.

@dennispipper
dennispipper / quix.txt
Last active September 7, 2023 23:43
Dennis' QuixApp file
> This is a Quix Command File
>
> For the syntax of this file, please refer to http://quixapp.com/syntax/
>
> Dennis Pipper, @dennispipper, updated 6 Aug 2019
@Basic commands
@These are the most basic commands Quix offers, but possibly also the most powerful ones.
e mailto:?subject=%t&body=%s%0A%0A%09%r%0A%0A Email link
imdb http://www.imdb.com/find?s=all&q=%s IMDB Search
@dennispipper
dennispipper / HTML5 Template
Last active August 16, 2016 14:37
A simple HTML 5 tempplate
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Edited August 16, 2016 by Dennis Pipper, pipperd@lcc.edu -->
<meta charset="utf-8" />
<title>Good Page Title Goes Here</title>
</head>
<body>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Calculate Miles Per Gallon</title>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js">
// for versions IE 6-8
</script>
<script>
//create a loop that gets the miles and checks that it is a number
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Calculate MPG</title>
<!--From Murach's JavaScript and jQuery -->
<!--http://murach.com/books/qury/index.htm -->
<link rel="stylesheet" href="mpg.css">
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js">
// for versions IE 6-8
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Join Email List</title>
<!--From Murach's JavaScript and jQuery -->
<!--http://murach.com/books/qury/index.htm -->
<style type="text/css">
/* type selectors */
@dennispipper
dennispipper / pewtrbrn.txt
Last active December 23, 2015 07:19
CITW 160 Pewtery Barn text file
Pewtery Barn
The Pewtery Barn specializes in Antique Pewter.
Browse our store and you will find a selection of fine:
-Antique Early American Pewter
-Antique British Export Pewter
-Antique English and Continental Pewter
-plus expert pewter restoration
Brewed Awakening
Where coffee isn't just a drink, it's a lifesaver!
It happens millions of times each week - a customer receives a drink from a BA barista - but each interaction is unique.
It's just a moment in time - just one hand reaching over the counter to present a cup to another outstretched hand.
But it's a connection.
@dennispipper
dennispipper / 2columns.html
Last active August 29, 2015 13:57
2 Columns Sample
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Untitled</title>
<style type="text/css">
body{
font-family: Georgia, "Times New Roman", Serif;
}
@dennispipper
dennispipper / tables.txt
Last active August 16, 2016 15:10
CITW 160 Assg6 Text
Thanksgiving Turkey Tips
As Thanksgiving quickly approaches, there are many things to consider and prepare for. One of those things is the coveted turkey, usually the main dish of the Thanksgiving dinner and also the holiday’s mascot. Not getting the right type of turkey for your family on Thanksgiving can single handedly ruin the entire day!!!!
Types of Thanksgiving Turkey
Free Range: According to the U.S. Department of Agriculture, free-range turkeys have “been allowed access to the outdoors. More robust turkey flavor and substantial texture than coop-raised turkeys.
Self-Basted: These turkeys have been pumped with anything from broth to butter, including water, salt, or even chicken fat. The result, producers claim, is added flavor and moisture.
@dennispipper
dennispipper / relative.css
Last active August 29, 2015 14:17
relative.html
body {
margin: 0px;
padding: 0px;
color: #000;
font-family: Geneva, helvetica, sans-serif;
font-size: medium;
line-height: 1.5;
background-color: #ccc;
}
#container {