Ensuring submitted hiscores are not fake
I have a small game that I would like to keep track og global hiscores for.
The basic is simple: username and score is submitted to a server for storage and later polling. However how do I ensure that these scores aren’t faked?
Ensuring submitted hiscores are not fake
I have a small game that I would like to keep track og global hiscores for.
The basic is simple: username and score is submitted to a server for storage and later polling. However how do I ensure that these scores aren’t faked?
Ensuring submitted hiscores are not fake
I have a small game that I would like to keep track og global hiscores for.
The basic is simple: username and score is submitted to a server for storage and later polling. However how do I ensure that these scores aren’t faked?
Pattern that prevents events to trigger themselves
I am working at the client-side part of a web application, that is responsible for getting answers from users for specific questions and storing and restoring them from the database (or cookies) and I am running into the issue that updating the answers from the db will also trigger saving them again (because the same method answerQuestion
is called).
Client-side coding: How to prevent malicious use?
Over the last few years, the trend for client-side (browser) applications has really taken off.
Client-side coding: How to prevent malicious use?
Over the last few years, the trend for client-side (browser) applications has really taken off.
Balancing between performance, convenience & separation
Consider a web application that works with somewhat sensitive data on reliable, high performance clients.
Balancing between performance, convenience & separation
Consider a web application that works with somewhat sensitive data on reliable, high performance clients.
Handle server-side/client-side when for showing missing information as placeholders
I have a database table which stores Incident details. Each Incident can have an image saved for it. There are some Incidents which will not have an image for it.
Handle server-side/client-side when for showing missing information as placeholders
I have a database table which stores Incident details. Each Incident can have an image saved for it. There are some Incidents which will not have an image for it.