Skip to content

Instantly share code, notes, and snippets.

View scriptmediala's full-sized avatar

Script Media LA scriptmediala

View GitHub Profile
@scriptmediala
scriptmediala / share-to-download
Created May 13, 2016 01:58
Lead Generation Pages
<!-- https://w3layouts.com/download-share/?l=21331&norm=pack&t=pack -->
<div class="donation-prices">
<h4>Download My Resume a Personal Category Flat Bootstrap Responsive Web Template</h4>
<div class="to-lock onp-sl-content" style="display: none;">
<div style="text-align: center; margin-bottom: 20px;">
<div class="dloadbutton-share"><a href="/download-template-backlink/?l=21331&amp;norm=pack&amp;t=pack" rel="nofollow">Download Template</a></div>
</div>
<h3>Quick Quote</h3>
<p >We Will Call You Within 1 Business Day </p>
<form action="https://formspree.io/online@therightchoicehvac.com" id="ac-newsletterForm" method="POST">
<input type="hidden" name="_next" value="http://www.therightchoicela.com/thank-you/1-2/" />
<div class="form-group">
<label for="name" >Name:</label>
<input type="text" name="name">
</div>
<div class="form-group">
<label for="_replyto">Email:</label>
<iframe src='//cdn.knightlab.com/libs/timeline3/latest/embed/index.html?source=1TYooSbk5-pzkbRlXD7bMMKj8FgUb8go4KHBItrHHrXY&font=Default&lang=en&initial_zoom=2&height=650' width='100%' height='650' frameborder='0'></iframe>
<div id="now_send_it_wrapper_2004961"><script type="text/javascript" src="http://admin.sendola.com/get/button/2004961"></script></div>
@scriptmediala
scriptmediala / NiHao.html
Created December 18, 2015 08:45
QR-Calls
<a href="http://my.qrvoice.net/1lVIPzo">Chinese!</a>
@scriptmediala
scriptmediala / App Guides for Sheets and GAS
Last active September 9, 2017 15:26
Twilio+GAS Auto Caller
https://developers.google.com/apps-script/guides/menus
https://developers.google.com/apps-script/guides/sheets/functions
https://support.google.com/docs/table/25273?hl=en&rd=2
https://support.google.com/docs/answer/3094246
https://support.google.com/docs/table/25273?hl=en&rd=2
https://developers.google.com/apps-script/quickstart/macros.js
https://developers.google.com/apps-script/guides/sheets/functions#optimization
https://developers.google.com/apps-script/guides/web
https://github.com/entaq/GoogleAppsScript/blob/master/Twilio/MakePhoneCall/twiml.html
https://www.youtube.com/watch?v=j0wjM1Ds3lc
@scriptmediala
scriptmediala / jQuery-to-xml
Last active December 16, 2015 20:11
jQuery Parse
<!-- https://api.jquery.com/jQuery.parseXML/ -->
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery.parseXML demo</title>
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
</head>
<body>
@scriptmediala
scriptmediala / FB-Login-Example.html
Last active February 11, 2016 00:07
EZ SignIn + Pay
<html lang="en" id="facebook" class="highContrastSetting ">
<head><meta charset="utf-8"><script>function envFlush(a){function b(c){for(var d in a)c[d]=a[d];}if(window.requireLazy){window.requireLazy(['Env'],b);}else{window.Env=window.Env||{};b(window.Env);}}envFlush({"ajaxpipe_token":"AXjstYu8PEKyWaEs","lhsh":"ZAQECgBRW","khsh":"0`sj`e`rm`s-0fdu^gshdoer-0gc^eurf-3gc^eurf;1;enbtldou;fduDmdldourCxO`ld-2YLMIuuqSdptdru;qsnunuxqd;rdoe-0unjdojnx-0unjdojnx0-0gdubi^rdbsduOdv-0`sj`e`r-0q`xm`r-0StoRbs`qhof"});</script><script>CavalryLogger=false;</script><noscript>&lt;meta http-equiv="refresh" content="0; URL=/dialog/oauth?app_id=184484190795&amp;amp;client_id=184484190795&amp;amp;display=popup&amp;amp;domain=www.fbrell.com&amp;amp;e2e=%7B%7D&amp;amp;locale=en_US&amp;amp;origin=1&amp;amp;redirect_uri=https%3A%2F%2Fstaticxx.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D42%23cb%3Df1a5a8a268%26domain%3Dwww.fbrell.com%26origin%3Dhttps%253A%252F%252Fwww.fbrell.com%252Ff3e9078858%26relation%3Dopener%26frame%3Df3b397946
@scriptmediala
scriptmediala / repl-client.js
Created November 25, 2015 00:56 — forked from TooTallNate/repl-client.js
Running a "full-featured" REPL using a net.Server and net.Socket
var net = require('net')
var sock = net.connect(1337)
process.stdin.pipe(sock)
sock.pipe(process.stdout)
sock.on('connect', function () {
process.stdin.resume();
process.stdin.setRawMode(true)
@scriptmediala
scriptmediala / Open Modal with Form.markdown
Created November 21, 2015 13:58
Open Modal with Form