Skip to content

Instantly share code, notes, and snippets.

@halfempty
halfempty / a.html
Created September 28, 2012 02:01
Centering a Google Map on the Latest WordPress Post
<script type="text/javascript" src="<?php echo get_stylesheet_directory_uri() ?>/map.js"></script>
@halfempty
halfempty / showhidetabs.html
Created June 4, 2012 19:06
Simple jQuery Show/Hide Tabs
<ul id="slidecontrols">
<li><a href="#one">One</li>
<li><a href="#two">Two</li>
</ul>
<div id="slides">
<div>This is content block One</div>
<div>This is content block Two</div>
</div>
@halfempty
halfempty / fadeinout.html
Created June 4, 2012 18:54
Simple jQuery Fade-in/Fade-out slideshow
<div class="slideshow">
<div>
<img src="1.jpg" alt="Image One" />
<p class="controls"><a href="#2" class="next">Next</a></p>
</div>
<div>
<img src="2.jpg" alt="Image Two" />
<p class="controls"><a href="#1" class="prev">Prev</a> /