| 1blankspace.com is an open source jQuery webapp based on the ibCom mydigitalstructure.com RPC/REST platform and webapi. |
| You can take the existing javascript files attached to the standard webapp or clone them from github.com/ibcom and modify them to create your own webapp or you can build your own webapp from scratch. |
| You can host/assemble your webapp on 1blankspace.com platform or anywhere else you prefer. |
| |
| DOCUMENTATION |
| 1blankspace Design & Build Patterns |
mydigitalstructure Documentation (mydigitalstructure.com) |
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 need help, please visit community.mydigitalstructure.com and make sure you check out mydigitalstructure.com. |
| If you have a logon then sign in at developer.1blankspace.com. |
| Browse hosted js scripts at: http://au.mydigitalstructure.com/jscripts/ or github/ibcom. |
| |
| 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. |