WAF | ||
---|---|---|
A web application firewall (WAF) is a specific form of application firewall that filters, monitors, and blocks HTTP traffic to and from a web service. By inspecting HTTP traffic, it can prevent attacks exploiting a web application's known vulnerabilities, such as SQL injection, cross-site scripting (XSS), file inclusion, and improper system configuration. |
WAMP | ||
---|---|---|
WAMP = Windows - Apache - MySQL - PHP configuration of the Moodle environment. |
Web Developer Extension for Firefox | ||
---|---|---|
This is an add-on or extension for the Firefox browser that adds a variety of tools useful for web developers manipulating HTML and CSS. It is available from Mozilla Update though the most recent version is usually available from the author's website Highly recommended. |
WebDAV | ||
---|---|---|
WebDAV stands for "Web-based
Distributed Authoring and Versioning" and is
a set of extensions to the HTTP protocol
which allow users to collaboratively edit
and manage files on remote web servers. WebDAV is sometimes shortened to DAV. Since at least 1998, Internet Engineering Task Force (IETF) working groups have published RFCs on WebDAV and related issues. These publications are considered specifications for versioning, access control, searching, and ordering of resources. Many of the specifications have been implemented in software that is present in many open source and commercial offerings. See webdav.org for more information. Also, search the web for articles about WebDAV in the popular computing press. |
WIMP | ||
---|---|---|
Its a combination of server setup for any website/web based application, where Operating platform (Windows), web server (IIS), database servers (MySQL or Microsoft SQL Server) application server (PHP), hence the term WIMP Other similar combination based on Windows platform can be WAMP (Windows, Apache, MySQL and PHP). |
WIP | ||
---|---|---|
Work In Progress.
|
WYSIWYG | ||
---|---|---|
WYSIWYG is an acronym for "What You See Is What You Get". |