1blankspace.com is an open source webapp based on the mydigitalstructure.cloud platform. |
You can host/assemble your webapp on 1blankspace.com platform or anywhere else you prefer. |
|
DOCUMENTATION |
learn.mydigitalstructure.cloud |
1blankspace Design & Build Patterns |
mydigitalstructure Documentation |
Pricing(if you're a developer you can get a limited space for free) |
Reporting Framework |
|
GETTING STARTED |
Sign up for free, have a look around and use it as is or convert to it to an app using the link on the website summary page. |
If you have a logon then sign in at console.mydigitalstructure.cloud. |
|
KEY CONCEPTS |
Zero refresh - once the webapp foundation is rendered then all interactions with the webapi are via AJAX and the manipulation of DIV elements and thus no page "refreshes". |
master.js contains a set of useful functions for interacting with the webapi. |
control.js is used to configure the webapp. |
format.css contains all the styles for look and position. |
Home Page - as a minimum each application needs a Home page with the "Website - Web Application Foundation" dynamic tag - it sets up the foundation DIV elements. master.js then uses these DIV elements to build the elements of the application framework. |
MASHING |
See OAuth2 documentation on how you can do user-managed cross mashing. |