Easy Tutorial
❮ Appml Architecture Appml Webstandards ❯

<AppML> Download


This section will guide you on how to download <AppML>, and we will immediately start developing web applications on your computer.


Download <AppML>

<AppML> is not a product. <AppML> is an idea. It is merely scripts on the browser and scripts on the server.

Anyone can download <AppML> and modify it to create our own professional web applications.

You can download <AppML> for PHP from: AppmlPHP.zip

| | This site's PHP examples for appml use mysqli and mysqlnd for database connections. <br>For more information on PHP mysqli, see: PHP 5 MySQLi Functions <br>For more information on PHP mysqlnd, see: mysqlnd Introduction | | --- | --- |

You can also download <AppML> for ASP .NET from: AppmlASP.zip


ZIP File Contents:

File Name Description
appml.php (or .htmlx) <AppML> server-side script
appml.css <AppML> style file
appml.js <AppML> browser script
appml_config.php (or .htmlx) <AppML> local configuration
Images (folder) <AppML> image styles

If You Have Your Own Web Server

If you already have a web server that supports ASP.NET or PHP:

  1. Create a folder and name it Demo (or anything else).

  2. Extract the files and folders from the zip.

  3. Copy the files and folders to your new web folder.

  4. Start developing your application.


If You Do Not Have a Web Server

If you do not have a web server, you can use Microsoft's WebMatrix (free software) to develop web applications.

With WebMatrix, you can edit, test, and run web applications on your computer without a web server.

WebMatrix comes with features:

You can download WebMatrix from:

http://www.microsoft.com/web/webmatrix

Once you have installed WebMatrix, you can follow the steps above to use Appml.


If You Already Have a Database

By changing the configuration information in the appml.config file, you can connect to your own database on the server:

PHP MySQL:

ASP.NET SQL Server

ASP.NET Access (Full Path)

ASP.NET Access (Virtual Path)


If You Do Not Have a Database

If you do not have a database:

You can use WebMatrix to create a database.

Or download the Access database from: Northwind.zip.


More Downloads

You can download more application example tutorials from this week:

PHP Version

ASP.NET Version

You can download complete data application test examples:

PHP Version

ASP.NET Version

❮ Appml Architecture Appml Webstandards ❯