See also:
CGI Programming Discusses CGI programming in Fortran. http://www.ruppweb.org/xray/comp/cgi_prog.htm
The F language By Jeanne Adams. http://www.cisl.ucar.edu/zine/96/fall/articles/2.F.language.html
F Programming, A Tutorial Introduction By Robert Moniot, provides a short introduction to the F programming language, which is a subset of Fortran 95. This book, organized in tutorial style, is intended for the novice programmer who wants to learn enough Fortran to do typical numerical computations. In PDF format. http://www.swcp.com/~walt/fortran_store/Html/Info/books/ftutorial.html
Fortran and Windows - How to do it! Discusses the creation of Windows programs using the tools supplied by compilers, 3rd party development packages, and using DLLs. http://www.polyhedron.co.uk/winnl.html
Fortran E-Books and Tutorials Links to electronic books (introductory, advanced, Fortran 77 and 90, mixed language programming, parallel Fortran); and tutorials. http://www.geocities.com/subash_iitkgp/EBooks/Language/Fortran.html
Fortran FAQ Frequently Asked Questions about Fortran. http://www.faqs.org/faqs/fortran-faq/
Fortran for Microsoft.NET By Narayana Rao Surapaneni, uses the Lahey/Fujitsu compiler. http://www.codeproject.com/dotnet/intro_fortran.asp
Managing Fortran Programs Article by Arjen Markus about managing interactive Fortran programs via Tcl. Has Fortran 95 and Tcl code. http://wiki.tcl.tk/3359
A Native Fortran 77 CGI Interface Explains how to pass input parameters and upload a file from a web browser to a Fortran 77 program on an Apache web server. http://www.nber.org/sys-admin/fortran-cgi/
Notes on Fortran Programming Information about Fortran, programming, tools, floating point type, external environment. http://www.ibiblio.org/pub/languages/fortran/
Using Fortran with R in Windows Discusses how to write extensions for R statistical programming language using Compaq Visual Fortran 6.1 and 6.6, g77, and Salford FTN95. http://www.stats.uwo.ca/faculty/murdoch/software/compilingDLLs/fortran.html