Archive for July 21st, 2010

Fagan inspection

It is a process of trying to find defects in documents (Software – Eg: Technical Documents). It is used to evaluate the output of a process.

VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment

COCOMO – Constructive Cost Model

The Constructive Cost Model (COCOMO) is an algorithmic software cost estimation model developed by Barry Boehm. The model uses a basic regression formula, with parameters that are derived from historical project data and current project characteristics.
More info: http://en.wikipedia.org/wiki/COCOMO
VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment

Web Storage and HTML5

Web Storage and DOM Storage (Document Object Model) are web application software methods and protocols that are used to store data in a web browser. Web storage supports persistent data storage, similar to cookies, as well as window-local storage.
Web storage is being standardized by the World Wide Web Consortium (W3C). It was originally part of [...]

Leave a Comment