Archive for December, 2008

Dec 29 2008

Hosting a Full-Browser Silverlight App on SLS

Published by under Programming

It’s been three or four days of wierd, difficult to diagnose problems with Silverlight and topics related to it. The latest one involved Microsoft’s free Silverlight hosting service at Silverlight Live Streaming. It’s damned nice of MS to offer Silverlight developers up to 10 free gigs of storage and streaming support. In my case I [...]

No responses yet

Dec 29 2008

A Google Image Memory Game in Silverlight 2

Published by under Gaming,Programming

I finally completed and deployed the Silverlight 2 game I have been working on for the last few days. I don’t think it will win any awards for game design, but it allowed me to explore a pretty wide swath of Microsoft’s second generation Flash competitor. I like the idea of Silverlight, for the simple [...]

No responses yet

Dec 28 2008

Where You Test a Silverlight App Matters

Published by under Programming

I recently had to find the cause of a puzzling error in the Silverlight 2.0 game I am working on. The game uses Image controls to load pictures returned from Google image search. To load a picture I first create a new Uri object containing the address of the image, then use it to construct [...]

No responses yet

Dec 25 2008

Deserializing Google Json Data in Silverlight 2.0

Published by under Programming

In the process of working on a game in Silverlight 2.0 I had a need to fetch some data from Google and manipulate it in C#. The premise of the game will be the subject of a future post. For now I want to talk about deserializing the json data returned by Google’s AJAX (RESTful) [...]

No responses yet

Dec 08 2008

The Best Use in the World for AJAX

Published by under Opinion,Programming

Everyone likes the AJAX client-server interaction model for websites. Using Asynchronous Javascript and XML the client browser can display a page and then issue requests for additional or updated data in the background. It’s very cool, and frameworks like Google Web Toolkit or AJAX extensions for ASP.NET have made it easier than ever to accomplish. [...]

No responses yet

Dec 05 2008

Three Views on Software Development

Published by under Programming

This week I happened to read three pieces by three different authors, whose publication dates span almost twenty years of evolution in the software industry, and whose ideas fall on opposite ends of a vast continuum of thinking about software and how it is written. Or at least two of them do. The first is [...]

No responses yet