
The perfect solution if you want to have a rating script on your page! Gregory Boshoff originally wrote this PHP script some time ago specifically for Developers Resources. We have since updated and adapted it for more general usage based on “Fast Template”. It should work with both static and dynamic database driven Web sites.
Read the rest of this entry
Featured Content Slider makes a slideshow out of arbitrary content on your page, so users can manually select a content to see or have them rotated automatically. Each content is defined simply inline on the page as regular HTML, or altogether inside a single external file and fetched via Ajax instead. Where this script shines is the versatile pagination links interface, which can be customized in a variety of ways. You may have such a script on the frontpage of sites such as Rottentomatoes and Gamespot, though the difference is that Featured Content Slider is Flash free!
More info, Demo and Download
This script is the fastest way to display RSS feeds from other sites on your own, period. It uses Google’s Ajax Feed API to host the desired RSS feeds on Google’s servers, so all that’s left for you is to insert some code on your page to show them. Using gAjax RSS Feeds Displayer, you can display results from multiple feeds intermixed, sort them in a variety of ways, specify which components of each RSS entry to display, and more. No more hurdles in your way to showing RSS feeds on your site!
Read the rest of this entry
This is a script that uses Ajax to read data from external RSS sources and display them inside dragable boxes. Boxes can be dynamically moved, you can Drag n Drop them to a new position on the page, just like you see in MyYahoo pages. You can also create new boxes dynamically directly from the page.
More Info and Download
Demo Page
This script lets you include content from multiple pages and display them on demand, using Ajax. Pagination links are automatically created, with each page downloaded only when requested (speeding up delivery and saving on bandwidth. An overview of this script now:
- Each page within the paginated content is fetched individually and only when requested for sake of efficiency.
- The pagination DIV for each Ajax Pagination instance can be positioned anywhere and duplicated multiple times on the page, such as having both a top and bottom pagination DIV.
- You can limit the range of the visible pagination links shown, incremented automatically. This is very useful for Ajax Pagination instances with a lot of pages.
- The settings for each Ajax Pagination instance- a list of files to display plus the selected page- is stored neatly as a JavaScript object for ease of portability. This variable can be manually defined or dynamically written out based on information returned from the sever, such as via PHP/ MySQL.
- Each Ajax Pagination instance can be refreshed with new content by feeding a new settings variable to it on the fly, with the pagination links updated automatically to match.
- Session only persistence enabled by default to persist the last page user viewed when navigating away then returning to the webpage containing the script.
This script is ideal for showing multi-page content such as “user comments” without reloading the rest of the page each time a comment page is requested.
More Info and Download
This Ajax script enhances the default “title” attribute of HTML so certain tooltips can instead get their contents from an external file, with rich HTML content and all. Integration is easy and non obtrusive, and for the sake of efficiency, the script will only use Ajax to load the tooltip’s content the very first time the user rolls over the attached element.
Demo, Instructions and Download here