Recommended

Skip Navigation LinksHome / Search

Search

 
Results Per Page

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

Page 
  • 1
  • 2
Next
Order by Publish Date   Ascending Title   Rating  

  • 0 comments  /  posted by  Silverlight Show  on  Jun 10, 2010 (3 days ago)
    Take a look at this tool presented by Einar Lielmanis which is very handy for formatting the silverlight.js files into a readable manor.

    This little beautifier will reformat and reindent bookmarklets, ugly javascript, unpack scripts packed by the popular Dean Edward's packer, as well as deobfuscate scripts processed by javascriptobfuscator.com.

    The source code for the latest version is always available on github, and you can download the beautifier for local use (zip, tar.gz) as well.



  • 0 comments  /  posted by  Silverlight Show  on  Oct 22, 2009 (7 months ago)
    Tags: Mailto , JavaScript
    In this post Damon Payne discusses Silverlight and Mailto.

    This may be obvious to some, but by calling out to JavaScript within the document hosting your Silverlight application, you can do some powerful things.  Back in the day, we used to sometimes use an href with “mailto” as a poor man’s contact form – hosting solutions with databases and backups weren’t always as cheap and plentiful as they are today.

  • author  Jeffrey M. Rhodes  /  released on  Jun 30, 2009
    Programming for e-Learning Developers: ToolBook, Flash, JavaScript, and Silverlight

    Product Description

    Even a little programming can go a long way in terms of increasing your ability to create meaningful interactions for your e-Learning. To do that, however, entails understanding basic programming concepts like events, properties, and methods. Add to that the requirement to perform more advanced tasks like adding hyperlinks, communicating via SCORM with your Learning Management System, loading media or graphics, and using a web service to send email from your application, and you have the need for some 'real' programming. Many e-Learning developers use multiple tools. Even if you stick to a single tool like Flash or ToolBook, you still likely have the need to make external JavaScript calls in order to get extra functionality. So rather than focus on a single tool, this book takes each of our programming challenges and solves it in ToolBook - OpenScript, ToolBook - Actions Editor, Flash, JavaScript, and Silverlight.

    Buy from:
    Amazon

  • Calling Silverlight Methods using JavaScript

    0 comments  /  posted by  Silverlight Show  on  Apr 16, 2009 (more than a year ago)
    Malcolm Sheridan wrote an article which demonstrates how to use JavaScript to call Silverlight methods.

    I’m going to create a fictional business application that uses JavaScript to call a Silverlight application to search for Australian post codes. The benefit of calling Silverlight code from JavaScript is that the calls are made asynchronously, so there is no page refresh for the end user.

  • Calling JavaScript functions from Silverlight 2

    0 comments  /  posted by  Silverlight Show  on  Apr 08, 2009 (more than a year ago)
    Tags: JavaScript , DOM
    Malcolm Sheridan demonstrates how to call JavaScript functions from Silverlight 2.

    Silverlight 2 is a great technology to build business centric applications, and one of the coolest features is the ability to call JavaScript functions from your Silverlight code.   

  • 2 comments  /  posted by  Silverlight Show  on  Mar 23, 2009 (more than a year ago)
    Scott Barnes will show you the advantages of Silverlight and why it is better than JavaScript,CSS and HTML.

    Damian Edwards stayed at my house a week leading up to MIX09 and he’s had an amazing impact on our product teams whilst he stayed. One question he did provoke my way was what makes Silverlight better than JavaScript/HTML (forgot the actual wording but the meaning i walked away with was just that).

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

    Team Visifire will show you how to create Drilldown Silverlight charts using Visifire. 

    In this sample application, chart can be drilled down till 2 levels. The default chart would show yearly sales of a fictitious company for the period 2006-2008. On click of column representing the sales for an year, monthly sales for that year is shown up. Further it can be drilled down to find product wise sales for the selected month.

  • 3 comments  /  posted by  Jeff Paries  on  Jan 26, 2009 (more than a year ago)

    Note: This article is submitted by Jeff Paries for Silverlight: Write and Win contest.Thanks a lot, Jeff! Hello All, Please drop a comment if you like it.

    Introduction

    There have been many requests online regarding methods to go about sending content to a user from within a Silverlight application. Many Silverlight users have asked for a “Save File” dialog that can be leveraged to pass files out of an application. The technique described in this tutorial shows how you can leverage a standard HTML right-click dialog to allow a user to select the “Save Link/Target As” menu and pass any type of file from any type of object to the user, allowing them to save the file to any location they wish.

  • 5 comments  /  posted by  Boyan Mihaylov  on  Jan 12, 2009 (more than a year ago)

    Introduction

    Silverlight helps for creating Rich Internet Applications (RIAs). It runs in the context of the browser. There is an isolated area, called sandbox, which holds the Silverlight application. But why is it necessary to restrict the Silverlight applications in such a way? The answer of this question is pretty simple - because of the security. Running such applications locally is dangerous. They may damage your computer or your data. So, there is a necessity to somehow restrict them. Thus, a Silverlight application runs in the sandbox.

  • 10 comments  /  posted by  Martin Mihaylov  on  Aug 19, 2008 (more than a year ago)
    Tags: HTML , JavaScript , DOM

    Update: The demo, the source code and the code in the article are compatible with Silverlight 2 RTW. The only changes I made were to the object element in the host page.

    This tip is about adjusting the size of the Silverlight object in the Html to the size of the content in our Silverlight application. The example I will use will manipulate only the height, because the width can be manipulated in analogical way.

    Let's start with explanation of how we're going to access the Silverlight object in the HTML. We use the HtmlPage object in the codebehind. With its help we invoke a javascript function, which will deal with Silverlight object in the mark up:

    private void ResizeSilverlightOnject( double height )
    {
        HtmlPage.Window.Invoke( "ResizeObject", new object[] { height } );
    }
    

     


Page 
  • 1
  • 2
Next
Help us make SilverlightShow even better and win a free t-shirt. Whether you'd like to suggest a change in the structure, content organization, section layout or any other aspect of SilverlightShow appearance - we'd love to hear from you! Need a material (article, tutorial, or other) on a specific topic? Let us know and SilverlightShow content authors will work to have that prepared for you. (hide this)