A report on Dynamic web page
Web page whose construction is controlled by an application server processing server-side scripts.
- Dynamic web page22 related topics with Alpha
JavaScript
6 linksProgramming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS.
Programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS.
This meant that JScript became the de facto standard for client-side scripting on the Web.
Server-side scripting
5 linksTechnique used in web development which involves employing scripts on a web server which produces a response customized for each user's request to the website.
Technique used in web development which involves employing scripts on a web server which produces a response customized for each user's request to the website.
Server-side scripting is distinguished from client-side scripting where embedded scripts, such as JavaScript, are run client-side in a web browser, but both techniques are often used together.
Web server
5 linksComputer software and underlying hardware that accepts requests via HTTP or its secure variant HTTPS.
Computer software and underlying hardware that accepts requests via HTTP or its secure variant HTTPS.
A resource sent from a web server can be a preexisting file (static content) available to the web server, or it can be generated at the time of the request (dynamic content) by another program that communicates with the server software.
PHP
4 linksGeneral-purpose scripting language geared toward web development.
General-purpose scripting language geared toward web development.
PHP/FI could be used to build simple, dynamic web applications.
Web page
4 linksHypertext document on the World Wide Web.
Hypertext document on the World Wide Web.
It can also include JavaScript or WebAssembly programs, which are executed by the web browser to add dynamic behavior to the web page.
Node.js
4 linksOpen-source, cross-platform, back-end JavaScript runtime environment that runs on the V8 engine and executes JavaScript code outside a web browser, which was designed to build scalable network applications.
Open-source, cross-platform, back-end JavaScript runtime environment that runs on the V8 engine and executes JavaScript code outside a web browser, which was designed to build scalable network applications.
Node.js lets developers use JavaScript to write command line tools and for server-side scripting—running scripts server-side to produce dynamic web page content before the page is sent to the user's web browser.
Form (HTML)
5 linksSent to a server for processing.
Sent to a server for processing.
The de facto client-side scripting language for web sites is JavaScript.
Document Object Model
4 linksCross-platform and language-independent interface that treats an XML or HTML document as a tree structure wherein each node is an object representing a part of the document.
Cross-platform and language-independent interface that treats an XML or HTML document as a tree structure wherein each node is an object representing a part of the document.
This allows the creation of dynamic web pages, because within a page JavaScript can:
Static web page
2 linksA static web page (sometimes called a flat page or a stationary page) is a web page that is delivered to the user's web browser exactly as stored, in contrast to dynamic web pages which are generated by a web application.
Jakarta Server Pages
2 linksJakarta Server Pages (JSP; formerly JavaServer Pages) is a collection of technologies that helps software developers create dynamically generated web pages based on HTML, XML, SOAP, or other document types.