(312) 620-0386 | contact@bitovi.com
Get our best content on how to build better apps.
Got product development questions?
Join us on
Discord
JS and jQuery Essentials
Join Justin Meyer on March 17 and 18 as he walks you through fundamental concepts required for advanced UI development in this two day course in Chicago, IL. Tickets are available through EventBrite.
The Bitovi Team
The Coffee Shop User Experience Lab
In this article I'll explain a simple, fast way to perform user testing, even with no budget or time. A lot of people don't immediately see the value in doing user experience testing, partly because it has the perception of being an expensive hassle or just a waste of time. A client recently told me, "We're already behind on this project and need to get right to the mock-ups."
Take a Step Back - Simple Tips to Quickly Check a Design for Usability
When it comes to creating user interfaces (UIs), user experience designers can get too close to the project and lose sight of basic usability. Sometimes you have to take a step back and obscure your view just enough to see potential problems that you might not notice otherwise. Here are some simple things you can do for a quick usability check. These tips are so easy, you'll find yourself doing them all the time.
Weekly Widget 6 - Instantaneous Web Apps
This week's widget shows how to make "instantaneous" web apps with queued AJAX requests using can.Model and the can/model/queue plugin. The plugin puts an end to spinners, progress-bars, and "loading" text. This article covers how to make apps more responsive with queued requests and recover from service errors.
can/model/queue
Weekly Widget 5 - Real-Time Chat
This week's widget is a real-time chat application that demonstrates sending and receiving messages using Socket.IO and can.Model. This article shows how to integrate Socket.IO to can.Model's events system.