I found this interesting article from Medium about how web design and development seems to mirror architecture periods. It is an interesting read. Check it out!
KeyPress library
This seems like a cool little bit of code that some of you may want to add for your games. Not sure if it’s really necessary, but I wanted to post it to show it to you. It’s got some nice functionality for combination keys and so forth. You can find it at http://dmauro.github.io/Keypress/.
jQuery vs. JavaScript
I know of plenty of people who argue about which is better to use, but those who support jQuery must ultimately accept that if there were no JavaScript, there would be no jQuery. The jQuery JavaScript library is a powerful extension of an already powerful and robust language and allows us to do so much […]