Web Application: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
mNo edit summary
m (Changed from Web Programming to Web Applications category)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
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] .
{{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 [[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 idea is that you should be able to transfer your existing experience with [[Data Dictionaries]] to code written for the [[Web Application Server]].   


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==
== Pages about web programming==
*[[CSS|Cascading Style Sheets]]
*[[DOM|Document Object Model]]
*[[HTML|Hypertext markup language]]
*[[HTML|Hypertext markup language]]
*[[DOM|Document Object Model]]
*[[How to develop ASP pages]]
*[[Javascript]]
*[[Javascript]]
*[[Web Business Object|Web Business Objects]]
==Advanced Topics==
*[[AJAX Library for Visual DataFlex]]
*[[AJAX Library for Visual DataFlex]]


==How To==
*[[How to develop ASP pages]]


== Other pages ==
==Related Articles==
*[[Web Services]]
*[[Web Services]]
*[[Data Dictionaries]]




[[Category:Web Programming]]
[[Category:Web Applications]]
[[Category:Stub]]
[[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