An Overview That Differentiates Website Design And Development



The milestone is going to be the web site design as stated above and it involves designing the site pages and the designer here deals mainly with the HTML code because this language is used to build the web pages and it is the primary language of course. The task of the site designer is going to design a layout for each page of the site like the designer will fix the placement of images and videos and little other stuff and the main content for the page.

Even ahead of starting to create the design procedure each element must be known of course and the designer should have knowledge of what the pages will contain because after knowing the page contents which can be images and banners and the designer will look at the layout of the page so the designer acts as a coordinator for the elements of the page and also he may receive the elements that will constitute the page as blocks without knowing its details.

The factors that form the web page are web languages which can be different than HTML code and it may be JavaScript code or any client language and also note that the term web page element is used here to represent any code that is executed by the browser on the client side and server side code will be explored which forms the web site development task.

Now the next task is the programming development on server side and this is called simply web development once the designer completed the web pages design then it is the role of the programmer to design the program that link between these pages so this is true for interactive sites that include forms filled by the user and when the user fills the form and click submit the client sends the request to the server to analyze the data. It is the role of the web developer to write the programs that process this data and send back a page accordingly.

If a site is having the page which gathers login credentials sends back to the server then the site has to process the data sent by the client and it will have two choices for the server if the username and password is correct then the server will send a successfully logged in page or it will send error page which will contain again the username and password fields to be entered again by the user.