This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<!-- Edited August 16, 2016 by Dennis Pipper, [email protected] --> | |
<meta charset="utf-8" /> | |
<title>Good Page Title Goes Here</title> | |
</head> | |
<body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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 */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<title>Untitled</title> | |
<style type="text/css"> | |
body{ | |
font-family: Georgia, "Times New Roman", Serif; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
margin: 0px; | |
padding: 0px; | |
color: #000; | |
font-family: Geneva, helvetica, sans-serif; | |
font-size: medium; | |
line-height: 1.5; | |
background-color: #ccc; | |
} | |
#container { |
OlderNewer