-
When building Silverlight 2 projects in Visual Studio 2008 I found that I was getting errors on building the ASP.net page: Unknown Server Tag 'asp:Silverlight' It turns out that I was getting the error because my project was on a network drive. ...( Read More...
-
If you've ever wanted to know what a web hoster's data center looks like, I was able to have Bob Cichon, the President of CrystalTech , take me and my video camera on a tour of theirs in Scottsdale, Arizona. ...( read more ) Read More...
-
I just got a note from Patrick Tran at Reborn Studio about the performance they were getting out of ASP.Net and SQL Server for a site they built, WebRidesTV.com . If you remember, I interviewed Patrick and his business partner Michael Marina on...( Read More...
-
If you remember last year when Google announced OpenSocial , I created a simple application for Orkut (Google's OpenSocial container built with ASP.Net) that showed how to put Silverlight into an OpenSocial application. Well, a few days ago, MySpace announced...( Read More...
-
At a recent user group meeting, one of the developers brought up an issue where he was getting slow loading time for a page and wondered how he could troubleshoot and fix it. I asked my colleagues and here are some links that they provided: Try tracing...( Read More...
-
One thing that I find very refreshing is that people with software development backgrounds are gravitating to Silverlight development. With that, you can get great application architecture on top of great interaction! Take a look how my colleague, Bob Familiar deconstructs a Silverlight Media Player application that he built.
What you'll start to see is the because of the power of Silverlight 1.1 (Due in 2008) the architecture of your application can be crafted in a very elegant way.
-
I have just launched a new web service that anyone can use that shows a thumbnail image of a map given its URL. To use it on a web page, add the following code: <img src = 'http://mindjetlabs.com/MapResearch/MapImage.aspx?map= http://mapurl.mmap' Read More...