Click here to Skip to main content
15,884,298 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: Stupid user tricks (double-click = double postback) Pin
MadMyche19-Apr-19 5:38
professionalMadMyche19-Apr-19 5:38 
GeneralRe: Stupid user tricks (double-click = double postback) Pin
kmoorevs19-Apr-19 5:16
kmoorevs19-Apr-19 5:16 
GeneralRe: Stupid user tricks (double-click = double postback) Pin
Brisingr Aerowing20-Apr-19 12:32
professionalBrisingr Aerowing20-Apr-19 12:32 
GeneralRe: Stupid user tricks (double-click = double postback) Pin
kmoorevs20-Apr-19 13:02
kmoorevs20-Apr-19 13:02 
GeneralRe: Stupid user tricks (double-click = double postback) Pin
DerekT-P12-Jun-19 9:14
professionalDerekT-P12-Jun-19 9:14 
GeneralRe: Stupid user tricks (double-click = double postback) Pin
kmoorevs13-Jun-19 7:18
kmoorevs13-Jun-19 7:18 
GeneralRe: Stupid user tricks (double-click = double postback) Pin
Nelek22-Apr-19 21:50
protectorNelek22-Apr-19 21:50 
GeneralRe: Stupid user tricks (double-click = double postback) Pin
David A. Gray28-Apr-19 14:52
David A. Gray28-Apr-19 14:52 
I've noticed from time to time that JS events can have significant, sometimes measurable, lag times. Since the JavaScript interpreter is single threaded, there is no such thing as pre-emptive multitasking. I vaguely recall encountering a similar issue several years ago, which I resolved by putting the double-postback preventer script in charge of submitting the form.
David A. Gray
Delivering Solutions for the Ages, One Problem at a Time
Interpreting the Fundamental Principle of Tabular Reporting

QuestionConcept of "Password Mode" Pin
Bogatitus17-Apr-19 16:03
Bogatitus17-Apr-19 16:03 
AnswerRe: Concept of "Password Mode" Pin
CodeWraith18-Apr-19 2:34
CodeWraith18-Apr-19 2:34 
AnswerRe: Concept of "Password Mode" Pin
Nathan Minier18-Apr-19 3:17
professionalNathan Minier18-Apr-19 3:17 
GeneralRe: Concept of "Password Mode" Pin
Bogatitus18-Apr-19 8:28
Bogatitus18-Apr-19 8:28 
GeneralRe: Concept of "Password Mode" Pin
Nelek22-Apr-19 21:53
protectorNelek22-Apr-19 21:53 
GeneralRe: Concept of "Password Mode" Pin
raddevus11-Jun-19 10:19
mvaraddevus11-Jun-19 10:19 
GeneralI can't find one of these in the UK Pin
pkfox13-Apr-19 0:49
professionalpkfox13-Apr-19 0:49 
GeneralRe: I can't find one of these in the UK Pin
User 1106097913-Apr-19 2:01
User 1106097913-Apr-19 2:01 
GeneralRe: I can't find one of these in the UK Pin
pkfox13-Apr-19 2:19
professionalpkfox13-Apr-19 2:19 
GeneralRe: I can't find one of these in the UK Pin
User 1106097913-Apr-19 2:37
User 1106097913-Apr-19 2:37 
GeneralRe: I can't find one of these in the UK Pin
pkfox13-Apr-19 2:40
professionalpkfox13-Apr-19 2:40 
GeneralRe: I can't find one of these in the UK Pin
User 1106097913-Apr-19 2:43
User 1106097913-Apr-19 2:43 
GeneralRe: I can't find one of these in the UK Pin
pkfox13-Apr-19 2:44
professionalpkfox13-Apr-19 2:44 
GeneralRe: I can't find one of these in the UK Pin
User 1106097913-Apr-19 4:09
User 1106097913-Apr-19 4:09 
GeneralRe: I can't find one of these in the UK Pin
pkfox13-Apr-19 5:54
professionalpkfox13-Apr-19 5:54 
GeneralRe: I can't find one of these in the UK Pin
User 1106097913-Apr-19 6:24
User 1106097913-Apr-19 6:24 
GeneralRe: I can't find one of these in the UK Pin
User 1106097913-Apr-19 23:34
User 1106097913-Apr-19 23:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.