GreenJello, indeed I can do.

 
Dellajacono: Guys, i need some help with Math. I have a calculation 37554 * 256 + 33 which outputs 9613857 – However with the # 9613857, how do i get back the number 37554?

Hankey: Guest33: reverse the operations?

Pellecchia: Yeah right 9613857 – 33 / 256

Garner: Is there a way to add a “br/” in between 2 items everytime in a array? ‘a’, ‘b’, ‘c’, ‘d’ – ‘a’, ‘b’, ‘br/’, ‘c’, ‘d’?

Mate: Ankr: object ‘a’, ‘b’, ‘br’, ‘c’, ‘d’

Quilter: Jordy try something like that

Rosazza: Hi. I have this JS https://dpaste.de/QsZs. When i click the allowPost button, i get “clicked” in console and nothing else. when I try clicking the button again i get Uncaught TypeError: Cannot read property ‘send’ of null https://github.com/jona****stedt/swampdragon/blob/master/swampdragon/static/swampdragon/js/dist/swampdragon.js#L330 why would this be?

Greep: It seems that the sockjs connection suddenly refers to nothing after the second click

Baunleuang: Morning all. can someone help a total JS noob for a moment? I have a working script on my site on one page http://riddlesforall.com/sudoku.php and I am trying to move it to the new layout at http://riddlesforall.com/new/sudoku.php . I have included links to the same css styles and the .js script yet on the first page, it works, on the 2nd, it doesn’t, and I have no clue why

Hankey: Jax2: Have you tried opening up the javascript console

Madura: It shows me an error – Uncaught TypeError: Cannot set property ‘innerHTML’ of null

Cambero: The error points to this line in the JS code: do***ent.getElementById”display_area”.innerHTML = data + “br /n”;

Ginder: Ha. figured it out, I missed a tiny little div id=”display_area”/div at the bottom – thanks for the very brrief, but very helpful suggestion :

Agudo: Hi. I have this JS https://dpaste.de/QsZs. When i click the allowPost button, i get “clicked” in console and nothing else. when I try clicking the button again i get Uncaught TypeError: Cannot read property ‘send’ of null https://github.com/jona****stedt/swampdragon/blob/master/swampdragon/static/swampdragon/js/dist/swampdragon.js#L330 why is the sockjs object getting redefined to null?

Dulemba: Does anyone know anything about data code 3001 when using sockjs

Watahomigie: The connection is just closing

Nogowski: So, we want to have a sort of “new features” page where users can go to and see new changes. and we’re thinking about having it in a blogish style format. Any library recommendations on blog formatting?

Hankey: Library. blog. formatting?

Graffagnino: Bberry: perhaps you want to google “markdown p****r javascript”

Ingwell: Sharaal1, probably a good idea. i think the idea is for us to be able to add “posts” through the website interface instead of writing html/css or markdown.

Rothery: Basically my coworker wants a wordpress

Baites: WordPress has a WYSIWYG editor, no need of markdown or writing html/css

Maslyn: Yeah, i know, i’m guessing that is what he wants. so i think WYSIWYG is probably the best google search term 😀

Kalmus: Bberry: are you trying to stick to a JavaScript stack or something?

Petkus: A lot of WordPress comes down to its plugin ecosystem. But if the client wants primarily content management functionality there are admin pages for lots of JS stacks

Chanley: Horita, mostly we want to have full control of the content of our pages look/feel instead of having a link to a wordpress.

Guttirez: Hi, I’ve written a scrip that allows one to select a do***ent in a dropdown and load the selected do***ent in an iframe on the page. This part seems to work, but I don’t manage to restore the iframe src value on reload

Stadden: Here is my code: http://dpaste.com/3F77XE7

Schall: Lines 15 and 16 are meant to restore the state but don’t work

Paree: Actually it works on chromium, but not on epiphany

Esannason: Aleray, p**** location.hash

Clewes: Get the value from there instead of the history object

Kobialka: GreenJello, indeed I can do that. Still curious why the other solution don’t work