<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" media="screen" href="/App_Themes/default/rss.xslt"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Comment Feed for Daniel Fernandez (and others) -- Coding for Fun (Charles on Channel 9)</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/posts/charles/daniel-fernandez-and-others-coding-for-fun/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Comment Feed for Daniel Fernandez (and others) -- Coding for Fun (Charles on Channel 9)</title><link>http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/</link></image><description>Daniel Fernandez (and others) -- Coding for Fun</description><link>http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/</link><language>en-us</language><pubDate>Thu, 01 Dec 2005 03:29:22 GMT</pubDate><lastBuildDate>Thu, 01 Dec 2005 03:29:22 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3608.3122, Culture=neutral, PublicKeyToken=null)</generator><item><title>Re: Daniel Fernandez (and others) -- Coding for Fun</title><description>&lt;BLOCKQUOTE&gt;&lt;div&gt;José wrote:&lt;/div&gt;&lt;div&gt;Dear friends&lt;BR&gt;&lt;BR&gt;Trying to make my first steps with C#. I&amp;nbsp;compiled the &lt;STRONG&gt;System Tray Alarm Clock&lt;/STRONG&gt; without error. When executing, I only get a little window with the correct message, but&amp;nbsp;it refuses to&amp;nbsp;play the&amp;nbsp;.mp3 file. &amp;nbsp;I get the following message :&lt;BR&gt;&lt;BR&gt;&lt;EM&gt;unhandled exception has occured in your application. If you click Continue.....&lt;BR&gt;&lt;BR&gt;The file located at.....is not a valid wave file.&lt;BR&gt;&lt;/EM&gt;&lt;BR&gt;Of course, I tried various files that I can read, without problem, with Media player.&lt;BR&gt;&lt;BR&gt;Any help&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;P.S. I am not sure my post is where it should be. Plea&amp;nbsp;&amp;nbsp;&amp;nbsp;se forgive me and put me on the right track. (french speaking person).&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;BR&gt;&lt;BR&gt;Hi José,&lt;BR&gt;&lt;BR&gt;This is a good question, the issue is that the Windows Forms SoundPlayer control can only play Wave (wav) files and doesn't have MP3 encoders.&amp;nbsp;To be able to play MP3's, you will need to add&amp;nbsp;a separate Windows Media Player control (wmp.dll)&amp;nbsp;to your application. You can read more details about this including helpful articles in my a previous blog post on the subject - &lt;a href="http://blogs.msdn.com/danielfe/archive/2004/02/19/76677.aspx"&gt;http://blogs.msdn.com/danielfe/archive/2004/02/19/76677.aspx&lt;/a&gt;&amp;nbsp;&lt;BR&gt;&lt;BR&gt;Thanks,&lt;BR&gt;Dan &lt;BR&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=138069</link><pubDate>Thu, 01 Dec 2005 03:29:22 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=138069</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/138069/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>José wrote:Dear friendsTrying to make my first steps with C#. I&amp;nbsp;compiled the System Tray Alarm Clock without error. When executing, I only get a little window with the correct message, but&amp;nbsp;it refuses to&amp;nbsp;play the&amp;nbsp;.mp3 file. &amp;nbsp;I get the following message :unhandled exception&amp;#8230;</evnet:previewtext><dc:creator>Dan Fernandez</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/138069/Trackback.aspx</trackback:ping></item><item><title>Re: Daniel Fernandez (and others) -- Coding for Fun</title><description>Dear friends&lt;BR&gt;&lt;BR&gt;Trying to make my first steps with C#. I&amp;nbsp;compiled the &lt;STRONG&gt;System Tray Alarm Clock&lt;/STRONG&gt; without error. When executing, I only get a little window with the correct message, but&amp;nbsp;it refuses to&amp;nbsp;play the&amp;nbsp;.mp3 file. &amp;nbsp;I get the following message :&lt;BR&gt;&lt;BR&gt;&lt;EM&gt;unhandled exception has occured in your application. If you click Continue.....&lt;BR&gt;&lt;BR&gt;The file located at.....is not a valid wave file.&lt;BR&gt;&lt;/EM&gt;&lt;BR&gt;Of course, I tried various files that I can read, without problem, with Media player.&lt;BR&gt;&lt;BR&gt;Any help&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;P.S. I am not sure my post is where it should be. Plea&amp;nbsp;&amp;nbsp;&amp;nbsp;se forgive me and put me on the right track. (french speaking person).</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=135825</link><pubDate>Wed, 23 Nov 2005 10:58:08 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=135825</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/135825/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Dear friendsTrying to make my first steps with C#. I&amp;nbsp;compiled the System Tray Alarm Clock without error. When executing, I only get a little window with the correct message, but&amp;nbsp;it refuses to&amp;nbsp;play the&amp;nbsp;.mp3 file. &amp;nbsp;I get the following message :unhandled exception has occured&amp;#8230;</evnet:previewtext><dc:creator>José</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/135825/Trackback.aspx</trackback:ping></item><item><title>Re: Daniel Fernandez (and others) -- Coding for Fun</title><description>The USB wireless security dongle is awesome! These kind of projects inspire me to do (even) more coding myself ;). &lt;br&gt;
&lt;br&gt;
pontiphex: Great work :D, just ordered mine ;). btw: The last link in your post is pointing to the froogle search. &lt;br&gt;
&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=135285</link><pubDate>Mon, 21 Nov 2005 22:02:01 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=135285</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/135285/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>The USB wireless security dongle is awesome! These kind of projects inspire me to do (even) more coding myself ;). 

