If you are the administrator of the
MixDEM Engine you can change or specify the user login : $GLOBAL_USER_EMAIL
and password : $GLOBAL_USER_PASSWORD on MixDEM Engine
configuration file : ./_LIB/ETL.config.php.
$GLOBAL_USER_EMAIL = "example@example.com" ; $GLOBAL_USER_PASSWORD = "password" ;
The MixDEM editor lets you edit, test, and manage your applications in an interactive
development environment written in HTML, CSS and JavaScript to run on any modern browser.
To use the editor, you have to open ./gui/index.html, and all that you need is :
The Welcome page consists of the authentification form .

Just enter the Web Service API URL, your user account name and password, and you're ready to begin!

If you have entred an invalid or inaccessible api url, the editor will display this error mesage!

If you have entred an invalid login or password, the editor will display this error mesage!

The editor consists of the following three panes:

The Editor Menu consists of the following three collections :

The "File" menu, can be used for a variety of purposes including creating, saving and testing your application.

The "Edition" menu, allows you to manage the Integrated Development Environment.

The "Help" menu, contains commands that assist you while you are working with the editor.

MixDEM GUI Editor use the CodePress Text Editor the web-based source code editor with syntax highlighting written in JavaScript that colors text in real time while it's being typed in the browser.

then click Open Project, or
unfocus the codepress editor and use the shortcut "Alt + Shift + O"

then click Save Project or
Save AS ..., or unfocus the codepress editor and use the shortcut "Alt
+ Shift + S" 
then click Test Project or shortcut button
Test, or unfocus the codepress editor and use the shortcut "Alt
+ Shift + T" 
Run Project, or unfocus the codepress editor and use the shortcut "Alt
+ Shift + R" 
button to Run, Reload or Refresh output result of the selected node, or select
Run all components on More options
menu to run all application components.

menu contains some advanced options :
![]() |
|
| Run in new window | Run and open the result on a new window |
| Get component URL | Return the url to access to this component result. Notes:
|
| Get execution Log | Open the Log of the last executed project on a new window
![]() |
| Run in Dump mode | Run and display "all" internal status messages. |
| Run in Debug mode | Run and display some "debug" messages. |
| Run all components | Run all application components |
| Get Google Gadget | Generate a Google Gadget
![]() |
| Get Yahoo Module | Generate a Yahoo Module
![]() |
| Get Netvibes Module | Generate a Netvibes Module
![]() |
then click Tag Reference, or unfocus the codepress editor and use the shortcut "Alt
+ Shift + F2" 
then click API Reference, or unfocus the codepress editor and use the shortcut "Alt
+ Shift + F3" 