Skip to content

RIA

Windows Phone Design Guidelines on MSDN

Microsoft Silverlight content - Thu, 02/02/2012 - 07:18
It was recently brought to my attention that we have done a poor job of evangelizing the Windows Phone Design Guidelines on MSDN . These guidelines were previously available in PDF format, but a few months ago a couple of folks worked really hard to bring...(read more)
Categories: RIA

2012-01-28 - New Uize.now Method

UIZE JavaScript Framework - 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

UIZE JavaScript Framework - 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

UIZE JavaScript Framework - 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

UIZE JavaScript Framework - 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

UIZE JavaScript Framework - 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

UIZE JavaScript Framework - 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

UIZE JavaScript Framework - 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

UIZE JavaScript Framework - 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

UIZE JavaScript Framework - 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

UIZE JavaScript Framework - 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

UIZE JavaScript Framework - 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

UIZE JavaScript Framework - 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

UIZE JavaScript Framework - 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

UIZE JavaScript Framework - 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

UIZE JavaScript Framework - 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

UIZE JavaScript Framework - 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

UIZE JavaScript Framework - 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

UIZE JavaScript Framework - 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

UIZE JavaScript Framework - 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