JavaScript EE, Part 1: Run JavaScript files on the server side - 0 views
-
freedom to use the same JavaScript routines on both servers and clients. In addition, the techniques presented throughout this series will allow you to maintain a single code base for both Ajax and non-Ajax clients
-
This double-coding issue can be avoided by using JavaScript combined with Java code on the server side, getting full support of scripting languages through the javax.script API. In addition, the Java SE Development Kit (JDK) 6 already includes Mozilla's Rhino JavaScript engine, which means no setup is required.
-
the toSource() method, which all JavaScript objects must have.
- ...5 more annotations...
narwhal - 0 views
-
Narwhal is a server-side JavaScript standard library conforming to the ServerJS standard. It is designed to work with multiple JavaScript interpreters, and to be easy to add support for new interpreters. Wherever possible, it is implemented in pure JavaScript to maximize reuse of code between platforms.
Better code in JavaScript - 0 views
Simple Page Peel Effect with jQuery & CSS - 0 views
Perfection kills » Javascript quiz - 2 views
X Demos and Applications - 3 views
Gradientz :: jQuery plugin - 1 views
jQuery Quicksand plugin - 1 views
Javascript code for selecting/de-selecting all Checkboxs - 1 views
Color Picker - Raphaël - 0 views
-
No images. No libraries*. Works even in IE6. // Color Picker by Raphaël - raphaeljs.com var icon = Raphael("picker", 23, 23).colorPickerIcon(11, 11, 10); icon.attr({cursor: "pointer"}).node.onclick = function () { document.getElementById("benefits").style.visibility = "visible"; var out = document.getElementById("output"); out.style.visibility = "visible"; // this is where colorpicker created var cp = Raphael.colorpicker(document.body.offsetWidth / 2 - 150, 250, 300, "#eee", document.getElementById("picker2")); out.onkeyup = function () { cp.color(this.value); }; // assigning onchange event handler cp.onchange = function (clr) { out.value = clr; document.body.style.background = clr; document.body.style.color = Raphael.rgb2hsb(clr).b s it. Too easy icon.node.onclick = null;};
JavaScript InfoVis Toolkit - Interactive Data Visualizations for the Web - 0 views
-
Features Multiple Data RepresentationsTreemaps, Radial Layouts, HyperTrees/Graphs, SpaceTree-like Layouts, and more...
« First
‹ Previous
361 - 380 of 657
Next ›
Last »
Showing 20▼ items per page