-
Notifications
You must be signed in to change notification settings - Fork 0
/
speakers.html
843 lines (515 loc) · 41.8 KB
/
speakers.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Styles Conference</title>
<link rel="stylesheet" href="assets/stylesheets/main.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lato:100,300,400">
</head>
<body>
<!-- Header -->
<header class="primary-header container group">
<h1 class="logo">
<a href="index.html">Styles <br> Conference</a>
</h1>
<h3 class="tagline">August 24–26th — Chicago, IL</h3>
<nav class="nav primary-nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="speakers.html">Speakers</a></li>
<li><a href="schedule.html">Schedule</a></li>
<li><a href="venue.html">Venue</a></li>
<li><a href="register.html">Register</a></li>
</ul>
</nav>
</header>
<section class="row-alt">
<div class="lead container">
<h1>Speakers</h1>
<p>We’re happy to welcome over twenty speakers to present on the industry’s latest technologies. Prepare for an inspiration extravaganza.</p>
</div>
</section>
<section class="row">
<div class="grid">
<!-- Aaron Irizarry -->
<section class="speaker" id="aaron-irizarry">
<div class="col-2-3 spacer">
<h2>Aaron Irizarry</h2>
<h5>Designing a Culture of Design</h5>
<p>Workplace culture doesn’t start with beanbags, foosball tables, or a beer fridge, and it doesn’t end with neckties, PCs, or big corporations. It’s the unwritten rules, behavior, beliefs, and the motivations that enable good work to get done, or it’s what stifles a workforce. For design to be most effective and for designers to feel valued, we need to work in a culture that embraces design and allows it to succeed.</p>
<p>In Aaron’s session he will explore how to recognize the traits of organizations that *get* design, both large and small. He will share what those teams, departments, and companies have that others don’t, and more importantly, how to begin to change your own workplace’s culture. Once you’ve worked within a culture of design it’s almost impossible to imagine yourself anywhere else.</p>
<h5>About Aaron</h5>
<p>Aaron Irizarry is a Senior Product Designer for Nasdaq OMX, a lover of heavy metal, a foodie, and a master of BBQ arts. You can find some of his thoughts and presentations on the conversation surrounding design over at <a href="http://www.discussingdesign.com/">discussingdesign.com</a>.</p>
</div>
<aside class="col-1-3 spacer">
<div class="speaker-info">
<img src="assets/images/speakers/aaron-irizarry.jpg" alt="Aaron Irizarry">
<ul>
<li><a href="https://twitter.com/aaroni">@aaroni</a></li>
<li><a href="http://www.thisisaaronslife.com/">thisisaaronslife.com</a></li>
</ul>
</div>
</aside>
</section>
<!-- Adam Connor -->
<section class="speaker" id="adam-connor">
<div class="col-2-3 spacer">
<h2>Adam Connor</h2>
<h5>Lights! Camera! Interaction! Design Inspiration from Filmmakers</h5>
<p>Films succeed in evoking responses and engaging audiences only with a combination of well-written narrative and effective storytelling technique. It’s the filmmaker’s job to put this together. To do so they’ve developed processes, tools and techniques that allow them to focus attention, emphasize information, foreshadow and produce the many elements that together comprise a well-told story.</p>
<p>With this workshop, we’ll revisit the topic of using stories in design and expand on the technical aspects used in film to communicate. We’ll look at some tools used in film, such as cinematic patterns, beat sheets, and storyboards. We’ll consider why they’re used and how we might look to them for inspiration.</p>
<h5>About Adam</h5>
<p>Adam Connor is a designer, illustrator and speaker passionate about collaboration, communication, creativity and storytelling. As an Experience Design Director with Mad*Pow, Adam combines 10+ years of experience in interaction and experience design with a background in computer science, film, and animation to create effective and easy-to-use digital products and services. He believes that no matter how utilitarian a tool is, at the core of its creation lies a story; uncovering that story is key to its success. Occasionally, he shares his perspectives on design at <a href="http://adamconnor.com/">adamconnor.com</a> and <a href="http://www.discussingdesign.com/">discussingdesign.com</a>.</p>
</div>
<aside class="col-1-3 spacer">
<div class="speaker-info">
<img src="assets/images/speakers/adam-connor.jpg" alt="Adam Connor">
<ul>
<li><a href="https://twitter.com/adamconnor">@adamconnor</a></li>
<li><a href="http://adamconnor.com/">adamconnor.com</a></li>
</ul>
</div>
</aside>
</section>
<!-- AJ Self -->
<section class="speaker" id="aj-self">
<div class="col-2-3 spacer">
<h2>AJ Self</h2>
<h5>(You Should Be) Testing Your JavaScript</h5>
<p>JavaScript applications frequently utilize battle-tested libraries like jQuery, AngularJS, Backbone.js and more, but how can we be sure that our code is ready for production? This talk will share tips on how writing tests can be written easily and quickly and how to remove buggy code through testing.</p>
<h5>About AJ</h5>
<p>AJ is a software engineer specializing in JavaScript working at Belly in Chicago. Lately he has been writing applications with AngularJS and loving it. When not coding he is out loving the outdoors with his dog, Sunshine.</p>
</div>
<aside class="col-1-3 spacer">
<div class="speaker-info">
<img src="assets/images/speakers/aj-self.jpg" alt="AJ Self">
<ul>
<li><a href="https://twitter.com/ajself">@ajself</a></li>
<li><a href="http://www.ajself.com/">ajself.com</a></li>
</ul>
</div>
</aside>
</section>
<!-- Arman Ghosh -->
<section class="speaker" id="arman-ghosh">
<div class="col-2-3 spacer">
<h2>Arman Ghosh</h2>
<h5>Designing Deals: How Good Design Drives Sales</h5>
<p>Perception influences decisions, especially when it comes to selling products and services. Learn why before you even start sales conversations; good, thoughtful design and presentation will define you and your ability to close deals.</p>
<h5>About Arman</h5>
<p>Arman is an entrepreneur who has his roots planted in building aggressive sales and revenue-generating teams. Having built out national sales and operations teams in the B2B and consumer spaces, his focus has been driving aggressive growth for technology-based companies. He has an extensive operating background and has built a career disrupting sales processes and approaches with companies doing the same in their respective technology spaces.</p>
</div>
<aside class="col-1-3 spacer">
<div class="speaker-info">
<img src="assets/images/speakers/arman-ghosh.jpg" alt="Arman Ghosh">
<ul>
<li><a href="https://twitter.com/armanghosh">@armanghosh</a></li>
</ul>
</div>
</aside>
</section>
<!-- Bermon Painter -->
<section class="speaker" id="bermon-painter">
<div class="col-2-3 spacer">
<h2>Bermon Painter</h2>
<h5>Death to Wireframes: Long Live Rapid Prototyping</h5>
<p>Static wireframes are a drag on the whole design process. Prototyping makes things a little better by allowing you to stitch together static wireframes or mockups while adding basic interactions. Rapid prototyping with HTML, CSS, and JavaScript is even better and faster; it increases collaboration and improves the iteration process. Kill your wireframes. Long live rapid prototyping.</p>
<h5>About Bermon</h5>
<p>Bermon is the organizer of various community groups for user experience designers and front-end developers, and the organizer of Blend Conference, a three-day, multi-track event for user experience strategists, designers and developers. He also leads the user experience team for Cardinal Solutions’ Charlotte office, where he consults with large enterprise clients on interesting problems across user experience, design and front-end development.</p>
</div>
<aside class="col-1-3 spacer">
<div class="speaker-info">
<img src="assets/images/speakers/bermon-painter.jpg" alt="Bermon Painter">
<ul>
<li><a href="https://twitter.com/bermonpainter">@bermonpainter</a></li>
<li><a href="http://bermonpainter.com/">bermonpainter.com</a></li>
</ul>
</div>
</aside>
</section>
<!-- Brad Smith -->
<section class="speaker" id="brad-smith">
<div class="col-2-3 spacer">
<h2>Brad Smith</h2>
<h5>What Designers and Strategists Can Learn from Dick Fosbury</h5>
<p>Dick Fosbury is an American track and field athlete who challenged the conventional approach to the high jump with an unorthodox “back first” technique that became known as the Fosbury Flop. His innovative approach to a sport that seemed to have reached its limits was ridiculed at first, with sportswriters labeling him “the world’s laziest high jumper” — but today variations of the Fosbury Flop are used by almost every high jumper.</p>
<p>We need to challenge conventions, too. Many of the design conventions used in web, mobile and device interfaces have evolved from systems and processes that no longer connect with our audiences’ realities: a floppy disk as a metaphor to “save” information, push buttons as control devices and typography standards derived from mechanical typesetting.</p>
<p>As designers and strategists, we need to think like Dick Fosbury, to deconstruct analogues, and to free ourselves from outdated ideas so that we can develop the new interfaces and interactions of the future.</p>
<h5>About Brad</h5>
<p>Brad Smith is executive director for WebVisions, a conference that explores the future of the web. Most recently he launched “The Institute for Social Good,” an organization that connects non-profits with volunteers willing to spend a day building awesome web and mobile apps to change the world for the better.</p>
</div>
<aside class="col-1-3 spacer">
<div class="speaker-info">
<img src="assets/images/speakers/brad-smith.jpg" alt="Brad Smith">
<ul>
<li><a href="http://www.webvisionsevent.com/">webvisionsevent.com</a></li>
<li><a href="http://www.instituteforsocialgood.org/">instituteforsocialgood.org</a></li>
</ul>
</div>
</aside>
</section>
<!-- Candi Lemoine -->
<section class="speaker" id="candi-lemoine">
<div class="col-2-3 spacer">
<h2>Candi Lemoine</h2>
<h5>Making Remote Development Work</h5>
<p>It’s not uncommon for developers and designers to work from home. There are also a few companies that have multiple offices. Working for a business that spans three different time zones, Candi Lemoine will show how you make cross-office collaboration work. She will suggest various helpful tools because constant communication is key.</p>
<h5>About Candi</h5>
<p>Candi Lemoine is a User Interface Developer at Dominion Marine Media as well as a Customer Advocate at A Book Apart. Aside from researching about user experience and design patterns, she also loves mentoring college students about the front-end side of the web. She also enjoys participating in hackathons with other co-workers and students.</p>
</div>
<aside class="col-1-3 spacer">
<div class="speaker-info">
<img src="assets/images/speakers/candi-lemoine.jpg" alt="Candi Lemone">
<ul>
<li><a href="https://twitter.com/candicodeit">@candicodeit</a></li>
<li><a href="http://candicode.it/">candicode.it</a></li>
</ul>
</div>
</aside>
</section>
<!-- Carolyn Chandler -->
<section class="speaker" id="carolyn-chandler">
<div class="col-2-3 spacer">
<h2>Carolyn Chandler</h2>
<h5>The Business of Play</h5>
<p>Play isn’t just for kids and heavy gamers. Anyone with a Foursquare account knows that – and the stickiness of a badge and a leaderboard. But a good, playful user experience isn’t about those surface elements either – it’s about creating an environment with well-understood rules, meaningful objectives, and a sense of fun. Whether you’re trying to encourage people – or yourself – to save money or to lose weight, a focus on game mechanics and play could be the trump card you’re looking for.</p>
<h5>About Carolyn</h5>
<p>Carolyn Chandler has been working in the field of User Experience Design for over 14 years. She was an adjunct professor at DePaul University and is the UX Design Instructor at The Starter League, where she first developed her activity-based approach for teaching core design concepts. Carolyn is the co-founder of The School for Digital Craftsmanship and co-author of two books, <cite>A Project Guide to UX Design</cite> and <cite>Adventures in Experience Design</cite>.</p>
</div>
<aside class="col-1-3 spacer">
<div class="speaker-info">
<img src="assets/images/speakers/carolyn-chandler.jpg" alt="Carolyne Chandler">
<ul>
<li><a href="https://twitter.com/chanan">@chanan</a></li>
<li><a href="http://www.dhalo.com/">dhalo.com</a></li>
</ul>
</div>
</aside>
</section>
<!-- Chris Mills -->
<section class="speaker" id="chris-mills">
<div class="col-2-3 spacer">
<h2>Chris Mills</h2>
<h5>Heavy Metal Coding</h5>
<p>In this unconventional talk, Chris Mills will encourage you to pick up some drum sticks in addition to your laptop, and beat out a rhythm of learning – both of code and drum beats! You’ll learn basic JavaScript and CSS, plus beginner’s heavy metal drum patterns. The two are a marriage made in heaven, as nothing is a better antidote to code frustration than beating seven shades of **** out of a drum kit.</p>
<h5>About Chris</h5>
<p>Chris Mills is a Senior Tech Writer at Mozilla, where he writes docs and demos about open web apps, Firefox OS and related subjects. He loves tinkering around with HTML, CSS, JavaScript and other web technologies, and gives occasional tech talks at conferences and universities.</p>
</div>
<aside class="col-1-3 spacer">
<div class="speaker-info">
<img src="assets/images/speakers/chris-mills.jpg" alt="Chris Mills">
<ul>
<li><a href="https://twitter.com/chrisdavidmills">@chrisdavidmills</a></li>
<li><a href="https://developer.mozilla.org/">developer.mozilla.org</a></li>
</ul>
</div>
</aside>
</section>
<!-- Dan Denney -->
<section class="speaker" id="dan-denney">
<div class="col-2-3 spacer">
<h2>Dan Denney</h2>
<h5>Creating HTML Emails Can Be Fun</h5>
<p>In this presentation Dan will share techniques on how to send awesome messages using CSS, media queries and everyone’s favorite HTML element: tables. The fun part comes in the tools available for automation and testing to make it feel less like 1999.</p>
<h5>About Dan</h5>
<p>Dan is a front-end dev at Envy Labs, where he works on client projects and Code School. He has been called a “seriously good copy and paster” and he puts those skills to use as he spends his days learning, unlearning and relearning how to build things for the web.</p>
</div>
<aside class="col-1-3 spacer">
<div class="speaker-info">
<img src="assets/images/speakers/dan-denney.jpg" alt="Dan Denney">
<ul>
<li><a href="https://twitter.com/dandenney">@dandenney</a></li>
<li><a href="http://dandenney.com/">dandenney.com</a></li>
</ul>
</div>
</aside>
</section>
<!-- Darby Frey -->
<section class="speaker" id="darby-frey">
<div class="col-2-3 spacer">
<h2>Darby Frey</h2>
<h5>Building a Mobile Layout</h5>
<p>Designing for mobile is challenging. With the ever-changing landscape of devices and screen sizes, there is no way to predict every possible canvas we will be designing for. Luckily, there are a few tools at our disposal that allow us to be confident in our designs.</p>
<p>In this session we will introduce some of these tools and dive into some code to see how they can be used to create designs that look great on any device.</p>
<h5>About Darby</h5>
<p>Darby Frey is a software engineer and consultant who has worked on web and mobile applications for many clients including Groupon, Toyota, Paramount Pictures and others. Currently he is working with Belly in Chicago to create the world’s best customer loyalty platform. He can be found on Twitter at <a href="https://twitter.com/darbyfrey">@darbyfrey</a>.</p>
</div>
<aside class="col-1-3 spacer">
<div class="speaker-info">
<img src="assets/images/speakers/darby-frey.jpg" alt="Darby Frey">
<ul>
<li><a href="https://twitter.com/darbyfrey">@darbyfrey</a></li>
<li><a href="http://darbyfrey.com/">darbyfrey.com</a></li>
</ul>
</div>
</aside>
</section>
<!-- Erica Decker -->
<section class="speaker" id="erica-decker">
<div class="col-2-3 spacer">
<h2>Erica Decker</h2>
<h5>What Disney Can Teach You about User Experience Design</h5>
<p>From the creation of the 1937 film <cite>Snow White and the Seven Dwarves</cite>, to newer animated films such as <cite>The Princess and the Frog</cite>, to the branded “Wonderful World of Disney” itself, the Disney empire has been built upon a design ecosystem. Each film, theme park, or cruise shares a holistic view of a perfect world across time and cultures. Within each experience, the same beloved character traits are highlighted, similar visual and animation styles are used, and the same story and musical techniques are leveraged to bring the audience to an emotional place. This helps make the user experience familiar and nostalgic, and lightens the audience’s cognitive load to promote enjoyment. Join Erica as she highlights Disney’s user experience techniques and outlines how you can use them to design an ecosystem that will leave behind a lasting legacy, even while waiting in an extremely long line.</p>
<h5>About Erica</h5>
<p>Erica Decker is a designer, developer, and speaker with a passion for technology, challenges, and all things design. She believes that fast-paced, iterative, holistic design is the best way to drive product innovation, and can support that belief with a lot of evidence. She has designed engaging digital experiences for Fortune 500 companies, non-profits, and upcoming companies alike, and is currently writing this bio while referring to herself in the third person.</p>
</div>
<aside class="col-1-3 spacer">
<div class="speaker-info">
<img src="assets/images/speakers/erica-decker.jpg" alt="Erica Decker">
<ul>
<li><a href="http://ericadecker.com/">ericadecker.com</a></li>
</ul>
</div>
</aside>
</section>
<!-- Estelle Weyl -->
<section class="speaker" id="estelle-weyl">
<div class="col-2-3 spacer">
<h2>Estelle Weyl</h2>
<h5>Select This!</h5>
<p>Pick an element, any element. Style it. Manipulate it. No IDs. No classes. No jQuery necessary. Learn all the new features of selectors in CSS and JavaScript hat enable you to select this DOM node, that DOM node, and even an imaginary DOM node based on attributes, relation to other elements, location in the DOM, or just an element’s mere existence.</p>
<h5>About Estelle</h5>
<p><a href="https://twitter.com/estellevw">Estelle Weyl</a> is an internationally published author (<cite><a href="http://shop.oreilly.com/product/0636920021711.do">Mobile HTML5</a></cite>, <cite><a href="http://shop.oreilly.com/product/0636920018063.do">HTML5: The Definitive Guide</a></cite> and <cite><a href="http://shop.oreilly.com/product/9780980846904.do">HTML5 and CSS3 for the Real World</a></cite>), speaker, trainer, and consultant. Estelle shares esoteric tidbits learned while programming CSS, JavaScript and HTML, provides tutorials and detailed grids of CSS3 and HTML5 browser support at <a href="http://www.standardista.com/">Standardista</a>. Her tutorials and workshops are available on <a href="http://estelle.github.io/">GitHub</a>.</p>
</div>
<aside class="col-1-3 spacer">
<div class="speaker-info">
<img src="assets/images/speakers/estelle-weyl.jpg" alt="Estelle Weyl">
<ul>
<li><a href="https://twitter.com/estellevw">@estellevw</a></li>
<li><a href="http://standardista.com/">standardista.com</a></li>
</ul>
</div>
</aside>
</section>
<!-- Jen Myers -->
<section class="speaker" id="jen-myers">
<div class="col-2-3 spacer">
<h2>Jen Myers</h2>
<h5>Teaching Our CSS to Play Nice</h5>
<p>Talk abstract: As our websites, applications and teams grow larger and more complicated, so does our CSS. Before we know it, we find ourselves no longer with cute little stylesheets, but sprawling, surly teenaged CSS that doesn’t always play nice with others. We need to learn how to manage and optimize our CSS no matter how large the project or diverse the team. If we start early, we can use best practices and tools to raise full-grown stylesheets any designer or developer would be happy to work with.</p>
<h5>About Jen</h5>
<p>Jen Myers is a web designer/developer and part of the instructor team at Dev Bootcamp in Chicago. In 2011, she founded the Columbus, Ohio chapter of Girl Develop It, an organization that provides introductory coding classes aimed at women, and she currently co-leads the Girl Develop It Chicago chapter. She speaks regularly about design, development and diversity, and focuses on finding new ways to make both technology and technology education accessible to everyone.</p>
</div>
<aside class="col-1-3 spacer">
<div class="speaker-info">
<img src="assets/images/speakers/jen-myers.jpg" alt="Jen Myers">
<ul>
<li><a href="https://twitter.com/antiheroine">@antiheroine</a></li>
<li><a href="http://jenmyers.net/">jenmyers.net</a></li>
</ul>
</div>
</aside>
</section>
<!-- Jenn Downs -->
<section class="speaker" id="jenn-downs">
<div class="col-2-3 spacer">
<h2>Jenn Downs</h2>
<h5>What’s Stopping You?</h5>
<p>Creating in the face of negativity, fear, health problems, and your inner critic can at times feel impossible. Let’s face our fears together, name these problems and break them down, silence our inner critics, and talk about when it’s time to take a break or let go of a project for good.</p>
<h5>About Jenn</h5>
<p>Jenn Downs swung her way through the jungle at MailChimp from support to tech writing to UX Design Research. After six years she’s been bitten by the entrepreneurship bug and she is now the Business/Tech Manager for Carpenter Koby Downs in Atlanta. Never one to only do one thing at a time, Jenn is also doing freelance email marketing and UX work on the side.</p>
<p>Outside of loving the web, Jenn is a songwriter and loves Rock and Roll!</p>
</div>
<aside class="col-1-3 spacer">
<div class="speaker-info">
<img src="assets/images/speakers/jenn-downs.jpg" alt="Jenn Downs">
<ul>
<li><a href="https://twitter.com/beparticular">@beparticular</a></li>
<li><a href="http://beparticular.com/">beparticular.com</a></li>
</ul>
</div>
</aside>
</section>
<!-- Jennifer Jones -->
<section class="speaker" id="jennifer-jones">
<div class="col-2-3 spacer">
<h2>Jennifer Jones</h2>
<h5>What Designers Can Learn from Parenting</h5>
<p>That first client meeting may not feel as warm and fulfilling as the first time you hold your newborn child, but consider the similarities.</p>
<p>You know each other but have never met. As the relationship grows you will have to rely on your experiences and education to gently guide them while allowing flexibility for projects to change and evolve. It’s not your job to control everything, but if you are successful you will create a well-rounded piece that everyone involved can love.</p>
<h5>About Jennifer</h5>
<p>Jennifer Jones is an event coordinator for the WebVisions Conference and also co-authors a blog with her teenage daughter. She and her family live in Portland, Oregon where she balances work, parenting and any other life challenge with honesty, humor and liquor.</p>
</div>
<aside class="col-1-3 spacer">
<div class="speaker-info">
<img src="assets/images/speakers/jennifer-jones.jpg" alt="Jennifer Jones">
<ul>
<li><a href="https://twitter.com/Foerocious">@foerocious</a></li>
<li><a href="http://crampedconversations.com/">crampedconversations.com</a></li>
</ul>
</div>
</aside>
</section>
<!-- Leslie Jensen-Inman -->
<section class="speaker" id="leslie-jensen-inman">
<div class="col-2-3 spacer">
<h2>Dr. Leslie Jensen-Inman</h2>
<h5>Designing to Learn</h5>
<p>We’ve reached a point where non-designers understand the value of design. This has led to an increase in demand for design talent. In the past, we would have turned to institutions of higher education to help us find new talent; however, today’s graduates often finish school without the skills they need to thrive in a professional design setting.</p>
<p>There is a massive gap between what students learn and what industry needs. This skills gap leaves graduates unable to find jobs and hiring companies unable to find talent. How we approach this challenge will affect the continued relevance and value of design.</p>
<h5>About Leslie</h5>
<p><a href="http://www.jenseninman.com">Dr. Leslie Jensen-Inman</a> is a designer, speaker, author, and educator. Leslie is co-founder of the user experience design school <a href="http://www.centercentre.com">Center Centre</a>, where she connects industry, education, and community. Creative Director and co-author of <cite>InterACT with Web Standards: A holistic approach to web design</cite>, Leslie has written articles for publications such as <cite>A List Apart</cite>, <cite>The Pastry Box</cite>, <cite>Ladies in Tech</cite>, and <cite>.net Magazine</cite>.</p>
</div>
<aside class="col-1-3 spacer">
<div class="speaker-info">
<img src="assets/images/speakers/leslie-jensen-inman.jpg" alt="Leslie Jensen Inman">
<ul>
<li><a href="https://twitter.com/jenseninman">@jenseninman</a></li>
<li><a href="http://unicorninstitute.com/">unicorninstitute.com</a></li>
</ul>
</div>
</aside>
</section>
<!-- Maya Bruck -->
<section class="speaker" id="maya-bruck">
<div class="col-2-3 spacer">
<h2>Maya Bruck</h2>
<h5>So You Want to Be a Unicorn</h5>
<p>They’re elusive, those rare beings who do front-end development, visual design, project management, UX, content strategy, and are whizzes at user research. In an industry that’s constantly changing and evolving, there are both benefits and drawbacks to being a generalist. We’ll walk through strategies to fill gaps in your skill set while working a full-time job, and collaborative tools and techniques you can use while you quest to learn it all.</p>
<h5>About Maya</h5>
<p>Maya Bruck is Creative Director at Pixo, a growing, employee-run digital consulting agency, where she guides clients through identity crisis to a meaningful, impactful web presence. In addition to conducting client therapy, she also designs websites and applications that are both beautiful and organization changing.</p>
<p>A passion for collaboration and community led her to co-found the Champaign-Urbana Design Organization (CUDO) in 2008, and through CUDO she has cultivated a vibrant design culture in the community. She speaks regularly about design and client management and is overcoming her fear of learning JavaScript.</p>
</div>
<aside class="col-1-3 spacer">
<div class="speaker-info">
<img src="assets/images/speakers/maya-bruck.jpg" alt="Maya Bruck">
<ul>
<li><a href="https://twitter.com/mayabruck">@mayabruck</a></li>
<li><a href="http://pixotech.com/">pixotech.com</a></li>
</ul>
</div>
</aside>
</section>
<!-- Russ Unger -->
<section class="speaker" id="russ-unger">
<div class="col-2-3 spacer">
<h2>Russ Unger</h2>
<h5>From Muppets to Mastery: Core UX Principles from Mr. Jim Henson</h5>
<p>Jim Henson started working as a puppeteer in 1954, a fair 40-50 years before many of us even considered User Experience as a career. He did, however, take it upon himself to apply many of the core principles that UX Designers are falling love with today (or are at least using as part of our everyday lives). Hang out for a quick dive into the life of Jim Henson, with a view into his work from the perspective of how it pertains to what it is we’re doing today, that promises to even leave Waldorf and Statler happy.</p>
<h5>About Russ</h5>
<p>Russ Unger is an Experience Design Director for GE Capital, Americas, where he leads teams and projects in design and research. He is co-author of the books <cite><a href="http://projectuxd.com/">A Project Guide to UX Design</a></cite>, <cite><a href="http://www.designingtheconversation.com/">Designing the Conversation</a></cite>, and <cite><a href="http://speakercampbook.com/">Speaker Camp</a></cite> for New Riders (Voices That Matter). Russ is also working on a book on guerrilla design and research methods that is due out, well, sometime.</p>
<p>Russ is co-founder of ChicagoCamps, which hosts low-cost, high-value technology events in the Chicago area, and he is also on the Advisory Board for the Department of Web Design and Development at Harrington College of Design. Russ has two daughters who both draw better than he does and are currently beginning to surpass his limited abilities in coding.</p>
</div>
<aside class="col-1-3 spacer">
<div class="speaker-info">
<img src="assets/images/speakers/russ-unger.jpg" alt="Russ Unger">
<ul>
<li><a href="https://twitter.com/russu">@russu</a></li>
<li><a href="http://www.userglue.com/">userglue.com</a></li>
</ul>
</div>
</aside>
</section>
<!-- Shay Howe -->
<section class="speaker" id="shay-howe">
<div class="col-2-3 spacer">
<h2>Shay Howe</h2>
<h5>Less Is More: How Constraints Cultivate Growth</h5>
<p>By setting constraints, we force ourselves to be more productive. They help us make decisions, creating focus around the problem we are trying to solve. They improve our consistency, which provides a better experience for our users. And they help us grow, a valuable asset in times of innovation.</p>
<h5>About Shay</h5>
<p>As a designer and front-end developer, Shay Howe has a passion for solving problems while building creative and intuitive products. Shay specializes in product design and interface development, specialties which he regularly writes and speaks about.</p>
</div>
<aside class="col-1-3 spacer">
<div class="speaker-info">
<img src="assets/images/speakers/shay-howe.jpg" alt="Shay Howe">
<ul>
<li><a href="https://twitter.com/shayhowe">@shayhowe</a></li>
<li><a href="http://learn.shayhowe.com/">learn.shayhowe.com</a></li>
</ul>
</div>
</aside>
</section>
<!-- Tessa Harmon -->
<section class="speaker" id="tessa-harmon">
<div class="col-2-3 spacer">
<h2>Tessa Harmon</h2>
<h5>Crafty Coding: Generating Knitting Patterns</h5>
<p>Garment design doesn’t have to be intimidating. Learn the math behind knitting a sweater and program a fully customizable pattern generator in NodeJS. You will leave with your own unique pattern app to share with the world! Basic programming and knitting skills are recommended for this workshop.</p>
<h5>About Tessa</h5>
<p>Tessa Harmon is a full-stack web developer at <a href="http://www.skookum.com/">Skookum Digital Works</a> in Charlotte, North Carolina. JavaScript and Ruby are her favorite languages. She’s been knitting for nearly as long as she’s been programming and is surprised it took her <em>this</em> long to consider mixing the two.</p>
</div>
<aside class="col-1-3 spacer">
<div class="speaker-info">
<img src="assets/images/speakers/tessa-harmon.jpg" alt="Tessa Hamon">
<ul>
<li><a href="https://twitter.com/tessaharmon">@tessaharmon</a></li>
<li><a href="http://tessaharmon.com/">tessaharmon.com</a></li>
</ul>
</div>
</aside>
</section>
<!-- Victoria Pater -->
<section class="speaker" id="victoria-pater">
<div class="col-2-3 spacer">
<h2>Victoria Pater</h2>
<h5>Excellent Tacos Are Not Created in a Vacuum</h5>
<p>From harmony and form to balance and hierarchy, we’ll be covering the 7 Principles of Successful Tacos. This traditional Mexican dish paired with margaritas will help get the creative juices flowing! We’ll combine a variety of shells, fillings, and garnishes while discussing methods for achieving award-winning flavors. You’ll master the art of shape and proportion while also gaining uncommon knowledge about tacodillas. If tacos are your passion, please come hungry.</p>
<h5>About Victoria</h5>
<p>Victoria is a <a href="http://www.modest.com/">Modest</a> UX Designer in Chicago. She focuses on making mobile commerce better for everyone. As a co-founder of <a href="http://quitestrong.com/">Quite Strong</a>, a female collaborative, she is a dedicated advocate for diversity in the design and tech fields. When asked what three things should could not live without she replied, “tacos, travel, and emojis” …obviously.</p>
</div>
<aside class="col-1-3 spacer">
<div class="speaker-info">
<img src="assets/images/speakers/victoria-pater.jpg" alt="Victoria Pater">
<ul>
<li><a href="https://twitter.com/typeis4lovers">@typeis4lovers</a></li>
<li><a href="http://victoriapater.com/">victoriapater.com</a></li>
</ul>
</div>
</aside>
</section>
<!-- Vitaly Friedman -->
<section class="speaker" id="vitaly-friedman">
<div class="col-2-3 spacer">
<h2>Vitaly Friedman</h2>
<h5>Responsive Web Design: Clever Tips and Techniques</h5>
<p>Responsive web design challenges web designers to adapt a new mindset to their design processes as well as techniques they are using in design and code. This talk provides an overview of various practical techniques, tips and tricks that you might want to be aware of when working on a new responsive design project.</p>
<h5>About Vitaly</h5>
<p>Vitaly Friedman loves beautiful content and does not give up easily. From Minsk in Belarus, he studied computer science and mathematics in Germany and discovered a passion for typography, writing and design. After working as a freelance designer and developer for six years, he co-founded <cite><a href="http://smashingmagazine.com/">Smashing Magazine</a></cite>, a leading online magazine dedicated to design and web development. Vitaly is the author, co-author and editor of all <a href="https://shop.smashingmagazine.com">Smashing books</a>. He currently works as editor-in-chief of <cite>Smashing Magazine</cite> in the lovely city of Freiburg, Germany.</p>
</div>
<aside class="col-1-3 spacer">
<div class="speaker-info">
<img src="assets/images/speakers/vitaly-friedman.jpg" alt="Vitaly Friedman">
<ul>
<li><a href="https://twitter.com/smashingmag">@smashingmag</a></li>
<li><a href="http://smashingmagazine.com/">smashingmagazine.com</a></li>
</ul>
</div>
</aside>
</section>
<!-- Zoe Mickley Gillenwater -->
<section id="zoe-mickley-gillenwater">
<div class="col-2-3 spacer">
<h2>Zoe Mickley Gillenwater</h2>
<h5>Leveling Up with Flexbox</h5>
<p>By now, you’ve probably heard of “flexbox,” short for the CSS Flexible Box Layout module and the most fully developed and well supported of CSS3’s wide array of new layout mechanisms. Flexbox allows you to create fluid, responsive layouts without having to worry about all those pesky float layout quirks we’ve dealt with for over a decade. But with cross-browser support still incomplete, you’ve probably relegated flexbox to the “one day” pile of web design tricks.</p>
<p>It’s time to stop waiting. In this talk, Zoe aims to convince you that it’s a good idea to start learning and using flexbox today. You’ll learn how to take your designs—and web design skills—to the next level as we use flexbox as practical progressive enhancement, adding it in bits and pieces on individual page components with graceful fallbacks.</p>
<h5>About Zoe</h5>
<p>Zoe Mickley Gillenwater is a web designer and developer who loves creating sites that work for as many people and devices as possible. She wrote an entire book on fluid web sites two years before “responsive web design” had a name (<cite><a href="http://www.flexiblewebbook.com/">Flexible Web Design: Creating Liquid and Elastic Layouts with CSS</a></cite>), and has also authored the book <cite><a href="http://www.stunningcss3.com/">Stunning CSS3: A Project-based Guide to the Latest in CSS</a></cite> and the video training title <cite><a href="http://zomigi.com/publications/#pub-accessibility">Web Accessibility Principles</a></cite> for lynda.com. Zoe currently works as a UX designer for <a href="http://www.booking.com/">Booking.com</a>.</p>
</div>
<aside class="col-1-3 spacer">
<div class="speaker-info">
<img src="assets/images/speakers/zoe-mickley-gillenwater.jpg" alt="Zoe Mickley Gillenwater">
<ul>
<li><a href="https://twitter.com/zomigi">@zomigi</a></li>
<li><a href="http://zomigi.com/">zomigi.com</a></li>
</ul>
</div>
</aside>
</section>
</div>
</section>
<!-- Footer -->
<footer class="primary-footer container group">
<small>© Styles Conference</small>
<nav class="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="speakers.html">Speakers</a></li>
<li><a href="schedule.html">Schedule</a></li>
<li><a href="venue.html">Venue</a></li>
<li><a href="register.html">Register</a></li>
</ul>
</nav>
</footer>
</body>
</html>