Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #18192
| Path | csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail |
|---|---|
| From | Arno Welzel <usenet@arnowelzel.de> |
| Newsgroups | comp.lang.php |
| Subject | Re: How to link from html form an external php file login? |
| Date | Wed, 15 Jan 2020 20:20:25 +0100 |
| Lines | 46 |
| Message-ID | <h89701Fri9rU1@mid.individual.net> (permalink) |
| References | <quqbnf$kj9$1@gioia.aioe.org> <qve66n$vgo$1@jstuckle.eternal-september.org> <qvg2ld$8r2$1@reader2.panix.com> <qvgmro$k1e$1@jstuckle.eternal-september.org> <qvle3i$2ee$1@reader2.panix.com> <qvnbpb$1db$1@jstuckle.eternal-september.org> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | 7bit |
| X-Trace | individual.net Z90xx5JqdeZCOYourMKyOwpsulWt1U/EH93QwaMxsTSY3qv5K8 |
| Cancel-Lock | sha1:tgj5kIW4Ymz43MWqknXynczzZCA= |
| In-Reply-To | <qvnbpb$1db$1@jstuckle.eternal-september.org> |
| Xref | csiph.com comp.lang.php:18192 |
Show key headers only | View raw
Jerry Stuckle: > On 1/14/2020 5:07 PM, Pierre Jelenc wrote: [...] >> From the client's POV, offloading code onto it is a major inconvenience, >> and is the source of just about 100% of the malware and spyware currently >> making the rounds (not enough to trigger Flash nostalgia, perhaps, but >> still...) while the ability to corrupt is inherent to any badly written >> code that runs on the server, regardless of the language. >> >>> I use both - each where it is appropriate. >> >> So do I, but I always get grumpy when it is JS. >> >> Pierre >> > > From the client's POV the ability for javascript to create an > interactive experience without having to constantly communicate with the > server is a definite plus. And the amount of code executed on the > client is very minor - and virtually undetectable with today's computers > unless it is really poor code. +1 > Plus javascript has had holes in the code before, but those have been > pretty well identified and closed. The possibility of corrupting > anything on the client's machine is minor. +1 And client side scripting is not what is was 10 years ago. We now also have HTML5 with canvas and WebGL, WebAssembly and web sockets and you get full featured office applications in the browser: <https://www.onlyoffice.com/de/integration-demo.aspx> And this also works very good in Nextcloud, which also uses client side scripting a lot even though it uses PHP on the server side. This makes collaborative live editors possible which just did not exist in the past. In fact browsers became a universal application plattform. -- Arno Welzel https://arnowelzel.de
Back to comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
How to link from html form an external php file login? ^Bart <gabriele1NOSPAM@hotmail.com> - 2020-01-04 16:41 +0100
Re: How to link from html form an external php file login? Jerry Stuckle <jstucklex@attglobal.net> - 2020-01-04 12:02 -0500
Re: How to link from html form an external php file login? ^Bart <gabriele1NOSPAM@hotmail.com> - 2020-01-11 13:14 +0100
Re: How to link from html form an external php file login? Tim Streater <timstreater@greenbee.net> - 2020-01-11 12:48 +0000
Re: How to link from html form an external php file login? Jerry Stuckle <jstucklex@attglobal.net> - 2020-01-11 10:45 -0500
Re: How to link from html form an external php file login? rcpj@panix.com (Pierre Jelenc) - 2020-01-11 22:23 +0000
Re: How to link from html form an external php file login? Jerry Stuckle <jstucklex@attglobal.net> - 2020-01-11 18:14 -0500
Re: How to link from html form an external php file login? rcpj@panix.com (Pierre Jelenc) - 2020-01-12 00:26 +0000
Re: How to link from html form an external php file login? Jerry Stuckle <jstucklex@attglobal.net> - 2020-01-11 23:10 -0500
Re: How to link from html form an external php file login? rcpj@panix.com (Pierre Jelenc) - 2020-01-12 21:21 +0000
Re: How to link from html form an external php file login? Jerry Stuckle <jstucklex@attglobal.net> - 2020-01-12 22:07 -0500
Re: How to link from html form an external php file login? rcpj@panix.com (Pierre Jelenc) - 2020-01-14 22:07 +0000
Re: How to link from html form an external php file login? Jerry Stuckle <jstucklex@attglobal.net> - 2020-01-15 10:40 -0500
Re: How to link from html form an external php file login? Arno Welzel <usenet@arnowelzel.de> - 2020-01-15 20:20 +0100
Re: How to link from html form an external php file login? Jerry Stuckle <jstucklex@attglobal.net> - 2020-01-11 23:13 -0500
Re: How to link from html form an external php file login? Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2020-01-11 11:52 -0500
Re: How to link from html form an external php file login? Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2020-01-11 11:54 -0500
Re: How to link from html form an external php file login? ^Bart <gabriele1NOSPAM@hotmail.com> - 2020-01-12 00:45 +0100
Re: How to link from html form an external php file login? Jerry Stuckle <jstucklex@attglobal.net> - 2020-01-11 23:16 -0500
Re: How to link from html form an external php file login? "J.O. Aho" <user@example.net> - 2020-01-04 18:02 +0100
Re: How to link from html form an external php file login? Ben Bacarisse <ben.usenet@bsb.me.uk> - 2020-01-04 17:03 +0000
Re: How to link from html form an external php file login? Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2020-01-11 11:04 -0500
Re: How to link from html form an external php file login? Arno Welzel <usenet@arnowelzel.de> - 2020-01-11 18:52 +0100
Re: How to link from html form an external php file login? kristjanman2k20@gmail.com - 2020-01-26 20:17 -0800
csiph-web