This is my life. I have the best intentions but when my kids wake me up in the night, or won't go to bed easily, or any number of things that don't go according to "plan" all bets are off.
Both of those developers asked the community for money. They should have asked the companies that use their projects directly. I world imagine they'd hey far better results that way.
Become very familiar with your browser of choice's Developer Tools. In most of them you can set breakpoints in your JS, add watches to your code, among many other useful debugging techniques.
Also, two monitors will make your life 1000x easier.
I can't imagine that Tim Armstrong sits at home stewing about the high costs of distressed babies, but singling them out in this situation is deplorable.
This is a pretty simple web based Kanban board that I hacked out this week during down time at work. I've had several projects going at a time lately, but with down time between them while waiting for others to complete tasks...thats what gave me the idea for this.
Like I said, it's pretty simple, but it works well for me. I figured I'd submit it here and get some real world feedback on how I can improve it.
FYI, It's all HTML/CSS/JavaScript. I used localStorage to persist data between sessions.