Skip to content

Instantly share code, notes, and snippets.

View paulscallanjr's full-sized avatar
🏠
Working from home

Paul Scallan Jr paulscallanjr

🏠
Working from home
View GitHub Profile
@paulscallanjr
paulscallanjr / index.html
Created October 8, 2016 13:53 — forked from anonymous/index.html
Modulr.css: Example Content - Intro
<!-- Content Row Start -->
<div class="row padding-40 light-silver tablet-padding">
<!-- Wrapper Start -->
<div class="wrapper960 center">
<div class="row">
<!-- Left Column Start -->
<div class="col-6 gray">
@paulscallanjr
paulscallanjr / meta-tags.md
Created July 17, 2016 00:23 — forked from kevinSuttle/meta-tags.md
List of Usable HTML Meta and Link Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta charset='UTF-8'>
<meta name='keywords' content='your, tags'>
<meta name='description' content='150 words'>
<meta name='subject' content='your website's subject'>
<meta name='copyright' content='company name'>
@paulscallanjr
paulscallanjr / gist:c5e0e2f8036762176641df53d100d497
Created June 25, 2016 11:46 — forked from tlhl28/gist:1028789
Soap Header Authentication --- PHP
<?php
$url = "http://localhost:8000/PortalService";
//targetNamespace
$uri = "http://localhost/partalService";
$key = "xxx";
$pwd = "xxx";
$options=array(
//'soap_version'=>SOAP_1_2,