My favorites | Sign in
Project Home Wiki Issues Source
Search
for
Home  
Updated Oct 12, 2011 by templari...@gmail.com

ToDo List (as of October 12th)

  • Add dd(config).event({load:function(){},loading:function(){}});
  • Document and rewrite documentation ^ !!!!!!!!!!!!!!!!!!!!!
  • Unit test everything
  • Wrap it up and call it version 1.0

Other ToDo's

  • Custom control to make use of unused dd("string") selector
  • Integrate Sizzle as dd.selector.js
  • Document SVG completely.
  • Consider writing dd.legacy.js or scraping the idea.

The list is a lot smaller now... still a lot to recode.

Introduction

The DD Framework is meant to be very integrated into a web application. To further this point the framework is split into two distinct versions. DD Framework and DD Framework Legacy share many of the same features, but are not compatible with each other. The choice of framework should be decided by the audience you expect to view it.

JavaScript Version Source File Modules
DD Framework 1.8+ 1 dd/dd.js dd/dd.*.js
DD Framework Legacy (WIP) 1.3+ dd/dd.legacy.js dd/dd.legacy.*.js

1 Tested against current versions of FF(4), Chrome(10), Opera(11), and IE(9).

Getting Started

Technical

Core

Think of the core as the bare minimum needed to complete most tasks.

Modules

Modules fill in everything the core is missing.

Learning More

To learn more please navigate with the left sidebar navigation. All methods are documented with all overloads and example source code. If you find an error in the documentation submit it here.

Contributing

Right now contributions are restricted until further development is completed. If you still want to contribute submit an issue.


Sign in to add a comment
Powered by Google Project Hosting