Skip to content

Instantly share code, notes, and snippets.

View sjenkinsdc's full-sized avatar

Stacey Jenkins sjenkinsdc

View GitHub Profile
@sjenkinsdc
sjenkinsdc / submitEvent_ovr.pbs
Created December 5, 2013 22:43
Dynamic CCE forms for better UX: www.tamberra.com/blog
<form class="form-horizontal" name="eventSubmit" id="eventSubmit" method="POST" enctype="multipart/form-data" action="">
<fieldset class="event_info">
<legend>Event Information</legend>
<label>Event name:</label>
<div class="input-prepend">
<input class="required" type="text" name="title" placeholder="Event name">
</div><br>
<label>Category:</label>
<div class="input-prepend">
@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
//
// ==========================================================================================