"Brynn" <> wrote:
> almost 99% are using IE ... and the other 1% are used to having
> problems on the web .. don't feel too bad if your stuff only works 99%
> of the time ... LOL
I'll still try to make it work with as many browsers as possible, even
if they're just 1%.
Once I have a library that works with all or almost all browsers,
then I can just use that to code my web pages. And if there's a problem,
I can fix it in the library instead of the page code.
Someday, I'll also make a library for PHP that can do some further
automation, like generating framed and nonframed versions of a page
and text-only versions, and entry pages permitting the user to select
which version they want (possibly storing their preference in a cookie
so they're not asked again when revisiting the page with the same
browser).
> I am a server-side kinda guy anyway, and don't use JS for anything
> more than cute little tricks.
I used to do everything in PHP, with no JavaScript code at all,
but I'd like to make more modern-looking pages.
Like, I have code to make pages truly resizable, just like
application windows. When you resize the window, everything on the
page scales. In JavaScript!
I will integrate that stuff into the ISKEET library, it'll allow for
having "soft-frames", i.e. simulated frames, instead of real ones,
so you can put a background image behind it, for example.

(perhaps I'll also be able to create code for scalable background
images, simply by simulating them and putting everything on top
of them)