Skip to main content

Home/ Groups/ javascript
Ivan Pavlov

onJSReady - 0 views

shared by Ivan Pavlov on 02 Aug 08 - Cached
  •  
    A modified version of Stefan Hayden's onJSReady Prototype plugin.
Ivan Pavlov

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.
Ivan Pavlov

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
Ivan Pavlov

Meteora Javascript Widgets - 0 views

  • Demo SWF

    Meteora Description

    Meteora is set of cross-browser Widgets and Controls that allows you to quickly write rich and customizable web applications without having to waste time reading full pages of documentation or programming excessive javascript that is painful to debug in every browser.

Ivan Pavlov

wForms - A Javascript Extension to Web Forms - 0 views

  • wForms is an open-source, unobtrusive javascript library that adds commonly needed behaviors to traditional web forms without the need for any programming skill.
Vincent Tsao

Javascript Closures - 0 views

  • The simple explanation of a Closure is that ECMAScript allows inner functions; function definitions and function expressions that are inside the function bodes of other functions. And that those inner functions are allowed access to all of the local variables, parameters and declared inner functions within their outer function(s).
chris eb

The Host - Web Host Information - 0 views

  •  
    This installment will deal with finding the right host for your site; from the free to the very expensive, we will discuss what your options are so that you can find your "perfect host".
Ivan Pavlov

Prototip 2 - Create beautiful tooltips with ease - 0 views

  • Prototip allows you to easily create both simple and complex tooltips using the Prototype javascript framework.
Ivan Pavlov

NitobiBug - Browser based debugger - 0 views

shared by Ivan Pavlov on 06 Jun 08 - Cached
  • It's a browser-based JavaScript object logger and inspection tool - similar to Firebug. NitobiBug runs across different browsers (IE6+, Safari, Opera, Firefox) to provide a consistent and powerful tool for developing rich Ajax applications.
Ivan Pavlov

LightWindow Demo - 0 views

  • After researching every single modal window, lightbox, slimbox, etc out there nothing fit the bill. Granted some of them were very nice but only fit a specific purpose, others were a nightmare on the code end, and others were just hacks of another. None of them truly supported all of the features we needed and those that were close could not be easily adapted without a bottle of Prozac near by.
Ivan Pavlov

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.
Ivan Pavlov

PersistJS: Cross Browser Client-Side Persistent Storage Without Cookies - 0 views

  •  
    A client-side JavaScript persistent storage library
« First ‹ Previous 181 - 200 of 270 Next › Last »
Showing 20 items per page