Online Conference: Designing for the Internet of Things

By  on  

Online Conference: Designing for the Internet of Things

Getting away to conferences can be difficult: travel, booking a hotel, getting your employer to pay for it, and everything that goes with it.  I wanted to share with you that my amazing sponsor O'Reilly is offering a low-cost online conference:  Designing for the Internet of Things!

The fast-evolving Internet of Things presents unique, complex challenges for UX designers. To help you understand and surmount these challenges, we’ve gathered seven leading experts in IoT design for a daylong virtual conference addressing the crucial topics you need to know to create the next generation of products and services. You’ll learn about technological fundamentals of the IoT, industrial design, prototyping for connected products, designing with artificial intelligence, designing for failure, privacy and security considerations, and the UX design of devices that incorporate machine learning.

If you find getting away to a conference difficult and want the conference brought to you, or simply want to learn more about the popular Internet of Things topic, please check out this O'Reilly conference.  The internet isn't just about websites anymore -- be one to get ahead of the game and into the future of coding!

Recent Features

  • By
    Vibration API

    Many of the new APIs provided to us by browser vendors are more targeted toward the mobile user than the desktop user.  One of those simple APIs the Vibration API.  The Vibration API allows developers to direct the device, using JavaScript, to vibrate in...

  • By
    5 More HTML5 APIs You Didn’t Know Existed

    The HTML5 revolution has provided us some awesome JavaScript and HTML APIs.  Some are APIs we knew we've needed for years, others are cutting edge mobile and desktop helpers.  Regardless of API strength or purpose, anything to help us better do our job is a...

Incredible Demos

  • By
    Styling CSS Print Page Breaks

    It's important to construct your websites in a fashion that lends well to print. I use a page-break CSS class on my websites to tell the browser to insert a page break at strategic points on the page. During the development of my...

  • By
    CSS Sprites

    The idea of CSS sprites is pretty genius. For those of you who don't know the idea of a sprite, a sprite is basically multiple graphics compiled into one image. The advantages of using sprites are: Fewer images for the browser to download, which means...