Photo:1 Photo:2 Photo:3 Photo:4 |
| Overview | |
| 2>
Silverlight provides a retained mode graphics system similar to Windows Presentation Foundation (WPF), and integrates multimedia, graphics, animations and interactivity into a single runtime environment. In Silverlight applications, user interfaces are declared in Extensible Application Markup Language (XAML) and programmed using a subset of the .NET Framework. XAML can be used for marking up the vector graphics and animations. Silverlight can also be used to create Windows Sidebar gadgets for Windows Vista.[8]
Silverlight supports H.264 video, Advanced Audio Coding, Windows Media Video (WMV), Windows Media Audio (WMA) and MPEG Layer III (MP3) media content[9][dead link] across all supported browsers without requiring Windows Media Player, the Windows Media Player ActiveX control or Windows Media browser plug-ins. Because Windows Media Video 9 is an implementation of the Society of Motion Picture and Television Engineers (SMPTE) VC-1 standard, Silverlight also supports VC-1 video. According to the end user license agreement VC-1 and H.264 are only licensed for the "personal and non-commercial use of a consumer".[10] Silverlight, since version 3, supports the playback of H.264 video.[11] Silverlight makes it possible to dynamically load Extensible Markup Language (XML) content that can be manipulated through a Document Object Model (DOM) interface, a technique that is consistent with conventional Ajax techniques. Silverlight exposes a Downloader object which can be used to download content, like scripts, media assets or other data, as may be required by the application.[12] With version 2, the programming logic can be written in any .NET language, including some derivatives of common dynamic programming languages like IronRuby and IronPython.[13]
[edit] Tags:License,Plug-in,Multimedia,Graphics,Animation,Retained Mode,Windows Presentation Foundation,Animations,Extensible Application Markup Language,.net Framework,Marking Up,Vector Graphics,Windows Sidebar,Gadgets,Windows Vista,H.264,Advanced Audio Coding,Windows Media Video,Windows Media Audio,Mpeg Layer Iii,Dead Link,Windows Media Player,Activex,Windows Media,Windows Media Video 9,Society Of Motion Picture And Television Engineers,End User License Agreement,Extensible Markup Language,Document Object Model,.net,Language,Dynamic Programming Languages,Ironruby, | |
| Adoption | |
| 2>
According to statowl.com, Microsoft Silverlight has a penetration of 64.16% on May 2011. Usage on July 2010 was 53.54%, whereas Adobe Flash is installed on 95.26% of browsers, and Java support is available on 76.51% of browsers (May 2011); these statistics makes Adobe Flash the market leader in terms of penetration.[14] As of 26 August 2011 (2011 -08-26)[update], 0.3% sites are using Silverlight,[15] whereas site usage of Adobe Flash is around 27%.[16] Usage of Java on sites during the same time period is around 4%.[17]
[edit] Tags:Adobe Flash, | |
| Desktop computers | |
| 3>
Silverlight requires an x86 processor with Streaming SIMD Extensions (SSE) support. Supported processors include the Intel Pentium III and up, and the AMD Athlon XP and up. Newer AMD Duron models are also supported.
The following table presents an availability and compatibility matrix of Silverlight versions for various operating systems and web browsers.
Supported desktop platforms[18][19]
OS/browser
Internet Explorer 6 SP1 or later
Internet Explorer 7
Internet Explorer 8 or later
Mozilla Firefox 3 or later
Safari
Opera
Google Chrome
Windows 7
N/A
N/A
1, 2, 3, 4, 5
1, 2, 3, 4, 5
1, 2
Unofficially[20][21]
2, 3, 4, 5
Windows Server 2008 R2
N/A
N/A
1, 2, 3, 4, 5
5
1, 2
Unofficially[20][21]
2, 3, 4, 5
Windows Vista
N/A
1, 2, 3, 4, 5
1, 2, 3, 4, 5
1, 2, 3, 4, 5
1, 2
Unofficially[20][21]
2, 3, 4, 5
Windows Server 2008
N/A
1, 2, 3, 4, 5
1, 2, 3, 4
1, 2, 3, 4, 5
1, 2
Unofficially[20][21]
2, 3, 4, 5
Windows XP
Windows Server 2003
Windows Home Server
1, 2, 3, 4
1, 2, 3, 4, 5
1, 2, 3, 4, 5
1, 2, 3, 4, 5
1, 2
Unofficially[20][21]
2, 3, 4, 5
Windows 2000 (KB891861 required)
2, 3, 4
N/A
N/A
Unofficially[22]
2
Planned[20]
N/A
Mac OS 10.4/10.5 Intel
N/A
N/A
N/A
1, 2, 3, 4, 5
1, 2, 3, 4, 5
Planned [20]
No
An upcoming Opera support was promised since 3 May 2007, when David Storey, the Chief Web Opener at Opera, revealed a Microsoft poster for MIX conference that had shown Opera integration as a part of Silverlight 1.1.[20] However, As of December 2011[update], Silverlight still does not officially support Opera. Silverlight 1.0 could be made to work Opera via a hack.[21] Starting from Silverlight 2, hacks were no longer required.[23]
On Linux and FreeBSD, the functionality is available via Moonlight.[24][25] Moonlight is available for the major Linux distributions, with support for Firefox, Konqueror, and Opera browsers, provided it was obtained through Novell.[26] Miguel de Icaza has expressed an interest in working with developers from other operating systems (BSD, Solaris) and other browsers (Konqueror, WebKit and Opera) to ensure that Moonlight works fine on their systems.[27] Availability of Moonlight version 1.0 for FreeBSD was announced in March 2009,[28] but has been since been reported actually not to work.[29]
[edit] Tags:Operating System,Platform,Operating Systems,Moonlight,Linux,Freebsd,X86,Streaming Simd Extensions,Intel,Pentium Iii, | |
| Mobile devices | |
| 3>
Silverlight is the primary development environment for Windows Phone and is based on Silverlight 4. For previous versions of Windows Mobile, the first Community Technology Preview (CTP) for Windows Mobile 6 was expected in the second quarter of 2008, but it still not officially announced. Microsoft has stopped focusing on bringing Silverlight to Windows Mobile 6.x.[30] Nokia has announced plans to make Silverlight for Mobile available for S60 on Symbian OS, as well as for Series 40 devices and Nokia internet tablets.[31][32] Silverlight for Mobile supports Silverlight 2 content and .NET languages.[5] Silverlight for Windows Phone 7.5 is based on Silverlight 4.[33]
[edit] Tags:Windows Phone,Symbian Os,S60,Symbian, | |
| Development tools | |
| 2>
A Silverlight application being edited in Microsoft Visual Studio.
Silverlight applications can be written in any .NET programming language. As such, any development tools which can be used with .NET languages can work with Silverlight, provided they can target the Silverlight CoreCLR for hosting the application, instead of the .NET Framework CLR. Microsoft has positioned Microsoft Expression Blend as a companion tool to Visual Studio for the design of Silverlight User Interface applications. Visual Studio can be used to develop and debug Silverlight applications. To create Silverlight projects and let the compiler target CoreCLR, Visual Studio requires the Silverlight Tools for Visual Studio.[34]
A Silverlight control is a ZIP format file with extension .XAP containing a list of one or more .NET managed assemblies (.DLL files) along with the AppManifest.XAML file containing this list along with the entry point (class and assembly). It can be hosted in any HTML file using an object tag, for example: <object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%"><param name="source" value="MySilverLightControl.xap"/></object>
A Silverlight project contains the Silverlight.js and CreateSilverlight.js files which initializes the Silverlight plug-in for use in HTML pages, a XAML file for the UI, and code-behind files for the application code. Silverlight applications are debugged in a manner similar to ASP.NET applications. Visual Studio's CLR Remote Cross Platform Debugging feature can be used to debug Silverlight applications running on a different platform as well.[35]
In conjunction with the release of Silverlight 2, Eclipse was added as a development tool option.[36]
[edit] Tags:Type, | |
| Licensing | |
| 2>
An April 2007 PC World report suggested that Microsoft intended to release certain parts of Silverlight source code as open source software,[37] but a week later Sam Ramji, director of platform technology strategy at Microsoft, contradicted the rumors by confirming that the company had no plans to open Silverlight.[38] Some controls that ship with Silverlight are available under the Microsoft Public License as a part of a separate project known as the Silverlight Toolkit.[39]
Silverlight's proprietary nature is a concern to competition since it may harm the open nature of the World Wide Web. Advocates of free software are also concerned Silverlight could be another example of Microsoft's embrace, extend and extinguish strategy.[40] Both Microsoft Silverlight and Adobe Flash are proprietary.[41] Flash's file formats are publicly documented standards,[42][43] as are Silverlight's.[44][45] However, the communication between a Flash player and a server is done by the proprietary protocol RTMP. Both Flash and Silverlight use patent-encumbered audio and video codecs.
[edit] Tags:Arm,Free Software,Patent, | |
| Mono Moonlight implementation | |
| 2>
Main article: Moonlight (runtime)
The Mono team is currently developing Moonlight, a free and open-source implementation of both the Silverlight 1 and 2 runtimes.[46]
The project is officially supported by Microsoft who,[24] under an agreement with Novell, has made additional specifications, access to the Silverlight Base Class Library APIs, binary codecs and test cases available to the Mono team,[25] none of which are available to other members of the public.[47]
The "covenant" under which Novell has been granted this exclusive access also specifies conditions that are incompatible with the licensing that covers most other free and open source software. As examples, it specifically requires that the software must have been "obtained directly from Novell or through an Intermediate Recipient" and that it must be "not licensed under GPLv3 or a Similar License".[26] Some free software proponents have criticized the covenant.[48]
Silverlight has received criticism for not living up to its cross-platform operating system compatibility promises, especially on Linux systems compared to its extensive support on Apple and Microsoft desktops for Internet Explorer, Firefox, and Chrome. Even though Microsoft is officially collaborating on the Moonlight project, Bruce Chizen, who was CEO of Adobe Systems at the time, which sells the competing proprietary Flash platform, questioned "the commitment of Microsoft to keep the Silverlight platform compatible with other OS besides Windows".[49] His concerns are based on "examples from history" where, he argues, Microsoft has launched products with promises of ongoing cross-platform compatibility that no longer apply, for example Internet Explorer for UNIX and Windows Media Player for Mac.
[edit] Tags: | |
| Relationship to existing web standards | |
| 2>
California and several other U.S. states also have asked a District Judge to extend most of Microsoft's antitrust case settlement for another five years,[50] citing "a number of concerns, including the fear that Microsoft could use the next version of Windows to 'tilt the playing field' toward Silverlight, its new Adobe Flash competitor," says a Seattle Post-Intelligencer article. The final judgment on the motion extended the settlement two years, to November 2009, but for reasons unrelated to Silverlight.[51] In Windows 7 the Silverlight web browser plug-in is not installed automatically, but is a downloadable optional update through Windows Update.[52]
Microsoft has been criticized for not using the Scalable Vector Graphics (SVG) standard for Silverlight, which, according to Ryan Paul, editor of Open Ended, Ars Technica's open source software journal, is consistent with Microsoft's way of ignoring open standards in other products, as well.[53] However, according to David Betz, a .NET specialist and Microsoft Most Valuable Professional (MVP), while it "seems to some to be a valid criticism and a good point to some of the web standards world, it is absolutely groundless and carries no weight." Microsoft would have had to alter the SVG specification in order to integrate it with .NET. Consequently, he thinks the "choice by Microsoft to use XAML over SVG, served to retain the SVG standard by not adding proprietary technology [to SVG]".[54][dead link].
[edit] Tags: | |
| History | |
| 2>
Main article: Microsoft Silverlight History
Silverlight 1 - Silverlight 1, developed under the codename Windows Presentation Foundation/Everywhere (WPF/E) was released in 2007. It consisted of the core presentation framework, which is responsible for the user interface (UI), interactivity and user input, basic UI controls, graphics and animation, media playback, Digital rights management (DRM), and DOM integration.
Silverlight 2 - Included a version of the .NET Framework, implemented the same full Common Language Runtime (CLR) version as .NET Framework 3.0; so it can execute programs written in any .NET language.
Silverlight 3 - Silverlight 3 was announced on 12 September 2008, and unveiled at MIX09 in Las Vegas on 18 March 2009.[55] A beta version was made available for download the same day. The final version was released 9 July 2009. Silverlight 3 included more controls[56]—including but not limited to DataGrid, TreeView, various layout panels, DataForm for forms-driven applications and DataPager for viewing paginated data.
Silverlight 4 - On 18 November 2009, at the Professional Developers Conference in Los Angeles, Microsoft Corporation unveiled a Beta version of Silverlight 4.[57] The final version was released on 15 April 2010 (along with Silverlight 4 tools for developers). New features in Silverlight 4 include: Support for Google's Chrome browser; Web cam and microphone; Printing; More mouse support; New notification support to send messages to users; New and enhanced controls (e.g., RichTextBox, DataGrid); Theming of controls; rendering HTML; better localization, and others.
Silverlight 5 - The final release is available for download on 9 December 2011.[58] New features include: GPU accelerated video decoding, 3D graphics, playback speed controls, remote control and 64-bit support.[58]
A Silverlight 1.0 application hosted in Internet Explorer. Interactivity was provided by Silverlight, but user input controls are HTML controls overlaid on top of Silverlight content.
A Silverlight 2 application hosted in Internet Explorer. Version 2 brings improved interactivity and support for some native .NET languages and development tools.
A Silverlight 3 application, with one instance running in Google Chrome as well as installed locally. The start menu icon is also shown.
[edit] Tags: | |
| References | |
| 2>
^ "Get Microsoft Silverlight". Microsoft Silverlight home. Microsoft Corporation. http://www.microsoft.com/getsilverlight/Get-Started/Install/Default.aspx. Retrieved 9 December 2011.
^ Date is extracted from the package digital certificate.
^ "Frequently Asked Questions § System requirements". Microsoft Silverlight product page. Microsoft Corporation. http://www.microsoft.com/silverlight/faq/#sys-req. Retrieved 4 November 2010.
^ Perez, Sarah (22 March 2010). "Silverlight for Symbian Plugin Now Available". Cool Stuff – A Channel 9 Blog. Microsoft Corporation. http://on10.net/blogs/sarahintampa/Silverlight-for-Symbian-Plugin-Now-Available/. Retrieved 4 November 2010.
^ a b "FAQ: Silverlight for mobile". Silverlight.net. Archived from the original on 29 June 2009. http://wayback.archive.org/web/20090515000000*/http://silverlight.net/learn/mobile.aspx. Retrieved 9 March 2008.
^ Nickinson, Phil. "Silverlight Mobile rumored for WinMo 7". wpcentral. Mobile Nations. http://www.wpcentral.com/silverlight-mobile-rumored-winmo-7. Retrieved 19 March 2009.
^ "Forbidden items — FedoraProject". http://fedoraproject.org/wiki/ForbiddenItems#Moonlight.
^ Sterling, Charles. "Writing a Windows Sidebar Gadget in Silverlight dead simple". MSDN Blogs. http://blogs.msdn.com/charles_sterling/archive/2007/05/14/writing-a-windows-sidebar-gadget-in-silverlight-dead-simple.aspx. Retrieved 9 March 2008.
^ "Silverlight FAQs". http://www.microsoft.com/silverlight/faq.aspx. Retrieved 21 January 2011. [dead link]
^ "Microsoft Silverlight 1.0 beta license". http://www.microsoft.com/silverlight/license-win.aspx. Retrieved 14 June 2007. [dead link]
^ "Discussed on Microsoft's web site in Q&A with Scott Guthrie". http://www.microsoft.com/presspass/features/2008/sep08/09-09silverlight.mspx.
^ "Using a Downloader Object". http://msdn2.microsoft.com/en-us/library/bb232904.aspx. Retrieved 25 May 2007.
^ "Mono developers to bring Silverlight to Linux". 7 May 2007. http://arstechnica.com/news.ars/post/20070507-mono-developers-to-bring-silverlight-to-linux.html.
^ "Rich Internet Application Market Share" (Flash). StatOwl.com. http://www.statowl.com/custom_ria_market_penetration.php. Retrieved 24 July 2011.
^ "Usage of Silverlight for websites". W3Techs Technology Surveys. Q-Success. http://w3techs.com/technologies/details/cp-silverlight/all/all. Retrieved 26 August 2011.
^ "Usage of Flash for websites". W3Techs Technology Surveys. Q-Success. http://w3techs.com/technologies/details/cp-flash/all/all. Retrieved 24 July 2011.
^ "Usage statistics and market share of Java for websites". W3Techs Technology Surveys. Q-Success. http://w3techs.com/technologies/details/pl-java/all/all. Retrieved 24 July 2011.
^ http://www.microsoft.com/getsilverlight/Get-Started/Install/Default.aspx
^ http://www.microsoft.com/getsilverlight/locale/en-us/html/installation-win-SL4.html
^ a b c d e f g h "Opera Watch: More details on Silverlight support in Opera". http://operawatch.com/news/2007/05/more-details-on-silverlight-support-in-opera.html. Retrieved 2 May 2007.
^ a b c d e f "Silverlight in Opera". http://blog.crazyboomerang.com/2007/12/silverlight-in-opera.html. Retrieved 10 March 2008.
^ "Install Silverlight : Unsupported platform, system requirements". http://www.microsoft.com/silverlight/resources/install.aspx?reason=unsupportedplatform#sysreq.
^ "Run Silverlight in Opera". http://www.favbrowser.com/how-to-run-silverlight-in-opera/. Retrieved 12 May 2009.
^ a b "Silverlight 1.0 Released and Silverlight for Linux Announced". http://weblogs.asp.net/scottgu/archive/2007/09/04/silverlight-1-0-released-and-silverlight-for-linux-announced.aspx. Retrieved 5 September 2007.
^ a b "Microsoft/Novell Collaboration on Silverlight". http://tirania.org/blog/archive/2007/Sep-05.html. Retrieved 5 September 2007.
^ a b "Covenant to Downstream Recipients of Moonlight – Microsoft & Novell Interoperability Collaboration". Microsoft. 28 September 2007. http://www.microsoft.com/interop/msnovellcollab/moonlight.mspx. Retrieved 8 March 2008. "“Downstream Recipient” means an entity or individual that uses for its intended purpose a Moonlight Implementation obtained directly from Novell or through an Intermediate Recipient… Microsoft reserves the right to update (including discontinue) the foregoing covenant… “Moonlight Implementation” means only those specific portions of Moonlight 1.0 or Moonlight 1.1 that run only as a plug-in to a browser on a Personal Computer and are not licensed under GPLv3 or a Similar License."
^ "Microsoft/Novell Collaboration on Silverlight". Miguel de Icaza. 5 September 2007. http://tirania.org/blog/archive/2007/Sep-05.html. Retrieved 9 November 2008. "We will be supporting Firefox and Linux initially (that is our first goal) but we are looking forward to work with developers from other operating systems (BSD, Solaris) and other browsers (Konqueror, WebKit and Opera) to ensure that Moonlight works fine on their systems."
^ "Moonlight 1.0 for FreeBSD availability announcement". 5 March 2009. http://www.freebsdnews.net/2009/03/05/moonlight-10-ports/.
^ "Installation and Maintenance of FreeBSD Ports or Packages". http://forums.freebsd.org/showthread.php?t=3915.
^ Chapman, Stephen (1 December 2009). "Windows Mobile 7: Silverlight Applications, IE Mobile 7, and More!". http://msftkitchen.com/2009/12/windows-mobile-7-silverlight-applications-ie-mobile-7-and-more.html.
^ "Nokia to enable Silverlight". Blog.anta.net. 4 March 2008. ISSN 1797-1993. Tags: | |
zote monety click here click here click here click here |