Posts Tagged ‘JavaScript’

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 [...]

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 [...]

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 [...]