Bill Reiss

1,084
Reputation
63 views

Registered User

Name Bill Reiss
Member for 1 year
Seen 2 days ago
Website
Location Tampa, FL
Age 40
2d
accepted Silverlight 4 and TCP Sockets
2d
answered Silverlight 4 and TCP Sockets
Nov
20
answered Silverlight 4 and XBAP
Nov
19
awarded  Commentator
Nov
19
comment Why change from WPF to Silverlight 4
Scott Guthrie in the keynote said that Silverlight 4 isn't much bigger in size, the plug-in is still going to be right around 5MB on Windows.
Nov
19
answered What does WPF still have to offer over Silverlight 4?
Nov
18
answered What is a good web host that is “developer-friendly” for what I am trying to do and learn?
Oct
13
answered Animations in a 2D C# XNA game
Sep
20
awarded  Yearling
Sep
13
answered Viewbox in Silverlight
Sep
5
comment Element Silverlight is not a known element
I stopped using the ASP.NET control a while ago, it really didn't do a whole lot for you and didn't work with ASP.NET MVC. There's been some talk about open sourcing the ASP.NET control, not sure where that stands right now.
Sep
3
answered jquery reduce the adoption of Silverlight?
Sep
3
comment Why does Microsoft not force Silverlight onto users machines through a Windows update?
Guess it means what you mean by "better achieved". If you mean harder to maintain, with no support for the most popular video formats in use today then you may be right.
Sep
3
answered Add Silverlight player in php
Sep
2
comment WPF 3-D performance for head-tracking app
There are currently some issues embedding XNA in WPF, it has something to do with conflicting device properties from what I understand. The XNA and WPF folks are aware of the issue but I don't think it's been resolved yet. Using something like SlimDX though shouldn't have the same issues.
Aug
24
answered System.Windows.Vector in silverlight
Aug
12
answered What is the best way to split an Image in Silverlight?
Aug
5
answered Silverlight Border - Am I stupid?
Aug
5
comment Which is the future of web development: HTML5 or Silverlight(or other RIA framework)?
1. What do you consider "notable market share"? According to independent statistics trackers, Silverlight has at least a 30% install base, though not in the 90's like Flash, I think 30% is "notable". What does IE have to do with it? If you install the Silverlight plugin it's available to all browsers on the system. If you think Silverlight is just Java Applets all over again I don't think you've really looked at it in detail.
Aug
4
answered How do I find rotation transformed 2D coordinates in XNA?
Aug
1
answered Silverlight C# Game or Graphics Engine?
Jul
30
comment How to change x,y origin of canvas to bottom left and flip the y coordinates?
Well I don't see how you can do this with a straight Canvas, if you scale it -1 in the Y everything will be flipped. I guess you could scale all of the elements -1 as well.
Jul
27
answered How to change x,y origin of canvas to bottom left and flip the y coordinates?
Jul
17
answered Silverlight 3 Navigation
Jul
17
answered Converting Int to Color in C# for Silverlight’s WriteableBitmap
Jul
7
comment Silverlight for the masses, is it time
The consensus seems to be that MLB moved away from Silverlight because Adobe threw some more money at them or there was some non-technical rift between MLB and Microsoft.
Jun
27
comment Silverlight IninParams
I really prefer the object tag, I always use that, and it works with MVC :) Anything you can do with the Silverlight control you can do with the object tag, take a look at the HTML that the Silverlight object creates to see what to add to the page and Tim has good advice here.