@alexdickson
Hello, author here. Thanks a lot for reading my post! A few things to clarify: - indeed I am now in London, but have very fond memories of life in Germany and still enjoy practicing my German - I took a US keyboard…
Hello, author here. I actually brought a US keyboard which made life much easier. It was only ever a pain to type on the laptop's keyboard, which luckily was quite rare.
I lived in London for all of 2 weeks before this happened to me. It's pretty frequent in the Islington and Angel areas. Be careful.
querySelector() will get you one element, otherwise you can use something like Array.from(querySelectorAll('*')).forEach() It is a little more cumbersome.
There was a DOM2Canvas library at some stage, though it wasn't perfect and it couldn't render images (for security reasons).
I have a heap on my plate right now but will hope to do part 2 before the end of the year. Glad you enjoyed it.
I recently posted about emulating the NES with JavaScript. http://blog.alexanderdickson.com/javascript-nes-emulator-par... Part 2 will be posted when it's done. :) If you want to get something done much quicker, have a…
`contenteditable` has a lot of issues once you go past casual text editing. Sounds like it's doing something similar to Google Docs (using the browser simply as a dumb renderer, and doing a lot of the…
I'm pretty sure those flip things don't like to go backwards. So I'd assume an unlike would just freeze the number and absorb the next like.
I wrote a post about creating a Chip-8 emulator in JavaScript, if JS is your thing. http://blog.alexanderdickson.com/javascript-chip-eight-emula...
I worked on a project that does this. http://atlasboard.bitbucket.org/ It's pretty simple to set up and write the widgets.
Also a great relevant read: How MOS 6502 Illegal Opcodes really work http://www.pagetable.com/?p=39 I just finished a 6502 emulator, I recommend doing it for everyone. Lots of fun and very interesting.
Wiki markup didn't suit the non-technical crowd. If you're a fan of wiki markup in Confluence and have upgraded to >= 4, you might want to use this plugin.…
You can input your age on a Stack Exchange profile.
There is a video series on YouTube covering the early days of Blizzard (and back when they were S&S), Westwood and id. Search YouTube for "All Your History Are Belong To Us".
This is why I'm a contributor on Stack Overflow. The more I teach others, the more I learn myself.
Hello, author here. Thanks a lot for reading my post! A few things to clarify: - indeed I am now in London, but have very fond memories of life in Germany and still enjoy practicing my German - I took a US keyboard…
Hello, author here. I actually brought a US keyboard which made life much easier. It was only ever a pain to type on the laptop's keyboard, which luckily was quite rare.
I lived in London for all of 2 weeks before this happened to me. It's pretty frequent in the Islington and Angel areas. Be careful.
querySelector() will get you one element, otherwise you can use something like Array.from(querySelectorAll('*')).forEach() It is a little more cumbersome.
There was a DOM2Canvas library at some stage, though it wasn't perfect and it couldn't render images (for security reasons).
I have a heap on my plate right now but will hope to do part 2 before the end of the year. Glad you enjoyed it.
I recently posted about emulating the NES with JavaScript. http://blog.alexanderdickson.com/javascript-nes-emulator-par... Part 2 will be posted when it's done. :) If you want to get something done much quicker, have a…
`contenteditable` has a lot of issues once you go past casual text editing. Sounds like it's doing something similar to Google Docs (using the browser simply as a dumb renderer, and doing a lot of the…
I'm pretty sure those flip things don't like to go backwards. So I'd assume an unlike would just freeze the number and absorb the next like.
I wrote a post about creating a Chip-8 emulator in JavaScript, if JS is your thing. http://blog.alexanderdickson.com/javascript-chip-eight-emula...
I worked on a project that does this. http://atlasboard.bitbucket.org/ It's pretty simple to set up and write the widgets.
Also a great relevant read: How MOS 6502 Illegal Opcodes really work http://www.pagetable.com/?p=39 I just finished a 6502 emulator, I recommend doing it for everyone. Lots of fun and very interesting.
Wiki markup didn't suit the non-technical crowd. If you're a fan of wiki markup in Confluence and have upgraded to >= 4, you might want to use this plugin.…
You can input your age on a Stack Exchange profile.
There is a video series on YouTube covering the early days of Blizzard (and back when they were S&S), Westwood and id. Search YouTube for "All Your History Are Belong To Us".
This is why I'm a contributor on Stack Overflow. The more I teach others, the more I learn myself.