Skip to content

Software Development News: .NET, Java, PHP, Ruby, Agile, Databases, SOA, JavaScript, Open Source

Methods & Tools

Subscribe to Methods & Tools
if you are not afraid to read more than one page to be a smarter software developer, software tester or project manager!

Feed aggregator

2013-05-19 - New Uize.Class.doMy Static Method

UIZE JavaScript Framework - Tue, 05/21/2013 - 07:24
The new Uize.Class.doMy static method, implemented in the Uize.Class base class and inherited by all subclasses, provides a convenient and semantically more elegant way to call an instance method of a class on a specified instance.
Categories: Open Source, RIA

2013-03-31 - New Uize.copyList Method

UIZE JavaScript Framework - Tue, 05/21/2013 - 07:24
The new Uize.copyList method, implemented in the Uize base module, lets you conveniently copy the elements of a list object into a fresh array.
Categories: Open Source, RIA

2013-03-30 - New Uize.push Method

UIZE JavaScript Framework - Tue, 05/21/2013 - 07:24
The new Uize.push static method, implemented in the Uize base module, lets you conveniently push / append the elements from a source list onto the end of a target list.
Categories: Open Source, RIA

2013-03-28 - Improved required Directive in JST Templates

UIZE JavaScript Framework - Tue, 05/21/2013 - 07:24
The @required directive, that is part of the JST template system implemented in the Uize.Template module, has been improved to allow the required modules to be specified in an arbitrarily long list of string arguments.
Categories: Open Source, RIA

2013-03-25 - New Uize.Url.toRelative Method

UIZE JavaScript Framework - Tue, 05/21/2013 - 07:24
The new Uize.Url.toRelative static method, implemented in the Uize.Url module, lets you create a relative URL from a base URL to a destination URL.
Categories: Open Source, RIA

2013-03-22 - New Uize.merge Method

UIZE JavaScript Framework - Tue, 05/21/2013 - 07:24
The new Uize.merge method, implemented in the Uize base module, lets you merge the contents of multiple source objects together into a fresh object.
Categories: Open Source, RIA

2013-03-21 - New Uize.copy Method

UIZE JavaScript Framework - Tue, 05/21/2013 - 07:24
The new Uize.copy method, implemented in the Uize base module, lets you copy the properties from one or more source objects into a freshly created object.
Categories: Open Source, RIA

2012-09-23 - UizeDotCom Namespace Renamed to UizeSite

UIZE JavaScript Framework - Tue, 05/21/2013 - 07:24
The UizeDotCom namespace has been renamed to simply UizeSite in order to make it TLD (Top Level Domain) agnostic.
Categories: Open Source, RIA

2012-09-15 - Improved Support for Conditions

UIZE JavaScript Framework - Tue, 05/21/2013 - 07:24
Support for conditions in UIZE has been improved with the addition of support for compound conditions in the once instance method of the Uize.Class module.
Categories: Open Source, RIA

2012-09-03 - Improved Module Mechanism

UIZE JavaScript Framework - Tue, 05/21/2013 - 07:24
The module mechanism of the UIZE JavaScript Framework has been improved with the addition of support for parallel ascynchronous loading of required modules and the new Uize.require static method.
Categories: Open Source, RIA

2012-08-18 - Set-get Properties Become State Properties

UIZE JavaScript Framework - Tue, 05/21/2013 - 07:24
Set-get properties, a core system of the UIZE JavaScript Framework, has been renamed to "state properties".
Categories: Open Source, RIA

2012-08-13 - New met and unmet Instance Methods for Classes

UIZE JavaScript Framework - Tue, 05/21/2013 - 07:24
The new met and unmet instance methods provide a semantically elegant way to use state properties to represent conditions and to set conditions as having been met or being unmet.
Categories: Open Source, RIA

2012-08-12 - Improved once Method for Classes

UIZE JavaScript Framework - Tue, 05/21/2013 - 07:24
The once instance method, implemented in the Uize.Class base class module, has been improved with support for optional condition inversion.
Categories: Open Source, RIA

2012-08-05 - New is Instance Method for Classes

UIZE JavaScript Framework - Tue, 05/21/2013 - 07:24
The new is instance method, implemented in the Uize.Class base class module, provides a semantically elegant way to test if the value of an instance's state property is truthy.
Categories: Open Source, RIA

2012-08-04 - Improved Setting of State Properties

UIZE JavaScript Framework - Tue, 05/21/2013 - 07:24
Setting of state properties has been improved with convenient new variations for the set instance method and the Uize.Class.set static method, implemented in the Uize.Class base class module.
Categories: Open Source, RIA

2012-07-22 - New once Instances Method for Classes

UIZE JavaScript Framework - Tue, 05/21/2013 - 07:24
The Uize.Class module, that implements the class mechanism for the UIZE JavaScript Framework, has been improved with the addition of a once instance method for state properties.
Categories: Open Source, RIA

2012-07-08 - Build Script Modules Migrated

UIZE JavaScript Framework - Tue, 05/21/2013 - 07:24
Various build scripts used for building the UIZE project and the UIZE Web site have been migrated.
Categories: Open Source, RIA

2012-07-07 - Auto-derived Scruncher Mappings

UIZE JavaScript Framework - Tue, 05/21/2013 - 07:24
With a recent improvement in the auto scruncher (implemented in the Uize.Build.AutoScruncher module), it is no longer necessary to specify unique mappings for scrunched identifier names in a ScruncherSettings comment in source files.
Categories: Open Source, RIA

2012-06-27 - New Uize.resolveMatcher Method

UIZE JavaScript Framework - Tue, 05/21/2013 - 07:24
The new Uize.resolveMatcher static method, implemented in the Uize base module, resolves the specified matcher (of any type) to a matcher function.
Categories: Open Source, RIA

2012-06-25 - New Uize.resolveTransformer Method

UIZE JavaScript Framework - Tue, 05/21/2013 - 07:24
The new Uize.resolveTransformer static method, implemented in the Uize base module, resolves the specified transformer (of any type) to a transformer function.
Categories: Open Source, RIA