Category "client-side"

JS table sorting fail on Chrome

I am working on a website that allow people to participate in an online race on erg rowers. I display a large table (600+ rows) containing rank, name and other

What is the difference between client-side and server-side programming?

I have this code: <script type="text/javascript"> var foo = 'bar'; <?php file_put_contents('foo.txt', ' + foo + '); ?> var

Is it worth hashing passwords on the client side

When I want to put a login system in place, I always compare the MD5 of the given password with its value in the users table on the server side. However, a fri