WEB DEVELOPMENT SERVICES


WEB   DEVELOPMENT  SERVICES

Arivon Technologies enables to explore the latest trends on WEB DEVELOPMENT AND SOLUTIONS and utilize the maximum benefits of this Technology. Please visit www.arivontech.com  for more details. Contact us sales@arivontech.com .
Web developers, sometimes called programmers, take the design created and build a fully functioning website. To put it (very) simply, think of the design as a non-interactive picture of a website. Developers take that design and break it up into its components. They then either use just HTML or a more dynamic approach incorporating programming languages such as PHP to develop the various website pages.
Web developers may convert a static layout into a dynamic website by using image and content sliders, active states for links and buttons, and other interactive elements.
BASIC WEB DEVELOPMENT CONCEPTS
Ø  Internet: The internet is actually a bunch of computers spread all around the world that talk to each other using all the certain protocols, certain language that is called TCP/IP.
Ø  WWW: From the internet the WWW (World Wide Web) came out, which is the network of Hyper Text Documents that are linked to each other, what we know as web pages/web sites. In 1990 the first web browser came out it was called WWW. You need a web browser to open websites and web sites are made in a language called HTML.
So the web today has gone quite far from that early beginnings and we have all source of things now like social networks, multimedia, messaging, documents etc. but the basics remain kind of the same in terms of client server model.
Client- Server

In the above picture you see a client which is your computer, your web browser that makes a request to the cloud or to the server and you receives from the server a response. When you go to face book you make a request to the face book server asking for the face book page and the server send you back a response which contains files that the actual HTML,CSS files and the images of that face book page and then you enter our login that is sent again to the server as another request and if your login is correct you get the response back and that’s the page which shows your friends and all other things , if your password is wrong you get the response as password is wrong. So this basic introduction is a core element of web development.
CLIENT:
·         Web Browser (Chrome, Internet Explorer, Firefox, etc).
·         Computer, Phone, Tablet, TV.
·         What the user sees (presentation).
·         Receives user input and sends that to the server.
The languages used in the client side
·         HTML
·         CSS
·         Java Script(JS)
SERVER:
·         A computer in a datacenter.
·         The cloud.
·         Databases.
·         Business logics.
·         Data validation.
·         Languages: PHP, Java, Python, Ruby, JavaScript and more.
Some Server functions:
·         User accounts
·         Login/Logout
·         Saving data, photos, files
·         Creating, Editing, Deleting records.
HTML5: It is a latest specification of HTML and it takes HTML to a whole new level. Using this you can create not only websites and also all sources of apps mobile apps, TV apps and Games.

Comments