Skip to main content

Home/ javascript/ Contents contributed and discussions participated by yc c

Contents contributed and discussions participated by yc c

yc c

JS1k 2017 - Demo 2874 - "Magic Draw" - 0 views

shared by yc c on 02 Dec 17 - No Cached
  •  
    The JavaScript code golfing competition
yc c

JSHint, A JavaScript Code Quality Tool - 4 views

  •  
    JSHint is a tool to detect errors and potential problems in JavaScript code.
yc c

ColorPicker 0.6 - 0 views

  •  
    This colorPicker is a light weight all-rounder (only ~46k incl. all 16 files) that can display and let you choose the entire color palette (~16.78 mil. colors) in 6 different color modes (+3 extra modes in RGB). This highly customizable and easy to install app comes in 4 different sizes (from 151 x 87 pixels to 405 x 302 pixels) and therefore different feature levels so you can use it for every supposable cause from 'easy choice' to 'professional determination'. That's probably all you'll ever need to let your clients choose the right color.
yc c

jQuery 1.4: What you need to know - 5 views

  •  
    Matt Nowack has taken the awesome HTML5 presentation app in HTML5, which is open source, and has created a presentation discussing jQuery 1.4. It is good stuff, using the fact that you can embed the features that you want to show. Just as long as you can hit the right arrow to get through the "look at all the people who use jQuery" part (we get it! lots of people use jQuery!)
yc c

strfriend - 4 views

  •  
    visualize regular expressions simply
yc c

CSS Gradients via Canvas | Weston Ruter - 2 views

  •  
    CSS Gradients via Canvas provides a subset of WebKit's CSS Gradients proposal for browsers that implement the HTML5 canvas element. To use, just include css-gradients-via-canvas.js (12KB) anywhere on the page
yc c

html5media - Project Hosting on Google Code - 1 views

  •  
    HTML5 video and audio tags make embedding media into documents as easy as embedding an image. All it takes is a single or tag. Unfortunately, not all browsers natively support these HTML5 tags.
yc c

Allan Jardine | Reflections | Secret - 1 views

  •  
    float letters to form a new word
yc c

jQuery Desktop - 5 views

  •  
    JavaScript desktop environment built with jQuery. (with links to reference)
yc c

Unverse javascript library - 5 views

  •  
    Unverse is a lightweight - absolutely tiny - collection of terse cross-browser javascript functions that perform common tasks, including a lightbox, ajax calls, animation and drag and drop. It implements DOMready. 
yc c

Javascript test page - Universal mouse control - X Y mouse position - 0 views

  •  
    enable to see the x & Y value mouse position
yc c

Javascript Tutorial - Intro - 0 views

  •  
    This seems quit good and easy to understand, has anybody tried ?
yc c

Color Picker - Raphaël - 0 views

shared by yc c on 04 Mar 10 - Cached
  •  
    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;}; 
yc c

HTML & JavaScript Encoder/Decoder - 1 views

  •  
    Encoding/Decoding Escape/Unescape These scripts are intended to explain how to "hide" HTML and/or javascript from other people who view your page's source code. It is not foolproof, but it does make it more difficult to read and understand the source code. Due to the nature of how these scripts work, the explanation may seem complicated and drawn out, but be patient and it should make sense once you gain a little experience with them. You don't really have to know the ins-and-outs of these scripts, but it does help you understand how and why they work. So, take a seat and I'll do my best to make this seem as un-complicated as possible.
yc c

JavaScript InfoVis Toolkit - Interactive Data Visualizations for the Web - 0 views

  • Features Multiple Data RepresentationsTreemaps, Radial Layouts, HyperTrees/Graphs, SpaceTree-like Layouts, and more...
1 - 0 of 0
Showing 20 items per page