NYCPHP Meetup

NYPHP.org

[nycphp-talk] JavaScript List?

Jim Hendricks jim at bizcomputinginc.com
Fri Jul 19 08:12:30 EDT 2002


I find plenty of uses for JavaScript on the Client while still using PHP on
the server.  Form validations present nicer to the user when done on the
client, there's not that anoying flash caused by the server round trip, as
well as the delay on a slow connection.  JavaScript is also useful on the
client to update info in the client without making a full round trip to the
server ( ie. hidden frame refresh with javascript to copy the data to where
it needs to be ).  And then there's features like popup help ( although we
all know real programmers don't write help... ha ha ha... evil grin here ).
While I do try to minimize my Javascript on the client due to fear of
browser incompatibilities, I don't avoid it because it has it's place.

Jim

----- Original Message -----
From: "Analysis & Solutions" <danielc at analysisandsolutions.com>
To: "NYPHP Talk" <talk at nyphp.org>
Sent: Thursday, July 18, 2002 11:23 PM
Subject: Re: [nycphp-talk] JavaScript List?


> On Thu, Jul 18, 2002 at 10:40:36PM -0400, SolTek wrote:
> >
> > Does anyone know of any list I can join for seeking help with
JavaScript?
>
> /dev/null  :)
>
> While I'm joking, I'm also serious.  The only legitimate use for
> Java'sCrap is mouseovers.  Relying on the browser/client for anything
> isn't wise.
>
> Most things done with JS can be done server side much more accurately.
> That's why you've subscribed to a PHP list, no?  :)
>
> See http://www.analysisandsolutions.com/code/weberror.htm?j=y for more
> info.
>
> --Dan
>
> --
>                PHP classes that make web design easier
>         SQL Solution  |   Layout Solution   |  Form Solution
>     sqlsolution.info  | layoutsolution.info |  formsolution.info
>  T H E   A N A L Y S I S   A N D   S O L U T I O N S   C O M P A N Y
>  4015 7 Av #4AJ, Brooklyn NY     v: 718-854-0335     f: 718-854-0409
>
>
>
>





More information about the talk mailing list