My favorites | Sign in
Project Home Wiki Issues Source
Project Information
Members
Links

The DD Framework is not complete enough to be used, but the issue tab has been shown again just incase. Please note that not everything in the documentation matches what is officially in the pre-alpha. Please view here for updates.

Introduction

DD Framework is an 11kb JavaScript 1.8.x framework built around the idea of simplifying the verbose code found in most large projects. While being aimed at a very light weight core it can be extended for large applications rapidly through first and third party modules.

Checkout the Development Version of the DD Framework

The default path for checking out is set to the scripts/dd/ directory and this is the same path1 that all examples in the tutorials use.

svn checkout http://ddframework.googlecode.com/svn/trunk/scripts/dd/ ddframework-read-only

Note: A minified version will not be available until documentation and modules are closer to completion.

Documentation

Please read through the documentation (Getting Started).

What does the DD stand for

Since I've gotten asked a few times, it's the first two parts of developing.

D esign > D evelop > D eploy

1 Path is determined by the location of dd/dd.js. Tutorials use the scripts/ path, while some users prefer js/.

Powered by Google Project Hosting