Short history of information technologies

| category: My notes | author: st
Tags: ,

Ancient world

  • 1950s – Compilers will make programmers obsolete
  • 1960-70s - 3rd generation programming languages will reduce programmer shortages

...

Middle Ages

  • 1980s - 4rd generation programming languages and CASE tools will definitely reduce programmer shortages
  • 1980s – client server SQL DBMS will solve mainframe “vendor lock”
  • 1990s – 3-tiers architecture will solve DBMS “vendor lock …

GUI: evolution of descriptions

| category: Programming | author: st
Tags:

Let's see one simple example showing how the methods and the languages of graphical user interface (GUI) description are progressing (or regressing, it depends) during the last 15-20 years.

The primitive form description requires:

1996: Delphi 2

object Form1: TForm1
  Left = 0
  Top = 0
  Caption = 'Test form'
  ClientHeight = 131
  ClientWidth …