I recently came across 4 very nice jQuery plugins for slide shows and galleries. Actually, I found a lot more, but those are my favorites: Nivo Slider (slideshow) jqFancyTransitions (slideshow) jQuery Cycle Plugin (slideshow) Fancybox (gallery zoom) I decided on Nivo Slider for a new project (www.gaastra-store-fehmarn.de), simply because it offers beautiful captions with links [...]
Posts Tagged ‘JavaScript’
Top 4 jQuery slide show and gallery plugins
Posted: 7th March 2011 by admin in jQueryTags: gallery, JavaScript, jQuery, jQuery plugin, slide show, transitions
0
No-MVC Zend Framework: jQuery Ajax receiver / Part V
Posted: 11th May 2010 by admin in Zend Framework, jQueryTags: Ajax, database, JavaScript, jQuery, JSON, PHP, Star Rating, Zend Framework
The jQuery JavaScript is up and running, but needs a PHP file to handle the Ajax data submitted by the rating script. This will be done with PHP in the receiver you defined in your JavaScript, named “rating.php” in the “public/includes” folder. It’s important to put this PHP file in your public folder, because if [...]
No-MVC Zend Framework: jQuery Star Rating code / Part IV
Posted: 7th May 2010 by admin in Zend Framework, jQueryTags: Ajax, CSS, HTML, JavaScript, jQuery, JSON, Star Rating, Zend Framework
Now for the easy part: creating the page for our jQuery Star Rating plugin. It’s going to be just a bit of HTML, JavaScript with Ajax components, and PHP. If you want to integrate the Star Rating in an existing page, you can just copy the relevant parts into any HTML file. The JavaScript Before [...]