Author Archives: Corey

Silverlight MVPs at MIX 10

Like every year, MIX will prove to be another big one for Silverlight. All the Silverlight MVP’s will be watching in some form or fashion. Unfortunately, all the Silverlight MVP’s won’t be able to make it (work, vacations, etc.) , but a number of us will be there, and some speaking. Here’s a list of [...]

MIX 10 resources

Only days away and MIX 2010 will be upon us. Here is my compellation of links and resources to get ready for MIX.
Links
The Devil’s Field Guide to MIX10 - http://thespiderking.com/wordpress/the-devils-field-guide-to-mix10/
SKETCHFLOW AND BLEND AT MIX 2010 - http://electricbeach.org/?p=421
Silverlight Sesion - http://team.silverlight.net/events/silverlight-mix10-ndash-the-next-web-now/
Schedule
The MIX team has put together a very nicely done Silverlight Session Planner (http://live.visitmix.com/SyncClient).
Here is what [...]

Business cards

The other day I was reading Do You Still Carry Business Cards? on Lifehacker and immediately answered "Ha, NO". I just don’t see a need for business cards. If you want someone’s contact information, then you either know mutual friend or you enter their info in your phone. That said, I figured I would begrudgingly [...]

Out of hibernation

The past few months I’ve been flying under the radar, taking much needed rest and time with the family. Spending four months in another country was amazing but exhausting.
Since being home I was fortunate enough to go to the MVP Summit in Redmond in late February. Met many of the very talented people involved in [...]

Simple EventArgs in Silverlight

In my previous post, I talked about the Silverlight Media Framework (SMF).  As the name implies, SMF is so much more than a video player, it’s a framework.  The project is rich with nuggets of Silverlight goodness; today I would like to pay homage to one of my favorite classes: the SimpleEventArgs (in Microsoft.SilverlightMediaFramework).
Have you [...]

Open Source Silverlight video players

Lately I’ve been spending a lot of time in the Silverlight video space.  Both with writing the video chapter for my Silverlight 4 book as well as at work.  Creating a basic video player is straight forward (link 1 | link 2), have a button to play, a way to control the volume, a [...]

Atlanta Silverlight – Jan 20, 2010

Two night and two user groups.  Last night we had the Atlanta Silverlight User Group featuring Jeremy Likeness , senior consultant with Wintellect, presenting on Silverlight Line of Business applications.  Jeremy’s session highlighted on Silverlight frameworks, MEF, Unit testing, services, and briefly on Blend.  We did do a screen capture of the session; as [...]

Silverlight and Drupal

 
Last night, Jan 19th, I attended the Atlanta Drupal User Group (ADUG), http://www.drupalatlanta.com/,  with Glen Gordon.  The talk, presented by Steve Jaffe of IBM, was about “Integrating Flash with your Drupal Project”.  Steve did a great job of how Drupal can be used as the backend for Flash.  Never having used Drupal, the same [...]

Silverlight 4 WebCam - a quick glance

WebCam support in Silverlight 4 is a much anticipated feature, and probably didn’t come as much of a surprise.  It’s relatively simple to enable this feature.  The below example shows a simple UI with the code to enable the webcam.  This post does not cover multiple webcams, however calling CaptureDeviceConfiguration.GetAvailableVideoCaptureDevices returns a list of all [...]

Changing your default WebCam & Mic – Silverlight 4

Webcam and microphone support are a much anticipated feature to Silverlight 4.  If you have more than one webcam or audio input device, it’s possible to change your default device. Right click on your application > Click Silverlight > Webcam/ Mic.  Here you will find a menu where you can choose your default devices.