|
One thought that might be relatively bite-sized....
You can do a plain old HTML mockup of your app if you use the
Bootstrap HTML framework.
https://getbootstrap.com/
Bootstrap turns plain old HTML in to eye candy without needing much/if
any Javascript knowledge.
You can test your HTML app by opening the HTML in your browser to view
from a directory on your desktop or from Apache or another HTTP web server.
Build a little plain old HTML Bootstrap prototype that looks good and
then you can replace the data that needs to be dynamic by using
RPG/CGI and re-using some of your existing logic, PHP, Python or
whatever else for the web bits.
Auto-refreshing dashboards are a great use for the Bootstrap HTML
framework because you can do most of it with some simple HTML tables
or other replace tags in the template.
I call them poor-man's dashboards.
What I often do is create an HTML file template with some placeholders
for table data or other data so I can just replace those tags
real-time with an app that runs periodically (every few
minutes/seconds or nightly). And with an HTML refresh tag in the
simple web page it looks like it's a fancy auto-refreshing app on the big screens.
Viola - Instant dashboard.
Regards,
Richard Schoen
Web: http://www.richardschoen.net
Email: richard@xxxxxxxxxxxxxxxxx
Phn: (612) 315-1745
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.