Web Browser-based User Interface
(Redirected from web-based UI)
Jump to navigation
Jump to search
A Web Browser-based User Interface is a user interface that can operate in a Web browser.
- Context:
- ...
- Example(s):
- ChatGPT.
- …
- Counter-Example(s):
- See: Web-based Application, AJAX, React Native.
References
2018a
- http://en.wikipedia.org/wiki/User_interface#Types
- Web-based user interfaces or web user interfaces (WUI) that accept input and provide output by generating web pages viewed by the user using a web browser program. Newer implementations utilize PHP, Java, JavaScript, AJAX, Apache Flex, .NET Framework, or similar technologies to provide real-time control in a separate program, eliminating the need to refresh a traditional HTML-based web browser. Administrative web interfaces for web-servers, servers and networked computers are often called control panels.
2018b
- (Wikipedia, 2018) ⇒ https://en.wikipedia.org/wiki/Web_application#Interface Retrieved:2018-8-17.
- Through Java, JavaScript, DHTML, Flash, Silverlight and other technologies, application-specific methods such as drawing on the screen, playing audio, and access to the keyboard and mouse are all possible. Many services have worked to combine all of these into a more familiar interface that adopts the appearance of an operating system. General purpose techniques such as drag and drop are also supported by these technologies. Web developers often use client-side scripting to add functionality, especially to create an interactive experience that does not require page reloading. Recently, technologies have been developed to coordinate client-side scripting with server-side technologies such as ASP.NET, J2EE, Perl/Plack and PHP.
Ajax, a web development technique using a combination of various technologies, is an example of technology which creates a more interactive experience.
- Through Java, JavaScript, DHTML, Flash, Silverlight and other technologies, application-specific methods such as drawing on the screen, playing audio, and access to the keyboard and mouse are all possible. Many services have worked to combine all of these into a more familiar interface that adopts the appearance of an operating system. General purpose techniques such as drag and drop are also supported by these technologies. Web developers often use client-side scripting to add functionality, especially to create an interactive experience that does not require page reloading. Recently, technologies have been developed to coordinate client-side scripting with server-side technologies such as ASP.NET, J2EE, Perl/Plack and PHP.