Programming 



Home

Business

Fake Website


This page stores programming examples - when I learn a new technique, I always save a simple example.  Some will make it to this page...

  • How to implement a parser / calculator

  • Using XML to expose a database - XML provides a way to expose a database in such a way that simple tables can be generated without programming.  The example table, a performance schedule, can be easily included on a variety of web pages.  A friend reminded me that the first two examples assume that the client (you) have IE 5.0 - XML is an evolving standard partially supported in IE 5.  Note: an ASP page is used to generate the XML (for an example, see Data) - once that is done, a variety of client applications can read the data and format it as desired.

    XML: Table   Data   ASP   Client    Notes

  • Using ASP to access database - note that we have more power but need programming and access to the server to implement new solutions...

    ASP:  Table    Source code

  • Displaying source code

  • Emailing code