Web Development

Staffing for HTML5

The open web platform consists of a number of technologies, from the HTML and CSS required by responsive web design, to the JavaScript that builds applications and powers the advanced HTML5 browser APIs,

What We Mean When We Talk About HTML5

HTML5 has generated a great deal of buzz lately. It’s bursting with potential as an application platform that could augment or even outright replace traditional technology stacks. Yet even with its growing

How We Built It: MIT REAP

Genuine Interactive recently built a new site for the MIT Regional Entrepreneurship Acceleration Program (MIT REAP). We tried some new libraries and architecture for the first time, so let’s take a look.

Using the Revealing Module Pattern

The first well-architected JavaScript application I worked on used what is commonly called the Revealing Module Pattern. I’ve used this pattern on projects ranging from 100 to 100,000 lines of code.