J
Jasen Betts
Guest
On 2023-06-12, Don Y <blockedofcourse@foo.invalid> wrote:
If you need to support client devices with browser software older than 10
years then yeah HTML 5 should probably be avoided.
You\'re using buzzwords like \"toolkit\" without defining what you
mean.
That seems like a hard way to achieve a poorly defined goal.
--
Jasen.
ðºð¦ Слава УкÑаÑнÑ
On 6/11/2023 11:11 PM, Jasen Betts wrote:
On 2023-06-11, Don Y <blockedofcourse@foo.invalid> wrote:
What\'s the most browser (client-side) independent toolkit
in which to design pages? I.e., move everything server-side
so the browser has no special requirements (not even script).
HTML (perhaps you should say what you really want).
\"The most browser independent toolkit in which to design pages\"
There are many UI toolkits available for designing pages.
Most are built on javascript.
That dependency limits which browsers will be able to
correctly render the resulting pages.
Similarly, HTML exists in many versions. Designing for HTML5
means a browser built prior to that won\'t be able to render
the pages (it simply won\'t understand the tags).
If you need to support client devices with browser software older than 10
years then yeah HTML 5 should probably be avoided.
Dimiter\'s suggestion (GIF w/map) could be wrapped into a
toolkit that supports more advanced widgets/controls:
- scrollbars
- text boxes
- radio buttons
etc. by creating graphics that are pasted (server-side)
into the served GIF and interpretting clicks mapped into
the associated control at the client and directing server-side
routines to modify the GIF accordingly.
I\'ve not found such a beast -- yet. And, it could be that
HTML evolved faster than the perceived need for such a
toolkit.
You\'re using buzzwords like \"toolkit\" without defining what you
mean.
But, I can use that technique to achieve the results I seek;
it\'s just more of a manual process (akin to using Xlib instead
of Xt/Xaw)
That seems like a hard way to achieve a poorly defined goal.
--
Jasen.
ðºð¦ Слава УкÑаÑнÑ