Posts

Showing posts from April, 2019

Client-side development

Image
In this blog  you are going to learn about client-side developments. So let's go. Main elements of client-side application components of distributed systems  Distributed systems use client-side elements for users to interact with them. The main client-side elements are, •Views –what users see (mainly GUIs) •Controllers –contain event handers for the Views •Client-model –Business logic and data  Views development technologies for the browser-based client-components   Mainly use two elements for view development technology. HTML-Content CSS - Formatting HTML uses different types of elements to define content  •Structural elements              •header, footer, nav, aside, article •Text elements              •Headings –<h1> to <h6>              •Paragraph –<p>              •Line break -<br> •Images •Hyperlinks •Data representational elements (these elements use nested structures)              •Lists              •Ta