Skip to main content

Home/ javascript/ Group items matching "js" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle

Doctor JS - 2 views

shared by Ivan Pavlov on 28 Aug 10 - Cached
1More

Shadowbox.js Media Viewer - 0 views

  • Shadowbox is a cross-browser, cross-platform, cleanly-coded and fully-documented media viewer application written entirely in JavaScript. Using Shadowbox, website authors can display a wide assortment of media in all major browsers without navigating away from the linking page.
1More

PI.JS > About Pi - 0 views

  •  
    Pi is a javascript library designed for javascript programmers.The goal is to provide an useful development environment and minimize the browser differences.H
2More

John Resig - DOM DocumentFragments - 0 views

  • var div = document.getElementsByTagName("div"); var fragment = document.createDocumentFragment(); for ( var e = 0; e < elems.length; e++ ) {         fragment.appendChild( elems[e] ); } for ( var i = 0; i < div.length; i++ ) {         div[i].appendChild( fragment.cloneNode(true) ); }
  • Setting some time stamps we can see our results pay off in spades: Browser Normal (ms) Fragment (ms) Firefox 3.0.1 90 47 Safari 3.1.2 156 44 Opera 9.51 208 95 IE 6 401 140 IE 7 230 61 IE 8b1 120 40
1More

Programming Forums - 0 views

  •  
    Lots of languages covered including .net, Perl, Python, JS, Bash, Sed, Awk, PHP, XML, VB, C.., Java
2More

Dojo ShrinkSafe -- the safe way to make your JS sprightly - 0 views

  •  
    Nice tool to shrink the whitespace out of JavaScript.
  •  
    Nice tool to shrink the whitespace out of JavaScript.
1More

RDFa Bookmarklets - 0 views

  •  
    This is the home of the RDFa Javascript implementation, including the RDFa bookmarklets.
1More

DOMAss - The DOM assistant - Robert's talk - 0 views

  •  
    JS library to standardise access to the DOM
2More

oni - structured concurrency - 0 views

  • Oni is a framework for managing the control flow of concurrent applications. There are two central ideas to Oni: To make concurrent actions composable by implementing 'pseudo-sequential' control structures with which asynchronous actions can be choreographed in the same way in which traditional sequential control structures are used to choreograph conventional synchronous actions. Ok, I'm not sure I even understand that myself. But please read on anyway :-) To leverage the facilities of a "host language" rather than implement a complete programming language from scratch. Oni can be implemented as a set of functions ("Oni operators") in a suitable host language, such as JavaScript or C++ (any reasonable language will do). Our current implementation, dubbed Oni/JS, is in JavaScript, targeted at in-browser use (should work in any modern browser - FF, Chrome, Safari, IE, ...). Oni requires no preprocessing or precompilation; an Oni program is a just an expression in the host language.
  •  
    Oni is a framework for managing the control flow of concurrent applications.
1More

Yetii - Yet (E)Another JavaScript Tab Interface Implementation | kminek.pl - 0 views

  •  
    Very nice menu tabination structure with using of pure lightweight javascript structure and made by Pole! TY Kminek.
1More

JS Minifier - 1 views

  •  
    Minimal: original algorithm but keep linefeeds if single - Conservative: original algorithm - Agressive: remove more linefeed than the original algorithm but can be regressive
1More

Beginner JavaScript Course - 1 views

  •  
    This course is designed for people who have no prior programming knowledge. You will learn fundamental programming concepts through JS by applying what you've learned from working through the guided programming exercises.
« First ‹ Previous 41 - 60 of 66 Next ›
Showing 20 items per page