Posts

Showing posts from 2017

Captcha - Preventing Pressing Back To Retry Captcha

Found that in some cases if a user presses back, then our captcha solution would redisplay the image.  This would potentially allow a user to retry the same captcha over again which for security reasons would be bad. Placing these in the Load section of the page seems to have removed that issue.:         Response.AppendHeader("Cache-Control", "no-cache, no-store, must-revalidate") 'HTTP 1.1.         Response.AppendHeader("Pragma", "no-cache") 'HTTP 1.0.         Response.AppendHeader("Expires", "0") 'Proxies. http://stackoverflow.com/questions/49547/how-to-control-web-page-caching-across-all-browsers/2068407#2068407

Back Problems - The Importance of Exercise and Good Posture

It may be time to talk to a physical trainer or your doctor if you experience any back pain.  Turns out one day I woke up with horrible back pain.  Now after many months am I finally feeling "not in horrible pain constantly".  So if you are like me where your job and your hobby are dealing with computers, maybe you should consider asking some professionals for advice.  Hah...