Skip to content

Instantly share code, notes, and snippets.

View spacebeers's full-sized avatar

Andy Howell spacebeers

View GitHub Profile
Status update for your VPS
Richard Winslow (rw@heg.com) Add to contacts 16:47 Keep this message at the top of your inbox
To: Richard Winslow
rw@heg.com
Dear Customer.
@spacebeers
spacebeers / cycle demo
Created September 20, 2012 09:45
Chained JQuery Cycle Slideshows
If any one ever finds a need for this here's an example of 3 jQuery Cycle slidehows chained to play one after the other.
$(window).load(function() {
// Homepage galleries
$('.view-homepage-buildings').cycle({
fx : 'fade',
speed : 3000,
timeout : 0,
after : function() {
console.log('after');