32 projects tagged "JavaScript"
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.
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.
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.
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).
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.
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.
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.
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.