XHTML+Voice (commonly X+V) is an XML language for describing multimodal user interfaces. The two essential modalities are visual and auditory. Visual interaction is defined like most current web pages via XHTML. Auditory components are defined by a subset of Voice XML. Interfacing the voice and visual components of X+V documents is accomplished through a combination [...]
Javascript
The latest articles related to Javascript
whCMS uses PHP as its scripting engine and MySQL as its database engine. The output is compliant with the XHTML 1.0 and CSS 2.0 web standards. It uses HTML, JavaScript and CSS compression and caching. Also, accessibility standards of the Dutch government are used as a guide for generating accessible output. Adapted from the Wikipedia [...]
In ECMAScript (as well as its derivatives JavaScript and ActionScript), an object with methods can be written using the object literal like this: var newobj = { var1: true, var2: “very interesting”, method1: function }{; newobj.method1; newobj.method2; To briefly state the difference from normal class definition syntax, the keyword “class” is absent and the semicolon [...]
YUI-Ext was available under the BSD license. In 2008 the open source license associated with Ext was changed. In version 2.0.2, the authors stated that Ext was available under an LGPL-style license as long as you “plan to use Ext in a personal, educational or non-profit manner” or “in an open source project that precludes [...]
* CSE HTML Validator includes a DTD based validator which can optionally be used, however one of CSE HTML Validator’s primary benefit is its custom validation engine which can perform many more checks on a document than a DTD based validator can. This is because DTD based validators are limited to checking for problems that [...]
PAS 78 covers the general principles of building an accessible website, along with a discussion of how disabled people use computers and websites. The heart of the document covers the Web technologies (HTML, CSS, JavaScript), as well as rich media format (such as PDF, Flash, audio and video). The section on testing covers technical testing [...]
Since its beginnings OTRS has been implemented in the programming language Perl. The web interface is made more user-friendly by using JavaScript (which can be switched off for security reasons). Different functionalities are implemented as reusable backend modules, making it possible to create custom modules to extend the functionality of the OTRS system. The web [...]
Quicknet is an Ajax framework (using XMLHttpRequest in JavaScript) designed to develop web applications or websites that use passwords to identify correct users. Using this framework, no cleartext password would be sent over the network or stored in the server. Quicknet supports multi-language, JavaScript cooperative multitasking, AJAX call, session and password management, modular structure, XML [...]