pontiphex: Great work :D, just ordered mine ;). btw: The last link in your post is pointing to the froogle search. 
</evnet:previewtext><dc:creator>mixelz</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/135285/Trackback.aspx</trackback:ping></item><item><title>Re: Daniel Fernandez (and others) -- Coding for Fun</title><description>Wow, awesome to see the USBWiSec project shown on Channel9!&amp;nbsp; If anyone is interested in how it all started and some additional information, check out these articles:&lt;br&gt;&lt;br&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://labs.patchadvisor.com/blogs/bryan/2004/12/29/A+Look+Inside+The+USB+Wireless+PC+Lock.aspx"&gt;A look inside the USB Wireless PC Lock&lt;br&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://labs.patchadvisor.com/blogs/bryan/2004/12/29/Proof+Of+Concept+Replacement+For+USB+Wireless+Security+Lock.aspx"&gt;Proof of Concept replacement for USB Wireless Security Lock&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://labs.patchadvisor.com/blogs/bryan/2005/08/17/Some+Clarifications+On+UsbWiSec.aspx"&gt;Some clarifications on UsbWiSec&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.makezine.com/blog/archive/2005/08/how_to_write_a_1.html"&gt;HOWTO write a plugin for UsbWiSec&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;And of course, there is the &lt;a href="http://msdn.microsoft.com/coding4fun/someassemblyrequired/isthatyou/default.aspx"&gt;Coding4Fun article itself&lt;/a&gt;.&lt;br&gt;&lt;br&gt;Now go &lt;a href="http://froogle.google.com/froogle?q=%22USB+PC+Lock%22&amp;amp;scoring=p"&gt;get one for yourself&lt;/a&gt; (as cheap as $8), &lt;a href="http://froogle.google.com/froogle?q=%22USB+PC+Lock%22&amp;amp;scoring=p"&gt;download the app from sourceforge&lt;/a&gt;, and code up your own plugins for the system!&lt;br&gt;&lt;br&gt;--b&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=135142</link><pubDate>Mon, 21 Nov 2005 16:09:11 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=135142</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/135142/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Wow, awesome to see the USBWiSec project shown on Channel9!&amp;nbsp; If anyone is interested in how it all started and some additional information, check out these articles:A look inside the USB Wireless PC LockProof of Concept replacement for USB Wireless Security LockSome clarifications on&amp;#8230;</evnet:previewtext><dc:creator>pontiphex</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/135142/Trackback.aspx</trackback:ping></item><item><title>Re: Daniel Fernandez (and others) -- Coding for Fun</title><description>&lt;BLOCKQUOTE&gt;&lt;div&gt;briankel wrote:&lt;/div&gt;&lt;div&gt;3) BenZilla: Re: HalfLife 2 we're still waiting for Valve to update their source code to compile with Visual C++ 2005 Express Edition. It was supposed to be ready by now but understandably I think they are probably working on getting some other game titles ready for the holiday season.&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;BR&gt;&lt;BR&gt;It'll be ready in a Valve month. So, if you work on your models it'll probably be ready by the time they're all polished.</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=134729</link><pubDate>Sun, 20 Nov 2005 06:09:40 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=134729</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/134729/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>briankel wrote:3) BenZilla: Re: HalfLife 2 we're still waiting for Valve to update their source code to compile with Visual C++ 2005 Express Edition. It was supposed to be ready by now but understandably I think they are probably working on getting some other game titles ready for the holiday&amp;#8230;</evnet:previewtext><dc:creator>NeoTOM</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/134729/Trackback.aspx</trackback:ping></item><item><title>Re: Daniel Fernandez (and others) -- Coding for Fun</title><description>Hi Brian,&lt;BR&gt;&lt;BR&gt;I "sort of mod" where I work on my own projects, but i'm not attatched to any team at the moment.&lt;BR&gt;&lt;BR&gt;I'm currently learning to program that's why I love the source engine, it sure beats coding a&amp;nbsp;temperature converter ;)&lt;BR&gt;&lt;BR&gt;And I know how to map, and a couple of the&amp;nbsp;auxillary tools like faceposer.&lt;BR&gt;&lt;BR&gt;Thanks for answering my questions.</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=134406</link><pubDate>Fri, 18 Nov 2005 19:06:33 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=134406</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/134406/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hi Brian,I "sort of mod" where I work on my own projects, but i'm not attatched to any team at the moment.I'm currently learning to program that's why I love the source engine, it sure beats coding a&amp;nbsp;temperature converter ;)And I know how to map, and a couple of the&amp;nbsp;auxillary tools like&amp;#8230;</evnet:previewtext><dc:creator>BenZilla</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/134406/Trackback.aspx</trackback:ping></item><item><title>Re: Daniel Fernandez (and others) -- Coding for Fun</title><description>Benzilla,&lt;BR&gt;&lt;BR&gt;Once Valve updates their SDK we might do some articles (video, perhaps?) showing how to do your first mod with Visual C++ 2005 Express Edition. But until they do you can find some really great community-driven content and tutorials at the sites listed on the &lt;a href="http://msdn.microsoft.com/coding4fun/half-life/default.aspx"&gt;Half-Life 2 Mod Spot&lt;/a&gt;.&lt;BR&gt;&lt;BR&gt;I also just got a link to &lt;a href="http://www.3dbuzz.com"&gt;www.3dbuzz.com&lt;/a&gt; which has over 3 1/2 hours of video content on level editing using the Hammer editor for Half-Life 2.&lt;BR&gt;&lt;BR&gt;There's never been a better time to be a modder, that's for sure! I remember building Doom 2 maps and it was fun but the possibilities were way more limited than they are now. For example, check out the killer game that the Dystopia Mod team built, you can download their demo at &lt;a href="http://www.dystopia-game.com"&gt;www.dystopia-game.com&lt;/a&gt; (you will have to have Half-Life 2 to get this). They had a vision for a game that they really wanted to play and set out and built it. They are always looking for good and motivated people to contribute to the project so if you want to pitch in and continue to build content for the game it's a great way to get involved.&lt;BR&gt;&lt;BR&gt;Happy modding :-)&lt;BR&gt;&lt;BR&gt;BTW Ben, do you currently mod? I'm just wondering what your level of interest is and what you may have done in the past.&lt;BR&gt;&lt;BR&gt;Brian Keller</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=134357</link><pubDate>Fri, 18 Nov 2005 16:22:51 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=134357</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/134357/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Benzilla,Once Valve updates their SDK we might do some articles (video, perhaps?) showing how to do your first mod with Visual C++ 2005 Express Edition. But until they do you can find some really great community-driven content and tutorials at the sites listed on the Half-Life 2 Mod Spot.I also just&amp;#8230;</evnet:previewtext><dc:creator>Brian Keller</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/134357/Trackback.aspx</trackback:ping></item><item><title>Re: Daniel Fernandez (and others) -- Coding for Fun</title><description>great! I am happy to see you at channel9 :)&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=134307</link><pubDate>Fri, 18 Nov 2005 09:23:41 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=134307</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/134307/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>great! I am happy to see you at channel9 :)</evnet:previewtext><dc:creator>Shark_M</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/134307/Trackback.aspx</trackback:ping></item><item><title>Re: Daniel Fernandez (and others) -- Coding for Fun</title><description>&lt;BLOCKQUOTE&gt;&lt;div&gt;Shark_M wrote:&lt;/div&gt;&lt;div&gt;
&lt;P&gt;wow i love coding for fun and i want it to grow and grow&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;does daniel Fernandez come to channel 9 by anychance? by what nickname?&lt;/P&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;BR&gt;&lt;BR&gt;Yeah, I try to be here as much as possible, just search for posts by user "Dan" :D</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=134239</link><pubDate>Fri, 18 Nov 2005 01:56:42 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=134239</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/134239/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Shark_M wrote:
wow i love coding for fun and i want it to grow and grow
&amp;nbsp;
does daniel Fernandez come to channel 9 by anychance? by what nickname?Yeah, I try to be here as much as possible, just search for posts by user "Dan" :D</evnet:previewtext><dc:creator>Dan Fernandez</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/134239/Trackback.aspx</trackback:ping></item><item><title>Re: Daniel Fernandez (and others) -- Coding for Fun</title><description>ya, can someone make a demo that allows us to capture voice from input device like mic, or stereo mix, and compress it and then send it off to a listening socket? and then eco back the bytes and then play it ?</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=134231</link><pubDate>Fri, 18 Nov 2005 01:38:25 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=134231</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/134231/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>ya, can someone make a demo that allows us to capture voice from input device like mic, or stereo mix, and compress it and then send it off to a listening socket? and then eco back the bytes and then play it ?</evnet:previewtext><dc:creator>Shark_M</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/134231/Trackback.aspx</trackback:ping></item><item><title>Re: Daniel Fernandez (and others) -- Coding for Fun</title><description>&lt;P&gt;wow i love coding for fun and i want it to grow and grow&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;does daniel Fernandez come to channel 9 by anychance? by what nickname?&lt;/P&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=134230</link><pubDate>Fri, 18 Nov 2005 01:36:30 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=134230</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/134230/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>wow i love coding for fun and i want it to grow and grow
&amp;nbsp;
does daniel Fernandez come to channel 9 by anychance? by what nickname?</evnet:previewtext><dc:creator>Shark_M</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/134230/Trackback.aspx</trackback:ping></item><item><title>Re: Daniel Fernandez (and others) -- Coding for Fun</title><description>Thanks for the answer.&lt;br&gt;&lt;br&gt;So apart from getting valve to update their code to work with VS2005, are you planning anything else? Articles? Code samples?&lt;br&gt;&lt;br&gt;Apparently we are getting an update SDK "next week" but I don't know if that includes and updated code base or is just tools for their map editors.&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=134225</link><pubDate>Fri, 18 Nov 2005 01:22:00 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=134225</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/134225/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Thanks for the answer.So apart from getting valve to update their code to work with VS2005, are you planning anything else? Articles? Code samples?Apparently we are getting an update SDK "next week" but I don't know if that includes and updated code base or is just tools for their map editors.</evnet:previewtext><dc:creator>BenZilla</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/134225/Trackback.aspx</trackback:ping></item><item><title>Re: Daniel Fernandez (and others) -- Coding for Fun</title><description>&lt;BLOCKQUOTE&gt;&lt;div&gt;BenZilla wrote:&lt;/div&gt;&lt;div&gt;Thanks Brian, apparently there was going to be some integration between steam and VS05(it was on some random microsoft research webcast with some guys with valve and Kang Su(SP?) from Microsoft)&lt;BR&gt;&lt;BR&gt;Is there any info on this? Where will I be able to get it? Because stock express does not include it.&lt;BR&gt;&lt;BR&gt;And what kind of content are you thinking of doing?&lt;BR&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;BR&gt;&lt;BR&gt;Wow - you're an astute follower of this topic! I was driving this project and we started about a year ago. We did get a prototype working which allowed you to click "File -&amp;gt; New -&amp;gt; Half-Life 2 Mod" and it would present you with a wizard to help you build your first mod. But it was really just that - your first mod - and the way it worked was to create a copy of an existing weapon class (e.g. crowbar) and allow you to create a new class which was a copy of the other class with strings replaced (e.g. baseball bat).&lt;BR&gt;Unfortunately, while this helped you build your very first mod it was only good at your first mod. And it also required us to&amp;nbsp;make some hard assumptions about the Source SDK code. And unfortunately since Valve is in a position to update the SDK code any time they want, it means that they could easily make an update which broke our integration wizard. Of course, updating our bits&amp;nbsp;along with Valve's updates&amp;nbsp;is something which is solvable, but way beyond the level of resources we had to devote to this project. Keep in mind that Coding4Fun was started by a few Microsoft folks and people in the community for the love of coding on a shoestring budget and our spare time. :-) We didn't want to release an integration pack into the community which was going to be broken in 3 months and cause a lot of customers confusion about why their mods weren't compiling.&lt;BR&gt;So unfortunately in the end we ended up scrapping this project because we found that 99% of the value was really in delivering an IDE which allowed people to mod Half-Life 2. So instead we've been focusing on trying to get Valve to update their source code so it would compile with Visual C++ 2005 Express Edition. We're still waiting on them to make that change. Feel free to throw some "consumer demand" behind the problem by posting at their forums and emailing them. ;)&lt;BR&gt;&lt;BR&gt;Brian Keller</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=134218</link><pubDate>Fri, 18 Nov 2005 01:04:17 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=134218</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/134218/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>BenZilla wrote:Thanks Brian, apparently there was going to be some integration between steam and VS05(it was on some random microsoft research webcast with some guys with valve and Kang Su(SP?) from Microsoft)Is there any info on this? Where will I be able to get it? Because stock express does not&amp;#8230;</evnet:previewtext><dc:creator>Brian Keller</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/134218/Trackback.aspx</trackback:ping></item><item><title>Re: Daniel Fernandez (and others) -- Coding for Fun</title><description>Thanks Brian, apparently there was going to be some integration between steam and VS05(it was on some random microsoft research webcast with some guys with valve and Kang Su(SP?) from Microsoft)&lt;br&gt;&lt;br&gt;Is there any info on this? Where will I be able to get it? Because stock express does not include it.&lt;br&gt;&lt;br&gt;And what kind of content are you thinking of doing?&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=134182</link><pubDate>Thu, 17 Nov 2005 22:47:46 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=134182</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/134182/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Thanks Brian, apparently there was going to be some integration between steam and VS05(it was on some random microsoft research webcast with some guys with valve and Kang Su(SP?) from Microsoft)Is there any info on this? Where will I be able to get it? Because stock express does not include it.And&amp;#8230;</evnet:previewtext><dc:creator>BenZilla</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/134182/Trackback.aspx</trackback:ping></item><item><title>Re: Daniel Fernandez (and others) -- Coding for Fun</title><description>Hey Niners!&lt;BR&gt;&lt;BR&gt;Thanks for watching the video. Let me try to answer some of these questions you have:&lt;BR&gt;1) Link to "Beginners" Webcast:&lt;BR&gt;Visual Basic: &lt;a href="http://msdn.microsoft.com/vstudio/express/vb/learning/"&gt;http://msdn.microsoft.com/vstudio/express/vb/learning/&lt;/a&gt;&lt;BR&gt;Visual C#: &lt;a href="http://msdn.microsoft.com/vstudio/express/visualCSharp/learning/"&gt;http://msdn.microsoft.com/vstudio/express/visualCSharp/learning/&lt;/a&gt;&lt;BR&gt;&lt;BR&gt;2) re: Geekling's comment about taking the USB Wireless Security key out of the computer, yes you could do that. But it would just end up "thinking" that you were no longer at your computer, so if it was programmed to lock your workstation it would do that. "Secure by default." :-)&lt;BR&gt;I think that the "Security key" branding of these devices&amp;nbsp;is kind of misleading but that's what they are sold and marketed as. For use with our project I prefer to think of it more as a presence monitor (am I at my computer or not?). Then we can program all sorts of tasks around the concept of whether I'm at my computer or not. For instance, do I want to lock my workstation when I step away from my desk? Do I want to mute my workstation? Set Messenger to "Away"? Defrag my hard drive or clear my Internet Explorer cache. Any task you can dream up really.&lt;BR&gt;&lt;BR&gt;Here's another idea I had for these keys... in our office and I'm sure many other offices around the world people are always printing documents and often forget to pick them up at the printer. Sometimes sensitive data is left on the printer, or trees are wasted on reams of documents people forget to claim. I think a company could save a lot of money and protect their confidential documents by requiring everybody to carry one of these presence indicators to the print room to pick up their job. Once the print server detected the person was in the room it would print their job - but not before. Of course this requires that the person waits for their job to print, but at least it's queued up to the print server already. Ok niners, who wants to write the application? :-) I'll bet you could even make money selling it to companies. Coding4Fun becomes Coding4Profit!&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;3) BenZilla: Re: HalfLife 2 we're still waiting for Valve to update their source code to compile with Visual C++ 2005 Express Edition. It was supposed to be ready by now but understandably I think they are probably working on getting some other game titles ready for the holiday season. Once they update their source code, though, you'll be able to use Visual C++ 2005 Express Edition to create "mods" for Half-Life 2. If you have Visual C++ .NET 2003 you can do that today - you can get started using the community and documentation sites we called out here: &lt;a href="http://msdn.microsoft.com/coding4fun/half-life/default.aspx"&gt;http://msdn.microsoft.com/coding4fun/half-life/default.aspx&lt;/a&gt;&lt;BR&gt;&lt;BR&gt;4) Re: the research assistant, Andy's response was spot on. Sometimes we find that hobbyist coding projects really are all about the&amp;nbsp;challenge. For example, I've always dreamed about what it would take to build my own Web browser. In no way do I ever think that I could build a Web browser which was better than IE or FireFox, I'm just interested in the challenge because it's a mentally stimulating way of learning more about coding. That's common with many of the things we do on Coding4Fun. If you download the game created using the &lt;a href="http://www.microsoft.com/events/series/msdnvideodev.mspx"&gt;Gaming 101 Webcasts &lt;/a&gt;it pales in comparison to even an old Atari game, but the principles you learn along the way to build that game (sprite collision detection for example) are invaluable building blocks if you want to be a game developer or just learn more about how games are built.&lt;BR&gt;&lt;BR&gt;Keep the great questions and ideas coming :D&lt;BR&gt;&lt;BR&gt;Brian Keller&lt;BR&gt;&lt;BR&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=134170</link><pubDate>Thu, 17 Nov 2005 22:08:13 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=134170</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/134170/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hey Niners!Thanks for watching the video. Let me try to answer some of these questions you have:1) Link to "Beginners" Webcast:Visual Basic: http://msdn.microsoft.com/vstudio/express/vb/learning/Visual C#: http://msdn.microsoft.com/vstudio/express/visualCSharp/learning/2) re: Geekling's comment&amp;#8230;</evnet:previewtext><dc:creator>Brian Keller</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/134170/Trackback.aspx</trackback:ping></item><item><title>Re: Daniel Fernandez (and others) -- Coding for Fun</title><description>I am not beginner in coding.&amp;nbsp; I know how to read code and have done some java and cobol.&amp;nbsp;&amp;nbsp; I want to learn this visual stuff.&amp;nbsp; What is a good place to start.&amp;nbsp; They mentioned some videos that show how to creat stuff for the beginners.&amp;nbsp; Anyone know any website or any good book that will get me started. Thanks in advance.&lt;BR&gt;&lt;BR&gt;One more question. In the articles on Coding4fun, is there a way to know what expert level is needed to read the article?</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=134161</link><pubDate>Thu, 17 Nov 2005 21:37:54 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=134161</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/134161/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I am not beginner in coding.&amp;nbsp; I know how to read code and have done some java and cobol.&amp;nbsp;&amp;nbsp; I want to learn this visual stuff.&amp;nbsp; What is a good place to start.&amp;nbsp; They mentioned some videos that show how to creat stuff for the beginners.&amp;nbsp; Anyone know any website or any good&amp;#8230;</evnet:previewtext><dc:creator>bummer</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/134161/Trackback.aspx</trackback:ping></item><item><title>Re: Daniel Fernandez (and others) -- Coding for Fun</title><description>Everything that is currently available can be found under &lt;a href="http://msdn.microsoft.com/coding4fun"&gt;http://msdn.microsoft.com/coding4fun&lt;/a&gt;&lt;BR&gt;&lt;BR&gt;The webcast they are talking about doesn't appear on there. I'll make sure Dan or Brian get a link in here, or information on when it will be available (if its a future article). I'll also see if they know what's happening on the half life stuff.&lt;BR&gt;&lt;BR&gt;Finally if anyone is interested in the pan-tilt camera kit you can find it here &lt;a href="http://www.phidgetsusa.com/"&gt;http://www.phidgetsusa.com/&lt;/a&gt;&lt;BR&gt;specific link &lt;a href="http://www.phidgetsusa.com/cat/viewproduct.asp?category=20000&amp;amp;subcategory=20300&amp;amp;SKU=LM-CPT-KT-WC"&gt;http://www.phidgetsusa.com/cat/viewproduct.asp?category=20000&amp;amp;subcategory=20300&amp;amp;SKU=LM-CPT-KT-WC&lt;/a&gt;&lt;BR&gt;&lt;BR&gt;As for the &amp;lt;sarcasm&amp;gt; - it may seem very simple and not worth it to you, but the point of Coding4Fun is to encourage small beginner, hobbyist developers to be interested in coding. If someone from that audience sees the code and gets inspired to modify it to do something else then our job is done.</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=134157</link><pubDate>Thu, 17 Nov 2005 21:24:17 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=134157</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/134157/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Everything that is currently available can be found under http://msdn.microsoft.com/coding4funThe webcast they are talking about doesn't appear on there. I'll make sure Dan or Brian get a link in here, or information on when it will be available (if its a future article). I'll also see if they know&amp;#8230;</evnet:previewtext><dc:creator>zman</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/134157/Trackback.aspx</trackback:ping></item><item><title>Re: Daniel Fernandez (and others) -- Coding for Fun</title><description>Half life 2.&lt;br&gt;&lt;br&gt;Any guys from coding4fun can give any more info on this?&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=134138</link><pubDate>Thu, 17 Nov 2005 20:25:21 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=134138</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/134138/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Half life 2.Any guys from coding4fun can give any more info on this?</evnet:previewtext><dc:creator>BenZilla</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/134138/Trackback.aspx</trackback:ping></item><item><title>Re: Daniel Fernandez (and others) -- Coding for Fun</title><description>That wireless security thing is awesome!&lt;br&gt;
&lt;br&gt;
I'm not sure exactly how useful the usb part of it is, though. I mean, uh, what if you just take it out?&lt;br&gt;
&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=134129</link><pubDate>Thu, 17 Nov 2005 19:44:33 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=134129</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/134129/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>That wireless security thing is awesome!

