One area that I feel a lot of junior developers can improve a lot in is debugging. When something goes wrong it’s hard to know exactly how to fix it. …
Javascript Debugging Trick: Log Without Modifying Code
One of the first debugging techniques most developers learn is to add log statements to track the flow of an application. In Javascript, this task is accomplished with console.log(). Logging …
Multi-Colored CSS Circles and the Case of the Galaxy Note 3
At Ivity Labs, we’re passionate about UX design and we think the details matter. While working on the Mobilizer – Canvas product, I faced an interesting challenge. When representing color …
Wrangling the University of Texas website redesign with Responsive Design Testing
For the last two years, Springbox has been hard at work with the University of Texas at Austin redesigning the UT website experience. As the sister company of Ivity Labs, the Springbox …
Cool rotate effect for mobile device orientation
We’re passionate about UX design. We think the details matter. Our team went through several iterations to create an intuitive hover effect for a button that allows you to rotate a …