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
    7 Essential JavaScript Functions

    I remember the early days of JavaScript where you needed a simple function for just about everything because the browser vendors implemented features differently, and not just edge features, basic features, like addEventListener and attachEvent.  Times have changed but there are still a few functions each developer should...

  • By
    Responsive and Infinitely Scalable JS Animations

    Back in late 2012 it was not easy to find open source projects using requestAnimationFrame() - this is the hook that allows Javascript code to synchronize with a web browser's native paint loop. Animations using this method can run at 60 fps and deliver fantastic...

Incredible Demos

  • By
    CSS Selection Styling

    The goal of CSS is to allow styling of content and structure within a web page.  We all know that, right?  As CSS revisions arrive, we're provided more opportunity to control.  One of the little known styling option available within the browser is text selection styling.

  • By
    Style Textarea Resizers

    Modern browsers are nice in that they allow you to style some odd properties.  Heck, one of the most popular posts on this blog is HTML5 Placeholder Styling with CSS, a tiny but useful task.  Did you know you can also restyle the textarea resizer in WebKit...