(X) Hide this Watch the recordings of our recent webinars: Switching on the Cloud for Silverlight by Gill Cleeren and WCF RIA Services Validation by Brian Noyes.
Sign up for the upcoming SilverlightShow webinars
Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 4 results for Mark Monster.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 0 comments  /  posted by  Silverlight Show  on  Feb 11, 2011 (2 months ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on Twitter Mark Monster explains why you get “The remote server returned an error: NotFound” exception while connecting to a WCF Service.

    Source: Mark Monster's Blog

    Alright, that message could have been a better message, but why are we getting this message?

    Yes, you probably figured that out yourself, something is wrong with your WCF Service, and it’s not a missing WCF Service. Yes it feels something is seriously wrong, why do we get this strange NotFound message?


  • 0 comments  /  posted by  Silverlight Show  on  Dec 20, 2010 (4 months ago)
    Tags: Trigger , Storyboard , ViewModel , Expression Blend , Mark Monster

    Mark Monster has posted about triggering Storyboard on ViewModel changes using the DataTrigger in Expression Blend.

    Source: Mark Monster's Blog

    Interactions based on ViewModel changes are easy as soon as you understand how it works. A lot of people have been hiding and showing elements in the UI based on a boolean in the ViewModel which is converted to fit the Visibility property. Of course they used an IValueConverter that translates a bool to a Visibility enum.

    But sometimes designers are tough, they don’t want to show and hide, they want to play a full animation. Of course I know about the ability to trigger a Storyboard by using EventTriggers (control Loaded or Clicked for example). But did you know about the DataTrigger?
  • 0 comments  /  posted by  Silverlight Show  on  Jun 24, 2010 (10 months ago)
    Tags: Google Analytics , Windows Phone 7 , Mark Monster
    Mark Monster demonstrates how to use Google Analytics with Windows Phone 7.
    To connect to Google Analytics I need to have a html page that contains a script that calls into Google Analytics to track events. So somehow I need to connect a Windows Phone 7 app to this html page.
  • How to improve the Windows Phone 7 Licensing development experience

    0 comments  /  posted by  Silverlight Show  on  Jun 14, 2010 (10 months ago)
    With this post Mark Monster aims to help those people who want to develop trial and full versions of their Windows Phone 7 apps.

    Microsoft really helps developers to implement licensing for your application. First of all everyone has probably read: “an app can only be installed through the Marketplace”. But beside this installation, an application can be tried through the Marketplace. The developer doesn’t have to write complex licensing mechanisms based on RPN strings. If you want to have limited features when the app is in Trial, it’s just one small piece of code. First reference the correct library.