Home  >  Article  >  Backend Development  >  Do PHP developers need Silverlight? (1)_PHP Tutorial

Do PHP developers need Silverlight? (1)_PHP Tutorial

WBOY
WBOYOriginal
2016-07-15 13:24:48847browse

[php100 exclusive translation] Do you think PHP developers don’t need Silverlight? Think about it again. By dynamically generating XAML (Extensible Application Markup Language), PHP developers using Microsoft's Silverlight trick can complement their skills and add entirely new visual components to their PHP pages. This article details how to use XAML code, JavaScript Build a simple Silverlight application with PHP.

Silverlight offers many attractions to developers who love .NET, especially those who are proficient in Microsoft development tools such as Visual Studio® 2008 and the latest Expression® Studio, but for PHP developers , you can still benefit greatly. In fact, using Silverlight, XAML, PHP and JavaScript code will make your PHP pages look great.

In order to demonstrate the many functions of Silverlight as a browser plug-in, I plan to develop a simple Silverlight application without using the tools developed by Microsoft. This demo mainly focuses on the Silverlight runtime as a The role of the XAML interpreter, since it didn't make it into .NET development, you can use it with Silverlight 1.0 or 2.0 alpha releases.

To create a robust PHP application, you need to adhere to a number of key principles:

●Using XAML in Silverlight applications
●Using PHP to deliver dynamic XAML
●In XAML Add mouse events to the code to create a highly responsive UI

Note: What you need to do here can be achieved in any text editor, including Notepad. As far as my personal experience is concerned, I recommend Editplus (

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/446755.htmlTechArticle[php100 exclusive translation] Do you think PHP developers don’t need Silverlight? Think about it again. By dynamically generating XAML (Extensible Application Markup Language), PHP developers use Microsoft...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn