web

Dom api dimesions

A collection of links and brief descriptions of API used to query the dimensions of DOM elements using the javascript DOM api. border-box vs content-box box model visualized…

Http Semantics

HTTP is a stateless protocol used to transfer informations in a server-client model. It defines a set of methods for CRUD operations and additional methods and is the main…

Http Syntax

Http is a stateless application level protocol that uses a request-response model. It operates by exchanging messages across a reliable transport(TCP) or session-layer…

URI (Uniform resource identifier)

A string that identifies a resource according to a schema. super-type of: URL: defines the means to access a resource(e.g webisite page). URN: defines a unique resource in a…