(X) Hide this Watch the recordings of our recent webinars: Switch or no switch: Can I build my business apps in LightSwitch and Switching on the Cloud for Silverlight by Gill Cleeren
Our next webinar is on May 11th: Getting started with the Silverlight 5 Beta. Join it!
Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 7 results for jQuery.
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  Apr 27, 2011 (5 days ago)
    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on Twitter

    This post of Karl Shifflett might be of help to those of you who are writing their own desktop, phone and web applications that use forms authentication.

    Source: Karl's Blog

    I’ve been working on Stuff v2; a movie, game, and books application. Its primary use case is, "I’m at the store and don’t remember if I have a particular movie, game, or book. I need to determine if I have it; if not, then check the online price and ratings before making the purchase."

    Given the varied application clients and devices, ASP.NET forms authentication seemed like the natural choice for authentication for the website, MVC3 JSON endpoints, and WCF services.


  • 0 comments  /  posted by  Silverlight Show  on  Apr 20, 2011 (1 week ago)
    Tags: ASP.NET , WCF , jQuery
    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on Twitter

    In this walkthrough, you will see how to convert an existing ASP.NET/jQuery application that consumes data from a WCF service to Silverlight.

    Source: The Visual Basic Team

    Here are some topics that we will cover: 

        1. How to use the Visual Studio 2010 Silverlight Designer 
        2. XAML and Silverlight control concepts 
        3. How WCF services can be integrated into Silverlight applications 
        4. Silverlight data binding techniques 
        5. How to make asynchronous calls to services 
        6. How to work with cross domain services 
        7. Similarities between ASP.NET and Silverlight applications
  • 0 comments  /  posted by  Silverlight Show  on  Apr 15, 2011 (2 weeks ago)
    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on Twitter

    In this post, Jeff Handley talks about RIA/JS - a new jQuery client for WCF RIA Services.

    Source: Jeff's Blog

    Today at MIX11, Brad Olenick announced RIA/JS, a jQuery client for WCF RIA Services. This is an early preview that we want to get your feedback on. Long before WCF RIA Services V1.0 was released, we started talking RIA Services support for AJAX; in fact, you can see the item here on the RIA Services Wish List (11th ranked as of today). We hope that you’ll grab this preview and let us know if you like the direction we’re going.
  • 0 comments  /  posted by  Silverlight Show  on  Apr 14, 2011 (2 weeks ago)
    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on Twitter

    Jeff Handley announces the two releases the WCF RIA Services team put out at MIX.

    Source: Jeff's Blog

    As an alternative to the Toolkit MSI, we are now also publishing NuGet packages for many of the features found in the Toolkit. This allows you to install the package directly into your project without installing the MSI on your machine.
  • 1 comments  /  posted by  Silverlight Show  on  Jan 14, 2011 (3 months ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on TwitterScott Guthrie announces the release of several products including ASP.NET MVC 3 and NuGet.

    Source: ScottGu's Blog

    I’m really excited about today’s releases – they provide a bunch of additional value that makes web development with ASP.NET, Visual Studio and the Microsoft Web Server a lot better.

    A lot of folks worked hard to share this with you today. On behalf of my whole team – we hope you enjoy them!
  • 0 comments  /  posted by  Silverlight Show  on  Apr 26, 2010 (more than a year ago)
    Tags: DOM , jQuery , CSS , Timmy Kokke
    Timmy Kokke explains how to use jLight to interact with the DOM from Silverlight.

    Lately I’ve ran into situations where I had to change elements or had to request a value in the DOM from Silverlight. jLight, which was introduced in an earlier article, can help with that. jQuery offers great ways to change CSS during runtime. Silverlight can access the DOM, but it isn’t as easy as jQuery.

  • 0 comments  /  posted by  Silverlight Show  on  Apr 19, 2010 (more than a year ago)
    Douglas Starnes posted about one pretty interesting UX pattern that was a visual combination of search and autosuggest which he was building in Silverlight. Douglas also has a second post in which he demonstrates the jQuery version.

    ImageI have been working on a UX pattern that discovered a while back. I am not the first person to do this but I have never seen an implementation in Silverlight before so I decided to give it a try. 

    The idea is this: The user is presented with a set of images and a text box.  Each image is tagged with a number of keywords.  As the user types a search term, images whose tags are not related to the search terms are faded out.  In this way it is a combination of search and autosuggest.