» tagged pages
» logout

(Feed found, click Add Page to syndicate.) Error finding feed, please try again » Find feed title

A Blog Page allows you to add entries, for news or other time sensitive postings

(Login required to save to your tagged pages.)
(or Cancel)

Make further edits, (or Cancel)

(Login required to save to your tagged pages.)
(or Cancel)

(Editing anonymously: to be credited for your changes, login or register a new account)

Change Page Permissions? Changing these permissions will adjust who can modify this page.

Anonymous (change)
Swik Users (change)
(or Cancel)
Upload an image from your computer:
or Copy an image from a URL:
or Erase the current icon:
Icon Preview:

or Cancel

Erase Prototype? The contents of Prototype page and all pages directly attached to Prototype will be erased.

or Cancel

(Editing anonymously: to be credited for your changes, login or register a new account)

other page actions:
Prototype

Prototype

Tags Applied to Prototype

2 people have tagged this page:

Prototype is a JavaScript framework that aims to ease development of dynamic web applications.

It defines both generally useful functions for Javascript development, as well as some pieces for doing actual AJAX interactions.

See http://www.sergiopereira.com/articles/prototype.js.html for some good documentation.

-style

sorted by: recent | see : popular
Content Tagged Prototype

Semantic Constructors

JAVASCRIPT:
  1.  
  2. Class.create = (function(original) {
  3.   var fn = function() {
  4.     var result = original.apply(null, arguments);
  5.     result.toString = function() { return result.prototype.initialize.toString() };
  6.     return result;
  7.   };
  8.   fn.toString = function(){ return original.toString() };
  9.   return fn;
  10. })(Class.create);
  11.  

This monkey patch by kangax allows you to get sense from inspecting a constructor setup via Prototype.

His code changes a simple person class from:

JAVASCRIPT:
  1.  
  2. Person + ''; // "function klass() { this.initialize.apply(this, arguments); }"
  3.  

too:

JAVASCRIPT:
  1.  
  2. Person + ''; // "function (name) { this.name = name; }"
  3.  

If you want more help with Prototype and Script.aculo.us you can check out their newly changed support list.

Ajax: Ajaxian

Pencil Project

The Pencil Project's unique mission is to build a free and opensource tool for making diagrams and GUI prototyping that everyone can use.

opensource: del.icio.us tag/opensource

moo.fx - size does matter

superlightweight, ultratiny, megasmall javascript effects library, to be used with prototype.js or the mootools framework

mootools: del.icio.us/tag/mootools

Prototip 2

Create beautiful tooltips with ease

mootools: del.icio.us/tag/mootools

Page 1 | Next >>
Username:
Password:
(or Cancel)