Web design and web development

Web design is different from web development. Web design means how things look: what is a color scheme, what is the layout of the web page elements, what fonts are used. Web design means how to differentiate your web site from a million of other web sites.

Designing a web site requires good artistic skills.

Web development on other hand is responsible for logic of the web site. It is possible to split web development onto two parts: frontend development and backend development.

Frontend development is what a person sees when that person visits a web site.

Backend development is development of databases and logic that is used by frontend.

Both jobs are stressful. Because an issue with the website is visible by the website visitors. It is example of an issue with frontend development. An issue with the backend will impact functionality of the website.

For example items purchased by one user may end-up being reported in another user shopping history.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator