Skip to content

Instantly share code, notes, and snippets.

View justingrady's full-sized avatar

Justin Grady justingrady

View GitHub Profile
@karbassi
karbassi / index.html
Created August 12, 2013 23:34
Really small jQuery plugin to convert text with straight quotes to curly/smart quotes.
<!DOCTYPE html>
<head>
<title>Example</title>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
</head>
<body>
<section class="what">
<div class="awesome">
<div class="classnames">
@sjenkinsdc
sjenkinsdc / phpexamples.php5
Created January 14, 2014 15:01
PHP Examples for the Saxotech Online object (Now Newscycle Digital). The official documentation is lacking php examples, so we put together a script showing each SOSE Property, Method and ENV variables in PHP format. See script results at http://www.tamberra.com/section/phpexamples
// ==========================================================================================
// File: /samples/phpexamples.php5
// Desc: To give users PHP examples of using the SOSE object
// https://docs.newscyclesolutions.com/display/Onl/The+SAXOTECH+Online+object
// Author: Stacey Jenkins
// Date: 1/13/2013
//
// ==========================================================================================