Skip to content

Instantly share code, notes, and snippets.

View agentcodesmith's full-sized avatar

Codesmith agentcodesmith

View GitHub Profile
@agentcodesmith
agentcodesmith / slide_core
Last active August 29, 2015 14:19
Slide_Core - Very Simple Image Slideshow for Your Website
<div class="viewfinder">
<div class="sheath1">Image 1</div>
<div class="sheath2">Image 2</div>
<div class="band">
<div class="container_plus">
<div id="container1">
<div id="arrow_left"></div>
</div>
</div>
<div class="container_plus2">
@agentcodesmith
agentcodesmith / gist:3936458
Created October 23, 2012 03:25
cURL and XPATH combined to create mass email upload script
<?php
//START FUNCTION
function hit($emailtosend) {
//ASSIGN URL TO TARGET
$url = 'url to target';