Skip to main content

Home/ javascript/ Contents contributed and discussions participated by Ivan Pavlov

Contents contributed and discussions participated by Ivan Pavlov

Ivan Pavlov

Service Mapping Description Proposal - JSON Schema - 0 views

  •  
    A Service Mapping Description (SMD) is a JSON representation describing web services. An SMD can defines the various aspects of a web service such that clients can coherently interact with the web services. An SMD can be used by generic tools to generate interfaces, human and programmatic, to access available web services. A wide array of web services can be described with SMD including REST services and JSON-RPC services. The SMD format is designed to be flexible, compact, simple, readable, and easily implemented.
Ivan Pavlov

pi-js - 0 views

  •  
    pi.comet an advanced javascript class to create cross browser Comet(Reverse Ajax) applications easily.It provides realtime data transfers between client and server.
Ivan Pavlov

Rectangular Marquee Tool - 0 views

shared by Ivan Pavlov on 14 Mar 08 - Cached
  •  
    Marquee tool is a DHTML application that can save you time and help you in your future projects. It is the first web based Javascript tool that allows you to select rectangular areas on or elements, calculate selection coordinates, display them or send them to the server.
Ivan Pavlov

JavaScriptMVC - 0 views

  •  
    JavaScriptMVC is a framework that brings methods to the madness of JavaScript development. It guides you to successfully completed projects by promoting best practices, maintainability, and convention over configuration.
Ivan Pavlov

ArcLite - Arc Ported to JavaScript - 0 views

  •  
    Jonathan Tang has fallen into the Arc fun and took some time to fully implement it in JavaScript.
Ivan Pavlov

js-spec - Google Code - 0 views

  •  
    sSpec tries to bring behaviour driven development to JavaScript by somewhat mimicking what rspec does in ruby.
Ivan Pavlov

Ortho JavaScript Graphics - 0 views

  •  
    Ortho is a JavaScript library for creating 2-D Graphics in Web Browsers
Ivan Pavlov

Monads on the Cheap I: The Maybe Monad at Oliver Steele - 0 views

  • What about the case where most products don’t have offerings, or the offerings don’t have merchants, vel cetera? If this were a frequent case, and this were inner-loop code, I might introduce a global empty object in order to reduce the object instantiation overhead (which happens right away) and the GC load (which shows up over time). E.g. define var $N={}, and use: var product = ..., merchantName = (((product||$N).offering||$N).merchant||$N).name; if (merchantName) displayMerchantName(merchantName);
Ivan Pavlov

AppJet Introduction - 0 views

  •  
    AppJet is the easiest way to create a web app. Just type some code into a box, and we'll host your app on our servers.
Ivan Pavlov

HeatColor, a jQuery plugin - 0 views

  •  
    HeatColor is a plugin that allows you to assign colors to elements, based on a value derived from that element.
Ivan Pavlov

The mysterious Opera object - 0 views

  •  
    Many real-world scripts use window.opera to check if the browser is Opera. However, very few of them actually seem to use the properties or methods that are attached to this object.
Ivan Pavlov

Sequentially - 0 views

  •  
    Sequentially is a library of temporal and frequency adverbs for JavaScript. It provides methods to queue a function for deferred or periodic execution, and to throttle the rate or number of times that a function can be called.
« First ‹ Previous 61 - 80 of 101 Next › Last »
Showing 20 items per page