Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1
Compare

Arta is a flexible Content Management Framework written in PHP and based on MVC.

5.0
 
  0 reviews  |  2 users  |  162,043 lines of code  |  1 current contributor  |  Analyzed 8 days ago
 
 

Javascript UI plugins for Prototype JS framework

0
 
  0 reviews  |  1 user  |  3,269 lines of code  |  1 current contributor  |  Analyzed 6 days ago
 
 

Inheritance.jsInheritance.js is a plugin for the Prototype Javascript library that provides developers with a complete, unobtrusive, Ruby inspired, classical inheritance model. Using Inheritance.js, developers are given the power to easily define classes, sub-classes, and mix-ins, with a sprinkle of ... [More] syntax sugar. The process of overriding methods is simplified; Inheritance.js uses a properly scoped parent method that is made available only inside an overriding method. To top it off, Inheritance.js accomplishes all this without adding any additional properties or methods to the developer's instantiated objects. Person = Class.extend({ // adding a mixin include: Sortable, // initializer function initialize: function(name) { this.name = name; }, // ... methods ... toString: function() { return this.name; } }); Employee = Class.extend(Person, { // adding mixins include: [Sortable, OtherModule], // initializer function initialize: function(name, dept) { // call parent function this.parent(name); // more initialization this.dept = dept; }, // ... methods ... toString: function() { // call parent function return this.parent() + ' works in ' + this.dept; } }); [Less]

0
 
  0 reviews  |  0 users  |  5,421 lines of code  |  0 current contributors  |  Analyzed about 1 hour ago
 
 

http://www.prototypejs.org

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 4 days ago
 
 

The "Embrace Toolkit" is collection of tools for creating web 2.0 applications.EMP - Embrace Modelling for PHP/JSAllows you to create asyncronous datamodels described in XML. Current Status: (Development)paused ECW - Embrace Context-sensitive WebHelpProviding a context sensitiv help ... [More] system to your users. EAH is based on Prototype and could be integrated in any Web-Application. Current Status: Development ECC - Embrace Component ComposerAllows you to create components described in XML. Current Status: Design Phase EVA - Embrace View ArrangerAllows you to create complete views descrbed in XML. Current Status: Design Phase EEP - Embrace Events for PHP/JSAllows you to create events between different clients. Current Status: Design Phase RequirementsPrototype JS as client library [Less]

0
 
  0 reviews  |  0 users  |  6,259 lines of code  |  0 current contributors  |  Analyzed about 17 hours ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.