Sign In
Piotr Puszkiewicz's Silverlight Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Silverlight
Archive
Archives
July 2008
(1)
June 2008
(4)
May 2008
(3)
MSDN Blogs
>
Piotr Puszkiewicz's Silverlight Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Piotr Puszkiewicz's Silverlight Blog
Silverlight.js available on MSDN Code Gallery
Posted
over 4 years ago
by
PiotrP
3
Comments
Silverlight.js is now available for download on MSDN Code Gallery via http://code.msdn.microsoft.com/silverlightjs . Silverlight 1.0 and Silverlight 2 Web sites can use this updated file to add support for Firefox 3 and to enable new features such as...
Piotr Puszkiewicz's Silverlight Blog
What's new in the Silverlight 2 Beta 2 SDK's Silverlight.js file?
Posted
over 4 years ago
by
PiotrP
7
Comments
The Silverlight.js file was updated with several important improvements in the Silverlight 2 Beta 2 SDK . These improvements were focused on two key areas: better experiences out-of-the-box for end users and easier customization of those experiences for...
Piotr Puszkiewicz's Silverlight Blog
Structure of the Silverlight Object Tag
Posted
over 4 years ago
by
PiotrP
4
Comments
The Silverlight 2 installation/instantiation model promotes the use of the Silverlight <object> tag template. In my post Instantiating Silverlight: HTML vs. Script I mentioned that this template was designed to meet five criteria: be backwards-compatible...
Piotr Puszkiewicz's Silverlight Blog
Instantiating Silverlight: HTML vs. Script
Posted
over 4 years ago
by
PiotrP
4
Comments
Many Silverlight developers have noticed a rather fundamental change between the Silverlight installation/instantiation models in Silverlight 1.0 and Silverlight 2.0. Silverlight 1.0 relied on a javascript helper file, Silverlight.js, to provide the installation...
Piotr Puszkiewicz's Silverlight Blog
Firefox 3 support added to Silverlight 2 Beta 2 SDK's Silverlight.js
Posted
over 4 years ago
by
PiotrP
9
Comments
Lots of folks are starting to notice that changes between Firefox 2 and Firefox 3 are causing failures in the isInstalled function used in older Silverlight.js files. Since the Silverlight.createObject function uses isInstalled, this results in Silverlight...
Piotr Puszkiewicz's Silverlight Blog
Automatically Start Silverlight on Install - Part 2
Posted
over 4 years ago
by
PiotrP
5
Comments
Silverlight 2 changes the default instantiation model of the Silverlight control from Silverlight.js to the <object> tag. This change makes it seem that Automatically Starting Silverlight on Install requires rewriting our instantiation code and...
Piotr Puszkiewicz's Silverlight Blog
Determining if Silverlight is installed using Javascript
Posted
over 4 years ago
by
PiotrP
5
Comments
In my recent post entitled Automatically Start Silverlight on Install I discussed a method for starting Silverlight once it is installed without any user interaction. The method discussed in that post relied on Silverlight.js, the helper file used for...
Piotr Puszkiewicz's Silverlight Blog
Automatically Start Silverlight on Install - Part 1
Posted
over 4 years ago
by
PiotrP
10
Comments
The last step of the Silverlight installer is to ask the user to restart or refresh their browser. This approach forces the browser to re-evaluate the page's Silverlight instantiation logic once the control is installed. In the case of non-IE browsers...
Page 1 of 1 (8 items)