How to index your Silverlight application in search engine UX Passion – Silverlight / WPF
Aug 13
  • Bouncing Elements using RenderTransform

    Bouncing Elements using RenderTransform

    This tutorial teaches how to create animations using the combination of RenderTransform (TranslateTransform) and DispatcherTimer.
    Very easy to understand and learn.

    Original Post

  • Windows 7 like task bar

    Windows 7 like task bar

    Windows 7 like Menu/Taks Bar. You can customize the color theme of the controls.

    Original Post

  • 3D Ray Tracing

    3D Ray Tracing

    This demo is amazing. I didn’t expect that Silverlight is able to simulate ray tracking and produce a very nice 3D result image!
    The author also included the challenge and a detailed explanation about ray tracing.

    Original Post

  • Implement Double Click

    Implement Double Click

    There is no native support for double click in Silverlight. Therefore, you need to make use of some workaround to solve this problem.
    With a combination of DispatcherTimer and MouseDown Event, you are able to create your own double click event!

    Original Post

  • Loading XML file

    Loading XML file

    A very detailed article teaching you how to get an xml data file from remote server.

    Original Post

  • Sudoku

    Sudoku

    A very famous game in the world. It has 4 levels: easy, medium, hard and expert.

    Original Post

  • Face Monkey

    Face Monkey

    Create your own monkey with various kind of drawings, objects and animations effect.
    A lot of good resrouces can be extracted from the source.

    Original Post

  • Silverlight Eyes

    Silverlight Eyes

    A realistic eye movement animation. The eye ball can follow the direction of your mouse.
    A complete tutorial is included in teaching you the mystery behind the implementation.

    Original Post

  • Chaos Ball Extreme

    Chaos Ball Extreme

    A very amazing game written in Silverlight 2. Experience a full 3D experience in this bouncing ball game.
    The performance is good and impressive!

    Original Post

  • Physics Behaviors

    Physics Behaviors

    A collection of Physics Behaviors. You are able to use to create game in Expression Blend without doing any programming!
    More references are available under the reference link.

    Original Post

  • SketchFlow Control Explorer

    SketchFlow Control Explorer

    An application which demonstrate all the available stetch style controls in SketchFlow.
    SketchFlow styles are re-distributable.

    Original Post

  • Trigger Stroyboard Animation when OnLoaded

    Trigger Stroyboard Animation when OnLoaded

    If you want to start up your storyboad animations when using an C# programming, you can use the EventTrigger method to create a storyboard event.

Shares and Enjoy~

Did you like this post?

Subscribe here:  

6 Responses to “Silvelight Resources Directory Update (13 Aug)”

  1. Vladimir Says:

    Thans for your nice work!

    Why when i start some of the apps from your library i see “You have to run this application in a new browser.” For example Text Effect > Text Effect Library. Same thing is out of browser and in the browser.

  2. admin Says:

    HI Vladimir,

    This problem is kindda technical. Application run in a single application domain only. Therefore, when I load some other external XAP, I have to load up all of the assemblies into the current Application domain. In such action, those assembly may be conflicting with the current thread and cause the loading problem.

    Another reason is that the original application is supposed to be attached to the RootVisual. However, I attempt to attach the external application into a Grid only. So, there will be many unexpected outcome.

  3. Programming with Silverlight, WPF & .NET » Silverlight SEO Says:

    [...] Silvelight Resources Directory Update (13 Aug) – 12 neue Silverlight Ressourcen Einträge [...]

  4. Brad Says:

    Nice post. Thanks!

    1 question, if your hosting your silverlight control on an ASP page cant the search engine get information about your control from the html around it (rather than creating a whole new page)? Thats what I did on http://agcalc.com , . Also, if you want you can use agcalc as an example of using RenderTransforms to allow the user to drag stuff across the screen.

    thanks,
    brad

  5. Brad Says:

    also, if anyone wants to take a look at http://agcalc.com and give me some pointers on SEO strategies that would be great. I know I need to get more ‘content’ up there like articles and such, that is in the works. My biggest confusion right now is just knowing which tools to use to determine if my SEO efforts are even paying off.

    thanks,
    brad

  6. Mike Pete Says:

    Extremely interesting blog post thanks for sharing I just added your site to my favorites and will check back.

Leave a Reply