Skip to content

Instantly share code, notes, and snippets.

View saske505's full-sized avatar

stephan saske505

View GitHub Profile
Verifying my Blockstack ID is secured with the address 1CV1conYwvZJgVKQB7UNwa7HuB1s96y23U https://explorer.blockstack.org/address/1CV1conYwvZJgVKQB7UNwa7HuB1s96y23U
<html>
<head>
<title>Kingsly</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<style id="jsbin-css">
html {
box-sizing: border-box;
@saske505
saske505 / file1.txt
Created October 1, 2016 03:27
a gist for a user with token api call via ajax
String file contents via ajax
@saske505
saske505 / file1.txt
Created October 1, 2016 03:27
a gist for a user with token api call via ajax
String file contents via ajax
@saske505
saske505 / file1.txt
Created September 30, 2016 23:25
a gist for a user with token api call via ajax
String file contents via ajax
@saske505
saske505 / file1.txt
Created September 30, 2016 21:40
a gist for a user with token api call via ajax
String file contents via ajax
@saske505
saske505 / file1.txt
Last active September 30, 2016 21:27
updated gist via ajax
updated String file contents via ajax
@saske505
saske505 / Material Design | Commenting | JavaScript.markdown
Created March 15, 2016 16:37
Material Design | Commenting | JavaScript

Material Design | Commenting | JavaScript

The code is initially from the JavaScript Codecademy Series, I was just brushing up on some basics and decided to materialize it. Hope you enjoy it. Updated to use Material Design Lite - much smoother and looks better.

A Pen by stephan maree on CodePen.

License.

@saske505
saske505 / events.js
Created February 7, 2016 22:16
All cordova events setup.
var eventApp;
function onDeviceReady() {
navigator.splashscreen.hide();
eventApp = new EventApp();
eventApp.printEvent('deviceready');
eventApp.run();
}
function EventApp() {
@saske505
saske505 / gist:bf2369ad9e2b28d4c057
Created September 17, 2015 16:36
Chrome browser sets a focus on ui elements by default that renders a blue higligted border around it, I hate it so this will remove it.
We couldn’t find that file to show.