background preloader

Ajax

Facebook Twitter

Script

Air. Web2.0. RIA. gRaphaël—Charting JavaScript Library. Gauge.js (javascript programmable gauge) <form name="lst" id="lst" method="post" action=".. gauge.js 1.4 allows you to add gauges (with shading and reflection) to your webpages.

gauge.js (javascript programmable gauge)

It uses unobtrusive javascript to keep your code clean. It works in all the major browsers - Mozilla Firefox 1.5+, Opera 9+, Safari and IE6+. On older browsers, it'll degrade and your visitors won't notice a thing. The Internet Explorer implementation has a limitation of a maximum of 14 values for reasons that are inherent in the used vml fill parameter "colors". Because of Operas different behavior (in comparison with gecko and webkit) when using "globalCompositeOperation", the presentation differs.

Joose-js - Google Code. JS charts – The free JavaScript chart generator. Emprise JavaScript Charts. The PHP-Ext Open Source Project. Jsspec - Google Code. Framework PHP Ajax. Js.io - JavaScript Network Library. GwtPHP » Homepage. AjaxTerm - QWeb - Trac. Since Mon Feb 28 03:22:42 CET 2011, hosted here: github.com/antonylesuisse/qweb Intro Ajaxterm is a web based terminal. It was totally inspired and works almost exactly like except it's much easier to install (see comparaison with anyterm below). Ajaxterm written in python (and some AJAX javascript for client side) and depends only on python2.3 or better. Ajaxterm is '''very simple to install''' on Linux, MacOS X, FreeBSD, Solaris, cygwin and any Unix that runs python2.3. News - 2008-11-13: v0.11 switch to git, apply minor patches - 2006-10-29: v0.10 allow space in login, cgi launch fix, redhat init - 2006-07-12: v0.9 change uid, daemon fix (Daniel Fischer) - 2006-07-04: v0.8 add login support to ssh (Sven Geggus), change max width to 256 - 2006-05-31: v0.7 minor fixes, daemon option - 2006-05-23: v0.6 Applied debian and gentoo patches, renamed to Ajaxterm, default port 8022 Download and Install Screenshot Documentation and Caveats Name Last modified Size Description.

WaveMaker Software™ SproutCore » home. Timeline. Top 10 custom JavaScript functions of all time. Wednesday Nov 30 2005 UPDATE: For anyone who lands on this article months after the fact, there is now a podcast entry about this article reviewing each and every function.

Top 10 custom JavaScript functions of all time

If there was ever a universal common.js shared among the entire develosphere, you'd fine these ten (plus one bonus) functions. It would be the swiss army knife no developer would go into production without. They have no doubt been tested tried and true and have proven usefulness and helpfulness to all those who've used them. So without further ado, here are what I believe to the top ten greatest custom JavaScript functions in use today. 10) addEvent() Surely a staple to event attachment! Scott Andrew's original addEvent() function function addEvent(elm, evType, fn, useCapture) { if (elm.addEventListener) { elm.addEventListener(evType, fn, useCapture); return true; } else if (elm.attachEvent) { var r = elm.attachEvent('on' + evType, fn); return r; } else { elm['on' + evType] = fn; } } 9) addLoadEvent() 7) cssQuery()

Dshistory - Google Code. What It Is dsHistory is a small, cross-browser JavaScript library that can be used in web applications to handle the browser's back and forward button events.

dshistory - Google Code

As the back and forward events are raised, functions that the developer had previously pushed onto the internal function stack within the library are executed. Take a look at the demo. I encourage you to check out what makes it different from other browser history managers. Is It Stable? DsHistory is currently in beta and has not yet reached version 1.0. It should be noted that, in the case of all browser history managers, the term "stable" is used loosely.

If you've already ready the Usage wiki and you've taken a look at the Examples wiki, you can post in the dsHistory-discuss Google Group. Getting Updates I'll be posting information about major releases on my blog. Current Browser Support Firefox 2, 3 : Yes Internet Explorer 6, 7 : Yes Safari 2 : No Safari 3 : Yes Google Chrome : Yes Opera : No.

Ext JS - JavaScript Library.