in

ExpressionBlog.com

Microsoft Expression Studio Community

This Blog

Syndication

Mirrored Blogs

Browse by Tags

All Tags » Blend (RSS)
  • Download Links for MIX08 Announcements

    Here's a consolidated list of all the key downloads you'll need to update your developer workstation to the latest and greatest technologies announced this morning: Internet Explorer 8 Beta 1 Windows Vista / Windows Server 2008 (x86) Windows Vista / Windows Server 2008 (x64) Windows XP (x86) Windows Server 2003 SP2 (x86) Windows Server 2003 SP2 / Windows XP (x64) Silverlight 2 Beta 1 Runtime Silverlight 2 Tools for Visual Studio 2008 and SDK Expression Studio 2 Beta (contains Blend, Design, Encoder, Media and Web) Expression Blend 2.5 March 2008 Preview ASP.NET MVC Preview 2 A couple of tips: The Silverlight 2 Tools release (third item above) includes Silverlight 2. You don't need to install the runtime separately first: just run the tools installer and you'll have everything you need. The Visual Studio extensions don't work with the Express editions - make sure you've got the full Visual Studio 2008 installed before attempting to install them. If you installed Silverlight 1.1 Alpha, uninstall it first, along with any related tools or SDKs before installing Silverlight 2 Beta 1. I watched someone get into a bit of a mess this morning by trying to update Silverlight 1.1 Alpha in-place. Fortunately, they were still able to uninstall and reinstall, but you're definitely best to start with a clean machine. Have fun!
  • Flotzam: Mashing up the Web

    Have you seen Flotzam ? It's a fun mash-up that Karsten and Tim put together that aggregates a bunch of different data sources: Twitter, Facebook, Flickr, Digg, YouTube and indeed any general RSS feed. You can install it either as an application or a screen saver, and it's a nice way to see what's going on out there on the "tubes". Karsten has coined the term panopticon to describe it (from the Greek, meaning all seeing ); to me, this feels like it has the potential to form the first step of a project to build the ultimate, pluggable, modular social networking client. Being a WPF application, Flotzam can be easily restyled. From the enter/exit transitions for new items to the overall visual look and feel of the Flotzam interface, you can do almost anything you want just by tweaking the XAML mark-up. And with MIX08 selling out quickly (hope you've registered), the team thought it would be fun to put together a little contest that gives you the chance to experiment with WPF by creating your own custom themes. We'll use the best entries at MIX, both on the keynote screens and on all the PCs around the show; Karsten hopes that walking around the show will be like visiting some kind of art installation with all these different skins appearing. Entering the contest is easy: everything you need to know can be found on the visitmix site . We've even got screencasts available to show you exactly how to use Blend to do the customization. Let your inner artist out - show us what you're capable of!
  • The New Iteration: A Whitepaper on the XAML Revolution

    Whenever we run a WPF or Silverlight training event or lab, the one question that is guaranteed to come up relates to the designer / developer workflow on a project team. In the old days of Win32 or Windows Forms, the workflow was straightforward (albeit extremely limiting). A lot of desktop application development teams I've seen, particularly in the enterprise, don't even include a formal role for a user interface designer. Although the development team might include a business analyst or someone in a interface development role who would be doing some basic interaction design and application flow work, the actual interface would be mostly designed and implemented by the same programmer who was writing the underlying logic. On the other hand, for the projects where design was taken more seriously as a core element to the success of the application, the design and development teams were separated into different silos. The design team would often present their output in the form of a color printout of a screen designed with Photoshop in complete isolation from the actual tools or platform available, and the developer would then have to jump through hoops to painstakingly reproduce the design with tools that were never built for that purpose. The end-result was typically a disappointing compromise between the ideal that the designer had envisioned and what was practical with limited and stretched development resources. WPF and Silverlight revolutionize that process by bringing the designer into the heart of the process. XAML becomes the shared substrate that can be used by both designers and developers to communicate their intent. Finally, the designer is not divorced from the development process: using a tool like Expression Blend to produce XAML, their artistry is no longer the inspiration for the final interface design, it is the final design. For the developer, they no longer have to waste time recreating controls that already exist in the toolbox simply because the designer has implemented a different visual representation; they can concentrate on the engineering challenges that will create the rich engine that powers the interface. Such a transformation isn't without challenges, however: it requires new forms of collaboration, different project team structures, and an updated cookbook of best practices. We're keen to help you retool your workforce to take advantage of WPF and Silverlight, of course, and so Jaime Rodriguez and Karsten Januszewski...
  • Creating Arcs and Changing Centers with Expression

    Hi, I'm Tim Heuer . Answering a post on the silverlight.net forum I felt it would better to visually demonstrate how I used the Expression tools (Design and Blend) to create an arc (half circle) as well as changing the rotation point of an element for animations. Check out my blog for more goodness. Watch the screencast(WMV)
  • Using SVG Assets in Expression Design

    Leverage your existing SVG assets in Expression Design to produce XAML elements for WPF and/or Silverlight applications. This screencast demonstrates converting SVG files to XAML using Expression Design and consuming them in a Silverlight application. Watch the screencast(WMV)
  • Cider Beta 2 : Styling a WPF application with Blend and Cider

    Brief walkthrough on using Blend to style a WPF application originally created with VS 2008 Cider designer; see how you can seamlessly go back and forth between the two tools to get the best out of a developer (intellisense, code wiring, etc.) and designer ( styling, templating) tools for creating WPF applications. This part 2 in a 2 part series, part 1 is available here: Cider Beta 2 : Feature walkthrough FYI, this screencast was only posted by me, Jaime Rodriguez was the original creator. Watch the screencast(WMV)