Site Search
201–210 of 424 results for color
-
Building a Javascript Game with EaselJS and Box2D: Part 1
July 3, 2014 - Ever since we made Say Viget! we've had a bunch of people asking us to explain exactly how we did it. This post is a first go at that explanation -- and a long one at that. Because so much goes into making a game, this is Part 1 of a multi-part series…
-
Migrating Existing Data Around Destructive Rails Migrations
February 25, 2014 - The Background Recently, we had to restructure a complicated piece of a pretty huge Ruby on Rails application. This resulted in significant changes to the model landscape, including the removal of a model that was rendered obsolete. While this model was going to go away, we…
-
Seven Useful ActiveModel Validators
July 29, 2014 - Custom ActiveModel::Validators are an easy way to validate individual attributes on your Rails models. All that's required is a Ruby class that inherits from ActiveModel::EachValidator and implements a validate_each method that takes three arguments: record,…
-
Prototyping Mobile Animations with Pixate
August 18, 2014 - As a project manager here at Viget, one of my responsibilities is making sure my team is actually available to work on a project. We have a great internal process for planning resources, but it can be challenging to reserve team time for internal…
-
How to Use Docker on OS X: The Missing Guide
August 25, 2014 - Have you heard of Docker? You probably have—everybody’s talking about it. It’s the new hotness. Even my dad’s like, “what’s Docker? I saw someone twitter about it on the Facebook. You should call your mom.” Docker is a program that makes running and managing containers…
-
Illumigami - The Hero Conference Rooms Deserve
September 22, 2014 - The Problem Here at the Viget Boulder office we have four conference rooms for shared use between a dozen people (+/- 5 on any given day). Given that we’re a remote office with two other locations to collaborate with, the rooms get a fair amount of scheduled use, as…
-
Understanding SEO + SMO (Part 2): Specifics
October 2, 2014 - This is the second of two posts that aim to provide a fundamental understanding of SEO (Search Engine Optimization) and SMO (Social Media Optimization). If you haven’t already, I’d recommend reading Part 1: Background first. Now for the specifics of how to do well on search and…
-
The Testing Taxonomy: How to Make Sure QA Doesn't Fall Through the Cracks
October 16, 2014 - There comes a time in every PM's life when you're this close to a project launch and suddenly you and/or your colleagues have a moment: No, you haven't forgotten this adorable little scamp: You've forgotten testing. Or more charitably, testing has fallen through the…
-
Project Management Gone Global
January 8, 2015 - Viget recently partnered with Lenovo to redesign the technology brand’s blog platform. This was an interesting project for many reasons, one of them being the global reach of the blog. Lenovo is a global company in the true essence of the word; products are sold across the…
-
Building a Multi-Step Registration Form with React
January 14, 2015 - A simple React example of showcasing a multi-step registration where using state can determine what's rendered.