G. Andrew Duthie
Check me out on the web at Community Megaphone or at my blog.
Visual Studio AchievementsG. Andrew Duthie is a Developer Evangelist for Microsoft's Mid-Atlantic States district, and works with developers in Virginia, Maryland, West Virginia, and Washington, DC, helping them become more effective with, and excited about, the Microsoft developer platform and tools.
Gadgeteering and the .NET Micro Framework
Apr 27, 2012 at 10:08 AMPete,
Thanks for showing off the Meeblipiator! Nice job on the demos.
For folks who would like to see a full demo of the Meeblipiator, you can check it out here:
Meet the Meeblipiator
Includes a link to the source code, and a blog post talking about the project.
.NET Gadgeteer and MIDI: Meet the MeeBlipiator
Apr 09, 2012 at 9:12 AM@dentaku
Thanks for the pointer on OSC. Had not heard of that, so I'll check it out.
.NET Gadgeteer and MIDI: Meet the MeeBlipiator
Apr 09, 2012 at 6:05 AMFunny you should mention programmers not understanding MIDI, as just about anyone using a modern DAW or synthesizer may be using MIDI and not even realize it, since many newer keyboards connect via USB, but still use MIDI for communication, albeit over USB.
I was talking on Saturday with a neighbor who works for a major musical instrument retailer, and who was once a touring keyboard player, about how robust MIDI has been as a communication protocol. It's nearly 30 years old now, and still going strong.
I'm not a deep expert in MIDI, and truth be told, most of the hard MIDI work in this project is done for me by Pete's MIDI module driver, but I agree with you that touch screens can be a useful addition to enhance musical expression, and I'd like to see what I could do with a Windows Phone app and MIDI...will have to see what's possible there.
One of my other favorite musical toys, though it doesn't talk MIDI, is my Korg Kaossilator. It's primary interface is a touchpad, so it's very expressive. I used it to record a track called Devhammer's Kaos from my Music page. The entire track was played in one take on the Kaossilator.
Going MAD with Kinect. The MADExpo Kinect-enabled Session Finder
Oct 28, 2011 at 10:32 AMBasementHacker, go for it! It's pretty easy to get started, and there's a definite visceral thrill associated with controlling your program with your hands and/or voice.
Unboxing and some Visual Studio fun with the GHI FEZ Spider Gadgeteer Starter kit
Oct 28, 2011 at 10:20 AMI believe that there will be modules coming down the road that will enable the Gadgeteer platform with robotics. Pete Brown's Gadgeteer intro post details what's available now, and I'm sure there's more to come.
BTW - thanks to Greg for featuring my unboxing post. And for folks in the DC Metro area, Pete Brown and I will be doing a session on .NET Gadgeteer and the .NET Micro Framework at CMAP Code Camp on November 12th. Come on out and see what you can do with .NET Gadgeteer, and why this is so cool!
Microsoft WebMatrix Beta 3 - New Features
Nov 15, 2010 at 10:04 AM@SteveRichter:
The new Razor syntax works across both Web Pages and MVC 3 (in fact, Razor is the default view engine in MVC3), so the compatibility is quite strong.
MVC itself does not have a deployment story, per se. Visual Studio 2010, however, does support the WebDeploy protocol, so you can certainly use WebDeploy from VS2010 to deploy an MVC application.
Last, but not least, yes, once ASP.NET Web Pages and MVC 3 are fully released, you should be able to add ASP.NET Web Pages to an MVC project...you may be able to do that today if you have the MVC3 RC installed, but I have not tested that personally.
DataBinding to a Web Service in ASP.NET 2.0
Sep 05, 2009 at 9:14 PMThanks to one of the kind folks on the Channel 9 team, we were able to isolate the issue and correct it. The video should work properly now.
Andrew
DataBinding to a Web Service in ASP.NET 2.0
Sep 05, 2009 at 2:23 PMNot sure why the video is not displaying properly in the embedded version. You can still access the WMV directly by clicking the WMV icon next to "Formats" below the embedded video...that seems to work fine. Sorry for the difficulty, I'll see if I can figure out what's up.
Using jQuery UI in ASP.NET
Jun 09, 2009 at 11:11 AMI'm planning some additional DevNuggets on jQuery and jQueryUI, so perhaps I will do one on drag-drop. Next one is databinding with the accordion, then I want to do a couple on IE 8 Web Slices and Accelerators.
Thanks for watching!
DataBinding to a Web Service in ASP.NET 2.0
Jul 22, 2006 at 9:34 AMI'm not sure that there's a simple way to do that. Your best bet for inserts is to use something like the DetailsView control. You could add a DetailsView control to your page, along with an Add Row button or link, and only show the DetailsView when the Button/Link is displayed.
I'm sure that you could customize the behavior of the GridView to allow inserts directly from the control, I'm just not sure it'd be worth the effort, compared to using the built-in DetailsView control.
See more comments…