Skip to content

UIZE JavaScript Framework
Syndicate content UIZE JavaScript Framework | Latest News
UIZE JavaScript Framework (AJAX, RIA, widgets, JSON, OOP, Class Inheritance, XMLHttpRequest, DOM manipulation, and all that stuff)
Updated: 20 hours 42 min ago

2012-01-28 - New Uize.now Method

Tue, 01/31/2012 - 23:01
The new Uize.now static method, implemented in the Uize base module, returns the current time in milliseconds since 1970 (POSIX time).
Categories: Open Source, RIA

2012-01-22 - New Uize.mergeInto Method

Tue, 01/31/2012 - 23:01
The new Uize.mergeInto static method, implemented in the Uize base module, merges the contents of one or more source objects into the specified target object, and returns the target object as the result.
Categories: Open Source, RIA

2012-01-15 - New Uize.getClass Method

Tue, 01/31/2012 - 23:01
The new Uize.getClass static method, implemented in the Uize base module, gets the class of which a specified value is an instance, or returns the value if it is a class or function.
Categories: Open Source, RIA

2012-01-14 - New Uize.toNumber Method

Tue, 01/31/2012 - 23:01
The new Uize.toNumber static method, implemented in the Uize base module, lets you coerce a value to a number, with defaulting if it cannot be coerced successfully.
Categories: Open Source, RIA

2012-01-12 - New Uize.isSameAs Method

Tue, 01/31/2012 - 23:01
The new Uize.isSameAs static method tests if two values are the same in a strict equality test, with support for NaN values.
Categories: Open Source, RIA

2012-01-11 - New Uize.isNaN Method

Tue, 01/31/2012 - 23:01
The new Uize.isNaN static method, implemented in the Uize base module, returns a boolean value, indicating whether or not the specified value is the JavaScript special value NaN.
Categories: Open Source, RIA

2012-01-10 - Class Mechanism Moved Into Uize.Class

Tue, 01/31/2012 - 23:01
The class mechanism that was implemented in the Uize module has been moved out of that module and into the new Uize.Class module.
Categories: Open Source, RIA

2011-12-26 - New Uize.isList Static Method

Tue, 01/31/2012 - 23:01
The new Uize.isList static method returns a boolean, indicating whether or not the specified value is considered a list.
Categories: Open Source, RIA

2011-12-24 - Dummy Functions Added to Uize Base Module

Tue, 01/31/2012 - 23:01
A handful of dummy functions have been added to the Uize base module, that can be used in certain situations where you need to supply a dummy function as a handler, callback, or iterator function.
Categories: Open Source, RIA

2011-12-22 - JavaScript new Operator Now Optional

Tue, 01/31/2012 - 23:01
The JavaScript new operator is now optional when creating instances of Uize subclasses, and you can make the new operator optional for your own object constructors using the newly added Uize.noNew static method.
Categories: Open Source, RIA

2011-12-03 - Improved Uize.lookup and Uize.reverseLookup

Tue, 01/31/2012 - 23:01
The Uize.lookup and Uize.reverseLookup static methods have been improved with the added ability to specify a target object for adding entries.
Categories: Open Source, RIA

2011-11-29 - Unit Tests for Uize.Data.NameValueRecords

Tue, 01/31/2012 - 23:01
Comprehensive unit tests have been created for the Uize.Data.NameValueRecords module.
Categories: Open Source, RIA

2011-11-27 - Uize Base Gets Uize.forEach and Uize.map

Tue, 01/31/2012 - 23:01
The Uize base module has been improved with the addition of the new Uize.forEach and Uize.map static methods.
Categories: Open Source, RIA

2011-11-13 - New Utility Belt Features

Tue, 01/31/2012 - 23:01
The Uize base module has been given a boost with the addition of a slew of convenient utility belt features.
Categories: Open Source, RIA

2011-10-30 - NEW MODULE: Uize.Array.Util

Tue, 01/31/2012 - 23:01
The new Uize.Array.Util module provides a home for miscellaneous array utility methods that are not yet deemed ready for promototion to the Uize.Array or Uize modules.
Categories: Open Source, RIA

2011-10-18 - Deprecated Features of Uize.Template Killed

Tue, 01/31/2012 - 23:01
The Uize.Template.encoders and Uize.Template.decoders static properties of the Uize.Template module, that were deprecated back in April of 2010, have finally been killed.
Categories: Open Source, RIA

2011-10-11 - Various Broken Examples Fixed

Tue, 01/31/2012 - 23:01
Various JavaScript examples on the uize.com Web site that had become victims to bit rot have been restored to their former glory.
Categories: Open Source, RIA

2011-09-22 - Buttons With Incorrect Styling in IE9 Fixed

Tue, 01/31/2012 - 23:01
An issue that was causing button widgets to not have the correct mouse cursor when mousing over them in IE9 has been fixed.
Categories: Open Source, RIA

2011-09-21 - Broken Drag-and-drop in IE9 Fixed

Tue, 01/31/2012 - 23:01
An issue that was breaking the drag-and-drop functionality of the Uize.Widget.Drag class in IE9 has been fixed.
Categories: Open Source, RIA

2011-09-20 - Broken Pages in IE9 Fixed

Tue, 01/31/2012 - 23:01
An issue that was breaking pages of the uize.com Web site in IE9 has been fixed.
Categories: Open Source, RIA