Heatmap for your website - Download

November 17th, 2007 Arsen

ClickHeat is a visual heatmap of clicks on a HTML page, showing hot and cold click zones.

egg.gif

Features

- Low logging activity: a very few function calls to log a click, no server load rise should be noticed.
- A keyword is used to define the page upon Javascript code load, allowing you to group same pages.
- Screen sizes and browsers are logged, making possible the tracking of liquid CSS layouts (100% used width).

 Web Site

Posted in Ajax Applications | No Comments »

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 »

Aejaks

November 17th, 2007 Arsen

Aejaks is a windowing toolkit to develop Ajax-based applications in Tcl

Æjaks combines the server-side Ajax windowing system Echo2 with the powerful simplicity of the Tcl langauge. Æjaks is inspired by the Tcl/Tk windowing system for desktop applications.

Posted in Patterns - Tcl | No Comments »

Ruby On Rails

November 17th, 2007 Arsen

Ruby On Rails is a general web framework with strong Ajax support

  • Rails was still in its early days when Ajax hype began, so Ajax may become increasingly core to the Rails framework.
  • Generates most/all of the Javascript for widgets and animation in the browser.
  • Support for calling server-side
  • Scheduling support.
  • Open source license (MIT or similar). By David Heinemeier Hansson and contributors.

Posted in Patterns - Ruby | No Comments »

Pyjamas

November 17th, 2007 Arsen

Pyjamas is a port of the Google Web Toolkit (GWT) to Python. You write python code and get javascript out of it.

  • Open source, Apache License.

Posted in Patterns - Python | No Comments »

Porcupine

November 17th, 2007 Arsen

Porcupine is a web application server written in Python. It includes QuiX a JavaScript framework for creating rich UIs using XML. The communication protocol used is XMLRPC, supported by both sides.

  • Open source, LGPL.

Posted in Patterns - Python | No Comments »

Nevow

November 17th, 2007 Arsen

Divmod Nevow is a web templating framework written in Python. It includes Divmod Athena a two-way AJAX communication channel for asynchronous Nevow applications.

  • Open source, MIT License.

Posted in Patterns - Python | No Comments »

Turbo Gears

November 17th, 2007 Arsen

turbogears is a “mega-framework” combining many libraries and frameworks.

  • Open-source licence (MIT license) and multiple licenses from incorporated frameworks. By multiple developers.

Posted in Patterns - Python | No Comments »