An AJAX contact form - Demo

November 17th, 2007 Arsen

contact.gif

A drop-in AJAX contact form that can be used in WP. PHP () Mail ready.

Web Site

Posted in Ajax Applications | No Comments »

AJAX Star Rating Bar - Demo

November 17th, 2007 Arsen

 

This is a rating bar script that allows users to rate things with no page refresh.
star.gif

This is a rating bar script done with PHP and mySQL that allows users to rate things like can be done on Netflix or Amazon, all web 2.0-like with no page refresh. It is a major improvement on the previous version because it is now unobtrusive, meaning that if Javascript is off it will still work (although the page will refresh). You can also set the number of rating units you want to use (i.e. 4 stars, 5 stars, or 10 stars) on a rater to rater basis (see samples below or read the docs). A few other changes were made as well - see the docs for details. Note that this script isn’t tied to any specific system (such as WordPress), so you should be able to adapt it to your situation without too much trouble. Web Site

Posted in Ajax Applications | No Comments »

Prototype Window - Demo

November 17th, 2007 Arsen

This javascript class allows you to add window in a HTML page.
the.gif

Overview

This javascript class allows you to add window in a HTML page.

This class is based on Prototype. The code is inspired by the powerful script.aculo.us library. You can even use all script.aculo.us effects to show and hide windows if you include effects.js file , but it’s not mandatory.

It has been tested on Safari, Camino, Firefox and IE6, Opera looks fine.

Features

  • Valid HTML/XHTML generated code
  • Resizable windows
  • Minimize/Maximize
  • Modal dialogs
  • Visual effects
  • Skinnable
  • And more…

Posted in Ajax Applications | No Comments »