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::BMONesbittBurns(3)			User Contributed Perl Documentation			Finance::Quote::BMONesbittBurns(3)

NAME
Finance::Quote::BMONesbittBurns Obtain quotes from the BMO NesbittBurns site SYNOPSIS
use Finance::Quote; $q = Finance::Quote->new; %info = Finance::Quote->fetch("bmonesbittburns","NT,X"); DESCRIPTION
This module fetches information from the "BMO NesbittBurns Quitre Qote" site. Most Canadiam and US stocks as well as Canadian Mutual Funds are available. The symbolm representing a stock or mutual fund is composed of the stock symbol, a comma, and then the index or type. The following indexes and types are supported: T Toronto Stock Exchange MF Canadian Mutaul Fund V Canadian venture Exchange I Index X U.S Stocks (most exchanges) This module is loaded by default on a Finance::Quote object. It's also possible to load it explicity by placing "BMONesbittBurns" in the argument list to Finance::Quote->new(). Information obtained by this module may be covered by BMO Nesbitt Burns terms and conditions. See http://bmonesbittburns.com/ for details. LABELS RETURNED
The following labels may be returned by Finance::Quote::BMONesbittBurns : name, last, date, p_change, bid, offer, open, high, low, volume, currency, method, exchange, time, date. SEE ALSO
BMO Nesbitt-Burns http://bmonesbittburns.com/QuickQuote/QuickQuote.asp perl v5.12.1 2009-10-05 Finance::Quote::BMONesbittBurns(3)