Is there anywhere I might view an example of a Clarion application published as a browser application?
I am hoping to just experience the look and feel of such app.
There are different ways to make a clarion web app, but the following answer applies to all of them.
The short answer is that they all look and feel like their programmer decided to make them look and feel. Clarion doesn’t limit what they look and feel like.
Web apps use CSS for styling. Which means you can set the CSS to mske anything you want.
That aside, most apps would require a login to use. They’re not going to just be on the internet for you to play with. ClarionShop.com is written in Clarion with NetTalk, but as a drive-by user you’ll only see a fraction of it.
Going back to your options though, your goals dictate which is the best approach for you, not the look and feel.
Like Bruce said there are a lot of options for look and feel, and indeed production.
Anyscreen tries to take an existing windows program and display that in a browser, H5 is similar.
Nettalk is essentially a custom webserver written from the ground up.
All use CSS for styling and can be changed as desired.
We have a NetTalk web app which uses a basic theme and very little custom css.
You can sign up for free and there is data in the demos so you can play around with menus, entry screens, reports etc. Nothing fancy - practical simplicity.
www.mycompanyregisters.co.za
Enjoy.
Carl
Thanks for the response. I have attempted to access the URL but without success, the session times out.
Regards,
Kenn Sharples
Unfortunately our domain host has been hit with DDOS attacks today so our sites are down. The web application itself is still available, but you’ll have to create a free account to view it: https://www.companyregisters.co.za/LoginForm
There are also some webinar demos: https://youtu.be/l4pLgl-ya8o
Hi Ken,
We were just alerted that our domain host is experiencing DDOS attacks today so our websites are temporarily unavailable. You can still view the web application itself here but you’ll need to create a free account (I’ll make sure you aren’t included in mailing lists):
: https://www.companyregisters.co.za/LoginForm
There are also video demonstrations here: https://youtu.be/l4pLgl-ya8o
There might even be some browser plugins for you to locally change a website like the Chrome feature here, so you can see how some of the clarion generated websites look like without having to hack the website to see the changes… ![]()
https://senuravihanjayadeva.medium.com/local-overrides-in-chrome-devtools-f4a148de30c2
