Skip to content

Instantly share code, notes, and snippets.

@tjntun
tjntun / Side piece pizza
Last active January 2, 2020 16:23
fyr/side-piece-pizza-embed
<script>
var __fyrProjectSlug = 'side-piece-pizza';
</script>
<ion-app></ion-app>
<script src="https://tour.360fyr.com/fyrembed.js"></script>
@tjntun
tjntun / README.md
Created October 16, 2018 22:58 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet
@tjntun
tjntun / index.html
Created September 3, 2013 07:45
HTML stater page
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, maximum-scale=1.0">
<link rel="stylesheet" href="css/style.css" />
<script src="js/jquery.v1.10.2.min.js"></script>
<script src="js/main.js"></script>
</head>
<body>
@tjntun
tjntun / purl.js
Created July 22, 2013 08:16
A JavaScript URL parser v2.3.1
/*
* Purl (A JavaScript URL parser) v2.3.1
* Developed and maintanined by Mark Perkins, [email protected]
* Source repository: https://github.com/allmarkedup/jQuery-URL-Parser
* Licensed under an MIT-style license. See https://github.com/allmarkedup/jQuery-URL-Parser/blob/master/LICENSE for details.
*/
;(function(factory) {
if (typeof define === 'function' && define.amd) {
define(factory);
@tjntun
tjntun / jQueryMobile_Boilerplate
Last active December 10, 2015 18:18
jQueryMobile_Boilerplate
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css" />
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"></script>
@tjntun
tjntun / reset.css
Created October 30, 2012 16:34
Reset css
@charset "utf-8";
/* CSS Document */
@media screen {
* { margin: 0; padding: 0; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,