Web Application: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
 
m (Changed from Web Programming to Web Applications category)
 
(22 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{underconst}}
The [[Visual DataFlex]] [[Web Application Server]] allows serverside [[Visual DataFlex]] code to run using shared components that can be accessed from [[Active Server Pages]] on [http://en.wikipedia.org/wiki/Microsoft_Windows Windows].


The idea is that you should be able to transfer your existing experience with [[Data Dictionaries]] to code written for the [[Web Application Server]]. 


*[[AJAX Library for Visual DataFlex| Web Programming (AJAX) ]]
The [http://en.wikipedia.org/wiki/World_Wide_Web World Wide Web] is increasing in scale and making more and more international business opportunities availailable .  To support the use of the  [http://en.wikipedia.org/wiki/World_Wide_Web World Wide Web] , then modern applications needs to run in a [http://en.wikipedia.org/wiki/Web_browser web browser] , supporting the [http://en.wikipedia.org/wiki/Http HTTP protocol].
 
==Basics==
*[[CSS|Cascading Style Sheets]]
*[[DOM|Document Object Model]]
*[[HTML|Hypertext markup language]]
*[[Javascript]]
*[[Web Business Object|Web Business Objects]]
 
==Advanced Topics==
*[[AJAX Library for Visual DataFlex]]
 
==How To==
*[[How to develop ASP pages]]
 
==Related Articles==
*[[Web Services]]
*[[Data Dictionaries]]
 
 
[[Category:Web Applications]]
[[Category:Webapp]]

Latest revision as of 15:20, 8 April 2020

Web Application page under construction

The Visual DataFlex Web Application Server allows serverside Visual DataFlex code to run using shared components that can be accessed from Active Server Pages on Windows.

The idea is that you should be able to transfer your existing experience with Data Dictionaries to code written for the Web Application Server.

The World Wide Web is increasing in scale and making more and more international business opportunities availailable . To support the use of the World Wide Web , then modern applications needs to run in a web browser , supporting the HTTP protocol.

Basics

Advanced Topics

How To

Related Articles