The World of Expression: Professionelle Design Tools für

12
The World of Expression: Professionelle Design Tools für .net Michael Köster User Experience Specialist Microsoft Corporation

description

The World of Expression: Professionelle Design Tools für .net. Michael Köster User Experience Specialist Microsoft Corporation. Agenda. Darf ich vorstellen? Developer Designer Workflow Expression: Professionelle Design Tools für .net Demo: Erstellen einer interaktiven Web-Applikation: - PowerPoint PPT Presentation

Transcript of The World of Expression: Professionelle Design Tools für

Page 1: The World of Expression: Professionelle Design Tools für

The World of Expression:Professionelle Design Tools für .netMichael KösterUser Experience SpecialistMicrosoft Corporation

Page 2: The World of Expression: Professionelle Design Tools für

Agenda

Darf ich vorstellen?Developer <> Designer WorkflowExpression: Professionelle Design Tools für .netDemo: Erstellen einer interaktiven Web-Applikation:1. Visuelles Erscheinungsbild & UI2. Arbeiten mit (Beispiel-)Daten3. Hinzufügen von Audio, Video, Karten, DeepZoom etc.4. Interaktion, Effekte, Finish

Page 3: The World of Expression: Professionelle Design Tools für

Darf ich vorstellen?

Page 4: The World of Expression: Professionelle Design Tools für

Ein BriefingMittwoch, 15:00 Uhr, „The Agency“, Meeting-

Raum

Kunde:„Exotic Vacations“ Reisen

Das Projekt: Für unseren neuen Winter-Katalog

planen wir einen Online-Katalog. Dort

möchten wir unsere neuen Reisen zu

exotischen Zielen vorstellen. Die Site

soll Besucher in eine

Urlaubsstimmung versetzen – sie

sollen zur Buchung inspiriert werden!

Wir haben Videos und Fotos der

Reiseziele – dieses Material soll auf

eindrucksvolle Art und Weise

präsentiert werden. Wir mögen neue

Technologien aber wir wollen so viele

Leute wie möglich erreichen!

Page 5: The World of Expression: Professionelle Design Tools für

Designer <> Developer Workflow

Designer & Entwickler: Sprechen unterschiedliche Sprachen

Designer “designen” Entwickler entwickeln Funktionen

Designer Entwickler

Designer & Entwickler: Sprechen dieselbe Sprache

Page 6: The World of Expression: Professionelle Design Tools für

XAML

eXtensible Application Markup Language

Das komplette User Interface steckt im XAML (Textformat, XML).XAML und Code laufen mit derselben Performance.XAML kann Code enthalten und wird zur Ausführung kompiliert.XAML ist leicht von Tools zu erstellen oder zu konsumieren, es ermöglicht problemlosen Datenaustausch zwischen Applikationen.Expression ist das Toolset von Microsoft zureinfachen Erstellung und Manipulation von XAML.

Dim b1 As New Buttonb1.Content = "OK"b1.Background = New SolidColorBrush(Colors.LightBlue)b1.Width = New Length(100)

Button b1 = new Button();b1.Content = "OK";b1.Background = new SolidColorBrush(Colors.LightBlue);b1.Width = new Length(100);

<Button Width="100px">OK <Button.Background> LightBlue </Button.Background></Button>

Page 7: The World of Expression: Professionelle Design Tools für

Brainstorming!

Diese Applikation läuft auf Windows & Mac.Silverlight Webapplikation mit OOB Support.Die Bildschirmauflösung ist 1024x768 px.Die Applikation hat 800x600 px.Medientypen & Features:

Text & BilderAudio & VideoAnimationenBitmap EffekteInteraktive KarteDeepZoom

Page 8: The World of Expression: Professionelle Design Tools für

Die Tools

Expression Blend 3(WPF, Silverlight 3)

Visual Studio 2008 Professional

Adobe PhotoshopAdobe Illustrator

Page 9: The World of Expression: Professionelle Design Tools für

Erstellen einer interaktiven Web-Applikation

Demo

Page 10: The World of Expression: Professionelle Design Tools für

Weitere Informationen

Bezugsquellen für Entwicklerprodukte:http://www.microsoft.com/switzerland/msdn/de/howtobuy/source.mspx Informationen zu Expression-Produkten:

http://expression.microsoft.comhttp://www.microsoft.com/expression/

Informationen zu Silverlight:http://www.silverlight.net/getstarted/

Expression & Silverlight Starter-Kits:Introduction to Prototyping with SketchFlow (twelve video series)Creating a Breakout Game in Blend 3 (ten video series)

Page 11: The World of Expression: Professionelle Design Tools für

Herzlichen Dank unseren Sponsoren!Event-Partner:

Medienparter:

Page 12: The World of Expression: Professionelle Design Tools für