Skip to content

Instantly share code, notes, and snippets.

View asteriusj's full-sized avatar

J Stewart asteriusj

  • Asterius Media LLC
View GitHub Profile
@asteriusj
asteriusj / index.html
Created February 26, 2018 17:52
rJqgVN
<!---->
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8" />
<meta name="author" content="Vincent Link, Steffen Lohmann, Eduard Marbach, Stefan Negru, Vitalis Wiens" />
<meta name="keywords" content="webvowl, vowl, visual notation, web ontology language, owl, rdf, ontology visualization, ontologies, semantic web" />
<meta name="description" content="WebVOWL - Web-based Visualization of Ontologies" />
<meta name="robots" content="noindex,nofollow" />
@asteriusj
asteriusj / gist:7698719
Created November 28, 2013 22:05
Requiring googleapis calendar
var googleapis = require('googleapis');
googleapis.discover('calendar', 'v3').execute(function(err, client) {
// authenticate and make requests here
});
@asteriusj
asteriusj / Google+ Author Tag
Created November 12, 2013 16:46
Author: The rel=author tag will show who is the author of the web page by linking it with their Google Plus account. Doing so will provide a picture of the author in Google search results next to the Meta Description. Here’s an easy way to implement the rel= author tag. This rel=author has shown to increase CTR rate by 30-60%.1
<a title=”Author: Your Name on Google+”
href=”https://plus.google.com/your google
plus page?rel=author” rel=”author“>Google+
</a>
<a title=”Author: Jeffrey Stewart”
href=”https://plus.google.com/u/0/102928075999636174662?rel=author” rel=”author“>Google+
</a>
@asteriusj
asteriusj / 0_reuse_code.js
Created November 12, 2013 16:32
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console