Sharing of thoughts and information is what blogging is all about. This way we can learn from each other. Post A Comment!These postings are provided "AS IS" with no warranties, and confers no rights. You assume all risk for your use.
Resident Bloggers
Paul LabergeWeb Platform AdvisorMicrosoft Canada
Over the past several months, I went to many colleges and universities to talk about user experience related topics from Microsoft. After each presentation, students asked me to share my presentation online. I've been using Skydrive to share my large files such as ppt, audio, and video files with the public. Although Skydrive is very convenient, users still need to download the entire presentation and then open it in pdf or Office PowerPoint to just get a quick interview or look at couple of slides in the presentation. As I was playing around to create my first Deep Zoom demo, I had an idea - why not creating a presentation visualization that allows users to view the presentation right here: on a web page or a blog post. I know many people use SlideShare to show PowerPoint Presentations online, but I'm thinking about a new way to view ppt slides. With the power of Deep Zoom, I'm able to embed my entire presentation in small space (500x400 pixels).
You view it in action here. Make sure you have Silverlight 2 Beta installed to view the Deep Zoom demo. The major steps I went through to create this online experience are:
<UserControl x:Class="DeepZoom.Page" xmlns="http://schemas.microsoft.com/client/2007" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Width="500" Height="400"> <Grid x:Name="LayoutRoot" Background="White"> <MultiScaleImage Source="presentationdeepzoom/info.bin" x:Name="deepZoom" /> </Grid> </UserControl>
For you designers out there, you can quickly tested out the Deep Zoom idea by skipping step 4 and 5. All you need to do is, download my project source code, open it in Visual Studio 2008, and change two things. One is updating the "Source" in <MultiScaleImage Source="presentationdeepzoom/info.bin" x:Name="deepZoom" /> with your export folder name. The other thing is to replace the "presentationdeepzoom" folder in ClientBin with your export folder.
Congratulations! Now you have your presentation in Deep Zoom live and ready to impress your friends. :)
This is a interesting idea. It would be cool to explore the DEEP aspect of deep zoom by placing your next slide within the current one and so on.
Quite a few people provided me feedback on my Deep Zoom post last month . With the help from Jamie Rodriguez's
Quite a few people provided me feedback on my Deep Zoom post last month . With the help from Jamie Rodriguez's
Qixing Zheng, una Evangelista de Diseño en Microsoft, ha creado una forma muy interesante de convertir
Thx for the article. It was helpful tome when writing Deep Zoom Obama. I do incorporated the "deep" feature of deep zoom by having several hi-res images hidden withing the main mosaic image. Check it out!
http://www.deepzoomobama.com
Back in April Qixing wrote a post about how Deep Zoom could provide an innovative way to present slides.