Skip to content

Instantly share code, notes, and snippets.

View palumbo's full-sized avatar

Joseph Palumbo palumbo

View GitHub Profile

Keybase proof

I hereby claim:

  • I am palumbo on github.
  • I am palumbo (https://keybase.io/palumbo) on keybase.
  • I have a public key whose fingerprint is 279A 4C93 F0EE 355B 5EBA D8D7 E580 62A6 EA00 A0C2

To claim this, I am signing this object:

<script type="text/javascript" src="https://api.filestackapi.com/filestack.js"></script>
<script>
filepicker.setKey('AopG2llxERtqWEaj3lSjQz');
document.getElementById('btn').onclick = function(){
filepicker.pick(
function(Blob){
var url = Blob.url;
console.log(url);
<html>
<head>
<title>Onclick Table</title>
<style>
body { font-family: sans-serif; }
table { border: black 1px solid; border-collapse: collapse; }
td { border: black 1px solid; padding: 5px; }
#image { margin-top: 10px; padding-top: 10px; }
</style>
<script>
<html>
<head>
<title>Filestack-agram App</title>
<style>
body { font-family: sans-serif; }
table, td {
border: 1px solid black;
border-collapse: collapse;
}
var pageNames = ['Home', 'About Us', 'JavaScript Playground', 'Contact Us'];
for (var i = 0; i <= pageNames.length; i++) {
var currentPageTitle = pageName[i];
if (currentPageTitle === document.title) {
console.log("We are here: " + currentPageTitle);
} else {
console.log("We are NOT here: " + currentPageTitle);
@palumbo
palumbo / preview_upload.html
Created January 19, 2016 23:02
This is the form page where the user enters information and uses the HTML widget to upload a resume.
<html>
<head>
<title>Contact Us</title>
<style> body { font-family: sans-serif; } </style>
</head>
<body>
<h2>Apply for an awesome job</h2>
<form action="pick2.php" method="post">
<html>
<head>
<title>Write Demo</title>
<style>
body {
font-family: sans-serif;
}
#uploadConfirmation {
color: green;
<img data-fp-src="https://upload.wikimedia.org/wikipedia/commons/1/1e/Alamo_pano.jpg" data-fp-apikey="A1AJmUYdDTj2Y5wEFtRO7z" data-fp-pixel-round="10" data-fp-on-resize="all" width="100%"/>
<!DOCTYPE html>
<html>
<head>
<title>Baconator (Powered by Filestack)</title>
<style>
body { font-family: sans-serif; }
#baconator {
background-color: #f44336;
border: none;
@palumbo
palumbo / 20pics.html
Created February 24, 2016 18:55
20pics.html
<html>
<head>
<title>1 Image - 100 Possibilities</title>
<style>
body { font-family: sans-serif; }
#imageUpload {
background-color: #4CAF50; /* Green */
border: none;
color: white;