The documentation of the UIZE JavaScript Framework includes many informative and comprehensive explainers that discuss various topics in great detail.
-
All About Scrunching
The UIZE JavaScript Framework provides a system for scrunching (minifying) JavaScript code - primarily to reduce its size, but also to obfuscate it. -
Building Uize Powered Pages
This document explains how to build your own UIZE-powered Web pages, with sophisticated user interactions. -
Creating A New Uize Example Page
This document provides guidelines and advice for the development of new UIZE example pages and tools, to be followed by developers of the UIZE JavaScript Framework. -
Creating A New Uize Module
This document provides guidelines and advice for the development of new UIZE modules, to be followed by developers of the UIZE JavaScript Framework. -
Getting Started
This document takes you step by step through the process of setting up a Web project to use the UIZE JavaScript Framework. "Hello, world" awaits you. -
Introduction To Uize
UIZE (pronounced "you eyes") is a powerful, open source, object oriented JavaScript framework - supporting widgets, AJAX, DOM, templates, and more. -
Javascript Animation And Effects
The UIZE JavaScript Framework provides powerful features to support slick animation effects, with easing, bounce, elasticity, pulsing, and much more. -
Javascript Build Scripts
The UIZE JavaScript Framework provides a system for developing build scripts that can be run by Windows Scripting Host, for automating build tasks. -
Javascript Documentation System
The UIZE JavaScript Framework implements a system for building HTML from documentation that is written in a Wikitext like format called Simple Doc. -
Javascript Dom Events
The UIZE JavaScript Framework provides versatile features for managing the wiring and unwiring of event handlers for DOM events of HTML elements. -
Javascript Event System
The JavaScript language does not provide a built-in system for event-driven programming, so the UIZE JavaScript Framework provides an event system. -
Javascript Inheritance
The UIZE JavaScript Framework implements a system for class inheritance that makes subclassing and object-oriented programming possible in JavaScript. -
Javascript Libraries
The UIZE JavaScript Framework provides a system for bundling many modules into single library files to reduce network traffic and improve performance. -
Javascript Localization
The UIZE JavaScript Framework provides facilities (in Uize.Widget) to ease i18n (internationalization) and L10n (localization) of JavaScript code. -
Javascript Modules
The UIZE JavaScript framework implements systems to facilitate modular programming, such as dependency resolution, dynamic module loading, and more. -
Javascript Templates
The UIZE JavaScript Framework implements a JavaScript templating system with rich template functionality that fully leverages the JavaScript language. -
Javascript Troubleshooting
This document discusses various tips and techniques for troubleshooting projects and Web applications developed using the UIZE JavaScript Framework. -
Javascript Widgets
The UIZE JavaScript Framework provides a system to facilitate the development of behavioral logic for widgets that can be embedded in HTML pages. -
Overview Of Features
This document provides an overview of the comprehensive feature set of the UIZE JavaScript Framework, with examples and links to further explainers. -
Philosophy Of Uize
This document discusses the philosophy behind the design of the UIZE JavaScript Framework, including key precepts like not extending native objects. -
Set Get Properties
The UIZE JavaScript Framework eases state management in complex applications by implementing state oriented features, such as its set-get properties. -
Using The Documentation
To learn all about UIZE, you'll have to rely heavily on the documentation. This document discusses tips for using the documentation more effectively.