Warning: this application uses the System.Windows.Browser.HtmlPage.Navigate() method to navigate, and this method is
not currently supported by Internet Explorer. It works fine using Firefox and the IEtab plugin for Firefox.
This is a Silverlight 1.1 application that is served by a Linux server with PHP running MySQL.
Both the silverlight xaml page and the create silverlight javascript file are generated by PHP from a MySQL database.
So, everything you see is generated on the fly by five PHP files, a C# file and the standard Silverlight.js.
The five PHP pages I had to construct are: the index.php, database connection library file (I always seperate that out),
the createSilverlight.js generator file, the image loader (from the database) file and the xaml page generator file.
The Visual Studio 2008 project code is available here.