#Printer Friendly Webpage Tips
####Resources to help you make printer friendly HTML pages with CSS and JavaScript
<form>
<!-- | |
- Description: Toggle Hide/Show Laravel Docs Side Bar Navigation | |
- | |
- Created date: 04/20/2014 | |
- | |
- Created by: David McElligott | |
- [email protected] | |
--> | |
<html> | |
<a href="javascript:(function () {if (document.documentElement.contentEditable === false || document.designMode === 'off') {document.body.contentEditable='true';document.designMode='on';$('#docs').hide();$('#docs-content').css('float', 'left');void 0;} else if (document.documentElement.contentEditable === true || document.designMode === 'on') {document.body.contentEditable='false';document.designMode='off';$('#docs').show();$('#docs-content').css('float', 'right');void 0;}})();">HideBar</a> |
The Right Way of Coding AngularJS: How to Organize A Regular Web App Example
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="description" content="Test Class Object in Javascript" /> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
</body> |
/* | |
* JBoss, Home of Professional Open Source | |
* Copyright 2008-10 Red Hat and individual contributors | |
* by the @authors tag. See the copyright.txt in the distribution for a | |
* full listing of individual contributors. | |
* | |
* This is free software; you can redistribute it and/or modify it | |
* under the terms of the GNU Lesser General Public License as | |
* published by the Free Software Foundation; either version 2.1 of | |
* the License, or (at your option) any later version. |
#!/bin/bash | |
# Title: mk-rspec.sh | |
# Description: Creates and Initializes a RSpec Test. | |
# Author: David McElligott | |
# Date: 03/11/2015 | |
# Version: 0.1 | |
# Usage: bash mk-rspec.sh $TEST_DIR | |
# Dependencies: Bundler | |
# =============================================== |
if [ -d "$DIRECTORY" ]; then
# Control will enter here if $DIRECTORY exists.
fi
Default Data Set Name (Graph IRI): http://dbpedia.org
SELECT ?model WHERE {
?model dbo:manufacturer dbr:Subaru
}