0
votes
Input Validation - What are some top issues to look out for, and lessons you have learned?
Fast keyboard entry can often be a goal as already mentioned, but on top of this I've often had to make sure they stop and think in the appropriate place as well, this is quite hard as users will f …
0
votes
How do you back up your development machine?
I use xcopy to copy all my personal files to an external hard drive on startup.
Here's my startup.bat:
xcopy d:\files f:\backup\files /D /E /Y /EXCLUDE:BackupExclude.txt
Thi …
