Dynamic Website development
A web designer creates the look, layout, and features of a website. The job involves understanding both graphic design and computer programming. They work with development
teams or managers for keeping the site up-to-date and prioritizing needs, among
other tasks.
A server-side dynamic web page is a web page whose construction is controlled
by an application server processing server-side scripts. In server-side
scripting, parameters determine how the assembly of every new web page
proceeds, including the setting up of more client-side processing.
A client-side dynamic
web page processes the web page using HTML scripting running in the browser
as it loads. JavaScript and other scripting languages determine the way the
HTML in the received page is parsed into the Document Object Model, or
DOM, that represents the loaded web page. The same client-side techniques
can then dynamically update or change the DOM in the same way. Even though
a web page can be dynamic on the client-side, it can still be hosted on a
static hosting service such as GitHub Pages or Amazon S3 as long as
there isn't any server-side code included.