PostA Great Way To Show Off Your Sponsors Or Friends On Your Website

Everybody has a link list, a blog roll, a links page etc. on their website. Here’s a great way to show off your friends, sponsors or websites you like with the jQuery Sponsor Flip Wall.

jQuery Sponsor Flip Wall

jQuery Sponsor Flip Wall

No … it’s not a table. It’s a jQuery animated wall. It does it like this:

jQuery Sponsor Flip Wall

jQuery Sponsor Flip Wall - Animation

What’s great is that you can easily modify your sponsors/friends because it takes the data from a simple array:


$sponsors = array(
array('facebook','The biggest social..','http://www.facebook.com/'),
array('adobe','The leading software de..','http://www.adobe.com/'),
array('microsoft','One of the top software c..','http://www.microsoft.com/'),
array('sony','A global multibillion electronics..','http://www.sony.com/'),
array('dell','One of the biggest computer develo..','http://www.dell.com/'),
array('ebay','The biggest online auction and..','http://www.ebay.com/'),
array('digg','One of the most popular web 2.0..','http://www.digg.com/'),
array('google','The company that redefined w..','http://www.google.com/'),
array('ea','The biggest computer game manufacturer.','http://www.ea.com/'),
array('mysql','The most popular open source dat..','http://www.mysql.com/'),
array('hp','One of the biggest computer manufacturers.','http://www.hp.com/'),
array('yahoo','The most popular network of so..','http://www.yahoo.com/'),
array('cisco','The biggest networking and co..','http://www.cisco.com/'),
array('vimeo','A popular video-centric social n..','http://www.vimeo.com/'),
array('canon','Imaging and optical technology ma..','http://www.canon.com/')
);
shuffle($sponsors);

You can read the whole tutorial, view a demo or download it on TutorialZine

Stay Connected

Subscribe to RSS Feed

Subscribe to RSS Feed

Follow me on Twitter

Follow me on Twitter

Subscribe via e-mail

Subscribe via e-mail