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
    Write Simple, Elegant and Maintainable Media Queries with Sass

    I spent a few months experimenting with different approaches for writing simple, elegant and maintainable media queries with Sass. Each solution had something that I really liked, but I couldn't find one that covered everything I needed to do, so I ventured into creating my...

  • By
    Introducing MooTools Templated

    One major problem with creating UI components with the MooTools JavaScript framework is that there isn't a great way of allowing customization of template and ease of node creation. As of today, there are two ways of creating: new Element Madness The first way to create UI-driven...

Incredible Demos

  • By
    Table Cell and Position Absolute

    If you follow me on Twitter, you saw me rage about trying to make position: absolute work within a TD element or display: table-cell element.  Chrome?  Check.  Internet Explorer?  Check.  Firefox?  Ugh, FML.  I tinkered in the console...and cussed.  I did some researched...and I...

  • By
    CSS Triangles

    I was recently redesigning my website and wanted to create tooltips.  Making that was easy but I also wanted my tooltips to feature the a triangular pointer.  I'm a disaster when it comes to images and the prospect of needing to make an image for...