Web Developers Portal
learn and share
Thursday, 21 April 2022
Unified Process (UP) Best Practices
›
Get high risk and high value requirements first Constant user feedback and engagement Early cohesive core architecture Test early, often, an...
How to persist the selected value of the select box after form submit?
›
<?php if ($_POST['submit']) { if ($_POST['srf'] != "") { $srf = $_POST['srf']; } else ...
Unified Process Phases
›
Inception Inception is not a requirements phase; rather a feasibility phase, where just enough investigation is done to support a decision ...
Wednesday, 20 April 2022
ER [Entity–relationship] Model
›
ER Model is a popular high-level (conceptual) data model. It is an approach to designing Semantic Conceptual schema of a Database. ER model ...
The Agile Principles
›
1. Satisfy the customer through early and continuous delivery of valuable software. 2. Welcome changing requirements, even late in developme...
Data Model
›
Data Model is a collection of concepts that can be used to describe the structure of the database. Structure means data types, relationships...
Database Schema
›
Description of a database is called as database Schema. Three-Schema Architecture: A database can be described using three different levels ...
‹
›
Home
View web version