<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Fri, 24 May 2013 12:15:38 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[SitePoint: Silverlight and PHP, Part 2: Creating a Simple Twitter Client]]></title>
      <guid>http://www.phpdeveloper.org/news/14763</guid>
      <link>http://www.phpdeveloper.org/news/14763</link>
      <description><![CDATA[<p>
SitePoint has posted the <a href="http://articles.sitepoint.com/article/silverlight-php-twitter">second part of a series</a> from <i>Jordan Knight</i> about creating a Twitter client by combining Silverlight and PHP (<a href="http://articles.sitepoint.com/article/php-silverlight">part one is here</a>).
</p>
<blockquote>
The application that we'll build in this article will allow you to enter a Twitter search term, and display the tweets received in Silverlight. Unfortunately, this process isn't as simple as loading a URL from Silverlight, because of something known as cross-domain access policy.
</blockquote>
<p>
He talks some about the problem that this cross-domain access can cause for your scripts and how he used PHP to solve it. He created a simple web service that his Silverlight application could query in the same domain. This service did the call to Twitter and returned back the results to the waiting Silverlight app.
</p>]]></description>
      <pubDate>Thu, 08 Jul 2010 10:10:13 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[SitePoint Server-Side Coding: A Beginner's Guide to Silverlight with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/14434</guid>
      <link>http://www.phpdeveloper.org/news/14434</link>
      <description><![CDATA[<p>
On SitePoint.com in the Server-side Coding blog there's a new tutorial that looks to help developers just wanting to get their feet wet with Silverlight to <a href="http://articles.sitepoint.com/article/php-silverlight">get started</a>. <i>Jordan Knight</i> shows you how to build a simple applications using a combination of C# frontend and a PHP-powered backend.
</p>
<blockquote>
You might think that it would be more difficult to use Silverlight in a PHP application, but it's actually quite simple; you can leverage JSON, XML, or any number of communication technologies to pass data from Silverlight to the PHP backend. However, in this article, we're choosing to go with a SOAP Web Service. I'll first show you how to start developing with Silverlight, then cover how you set up the web service in PHP, and finally demonstrate how to access the service from your Silverlight application.
</blockquote>
<p>
You'll also need to have the Silverlight Tools and Visual Studio installed as well to be able to follow along. He walks you through the creation of a sample project, setting up the basic Silverlight app, making a WSDL for the SOAP service and making the sample web service with PHP's <a href="http://php.net/soap">built-in SOAP functionality</a>. With that in place, he shows how to consume the service with the C# frontend and how to send a sample message back out to the application.
</p>]]></description>
      <pubDate>Thu, 29 Apr 2010 10:09:09 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Brian Swan's Blog: Streaming Silverlight Video with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/14273</guid>
      <link>http://www.phpdeveloper.org/news/14273</link>
      <description><![CDATA[<p>
In a new post to his MSDN blog today <i>Brian Swan</i> looks at combining <a href="http://blogs.msdn.com/brian_swan/archive/2010/03/29/streaming-silverlight-video-with-php.aspx">PHP with Silverlight</a> to make it simpler to embed streaming content into your sites.
</p>
<blockquote>
I'd planned on diving into the <a href="http://silverlightphp.codeplex.com/">Embedding Silverlight in PHP</a> project, but what I found is that there have been some changes in Microsoft technologies since the release of that project that make it even easier to embed <a href="http://www.silverlight.net/">Silverlight</a> in PHP applications. So I'll stick to the spirit of my promise if not to the letter of it.
</blockquote>
<p>
He shows how to set up some storage (a blob) on the Windows Azure service as a place to keep the video you're going to stream. When you set it up you'll create a public service name and get an access key that you can use when accessing the videos. He includes an example of the upload process and how, based on the information for each video, you can <a href="http://silverlightphp.codeplex.com/">use this project</a> to pull video directly from this data store.
</p>]]></description>
      <pubDate>Wed, 31 Mar 2010 08:45:52 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[IBuildings techPortal: Introduction to Silverlight for PHP developers]]></title>
      <guid>http://www.phpdeveloper.org/news/13709</guid>
      <link>http://www.phpdeveloper.org/news/13709</link>
      <description><![CDATA[<p>
On the IBuildings techPortal today there's <a href="http://techportal.ibuildings.com/2009/12/21/introduction-to-silverlight-for-php-developers/">another session</a> from this year's Dutch PHP Conference (2009) - <i>Maarten Balliauw</i> & <i>Kevin Dockx</i>'s talk on Silverlight for PHP developers.
</p>
<blockquote>
This session covers the basics of Microsoft Silverlight and demonstrates how PHP developers can benefit from developing rich client-side components that run in the web browser using Silverlight and PHP.
</blockquote>
<p>
You can either listen to this latest episode via their <a href="http://techportal.ibuildings.com/2009/12/21/introduction-to-silverlight-for-php-developers/">in-page player</a> or <a href="http://techportal.ibuildings.com/wp-content/uploads/audio/dpcradio/episode_021.mp3">get the mp3 directly</a>.
</p>]]></description>
      <pubDate>Mon, 21 Dec 2009 16:30:23 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Juozas Kaziukenas' Blog: Passing data from PHP to Silverlight]]></title>
      <guid>http://www.phpdeveloper.org/news/12528</guid>
      <link>http://www.phpdeveloper.org/news/12528</link>
      <description><![CDATA[<p>
As a part of his work on his entry into the WinPHP challenge, <i>Juozas Kaziukenas</i> has <a href="http://dev.juokaz.com/winphp-2009/passing-parameters-from-php-to-silverlight">posted a method he's figured out</a> to get PHP and Silverlight talking.
</p>
<blockquote>
Only on rare cases applications created with <a href="http://en.wikipedia.org/wiki/Silverlight">Silverlight</a> (or Flash) are static - it's very common to have information coming from a RSS feed, <a href="http://en.wikipedia.org/wiki/REST">REST</a> service or any other data source. What is more important, these applications usually needs configuration variables (user name, language, products category, etc.) to be passed to them. But how to do all that?
</blockquote>
<p>
He shows how to create a simple configuration that can be read by Silverlight and used to pass information back into your PHP script. There's even a more asynchronous method that lets your messaging work a lot like Ajax.
</p>]]></description>
      <pubDate>Mon, 18 May 2009 08:09:10 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Redmond Developer News: What's Next for Microsoft and PHP?]]></title>
      <guid>http://www.phpdeveloper.org/news/11132</guid>
      <link>http://www.phpdeveloper.org/news/11132</link>
      <description><![CDATA[<p>
<a href="http://reddevnews.com/news/devnews/article.aspx?editorialsid=1147">This recent article</a> on the Redmond Developer News site looks at a partnership one of their largest local businesses, Microsoft, has with Zend and the work they're doing with PHP. They ask "what's next" for these two companies and their future of Microsoft in the community.
</p>
<blockquote>
Despite speculation that Microsoft would make an announcement around its Silverlight runtime environment at last month's fourth annual Zend/PHP Conference and Expo (ZendCon) in Santa Clara, Calif., the company kept a relatively low profile.
</blockquote>
<p>
They do mention the collaboration that Zend and Microsoft have already done and note that going forward there will be more initiative to get Windows and PHP to work even better for desktop applications.
</p>]]></description>
      <pubDate>Thu, 02 Oct 2008 09:32:54 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Tomas Petricek's Blog: Writing Silverlight applications in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/9390</guid>
      <link>http://www.phpdeveloper.org/news/9390</link>
      <description><![CDATA[<p>
On his blog, <i>Tomas Petricek</i> <a href="http://tomasp.net/blog/php-in-silverlight.aspx">shows how</a> to create <a href="http://silverlight.net/">Silverlight</a> applications inside of PHP using the Microsoft development tools.
</p>
<blockquote>
Shortly Silverlight is a cross-browser platform that can be used for developing client-side components that run in the web browser and contain rich media, graphics and can interactively communicate with the user. The language that can be used for writing Silverlight code can be in general any .NET language, so our goal is to allow using PHP by making Phalanger compatible with Silverlight.
</blockquote>
<p>
He has two demo applications - <a href="http://tomasp.net/articles/php-in-silverlight/simplegui.html">a simple car app</a> and <a href="http://tomasp.net/articles/php-in-silverlight/game.html">a helicopter game</a> - he uses as examples. He focuses on the simpler of the two, the car demo, and gives the XAML source, the code for the PHPX file and talks some about the method of deployment that'd need to be used to get the app out to others.
</p>
<p>
You can <a href="http://tomasp.net/articles/php-in-silverlight/demos.zip">download the complete source</a> for the examples (including the Phalanger Silverlight runtime) as well.
</p>]]></description>
      <pubDate>Thu, 10 Jan 2008 08:47:00 -0600</pubDate>
    </item>
  </channel>
</rss>
