So You Did a Usability Test – Now What?
Congratulations! You've finished your usability test. What's the next step? How do you organize, analyze and present your finding
Connecting tech leaders with insight to move the needle, and developers and designers with inspiration to build really cool touchscreen-driven stuff people will love.
Congratulations! You've finished your usability test. What's the next step? How do you organize, analyze and present your finding
When we say that a user experience (UX) has “visceral appeal”, we mean that it elicits an immediate “I like it” response.
What can you do in 30 seconds?
With most C++ compilers now providing good support for the latest language standard, C++11, let's look at some of the new language features that are particularly useful for use in Qt programs.
Have you ever wondered why graphical user interfaces (GUIs) have been the primary interface to computing?
Qt 5 introduced a new set of multimedia APIs. Both C++ and QML APIs are provided. In this blog post, I will give an overview of the QML APIs for multimedia.
Summer is rolling right along, and so are the attempts to simulate some of Tony Stark’s lifestyle here at ICS. A while back, I wrote about tr
Imagine for a moment that you are working on a project that has a virtually unlimited budget, like the iPhone or Android OS projects.
Qt Quick's QML language makes it easy to do a lot of things, especially fancy animated user interfaces. However, there are some things that either can't be done or are not really suitable for implementing in QML. As we'll see, Qt makes it quite easy to expose C++ code to QML. In this blog post I'll show an example of doing this with a small but functional application.
This year's Qt Contributors Summit was held in conjunction with KDE Akademy in Bilbao, Spain.
Even though user experience (UX) design must accommodate the needs of the user, which seem on the surface to be idiosyncratic, UX designs are built
June is usually one of my favorite months. Summer is starting, the bugs are clearing out and vacations are upon us; it’s a generally nice tim
This blog posting gives an introduction to the Qt Graphical Effects module, which is available in Qt 5. As of Qt 5.1.
The tricky thing about free-form gestures… adding a few obvious gestures to an otherwise touch interface is easy. However, i
This is a HOW TO guide for building Qt 5 for the the Raspberry Pi, and building and deploying Qt 5 apps using Qt Creator.
There are numerous blogs arguing for consistency in a UX design mostly for soft reasons, such as "it's good for company branding,"
Here is a piece of advice for both developers and designers that come from the words of Wilfred Hansen: Know Thy User.
This article will demonstrate how a user-defined class can use overloaded QDataStream operators for serialization and persistence.
I’m an advocate of UX + Agile but it has led to some “can’t-see-the-work-for-the-methodology” blindness.
In this blog post I will be writing about some of my experiences with clang.
Qt 5.0.0 introduced the QStandardPaths class.
Join me for a UX webinar—Introduction to UX Design for Engineers—on March 21 at 1:00 EDT. Space is limited, so register here today.
QMimeDatabase and QMimeType are new classes introduced in Qt 5.