Oh. Application UI, not server UI. Got it.
Sorry for confusing anyone!
Good to know that the server pages can be easily changed, though.
Search found 3 matches
- Tue Mar 10, 2015 9:46 am
- Forum: Feature Requests
- Topic: New Design for userinterface
- Replies: 11
- Views: 10583
- Sun Mar 08, 2015 1:02 pm
- Forum: Feature Requests
- Topic: New Design for userinterface
- Replies: 11
- Views: 10583
Re: New Design for userinterface
I suspect you can experiment with a new website yourself. (e.g. assuming you have kJams).
kJams server serves-up a page that is basically a SPA. It uses Ajax to read XML from the server.
You can just make new HTML/CSS/JS that uses Ajax to read XML from the server. So long as the server sends a ...
kJams server serves-up a page that is basically a SPA. It uses Ajax to read XML from the server.
You can just make new HTML/CSS/JS that uses Ajax to read XML from the server. So long as the server sends a ...
- Sun Mar 08, 2015 12:50 pm
- Forum: Feature Requests
- Topic: server uploading specific pages to clients
- Replies: 20
- Views: 18438
Re: server uploading specific pages to clients
It's always useful to be able to request data in pages! It's a common MVC meme, and I see the website, as quaint and ancient as it is, is really a SPA ("single page app") kind of thing which has become quite popular lately. It's consuming XML - didn't pay attention to whether it uses some JS library ...