Contents contributed and discussions participated by Ivan Pavlov
markItUp! Universal Markup Editor - 0 views
-
markItUp! is a JavaScript plugin built on the jQuery library. It allows you to turn any textarea into a markup editor. Html, Textile, Wiki Syntax, Markdown, BBcode or even your own Markup system can be easily implemented.
Learning Advanced JavaScript - 0 views
Box2DJS - Physics Engine for JavaScript - 0 views
http://www.cs.ucla.edu/~awarth/ometa - 0 views
-
OMeta is a new object-oriented language for pattern matching. It is based on a variant of Parsing Expression Grammars (PEGs) which we have extended to handle arbitrary data types. OMeta's general-purpose pattern matching facilities provide a natural and convenient way for programmers to implement tokenizers, parsers, visitors, and tree transformers, all of which can be extended in interesting ways using familiar object-oriented mechanisms.
PI.JS > About Pi - 0 views
SproutCore » home - 0 views
-
ake desktop-like apps for the web. Imagine the possibilities by sampling some demo apps.
-
SproutCore is designed to make desktop-like apps for the web.
PrototypeXtensions.js - 0 views
Jeene: An automatic partial evaluator for JavaScript - 0 views
-
The purpose of this posting is to show that is is possible to create an online partial evaluator for JavaScript, written also in JavaScript. As far as I know, this has been not been done before. This post is the first in a series describing the inner workings of Jeene.
Classes.Big Number - 0 views
-
Offers a extremely high precision level to make mathematical operations. For integers there is no limits and for floating point numbers, the class allows setting the maximum precision.
75 (Really) Useful JavaScript Techniques | Developer's Toolbox | Smashing Magazine - 0 views
Liquid JS - 0 views
Razor - Profile and Optimize Web 2.0 Ajax Performance - 0 views
-
Razor is a web delivered service for profiling and optimizing JavaScript-based Web 2.0 applications. It includes a profiler and an optimizer. Razor Profiler analyzes your JavaScript code and gives you insight into the runtime behavior of your application. Razor Optimizer optimizes your JavaScript code and trims overhead so that "What You Get Is What You Need"(WYGIWYN).
New selector engine by John Resig - 0 views
mooSlide - ajax based slider - 0 views
XRAY :: for web developers - 0 views
-
XRAY is a bookmarklet for Internet Explorer 6+, and Webkit and Mozilla based browsers (including Safari, Firefox, Camino or Mozilla). Use it to see the box model for any element on any web page.
onJSReady - 0 views
KevLinDev - Geometry - 0 views
-
SVG and JavaScript are used to find intersections and properties of a selected group of SVG elements. JavaScript objects used in this section are documented in the GUI section of this site.
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
‹ Previous
21 - 40 of 101
Next ›
Last »
Showing 20▼ items per page