JavaScript - Best Libraries
Hi,
I want to make a flip book effect using only HTML,CSS and Javascript for smartphones like: Iphone and Android Anybody have an ideea about wich are the best libraries to use to create a very realistic flip book effect ? Have anybody try this ? Any ideeas would be aprecieted Thx Similar TutorialsOk, my jq slider is clashing with light box. Found the answer he http://docs.jquery.com/Using_jQuery_...ther_Libraries but don't know where to insert my code within my head below for it to work ? Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <!--Twitter Feed--> <script type="text/javascript" src="http://twitterjs.googlecode.com/svn/trunk/src/twitter.min.js"></script> <script type="text/javascript" src="js/tweet.js"></script> <!--End Twitter Feed--> <!--Light Box--> <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script> <script type="text/javascript" src="js/lightbox.js"></script> <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" /> <!--End Light Box--> <!--Slider--> <script type="text/javascript" src="js/jquery-1.3.1.min.js"></script> <script type="text/javascript" src="js/slide.js"></script> <!--End Slider--> <!--Font Size--> <script type="text/javascript" src="js/fontsize.js"></script> <!--End Font Size--> <!--Random Image--> <script type="text/javascript" src="js/randomimg.js"></script> <!--End Random Image--> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="test.css" rel="stylesheet" type="text/css" /> <title>Ride Coventry - For Riders By Riders</title> </head> The topic of event handler management has been covered in many places in the past. One location is in the contest by PPK. The winning submission by John Resig has a few problems, and the commentary on the site seems to gravitate to the implementation by Dean Edwards after the analysis of the Resig code. I was also able to find a few more implementations on stackoverflow from: Bill Ayakatubby and Marco Demaio. Outside of the JavaScript frameworks, what is generally done for supporting event functionality? There are numerous options each with their own benefits and drawbacks. I'm uncertain of which one to use myself. Is there an undeclared de facto? Hello guys, I was wondering if someone could help me out. I am trying to create an image gallery in javascript without the use of jquery, mootools or any other library. The tutorials out there and even the javascript books I own all use jquery or other library. I currently have some thumbnails and when clicked, they should display a bigger image in a selected space. The image gallery is to be looped and to start automatically while being controlled by buttons or thumbnails. What is the best way to go about this, please bear in mind that I am quite new javascript itself. Thanks Vou |