I am looking to develop a new site and am looking for a content side scroller similar to http://www.brotips.com/ where you can use arrow keys/clicking the numbers underneath the content.
Is there any library’s or tutorials you recommend, I cannot find a tutorial suitable for this sort of effect.
So far I have thought about doing it with
<div style="width: 100%; overflow-x: scroll">
<?php
//Get the number of posts from mysql database and the posts and output to table
?>
</div>
I Google’d and found this, http://jqueryfordesigners.com/adding-keyboard-navigation/. Teaches you on how to add keyboard navigation to a working slideshow plugin.
If I were to do this, would start from there. Then replace the images with actual content. Then apply to actual working sites and ajaxify.