 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
SitePoint: Silverlight and PHP, Part 2 Creating a Simple Twitter Client
by Chris Cornutt July 08, 2010 @ 10:10:13
SitePoint has posted the second part of a series from Jordan Knight about creating a Twitter client by combining Silverlight and PHP (part one is here).
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.
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.
voice your opinion now!
silverlight tutorial twitter search crossdomain
SitePoint Server-Side Coding: A Beginner's Guide to Silverlight with PHP
by Chris Cornutt April 29, 2010 @ 10:09:09
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 get started. Jordan Knight shows you how to build a simple applications using a combination of C# frontend and a PHP-powered backend.
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.
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 built-in SOAP functionality. 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.
voice your opinion now!
silverlight tutorial beginner visualstudio
Brian Swan's Blog: Streaming Silverlight Video with PHP
by Chris Cornutt March 31, 2010 @ 08:45:52
In a new post to his MSDN blog today Brian Swan looks at combining PHP with Silverlight to make it simpler to embed streaming content into your sites.
I'd planned on diving into the Embedding Silverlight in PHP 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 Silverlight in PHP applications. So I'll stick to the spirit of my promise if not to the letter of it.
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 use this project to pull video directly from this data store.
voice your opinion now!
silverlight embed tutorial azure windows
Juozas Kaziukenas' Blog: Passing data from PHP to Silverlight
by Chris Cornutt May 18, 2009 @ 08:09:10
As a part of his work on his entry into the WinPHP challenge, Juozas Kaziukenas has posted a method he's figured out to get PHP and Silverlight talking.
Only on rare cases applications created with Silverlight (or Flash) are static - it's very common to have information coming from a RSS feed, REST 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?
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.
voice your opinion now!
tutorial microsoft silverlight
Redmond Developer News: What's Next for Microsoft and PHP?
by Chris Cornutt October 02, 2008 @ 09:32:54
This recent article 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.
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.
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.
voice your opinion now!
microsoft zend zendcon08 desktop application silverlight
|
Community Events
Don't see your event here? Let us know!
|