404 Page Not Found
Sorry that you could not find what you are looking for! If you thought you were going to find something here, let me know about it.
Sorry that you could not find what you are looking for! If you thought you were going to find something here, let me know about it.
Getting started with server side swift and Vapor.
Learn how to design your app with age appropriate design while keeping user privacy in mind.
Introduction If you use ssh to connect to remote servers, you should not use a password to log in to them, and instead configure a key to log in. There are exceptions to this, but even then it is good to have a key that will be used to improve security and allow you to […]
What is node.js? “Node.js is a platform built on Chrome’s JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.” You can download node.js from their website. Since I am using a mac, […]
There are a few things about HTML5 drawing, that can be very difficult to program, especially if you don’t have a way to visually build it. Drawing diagrams with a move to and line to, can be handled simply with a sheet of graph paper, or as I do, just imagine it, but drawing with […]
One thing about being a website developer that can begin to drive anyone crazy is the demands that people make, based on some other website/developer who is hyping some technology/hack that they believe will make their site better/appear higher in page ranking. An old SEO technique, that used to work, but is now dead in […]
Heroes of the Storm Fun replay! From Ragnaros Perspective Nova Perspective
In the first part of this series, I introduced the rules of the game and discussed some much-needed improvements to make the game more fun. The most pressing issue is the ‘first click lose’ issue and the ‘unwinnable game’ issue. Both of these are sure to ruin the fun. This post discusses methods of generating boards […]
I started working on a new game recently, you can see the progress here on GitHub. The game is kind of like Minesweeper, but with Hexes instead of squares. Rules The rules of the game are pretty simple, find all the goals before you run out of energy. If you run out of energy before […]
As promised, here is a re-post of how to get Safari to masquerade as an iPhone so that you can test your websites user agent sniffing. Open Safari’s Preferences dialog. Enable the development menu in safari Preferences. First select Advanced, then make sure the “Show Develop menu in menu bar” is checked. Close the Preferences […]