building the ebay simple lister with silverlight

12
Building the eBay Simple Lister with Silverlight Michael Wolf Principle Architect WPF & Silverlight [email protected]

Upload: alice

Post on 25-Feb-2016

36 views

Category:

Documents


0 download

DESCRIPTION

Building the eBay Simple Lister with Silverlight . Michael Wolf Principle Architect WPF & Silverlight [email protected]. It Takes a Team. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Building the eBay Simple Lister with Silverlight

Building the eBay Simple Lister with Silverlight

Michael WolfPrinciple Architect WPF & Silverlight

[email protected]

Page 2: Building the eBay Simple Lister with Silverlight

It Takes a Team

“If you don’t have a triad of a designer, technologist, and business professional all coming to the table with equal skills and equal levels of creativity, the result will be a substandard product” – Bill Buxton 2010

• Jim Donaghy: Technical Lead• Jon Bradley: User Experience Designer• Casey Rayl / Michael Rumely: Developers

Page 3: Building the eBay Simple Lister with Silverlight

Sketching on a screen

• Think First sessions • Quick Ideation• Be ready and willing

to throw away• Deleting pixels is

always cheaper than deleting lines of code

Page 4: Building the eBay Simple Lister with Silverlight

Playing with sketches

Player Demos

Page 5: Building the eBay Simple Lister with Silverlight

2 minutes goal

• Original project goal was to list an item in 2 minutes.

• Achieved listing in 30 seconds through rapid ideation and a rich client based platform

Page 6: Building the eBay Simple Lister with Silverlight

Using Sketch flow forrapid ideation

• Demo

Page 7: Building the eBay Simple Lister with Silverlight

Organizing projects for designer developer workflow

• Designers Sandbox• Visual States• Project structure which shares a resources

assembly from sketchflow, to sandbox, to live app

Page 8: Building the eBay Simple Lister with Silverlight

Silverlight 4 Lessons learned

• Drag and Drop How to:

• Web cam security requests must be in the ui thread, but start/stop locks ui thread * no need for permission request on oob elevated

Page 9: Building the eBay Simple Lister with Silverlight

Silverlight 4 lessons learned 2

• Using xap signing shows trusted installer * more details to come from john papa

Page 10: Building the eBay Simple Lister with Silverlight

barcode lookup

• Silverlight 4 web cam capture and drag and drop used to capture images

• Barcode recognition : c# silverlight port of zxing http://code.google.com/p/zxing/

• I am working with the zxing team to submit port back

• Demo

Page 11: Building the eBay Simple Lister with Silverlight

Got Questions

• Questions? Need Answers?– Michael Wolf :

[email protected] @geekpunk

* We will be available in the commons after the session to continue the conversation

Page 12: Building the eBay Simple Lister with Silverlight