News Feed
Jobs Feed
Sections




News Archive
SitePoint:
Silverlight and PHP, Part 2 Creating a Simple Twitter Client
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.

0 comments voice your opinion now!
silverlight tutorial twitter search crossdomain


blog comments powered by Disqus

Similar Posts

UncleCode.com: Install PHPUnit Manually without Pear for a Single Project

PHPMaster.com: Better Understanding PHP's Garbage Collection

Rob Allen's Blog: Luke - Lucene Index Toolbox

Zend Developer Zone: Reading Access Databases with PHP and PECL

Brandon Savage's Blog: Installing PHP 5.3 On Ubuntu


Community Events











Don't see your event here?
Let us know!


introduction series tool release example framework phpunit object development unittest zendframework2 conference opinion interview community testing functional language code podcast

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework