jQuery Timecloud 1.1.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News jQuery Timecloud 1.1.1 (Default branch)
# 1  
Old 12-04-2008
jQuery Timecloud 1.1.1 (Default branch)

Image jQuery Timecloud is a pure JavaScript visualization of tagclouds over time. The widget has similar navigation controls to the Google Finance graph. Examples for usage include visualization of delicious tags or subversion developer activities. License: GNU General Public License v3 Changes:
Besides some small bugfixes, it is now possible to set the animation starting frame from the end of the timecloud. A control for adjusting the playback has been added. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Web Development

Turning jQuery Code into Vue.js

The following is some code I am working on the replace our navbar (someday) with a Vue component. Vue.component("unix-navbar", { template: `<div class="neo-table-border vuenavbar"><div class="flex-item" style="margin-bottom:10px;padding-top:13px;"><a class="vuenavbarhome"... (19 Replies)
Discussion started by: Neo
19 Replies

2. What is on Your Mind?

Forum Description Animation with jQuery

I found that the pages that lists all the forums were too cluttered with the forum descriptions, so I added a bit of jQuery to hide the forum descriptions and to fade them in and out on mouseover: <script> $(document).ready(function() { jQuery(".neo-forum-description").hide();... (2 Replies)
Discussion started by: Neo
2 Replies
Login or Register to Ask a Question
Finance::Quote::LeRevenu(3)				User Contributed Perl Documentation			       Finance::Quote::LeRevenu(3)

NAME
Finance::Quote::LeRevenu Obtain quotes from http://bourse.lerevenu.com. SYNOPSIS
use Finance::Quote; $q = Finance::Quote->new; %info = Finance::Quote->fetch("LeRevenu","FR0000031122"); # Only query LeRevenu %info = Finance::Quote->fetch("france","ml"); # Failover to other sources OK. DESCRIPTION
This module fetches information from the "Paris Stock Exchange", http://bourse.lerevenu.com. All stocks are available. This module is loaded by default on a Finance::Quote object. It's also possible to load it explicity by placing "LeRevenu" in the argument list to Finance::Quote->new(). This module provides both the "lerevenu" and "france" fetch methods. Please use the "france" fetch method if you wish to have failover with future sources for French stocks. Using the "lerevenur" method will guarantee that your information only comes from the Paris Stock Exchange. Information obtained by this module may be covered by http://bourse.lerevenu.com terms and conditions See http://bourse.lerevenu.com for details. LABELS RETURNED
The following labels may be returned by Finance::Quote::LeRevenu : name, last, date, p_change, open, high, low, close, volume, currency, method, exchange. SEE ALSO
Le Revenu, http://bourse.lerevenu.com perl v5.12.1 2010-07-05 Finance::Quote::LeRevenu(3)