|
Posted by Jerry Stuckle on 02/25/07 13:34
murrayatuptowngallery@yahoo.com wrote:
> OK, tradeoff there...
>
> I've begun looking at PHP instead of JS because I like the fact that
> things run on the server.
>
> My thought was that an application had a better chance of running
> server-side for people with various browsers and peoplr who refuse to
> allow scripts to run or who have software that prevents scripts.
>
> I don't NEED the slider input method, but like the interactive
> functionality.
>
> Thank you
>
Yes, that's nice. But something which runs server-side has no access to
the client end, except via the HTTP protocol (i.e. POST and GET
variables). To get client-side functionality like you want, you need
something which runs on the client.
And Jussist has the right idea - use JS to enhance the experience, but
don't force people to rely on it. Provide the slider for those with JS
enabled, and a text or select box for those who don't.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|