Silverlight 3.0 workshop.  Building a Twitter client ◦ Resource dictionary ◦ The Silverlight toolkit: ChildWindow and WrapPanel ◦ Effects ◦ 3D ◦ Behaviors.

Slides:



Advertisements
Similar presentations
DELAWARE COMPREHENSIVE ASSESSMENT SYSTEM Student Interactive Tutorial and Training Test Overview.
Advertisements

Android architecture overview 1 CS 150. Android  A software stack for mobile devices developed and managed by Open Handset Alliance  Free software under.
What Is Open Office? Open Office is an open source (free) suite of editing programs such as a word processor, spreadsheet manager, powerpoint creator,
Fireworks MX. 2 Lesson 1a—Create Slices & Hotspots n Fireworks allows you to add animation (behaviors) already written in ___________. n However, users.
Moodle web portal with Moodle Using Moodle as a Student Portal with Gerrard Shaw Redbridge Institute of Adult Education Screenshots Resources.
Services Course Live SkyDrive Participant Guide.
Discover, Master, InfluenceSlide 1 Introducing Silverlight Paul Stovell Alpha Ape, Lead Code Monkey, Readify.
Virtual Cell Client Virtual Cell Daniel Small Undergraduate Research Assistant.
An Introduction to EndNote and RefWorks Laura Barrett Psychology Librarian Undergraduate Services Librarian
Student iDrive Access ESU Website Server Storage Space.
Citrix Metaframe Solution Software Installation
Introduction to Microsoft Office Web Apps with Jim Mollé Learn iT! Computer Software Training.
By Long Zheng Version 0.1 (Draft) PowerPoint Prototyping Toolkit 23mm 18mm.
SQL SETUP FILE SELECTION
+ Working in Your CCE Online Course Site. + Structure of CCE Online Course Sites CCE online courses use the document sharing and collaboration features.
By Jon Marozick.  JavaScript toolkit  Aims to change the way developers think  jQuery philosophy  Find some HTML  Do something to it.
Abuse Testing iCentral 2.8: What’s New?. What’s New in 2.8 Enhanced monitoring capability –Improved Dashboards using Microsoft Silverlight Plugin –PartTracker/Utilization.
CPanel Introduction Todd S. Thuma. cPanel: What is it? Backend administration of web-based content Provides web site management tools through a web-based,
JMU Outlook, Messenger, and Skydrive An easier way to upload and store files to share.
© 2012 Boise State University1 WordPress Training February 14, 2013.
Another Method to Open WebSpace as a Web Folder Alternative Method for Creating Web Folder in WebSpace, Slide 1Copyright © 2004, Jim Schwab, University.
Overview AdministrationEmployeeCustomerWaiting Screen.
SITools Enhanced Use of Laboratory Services and Data Romain Conseil
Instant Messaging for the Workplace A pure collaborative communication tool that does not distract users from their normal activities.
If you use Macromedia Flash Player 8 & your course folder not in the ‘Trusted Location’ list of Macromedia you have to follow the following steps to run.
Adding User Interactivity – Lesson 51 Adding User Interactivity Lesson 5.
Interface.  Menu  Document  Insert  Panel Management.
Instant Messaging for the Workplace A pure collaborative communication tool that does not distract users from their normal activities.
User Interface. Welcome to eValid! On the surface, eValid is just another Web browser. But, the test engine, load, performance or web mapping features.
APPX Runtime Futures Planned developments. APPX Runtime Futures  New Record Selection Method and User Interface for Query Setup  New Sort Order Specification.
Functional English Week of
Field monitors and Citizen journalists training day 2 By Aasim Zafar Khan.
Students : Hiba Ghannam Hawa Osama Superviser: Haya Sammaneh.
New Features Overview. Agenda Silverlight - Intro Silverlight 3 New Features Overview with Demos, Demos and Demos… RIA Services Overview Demos, Demos,
Sascha P. Corti Microsoft
Module 2: Using Microsoft Visual Studio.NET. Overview Overview of Visual Studio.NET Creating an ASP.NET Web Application Project.
The Report Generator Viewing Student Outcomes. Install the Report Generator In a browser, go to Click.
Uploading documents to the site Сlick “Add document” on the home page To send several files enable Add-on “Microsoft Office”
Copyright © Curt Hill Tortoise SVN A Subversion Client.
BFC Moodle: SharePoint File Picker for Moodle 2. Upload Document into SharePoint.
To register for classes, select “Register for Sections” under the registration section of the Credit Students Menu.
January 2006Colby College ITS Setting Up Course Pages.
SOP PENGGUNAAN JUPEM2U.
Chapter 3 Device Monitor Screen Otasuke GP-EX! Chapter 3 Device Monitor Screen Chapter 3 Device Monitor Screen.
If you don’t have Google Earth downloaded already, you can go to to get it.
2 Beyond Silverlight with WPF Clients Mike Taulty Microsoft UK
Communicating and Sharing with our 21 st Century Students.
© 2012 DigitalDay | MOBILE WEB DESIGN PRINCIPLES Best Practices Workshop 1.
Use only Windows Internet Explorer and Mozilla Firefox. Please install Silverlight software on first time login. 1 LD – DIET Back Office Application.
© CGI Group Inc. User Guide Subversion client TortoiseSVN.
Web Design (17) CSS Box Element (2). ‘Box’ Web Site (1) Insert a navigation bar into the index.html file and create links to ‘index.html’, ‘pageone.html’
In Browser vs Out of the Browser Nithin Mohan T K DreamWorkz Technologies
  Computer Fundamentals Training   Windows 8 Intermediate.
USER INTERFACE 4.x Introduction To Colleague
Quote It! Overview July 2011 Speak to slide /26/11 1.
Visual Designer – Tips and Tricks
Services Course 9/11/2018 5:45 PM Services Course Windows Live Messenger Participant Guide © 2008 Microsoft Corporation. All rights reserved.
© 2016, Mike Murach & Associates, Inc.
Windows Server 2012 missing WMVCore dll
Using OneDrive.
What’s the same What’s Different OLB vs BB Features
Developer Patterns to Integrate Silverlight 4.0 with SharePoint 2010
MIX 09 11/22/2018 © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
User Guide Subversion client TortoiseSVN
STUDENT INFORMATION SYSTEM (SIS)
ورود اطلاعات بصورت غيربرخط
Tech·Ed North America /18/2019 4:15 PM
Consult America Technology Consulting Services
Most Effective and Popular Social Networking Site
PowerPoint Prototyping Toolkit
Presentation transcript:

Silverlight 3.0 workshop

 Building a Twitter client ◦ Resource dictionary ◦ The Silverlight toolkit: ChildWindow and WrapPanel ◦ Effects ◦ 3D ◦ Behaviors ◦ Out of browser

 Importing a Interface  Show some new Expression Blend 3 features

 Create the resources  Create the login screen  Building the header  Showing the tweets  Show all the friends you follow  Take the application out of browser

 Create a resource dictionary ◦ Colors.xaml  Add all the resources  Link it to the App.xaml file  Can be replaced in another project

 Is part of the Silverlight Toolkit  Can be used as a dialog window  You can adjust the look and feel  Now used as a login control

 Only 2 build-in effects ◦ Blur ◦ Drop Shadow  You can create your own effects using pixel shaders

 Put 3D objects in 3D space  X, Y and Z rotation  X, Y and Z rotation point

 Used to add interactivity  Microsoft.Expression.Interactivity  Expression Blend has some build-in behaviors 

 Takes an application “out of the browser”  Still sandboxed  Check if the application is already installed  Check online | offline state