AJAX

The latest articles related to AJAX

Adobe Integrated Runtime (AIR), also known as Adobe AIR, is a cross-platform runtime environment developed by Adobe Systems for building rich Internet applications using Adobe Flash, Adobe Flex, HTML, or Ajax, that can be deployed as desktop applications. Adapted from the Wikipedia article Adobe Integrated Runtime, under the G. N. U. Free Documentation License. Please [...]

*Jim Wilkinson created a page for Progressive Enhancement Wiki to collect some tricks and tips and to explain the overall strategy. *Designers such as Jeremy Keith have shown how the approach can be used harmoniously with still other approaches to modern Web design (such as Ajax) to provide flexible, but powerful, user experiences. *Others, including [...]

Xuheki is a web-based IMAP client written in Perl. It is completely build upon Ajax technology, i.e. there are no page reloads. Xuheki is released under the GNU General Public License but includes DynarchLIB which is not free software. It uses persistent IMAP connections. The IMAP operations are not handled by the webserver itself, but [...]

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 [...]

Main|Client-side JavaScript See also|JavaScript engine|Ajax (programming) The primary use of JavaScript is to write functions that are embedded in or included from HTML pages and that interact with the Document Object Model (DOM) of the page. Some simple examples of this usage are: * Opening or popping up a new window with programmatic control over [...]

Client-side scripting and content creation Using client-side scripting to change interface behaviors ”within” a specific web page, in response to mouse or keyboard actions or at specified timing events. In this case the dynamic behavior occurs within the presentation. Such web pages use presentation technology called rich interfaced pages. Client-side scripting languages like JavaScript or [...]

Consulting and development for Microsoft .Net technologies – Microsoft Office SharePoint Server, Microsoft BizTalk Server, Microsoft Dynamics and Microsoft Commerce Server * Software development / custom applications using C, C++, VC++, C#.Net & VB.Net * Web applications from Open Source frameworks – PHP, MySQL, Linux, AJAX and Ruby on Rails * E-commerce applications using Joomla, [...]

The potential number of technologies to implement web mapping projects is almost infinite. Any programming environment, programming language and serverside framework can be used to implement web mapping projects. In any case, both server and client side technologies have to be used. Following is a list of potential and popular server and client side technologies [...]

E-mail * Post Office Protocol * Internet Message Access Protocol 2. The explanation outlines the origins and history of the internet Instant messaging :”See list of Instant Messaging Services.” Internet Relay Chat= File transfer * File Transfer Protocol (FTP) Telnet= Usenet newsgroups *”alt.*” hierarchy World Wide Web * Web browser * Web portal Protocols and [...]

JavaScript In JavaScript, eval is something of a hybrid between an expression evaluator and a statement executor. It returns the result of the last expression evaluated (all statements are expressions in both Javascript & ActionScript), and allows the final semicolon to be left off. Example as an expression evaluator: foo = 2; alert(eval(‘foo + 2′)); [...]