Timeline for Making Future Posts Runnable Online with Stack Snippets
Current License: CC BY-SA 3.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 11, 2017 at 10:32 | history | edited | user2428118 | CC BY-SA 3.0 | Capitalization |
| Nov 3, 2015 at 0:10 | history | edited | Conor O'Brien | CC BY-SA 3.0 | edited body |
| Oct 20, 2015 at 1:36 | comment | added | Conor O'Brien | @StretchManiac Ah, okay. I understand -- procrastinating ATM ^_^ | |
| Oct 20, 2015 at 1:10 | comment | added | Stretch Maniac | @CᴏɴᴏʀO'Bʀɪᴇɴ Feel free to edit and change it. It's been awhile since I looked at this code. Also, I'm kinda swamped in school work right now, so it might be awhile till I change anything. | |
| Oct 20, 2015 at 0:58 | comment | added | Conor O'Brien | I am doing things with this code! I found an error: On line ~93, you have lineProcessing.clearInterval();; this instead should be clearInterval(lineProcessing);. | |
| Nov 6, 2014 at 3:33 | history | edited | Stretch Maniac | CC BY-SA 3.0 | added 3006 characters in body |
| Nov 2, 2014 at 20:31 | history | edited | Stretch Maniac | CC BY-SA 3.0 | added 2592 characters in body |
| Nov 1, 2014 at 23:39 | comment | added | pseudonym117 | with regards to javascript thinking first then displaying, the browser runs in a single thread. rendering of DOM objects (the actual webpage) happens on this same thread, so until your code yields execution, the page will not update. the way to fix that is by using the setTimeout function (w3schools.com/jsref/met_win_settimeout.asp) to yield so that the browser can render your update, then continue your processign | |
| Nov 1, 2014 at 20:14 | history | edited | Stretch Maniac | CC BY-SA 3.0 | added 4058 characters in body |
| Nov 1, 2014 at 3:05 | history | edited | Stretch Maniac | CC BY-SA 3.0 | added 557 characters in body |
| Nov 1, 2014 at 2:38 | history | edited | Stretch Maniac | CC BY-SA 3.0 | added 78 characters in body |
| Nov 1, 2014 at 2:07 | history | answered | Stretch Maniac | CC BY-SA 3.0 |