AppML download



This chapter will introduce how to download <AppML>. After downloading, we will immediately start developing web applications on your computer.


Download <AppML>

<AppML> is not a product. <AppML> is an idea. It's just a script on the browser and a script on the server.

Anyone can download <AppML>, and after downloading, we can modify the basics to create our own professional web applications.

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

##This site is about appml The php instance uses the method of linking to the database for mysqli and mysqlnd
lamp.jpgFor more information about php mysqli, please check: PHP 5 MySQLi function
For more information about php mysqlnd, please check: mysqlnd introduction
You can also download <AppML> for ASP .NET: AppmlASP.zip


ZIP file content:

File nameDescription##appml.php (or .htmlx)appml.cssappml.jsappml_config.php (or .htmlx)Images (folder)

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 for Demo (or other).

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 don’t have a web server

If you don’t have a web server, you can use Microsoft's WebMatrix (free software ) to develop web applications

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

WebMatrix comes with features:

  • <AppML> File Editor (HTML, CSS, and XML)

  • ## Web server (IIS Express) that can run applications

  • Database server (SQL Server Compact)

  • Very good support for server-side languages ​​(PHP , ASP, and ASP.NET)

You can download WebMatrix from the following address:

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

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


If you already have a database

You can connect to the database on your own server by changing the configuration information of the

appml.config file:

PHP MySQL:

<database name="demo">
<host>127.0.0.1</host>
<name>dbName</name>
<user>dbUser</user>
<password>dbPass</password>
</database>

#ASP.NET SQL Server

<database name="demo">

<connection>
Provider=SQLOLEDB;data source=sName;Database=dbName;user id=dbUser;password=dbPass
</connection>
</database>


##ASP.NET Access (full path)
<database name="demo">

<connection>

Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:DemoDataDemo.mdb
</connection> ;
</database>



ASP.NET Access (virtual path;)
<database name="demo" >

<connection>

Provider=Microsoft.Jet.OLEDB.4.0;Data Source=#webroot#DataDemo.mdb
</connection>
</database>




If you don’t have a database

If you don’t have a database:

You can use WebMatrix to create a database.

Or download the Access database from the following link: Northwind.zip.

Or download the empty Access database from the following link: Database.zip



Update More downloads

You can download more application example tutorials from this week:

PHP version

ASP.NET version

You can download the complete data Application test example:

PHP version

ASP.NET version

<AppML> Server-side script
<AppML>Style file
<AppML> Browser script
<AppML> Local Configuration
<AppLM> Picture style