I'm not sure exactly how useful the usb part of it is, though. I mean, uh, what if you just take it out?
</evnet:previewtext><dc:creator>geekling</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/134129/Trackback.aspx</trackback:ping></item><item><title>Re: Daniel Fernandez (and others) -- Coding for Fun</title><description>Yea they have extensions in firefox that do the same thing, weak I know.&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=133994</link><pubDate>Thu, 17 Nov 2005 12:18:20 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=133994</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/133994/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Yea they have extensions in firefox that do the same thing, weak I know.</evnet:previewtext><dc:creator>DevilsRejection</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/133994/Trackback.aspx</trackback:ping></item><item><title>Re: Daniel Fernandez (and others) -- Coding for Fun</title><description>&lt;STRONG&gt;Research Assitant&lt;/STRONG&gt;&lt;BR&gt;&lt;BR&gt;Man that was so complex it made my brain sizzle! &amp;lt; / sarcasam &amp;gt;&lt;BR&gt;&lt;BR&gt;What it's done is ... nothing.&lt;BR&gt;- Steve</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=133971</link><pubDate>Thu, 17 Nov 2005 10:36:34 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=133971</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/133971/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Research AssitantMan that was so complex it made my brain sizzle! &amp;lt; / sarcasam &amp;gt;What it's done is ... nothing.- Steve</evnet:previewtext><dc:creator>Steve411</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/133971/Trackback.aspx</trackback:ping></item><item><title>Re: Daniel Fernandez (and others) -- Coding for Fun</title><description>great video - i check out the site, but could not find the webcast they talked about?!?</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=133964</link><pubDate>Thu, 17 Nov 2005 09:19:54 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=133964</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/133964/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>great video - i check out the site, but could not find the webcast they talked about?!?</evnet:previewtext><dc:creator>markstew</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/133964/Trackback.aspx</trackback:ping></item><item><title>Re: Daniel Fernandez (and others) -- Coding for Fun</title><description>wow wow hold on, vidcasts showing me how to start from 0 "what a variable is" to building an rss reader...&lt;br&gt;&lt;br&gt;link!&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=133898</link><pubDate>Thu, 17 Nov 2005 03:31:01 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=133898</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/133898/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>wow wow hold on, vidcasts showing me how to start from 0 "what a variable is" to building an rss reader...link!</evnet:previewtext><dc:creator>DevilsRejection</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/133898/Trackback.aspx</trackback:ping></item><item><title>Re: Daniel Fernandez (and others) -- Coding for Fun</title><description>that wireless secutiry identity thing is the most radical thing i have ever seen.&lt;br&gt;&lt;br&gt;period.&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=133895</link><pubDate>Thu, 17 Nov 2005 03:22:09 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=133895</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/133895/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>that wireless secutiry identity thing is the most radical thing i have ever seen.period.</evnet:previewtext><dc:creator>DevilsRejection</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/133895/Trackback.aspx</trackback:ping></item><item><title>Re: Daniel Fernandez (and others) -- Coding for Fun</title><description>I've always found coding to be fun and exciting!</description><comments></comments><link>http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=133870</link><pubDate>Thu, 17 Nov 2005 02:15:37 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Daniel-Fernandez-and-others-Coding-for-Fun/?CommentID=133870</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/133870/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I've always found coding to be fun and exciting!</evnet:previewtext><dc:creator>Chris Pietschmann</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/133870/Trackback.aspx</trackback:ping></item></channel></rss>