RE: Websites that work on mobiles and desktops alike (Responsive)
February 19, 2018 at 6:56 pm
(This post was last modified: February 19, 2018 at 6:59 pm by bennyboy.)
(February 19, 2018 at 6:49 pm)Aoi Magi Wrote:(February 19, 2018 at 6:43 pm)bennyboy Wrote: Server side code, on the other hand, is 100% hidden: nobody knows, or CAN know, anything about how your site arrives at code.
Umm, just never say the server-side code is "100%" hidden. nothing is that secure... nothing!
If you have your drapes closed, and someone uses an X-ray camera to see you in your undies, that's on them, and they've done something criminal. If you stand in front of an open window doing your nude yoga, then you might as well wave to the camera and say, "Hi mom!"

Server side code is hidden in the sense that nothing in the webpage content will reveal how I've arrived at the marked up data. For example, the OP has written logic to create an imaginary phoneme set to compare against real ones for educational purposes. By doing that in JS, anybody can and will come along, copy and paste it to their own site, or write a bot to manipulate the tests results over a hundred thousand tries to throw off the data he's trying to collect, or whatever.