September 2007
Here are the cool things I learned at SilverlightDevCampChicago: You have to have an Intel CPU to use Silverlight 1.1 Alpha on the Mac You can get files from inside zip files just by referencing the file in your code We saw a great demo on beer (really got my attention) that called back to [...]
Read More
Great talk and I learned that older Mac computers will only support Silverlight 1.0 and to use Silverlight 1.1 on the Mac platform you must have an Intel CPU. Very excited to get into the rest of the day. I may give a talk on the Netika GOA WinForms controls for Silverlight to the group.
Read More
I will be posting more during the day about the SilverlightDevCampChicago. Here is the agenda for the day. I will try to blog after each session. 11:00am – 11:30am Welcome, registration, get settled 11:30am – 12:00ish Keynote – Overview of Silverlight Jon Rauschenberger 12:00ish – 1:00pm lunch, networking, games 1:00pm – 1:30pm Architecting a [...]
Read More
I found this video from Dan Woolston’s blog and it moved me. I guess being almost 40 and having 3 kids I have started to imagine the world without me and what I could do to make it a better place. I really liked the message that Prof. Randy Pausch of Carnegie-Mellon gave to all. [...]
Read More
We have selected the first 10 sessions for the Day of .NET in Ann Arbor October 20, 2007. The final 10 sessions will be announced later this week. The event is shaping up to be a very great day and will will be informative and hopefully will build a stronger developer community in Michigan and [...]
Read More
The event registration is now available for people wanting to attend the event on Saturday October 20. Please go here to register. Thanks. Also tomorrow is the deadline for anyone that wishes to speak at the event. The Speaker page on the event site has the details.
Read More
So I had to change the way an ASP.NET 2.0 application called reports from pages. Originally, I used JavaScript to open a new window. ViewCostReport.OnClientClick = "window.open('" + Report.GetProjectCostURL(_PromotionID) + "','ProjectCost','resizable=yes')"; The issue I had was that the window.open call would only work within the client network and not on a new web server located [...]
Read More