Feed on
Posts
Comments

Monthly Archive for July, 2008

OK, I confess,  I made up that headline.  I haven’t made the money yet.  But talk to me this time next year.  We’ll all be sharing in the big Silverlight advertising jackpot if Ray Ozzie and Microsoft have their way. Ray Ozzie spoke about the future of online advertising during the Mix08 conference.  He made [...]

Read Full Post »

Silverlight developers love to talk about the cool features of their adopted platform.  But it’s also common for us to lament the missing parts. A big missing piece is the lack of official 3D support.  Note that I said ‘official’.  There are plenty of developers out there crafting 3D tricks or building 3D frameworks. Robby [...]

Read Full Post »

WPF is fully capable of running a stand-alone XAML file.  You simply create a XAML file similar to the following listing and view it in Internet Explorer, Kaxaml or another WPF editor. <Page xmlns=http://… xmlns:x=http://…> <Canvas> <Polyline Stroke=”LightGreen” StrokeThickness=’10′ Points=”330,100 160,150 100,240″ / </Canvas> </Page> If you want to run code from your XAML file [...]

Read Full Post »