Developers, scroll past Usage § IV
- Author: Ephellon Dantzler
- Contact: [email protected]
- Support: JavaScript, HTML5, CSS3
- Aliases:
- HTML5: Muffin Stack (MINK)
- JS: Mink (INK)
- CSS3: Rose Garden Basic (RGB)
<link rel="stylesheet" type="text/css" href="app.css"/>
<script type="text/javascript" src="../res/jquery.js"></script>
<script type="text/javascript" src="../res/mink.js"></script>
<link rel="stylesheet" type="text/css" href="../app.css"/>
<script type="text/javascript" src="../../res/jquery.js"></script>
<script type="text/javascript" src="../../res/mink.js"></script>
@import url('../res/mink.css');
@import url('../res/icons-white.css');
- You must have a browser that supports HTML5, JS, and CSS3.
- When you click on
mink.html
, open the file as a web page (and choose your browser as the default program/application for the action)
- Open the
/SOURCE
directory. - Select
mink.html
as a web page. - Use the page as if it were an emulator (phone of its' own).
- Open
mink.html
- Click on an application to execute it.
- Press the "Master Button" located at the bottom of the page to return to the previous screen, or exit the app, respectively.
- Hold the "Master Button" located at the bottom of the page to close all applications.
-
Building apps
- Body of apps: use HTML5
- Behavior of apps: use JS
- Styling apps: use CSS 3
-
Data manipulation
- Saving
- Loading
- Deleting
- Merging/Concating
-
Sharing content
- App to App
- App to Web
- Web to App