Author Archive


Mental Floss: Days for a Week

So as I build the week up, I’m adding Days onto it, but what do they look like?

 
Mental Floss: Weeks on the Calendar

Now we’ve gone through how the month is modeled, we need to see how weeks are being built.

 
Gist @ GitHub and why it’s awesome

In case you haven’t noticed, a lot of my posts recently have been using gist. It’s an awesome tool that’s freely available which allows you to write snippets of code in a variety of languages.

 
Mental Floss: The Month on the Calendar

So we’ve seen what the Calendar looks like, and how it’s building it’s Months, but what goes into building a Month?

 
Mental Floss: The Calendar ViewModel

So my ViewModel basically starts with the idea of a Calendar and it’s Events. So what did I end up making that look like? Let’s disregard the markup for now, because how it looks isn’t really what we’re talking about here. What we’re talking about is how the Calendar and it’s Events are modeled.