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
<!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
<!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>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> | |
<!-- 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
> 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 |
NewerOlder