Web Development
Types of Web Development service:
- front-end
- back-end
- full stack
- Desktop Development
- Liquid design
- Game Development
- Embedded Development
A web site, or individual web page, can be static or dynamic. A Security Programme contains information that does not change. It remains the same, or static, for every viewer of the site. A dynamic website contains information that changes, depending on the viewer of the site, the time of the day, the time zone, the native language of the country the viewer is in or many other factors. For example, the Computer Hope main page is a dynamic website that changes daily automatically.
A dynamic web site can contain client-side scripting or server-side scripting to generate the changing content, or a combination of both scripting types. These sites also include HTML programming for the basic structure. The client-side or server-side scripting takes care of the guts of the site.
Web Development contain Web pages that are generated in real-time. These pages include Web scripting code, such as PHP or ASP. When a dynamic page is accessed, the code within the page is parsed on the Web server and the resulting HTML is sent to the client's Web browser.

