(X) Hide this Watch a recording of the recent webinar by Brian Noyes: Querying and Updating Data From Silverlight Clients with WCF RIA Services
See the recording | Read WCF RIA Services Article series by Brian Noyes | More SilverlightShow webinars
Become a member to receive all webinar news by email, or follow all webinar news on Twitter | Facebook | LinkedIn
Skip Navigation LinksHome / News / View News

Search

 
Results Per Page

Found 9 results for Jaime Rodriguez.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • Communication between HTML in WebBrowser and Silverlight app

    0 comments  /  posted by  Silverlight Show  on  Feb 08, 2011 (13 hours ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on TwitterJaime Rodriguez demonstrates some techniques in the communication between HTML and Silverlight.

    Source: The Blog of Jaime Rodriguez

    Silverlight on Windows Phone allows you to host HTML content in a WebBrowser control. You get bi-directional communication between the control and the HTML content:
    • For HTML to host comunication, the WebBrowser control injects script into the page, and your javascript can call window.external.notify (<param>) to communicate with Silverlight. There is nothing you need to do (like include a js file). You just call the function in HTML and calling it will trigger the WebBrowser.ScriptNotify event on the Silverlight side.
    • For host to HTML, webbrowser control calls the WebBrowser.InvokeScript method, passing a string with the function name, and an array of string params ).


  • 0 comments  /  posted by  Silverlight Show  on  Dec 03, 2010 (2 months ago)
    Tags: Firestarter , Events , Windows Phone 7 , WP7 , Jaime Rodriguez

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on TwitterJaime Rodriguez has published a preview of the deck and source code from his WP7 session at yesterday's Silverlight FireStarter event. We expect him to post part 2 and the video recording soon.

    Source: The Blog of Jaime Rodriguez

    Yesterday I did a dry-run of my performance talk for today’s Silverlight fire starter.

    Conclusion was that the talk is like drinking from a fire-hose. It is tight for 45 minutes, but the content is good and we could not agree on what to cut. It was all too good and useful to cut stuff.

  • Working with GIF images in Windows Phone

    0 comments  /  posted by  Silverlight Show  on  Nov 29, 2010 (2 months ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on TwitterJaime Rodriguez talks about some image tools/libraries that allow you to use GIF files in your WP7 app.

    Source: The Blog of Jaime Rodriguez

    As you know, Silverlight does not have native support for decoding gif images. That is downer, but not a showstopper since several 3rd party, opensource libraries for decoding Gifs. GifCompare

    The Twitter for Windows Phone team used the ImageTools project from Codeplex to decode gifs.   It worked well, but when we implemented there were two things that bothered me a little:

    1. The decoder was not perfect.  In our experience, it does ~90% of the images we tested  [and that was thousands of images, so representative test]
    2. There was one infinite loop that bothered me.  Has to do with nextflag during decoding. The Decoder checks for flags to be != 0, and for some odd reason we have seen gifs with nextFlag = –1; this can send your app into an infinite loop.  
  • author  Yochay Kiriaty,Jaime Rodriguez  /  released on  Feb 15, 2011
    Learning Windows Phone Programming

    Coming Soon...

    Product Description

    Get a head start on creating successful applications for Windows Phone 7. With this thorough introduction to Microsoft’s new mobile operating system and platform, you’ll learn step by step how to design, develop, test, package, and deploy great games and apps for WP7 -- whether or not you’re familiar with Silverlight and XNA.

    Written by two of Microsoft’s Technical Evangelists for Windows Phone, this book shows you how to create compelling user experiences by integrating your applications with the phone’s hardware, such as its location capabilities, camera, and accelerometer. WP7 isn’t simply the next version of Windows Mobile. It’s a new generation of the OS designed to work with today’s sophisticated smartphones and Microsoft’s exceptional tools for interactive development -- and you can get started with it right now.

    Buy from:
    Amazon

  • 0 comments  /  posted by  Silverlight Show  on  Jul 14, 2010 (6 months ago)
    Jaime Rodriguez has posted a list of some useful migration tips for moving between the Windows Phone April CTP and the beta release.

    There were a good number of breaking changes and new features introduced in the “beta” release of the Windows Phone Developer Tools. 

    Going forward from beta to RTM; the number of breaking changes will be minimal, so let’s just “buckle up” and migrate our code this once. 

    The migration is a lot easier than it sounds. I will first walk through the obvious breaking changes that the compiler will catch, and then share tips and workarounds in some of that ‘missing’ stuff that the compiler will miss.  

  • 0 comments  /  posted by  Silverlight Show  on  May 03, 2010 (9 months ago)
    Jaime Rodriguez discusses the capabilities-driven security model exposed with the Windows Phone Developer Tools CTP- April Refresh.

    A Capability is defined as a resource for which privacy, security, cost or business concerns exist.  Examples of capabilities include GPS, camera, microphone, SMS or sensors.

  • 0 comments  /  posted by  Silverlight Show  on  Apr 01, 2010 (10 months ago)
    In this blog post, Jaime Rodriguez demonstrates theming and how to use it on Windows Phone 7.

    A theme is a visual definition of the look & feel for common controls in an Operating System.  
    Themes are usually end-user selectable, changing the theme at the OS level, impacts the look & feel of running applications that are ‘theme aware’.  As an example, on Windows Vista and Windows 7, a popular/desired theme is the Aero theme. 

  • 0 comments  /  posted by  Silverlight Show  on  Mar 04, 2009 (more than a year ago)
    Tags: Framework , WPF , Jaime Rodriguez , Onyx , Caliburn

    Jaime Rodriguez has posted about two very promising WPF application frameworks on CodePlex - Onyx and Caliburn.

    Catching up on my blog reading, I see two great development frameworks recently posted in Codeplex. Both aim to build clean, testable, loosely coupled WPF applications with separated concerns.

  • 0 comments  /  posted by  Silverlight Show  on  Mar 02, 2009 (more than a year ago)

    Jaime Rodriguez has posted some WPF discussions that caught his eye.

    Inside Microsoft, we have our own version of “forums” or “discussion groups” .. Lots of great questions and knowledge get fleshed out in these conversations.   Below is a brief (edited) version of the questions that caught my attention in the last two days. Going forward, I will try to watch these discussions closer and post the juicy ones a couple of times a month (it will always be on friday or saturday, so check for them on mondays).