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: 56 min 23 sec ago

2012-01-28 - New Uize.now Method

Sun, 01/29/2012 - 07:40
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

2012-01-22 - New Uize.mergeInto Method

Sun, 01/29/2012 - 07:40
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

2012-01-15 - New Uize.getClass Method

Sun, 01/29/2012 - 07:40
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

2012-01-14 - New Uize.toNumber Method

Sun, 01/29/2012 - 07:40
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

2012-01-12 - New Uize.isSameAs Method

Sun, 01/29/2012 - 07:40
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

2012-01-11 - New Uize.isNaN Method

Sun, 01/29/2012 - 07:40
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

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

Sun, 01/29/2012 - 07:40
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

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

Sun, 01/29/2012 - 07:40
The new Uize.isList static method returns a boolean, indicating whether or not the specified value is considered a list.
Categories: Open Source

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

Sun, 01/29/2012 - 07:40
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

2011-12-22 - JavaScript new Operator Now Optional

Sun, 01/29/2012 - 07:40
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

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

Sun, 01/29/2012 - 07:40
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

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

Sun, 01/29/2012 - 07:40
Comprehensive unit tests have been created for the Uize.Data.NameValueRecords module.
Categories: Open Source

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

Sun, 01/29/2012 - 07:40
The Uize base module has been improved with the addition of the new Uize.forEach and Uize.map static methods.
Categories: Open Source

2011-11-13 - New Utility Belt Features

Sun, 01/29/2012 - 07:40
The Uize base module has been given a boost with the addition of a slew of convenient utility belt features.
Categories: Open Source

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

Sun, 01/29/2012 - 07:40
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

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

Sun, 01/29/2012 - 07:40
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

2011-10-11 - Various Broken Examples Fixed

Sun, 01/29/2012 - 07:40
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

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

Sun, 01/29/2012 - 07:40
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

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

Sun, 01/29/2012 - 07:40
An issue that was breaking the drag-and-drop functionality of the Uize.Widget.Drag class in IE9 has been fixed.
Categories: Open Source

2011-09-20 - Broken Pages in IE9 Fixed

Sun, 01/29/2012 - 07:40
An issue that was breaking pages of the uize.com Web site in IE9 has been fixed.
Categories: Open Source