RSS 32 projects tagged "JavaScript"

No download Website Updated 25 Jun 2012 cupQ

Screenshot
Pop 21.79
Vit 18.24

cupQ (a.k.a. "cupQuery") is an easy-to-use cross-browser JavaScript library which allows querying and manipulation of HTML DOM documents using standard selectors to get output as an array. Any cupQ method always returns results in the form of an array, so to track any individual values of the result, an index is used to specify the target item or node in the resulting array. By default, cupQ starts Querying the HTML DOM from the root or the "document" object element, but this can be customized to start querying from any specific node of the DOM by supplying "targetNode", which can be any document, any DOM node, or an array with nodes. cupQ can be used to execute getter/setters to target and manipulate different nodes and their attributes, styles, HTML, and text contents. Any cupQ object supports a plugin architecture, so it can be extended to add new features utilizing the existing ones.

No download No website Updated 29 May 2012 RMI WebSocket

Screenshot
Pop 21.56
Vit 19.01

RMI WebSocket provides a library for remote method invocations between a browser and a Jetty Web Server using the HTML5 WebSocket. The idea is to enable tight method-level integration between the user interface and the server so that patterns such as MVP (Model-View-Presenter) can be applied in a Web environment. The method-level communications between the browser code and the server code allows the developer to think about the Web page and server-side components as objects in a UML world. Details such as the over-the-wire protocols in WebSockets are abstracted away in the process.

Download No website Updated 29 May 2012 Lightning effect JS

Screenshot
Pop 22.87
Vit 18.99

Lightning effect JS is an object that can draw a random lightning bolt on the page. It can create a canvas on which a glowing random line similar to lightning bolt is drawn within given page boundaries. The position, color, and thickness of the lightning bolt are configurable parameters.

Download No website Updated 03 May 2012 TeeChart for Javascript

Screenshot
Pop 16.43
Vit 19.67

TeeChart for Javascript is a JavaScript charting library designed for use with browsers supporting the HTML5 canvas. It provides live charts as a visualisation format for a range of TeeChart data series types, and supports zoom and scroll, a variety of interactive mouse click events, and finger touch sensitivity on mobile devices. Supported chart types are Bar, Horizbar, Line, SmoothLine, Pie, Donut, Area, HorizArea, Point, Bubble, and Candle (OHLC).

Download No website Updated 20 Mar 2012 Rummy Pong

Screenshot
Pop 17.86
Vit 1.01

Rummy Pong is a mouse-driven browser game that features the ability for the player to score against the computer (and vice-versa) with color and number sequences, similar to the ones found in the card game Rummy. The player with the highest score is the winner after a certain point difference between scores is reached. Good reflexes and looking ahead always help, but the speed of the ball is adjustable via the keyboard.

Download Website Updated 27 Nov 2012 RoCanvas

Screenshot
Pop 79.71
Vit 2.78

RoCanvas is a small and easy-to-embed HTML5 drawing board component. With some server-side programming, it can be used to save drawings to the server, create galleries and contests, let users draw their avatars, etc.

Download No website Updated 25 Jan 2012 Isoworld

Screenshot
Pop 19.44
Vit 22.01

Isoworld can render 3D isometric cubes from three page elements. It takes the identifiers of three page elements and adjusts their CSS transform properties so they form the faces of a cube which appears in the page with the 3D isometric perspective. It can also use a fourth element to be displayed as the shadow of the cube on top of another element which appears as the ground.

Download No website Updated 17 Nov 2011 Light source

Screenshot
Pop 24.94
Vit 23.53

Light source is an object which can apply a shadow to page elements based on the position of a light. It takes the identifier of a page element and changes its CSS atttributes which define shadow parameters depending on the position of a light source relative to the target element and its children elements. The shadow can be generated either with the shape of the text elements or the whole box of the target element.

Download No website Updated 07 Jul 2011 w3v

Screenshot
Pop 23.49
Vit 26.20

Some Web players recognize only a few formats, and other Web players recognize a few different formats. w3v is a simple class that loads the right Web player based on the video format.

Download Website Updated 15 Jun 2011 jsGameSoup

Screenshot
Pop 47.64
Vit 26.63

jsGameSoup is a framework for making games for the Web using JavaScript and HTML5. It abstracts away some of the complexity of developing Javascript games for multiple browsers. It currently runs under new versions of Firefox (Gecko), Safari/Chrome (WebKit), and Internet Explorer 6 and higher. It does not require any proprietary technologies like Flash or Silverlight.

Screenshot

Project Spotlight

Xataface

A simple but powerful framework for developing MySQL Web applications.

Screenshot

Project Spotlight

WebDAV CGI

A CGI script that implements the WebDAV server protocol.