Retro Portfolio: drwcentral.net Redesign

The May 2001 redesign of drwcentral.net was intended to brighten the site and decrease the load time for each page. Before this redesign, drwcentral.net used a layout with much darker colors and many more graphics. Load times were too high in relation to the content that was being provided. I developed a layout that used […]

Read More
Trello API and dateLastActivity

Trello API and dateLastActivity

I came across something interesting today, working on a project that is supposed to automatically archive all cards on a Trello board that are in the “Completed” column and are more than two weeks old. This should have been really easy.  Use the /1/lists/<list_id>/cards GET request to get all of the cards on the list then […]

Read More

Stupid Lessons Learned: jQuery Click Trigger

Back in March I wrote a little bit about an issue I was having where, at several points along my path to solving it, I should have realized I was doing things wrong.  I had another one of those come up and thought it was good to share for a few reasons.  A little background… On […]

Read More

Guzzle Bug 568 and Shared Hosting

I ran across an interesting little problem this weekend and figured I’d share out what I discovered.  In hindsight, I think it’s something I should have figured out pretty quickly but I didn’t see anything about it in my searches so maybe this will help someone. I use AWSSDKforPHP2 installed as a PEAR extension on […]

Read More

Christmas Name Drawing Generator

Every year my in-laws do the whole “drawing names” thing at Christmas, where each person draws one other person and buys a gift for them.  Nearly as often, there’s drama about it.  Someone complains about “always” getting someone else.  Someone gets themself (that was me this year). I decided to remove the human element from […]

Read More

Cookie Clicker Countdown User Script

Over the past week or so I’ve been a little too obsessed with Cookie Clicker. It’s an awesome little JavaScript-based game and I can’t just leave it alone. I’m at a point in the game where it takes hours before I can buy the next item I’m looking for.  Just out of curiousity, I was […]

Read More

On Chrome and Hangout Extensions

Over the last couple weeks I’ve spent some time playing around with Chrome development and Google Hangout extensions.  Nothing revolutionary by any means but there were a couple interesting things I came across that I figured I’d share out. One thing I found slightly funny is that both Chrome extensions and Hangout extensions are JavaScript […]

Read More