Skip to content

Instantly share code, notes, and snippets.

View jzheaux's full-sized avatar

Josh Cummings jzheaux

View GitHub Profile
<?xml version="1.0" encoding="UTF-8"?>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>
CAS – Central Authentication Service
</title>
<link rel="stylesheet" href="/cas/css/cas.css;jsessionid=87E6BE2CB2CBBABE11ADE476163190EB"/>
<link rel="icon" href="/cas/favicon.ico;jsessionid=87E6BE2CB2CBBABE11ADE476163190EB" type="image/x-icon"/>
<!--[if lt IE 9]>

Why Your App Shouldn't Use HTTP Anywhere

In October 2018, Google kept its HTTP “name and shame” promise when the Chrome team flipped a switch. That switch, was to officially mark any site with an http:// scheme as insecure.

For some sites, the “nohttp” movement had begun in earnest.

But, changing the channel the browser uses is really only the first step. It’s time to clean up your build process. It’s time to clean up your documentation. It’s even time to clean up your old-school eXtensible Markup Language (XML) namespaces.

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
<script type="text/javascript"
src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0-alpha1/jquery.min.js"></script>
<script type="text/javascript">
$(function() {
$("nav a").click(function() {
@jzheaux
jzheaux / gist:86cec240fe26c43fa70f
Last active August 29, 2015 14:23
Helpful Links for Advanced Java
Eclipse Cheat Sheet - http://bit.ly/1JRBx8Z
Animated Java Concurrency - http://sourceforge.net/projects/javaconcurrenta/
var express = require('express');
var bodyParser = require('body-parser')
var app = express();
app.use(bodyParser.urlencoded({ // to support URL-encoded bodies
extended: true
}))
app.get('/', function (req, res) {
res.send('Hello World!');
@jzheaux
jzheaux / gist:9f9861c720f1cb48d20e
Last active December 18, 2015 00:31
Javascript Links
Animate Your Name: http://jsfiddle.net/mnbishop017/d1yzrbqp/
Fourth of July: http://jsfiddle.net/s5narkud/
Forms: http://jsfiddle.net/mte7k1oa/4/
LinkedIn: http://jsfiddle.net/dmvvv9z7/2/
Business Card: https://jsfiddle.net/1nugabLb/7/
Business Card Eclipse: http://bit.ly/1TT0NNn