<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>Entries for SaraJoRedux</title><atom:link rel="self" type="application/rss+xml" href="http://beta.channel9.msdn.com/niners/sarajoredux/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Entries for SaraJoRedux</title><link>http://channel9.msdn.com/Niners/sarajoredux/</link></image><description>Entries, comments and threads posted by SaraJoRedux</description><link>http://channel9.msdn.com/Niners/sarajoredux/</link><language>en-us</language><pubDate>Tue, 09 Sep 2008 16:14:29 GMT</pubDate><lastBuildDate>Tue, 09 Sep 2008 16:14:29 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3192.39714, Culture=neutral, PublicKeyToken=null)</generator><item><title>Code Camps - Are they fun/educational?  [Code Camps - Are they fun/educational? ]</title><description>&lt;br /&gt;
		&lt;br /&gt;Anyone going to the Mass one coming up? &lt;br /&gt;&lt;br /&gt;I think I may, looks interesting. &lt;br /&gt;&lt;br /&gt;What has your experience been?&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/426606-Code-Camps-Are-they-funeducational/'&gt;Code Camps - Are they fun/educational? &lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/426606/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/426606-Code-Camps-Are-they-funeducational/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/426606-Code-Camps-Are-they-funeducational/</link><pubDate>Tue, 09 Sep 2008 16:14:29 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/426606-Code-Camps-Are-they-funeducational/</guid><evnet:views>454</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/426606/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Anyone going to the Mass one coming up? I think I may, looks interesting. What has your experience been?in reply to Code Camps - Are they fun/educational? </evnet:previewtext><dc:creator>SaraJoRedux</dc:creator><slash:comments>4</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/426606-Code-Camps-Are-they-funeducational/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/426606/Trackback.aspx</trackback:ping></item><item><title>Ajax Autocomplete Webservice Call - Service Method, am I calling this correctly? [Ajax Autocomplete Webservice Call - Service Method, am I calling this correctly?]</title><description>&lt;div class="post-text"&gt;
&lt;p&gt;Ok, so my method in my webservice requires a type to be passed, it is called in the ServiceMethod property of the AutoCompleteExtender, I am fuzzy about how I should do that so I called it like this:&lt;/p&gt;&lt;pre class="prettyprint"&gt;&lt;code&gt;ServiceMethod="DropDownLoad&amp;lt;&amp;lt;%=(typeof)subCategory%&amp;gt;&amp;gt;"&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;where subCategory is a page property that looks like this:&lt;/p&gt;&lt;pre class="prettyprint"&gt;&lt;code&gt;protected SubCategory subCategory&lt;br /&gt;&amp;nbsp; &amp;nbsp; {&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; get&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var subCategory = &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;NHibernateObjectHelper&lt;br /&gt;.LoadDataObject&amp;lt;SubCategory&amp;gt;(Convert.ToInt32(Request.QueryString["SCID"]));&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return subCategory;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;br /&gt;&amp;nbsp; &amp;nbsp; }&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/425687-Ajax-Autocomplete-Webservice-Call-Service-Method-am-I-calling-this-correctly/'&gt;Ajax Autocomplete Webservice Call - Service Method, am I calling this correctly?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/425687/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/425687-Ajax-Autocomplete-Webservice-Call-Service-Method-am-I-calling-this-correctly/</comments><link>http://channel9.msdn.com/forums/TechOff/425687-Ajax-Autocomplete-Webservice-Call-Service-Method-am-I-calling-this-correctly/</link><pubDate>Thu, 04 Sep 2008 21:21:32 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/425687-Ajax-Autocomplete-Webservice-Call-Service-Method-am-I-calling-this-correctly/</guid><evnet:views>563</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/425687/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Ok, so my method in my webservice requires a type to be passed, it is called in the ServiceMethod property of the AutoCompleteExtender, I am fuzzy about how I should do that so I called it like this:ServiceMethod="DropDownLoad&amp;lt;&amp;lt;%=(typeof)subCategory%&amp;gt;&amp;gt;"
where subCategory is a page&amp;#8230;</evnet:previewtext><dc:creator>SaraJoRedux</dc:creator><slash:comments>3</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/425687-Ajax-Autocomplete-Webservice-Call-Service-Method-am-I-calling-this-correctly/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/425687/Trackback.aspx</trackback:ping></item><item><title>Don't Pimp Your Users [Don't Pimp Your Users]</title><description>&lt;br /&gt;So, I have a pet peeve, and that is google ads and other god-awful ugly pandering on smaller web sites (even big ones). My site traffic has been growing lately, and I've gotten a few people asking why I haven't put up google ads.... I am just religiously against it. &lt;br /&gt;&lt;br /&gt;Nothing turns me off more to a blog site then when they have spastic ads all over it and having to filter content. &lt;br /&gt;&lt;br /&gt;If I ever do have ads, and I hope to one day, they will be good looking. Like reddit, or facebook.... &lt;br /&gt;&lt;br /&gt;how do you all feel about this?&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/418714-Dont-Pimp-Your-Users/'&gt;Don't Pimp Your Users&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/418714/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/418714-Dont-Pimp-Your-Users/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/418714-Dont-Pimp-Your-Users/</link><pubDate>Thu, 31 Jul 2008 14:17:00 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/418714-Dont-Pimp-Your-Users/</guid><evnet:views>824</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418714/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>So, I have a pet peeve, and that is google ads and other god-awful ugly pandering on smaller web sites (even big ones). My site traffic has been growing lately, and I've gotten a few people asking why I haven't put up google ads.... I am just religiously against it. Nothing turns me off more to a&amp;#8230;</evnet:previewtext><dc:creator>SaraJoRedux</dc:creator><slash:comments>9</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/418714-Dont-Pimp-Your-Users/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/418714/Trackback.aspx</trackback:ping></item><item><title>Best C# -&gt; SQL calls.... opuinions? [Best C# -&gt; SQL calls.... opuinions?]</title><description>&lt;br /&gt;
		&lt;br /&gt;Ok, so, I veto'd LINQ just because it's a larger app, (though, I will be using LINQ for objects, holy heck that's awesome). &lt;br /&gt;&lt;br /&gt;Anyway, I'm usedto using SQLHelper for my database calls, is that even still around? Not much about it on the web. Is there a best practices for making calls to the DB from C# (syntax wise)?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks. &lt;br /&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/418704-Best-C--SQL-calls-opuinions/'&gt;Best C# -&gt; SQL calls.... opuinions?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/418704/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/418704-Best-C--SQL-calls-opuinions/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/418704-Best-C--SQL-calls-opuinions/</link><pubDate>Thu, 31 Jul 2008 13:24:16 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/418704-Best-C--SQL-calls-opuinions/</guid><evnet:views>1142</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418704/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Ok, so, I veto'd LINQ just because it's a larger app, (though, I will be using LINQ for objects, holy heck that's awesome). Anyway, I'm usedto using SQLHelper for my database calls, is that even still around? Not much about it on the web. Is there a best practices for making calls to the DB from C#&amp;#8230;</evnet:previewtext><dc:creator>SaraJoRedux</dc:creator><slash:comments>9</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/418704-Best-C--SQL-calls-opuinions/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/418704/Trackback.aspx</trackback:ping></item><item><title>Excuse Me, Media Nerds [Excuse Me, Media Nerds]</title><description>I have never worked with streaming media before. I am hardly an expert, however I have to find a solution and I kind of feel &lt;br /&gt;like I am groping in the dark. &lt;br /&gt;&lt;br /&gt;I will have many many videos that need to be hosted and interchanged onto my webpages. My priority is speed, and a customizable player. &lt;br /&gt;&lt;br /&gt;That's it. That's all I know. &lt;br /&gt;&lt;br /&gt;I don't know what I should be looking for. I don't know what I should be careful for. &lt;br /&gt;&lt;br /&gt;Also, I have found a couple good sites, however, my boss has mentioned some little blips in their feed as major problems. There will always be&lt;br /&gt;those little blips correct? No service is perfect?&lt;br /&gt;&lt;br /&gt;I would really appreciate it if someone could help me with this. Like I said I feel like I'm groping blindly in the dark and my boss is looking for answers I don't&lt;br /&gt;have. &lt;br /&gt;&lt;br /&gt;Thank you!&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/417026-Excuse-Me-Media-Nerds/'&gt;Excuse Me, Media Nerds&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/417026/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/417026-Excuse-Me-Media-Nerds/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/417026-Excuse-Me-Media-Nerds/</link><pubDate>Tue, 22 Jul 2008 18:58:22 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/417026-Excuse-Me-Media-Nerds/</guid><evnet:views>672</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/417026/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I have never worked with streaming media before. I am hardly an expert, however I have to find a solution and I kind of feel like I am groping in the dark. I will have many many videos that need to be hosted and interchanged onto my webpages. My priority is speed, and a customizable player. That's&amp;#8230;</evnet:previewtext><dc:creator>SaraJoRedux</dc:creator><slash:comments>8</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/417026-Excuse-Me-Media-Nerds/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/417026/Trackback.aspx</trackback:ping></item><item><title>Vista Power Toys? [Vista Power Toys?]</title><description>&lt;br /&gt;
		&lt;br /&gt;how am I supposed to "Open Command Window Here"?&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/415437-Vista-Power-Toys/'&gt;Vista Power Toys?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/415437/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/415437-Vista-Power-Toys/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/415437-Vista-Power-Toys/</link><pubDate>Tue, 15 Jul 2008 13:09:42 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/415437-Vista-Power-Toys/</guid><evnet:views>708</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/415437/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>how am I supposed to "Open Command Window Here"?in reply to Vista Power Toys?</evnet:previewtext><dc:creator>SaraJoRedux</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/415437-Vista-Power-Toys/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/415437/Trackback.aspx</trackback:ping></item><item><title>MVC Question [MVC Question]</title><description>&lt;br /&gt;
		&lt;br /&gt;Ok, so, the reason I am using MVC&amp;nbsp;(aside from the fact that the fine folks at Microsoft made it) is because of the mega snazzy url rewriting.&amp;nbsp;I need to be able to have customers type in mydomain.com/clientname and be taken to their own personalized section of the site.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;MVC does enable me to do that, no? I would just have to have the index&amp;nbsp;check for a query string text&amp;nbsp;value and use it to find the customer&amp;nbsp;ID then do a redirect?&lt;br /&gt;&lt;br /&gt;It makes sense that I would be able to do that, I just wanted to make sure before taking the plunge. &amp;nbsp;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/415203-MVC-Question/'&gt;MVC Question&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/415203/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/415203-MVC-Question/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/415203-MVC-Question/</link><pubDate>Mon, 14 Jul 2008 12:37:34 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/415203-MVC-Question/</guid><evnet:views>721</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/415203/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Ok, so, the reason I am using MVC&amp;nbsp;(aside from the fact that the fine folks at Microsoft made it) is because of the mega snazzy url rewriting.&amp;nbsp;I need to be able to have customers type in mydomain.com/clientname and be taken to their own personalized section of the site.&amp;nbsp;MVC does enable&amp;#8230;</evnet:previewtext><dc:creator>SaraJoRedux</dc:creator><slash:comments>11</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/415203-MVC-Question/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/415203/Trackback.aspx</trackback:ping></item><item><title>Head First [Head First]</title><description>So, I was origionally going to use stored procedures and active record sets in this project, but the more I read about MVC and LINQ the more I realize iot will make my life SO much easier. &lt;br /&gt;&lt;br /&gt;So I'm going through Scott Gu's tutorial now getting up to speed, I think this time investment will prove worthwhile. &lt;br /&gt;&lt;br /&gt;Has anyone implemented them in a project? &lt;br /&gt;&lt;br /&gt;How does it affect performance? Faster? Slower? Same?&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/414622-Head-First/'&gt;Head First&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/414622/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/414622-Head-First/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/414622-Head-First/</link><pubDate>Thu, 10 Jul 2008 17:17:01 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/414622-Head-First/</guid><evnet:views>935</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/414622/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>So, I was origionally going to use stored procedures and active record sets in this project, but the more I read about MVC and LINQ the more I realize iot will make my life SO much easier. So I'm going through Scott Gu's tutorial now getting up to speed, I think this time investment will prove&amp;#8230;</evnet:previewtext><dc:creator>SaraJoRedux</dc:creator><slash:comments>6</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/414622-Head-First/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/414622/Trackback.aspx</trackback:ping></item><item><title>don't know if any of you are on dzone [don't know if any of you are on dzone]</title><description>but can you vote my blag entry up? I really think I'm sharing something important, do you agree? if you disagree feel free to trash it.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dzone.com/links/documentation_a_sure_sign_of_garbage_code.html"&gt;http://www.dzone.com/links/documentation_a_sure_sign_of_garbage_code.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/414413-dont-know-if-any-of-you-are-on-dzone/'&gt;don't know if any of you are on dzone&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/414413/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/414413-dont-know-if-any-of-you-are-on-dzone/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/414413-dont-know-if-any-of-you-are-on-dzone/</link><pubDate>Wed, 09 Jul 2008 13:53:11 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/414413-dont-know-if-any-of-you-are-on-dzone/</guid><evnet:views>575</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/414413/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>but can you vote my blag entry up? I really think I'm sharing something important, do you agree? if you disagree feel free to trash it.&amp;nbsp;http://www.dzone.com/links/documentation_a_sure_sign_of_garbage_code.htmlin reply to don't know if any of you are on dzone</evnet:previewtext><dc:creator>SaraJoRedux</dc:creator><slash:comments>9</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/414413-dont-know-if-any-of-you-are-on-dzone/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/414413/Trackback.aspx</trackback:ping></item><item><title>Vista Review [Vista Review]</title><description>I'm runing Vista on a MAC, I'm not a huge apple fan but it was just better for me to get a MAC to fit in with designer types, lol. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;ANYWAY, I friggin love it. So attractive, so intuitive, jolly good show. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How do I customise the rss reader?&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/414221-Vista-Review/'&gt;Vista Review&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/414221/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/414221-Vista-Review/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/414221-Vista-Review/</link><pubDate>Tue, 08 Jul 2008 15:11:44 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/414221-Vista-Review/</guid><evnet:views>920</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/414221/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I'm runing Vista on a MAC, I'm not a huge apple fan but it was just better for me to get a MAC to fit in with designer types, lol. ANYWAY, I friggin love it. So attractive, so intuitive, jolly good show. How do I customise the rss reader?in reply to Vista Review</evnet:previewtext><dc:creator>SaraJoRedux</dc:creator><slash:comments>45</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/414221-Vista-Review/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/414221/Trackback.aspx</trackback:ping></item><item><title>Guid Happy - Where do you draw the line? [Guid Happy - Where do you draw the line?]</title><description>Just designed new schema, determining data types. &lt;br /&gt;&lt;br /&gt;I love Guids, they make me happy, but at some point you have to draw the line using them as IDs in smaller tables that &lt;br /&gt;will have 25 or so uniques values MAX.... right? No? Or do you think just knock your socks off developers gone wild?&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/414209-Guid-Happy-Where-do-you-draw-the-line/'&gt;Guid Happy - Where do you draw the line?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/414209/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/414209-Guid-Happy-Where-do-you-draw-the-line/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/414209-Guid-Happy-Where-do-you-draw-the-line/</link><pubDate>Tue, 08 Jul 2008 14:41:40 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/414209-Guid-Happy-Where-do-you-draw-the-line/</guid><evnet:views>650</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/414209/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Just designed new schema, determining data types. I love Guids, they make me happy, but at some point you have to draw the line using them as IDs in smaller tables that will have 25 or so uniques values MAX.... right? No? Or do you think just knock your socks off developers gone wild?in reply to&amp;#8230;</evnet:previewtext><dc:creator>SaraJoRedux</dc:creator><slash:comments>41</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/414209-Guid-Happy-Where-do-you-draw-the-line/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/414209/Trackback.aspx</trackback:ping></item><item><title>Howdy Softies - SQL Server Question [Howdy Softies - SQL Server Question]</title><description>&lt;br /&gt;
		&lt;br /&gt;So, CDW says I need a code from Microsoft to purchase only one Dev license OR I need to buy five. I don't need five, how do I go about getting this code? &lt;br /&gt;&lt;br /&gt;Is it only for VIPs? If so, I'm on the list.&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/414108-Howdy-Softies-SQL-Server-Question/'&gt;Howdy Softies - SQL Server Question&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/414108/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/414108-Howdy-Softies-SQL-Server-Question/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/414108-Howdy-Softies-SQL-Server-Question/</link><pubDate>Mon, 07 Jul 2008 16:16:10 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/414108-Howdy-Softies-SQL-Server-Question/</guid><evnet:views>778</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/414108/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>So, CDW says I need a code from Microsoft to purchase only one Dev license OR I need to buy five. I don't need five, how do I go about getting this code? Is it only for VIPs? If so, I'm on the list.in reply to Howdy Softies - SQL Server Question</evnet:previewtext><dc:creator>SaraJoRedux</dc:creator><slash:comments>20</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/414108-Howdy-Softies-SQL-Server-Question/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/414108/Trackback.aspx</trackback:ping></item><item><title>this may be a dumb question (endorsement) [this may be a dumb question (endorsement)]</title><description>&lt;br /&gt;Ok, so I need, like, a USB surgeprotector for my laptop. My laptop only has two ports and I need about 2598. Is there something like this?&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/405071-this-may-be-a-dumb-question-endorsement/'&gt;this may be a dumb question (endorsement)&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/405071/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/405071-this-may-be-a-dumb-question-endorsement/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/405071-this-may-be-a-dumb-question-endorsement/</link><pubDate>Fri, 23 May 2008 06:14:58 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/405071-this-may-be-a-dumb-question-endorsement/</guid><evnet:views>437</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/405071/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;br /&gt;Ok, so I need, like, a USB surgeprotector for my laptop. My laptop only has two ports and I need about 2598. Is there something like this?</evnet:previewtext><dc:creator>SaraJoRedux</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/405071-this-may-be-a-dumb-question-endorsement/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/405071/Trackback.aspx</trackback:ping></item><item><title>I am somebody! [I am somebody!]</title><description>&lt;br /&gt;Sooooo, as a lot of you know I just started my blogsite a few weeks ago. Well I already have someone writing responses to my responses on their site! What a freaking compliment! &lt;br /&gt;&lt;br /&gt;Anyway, check it out here: &lt;a href="http://blog.datamation.com/blog/2008/05/on-women-in-it.html"&gt;http://blog.datamation.com/blog/2008/05/on-women-in-it.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/403667-I-am-somebody/'&gt;I am somebody!&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/403667/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/403667-I-am-somebody/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/403667-I-am-somebody/</link><pubDate>Thu, 15 May 2008 21:56:43 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/403667-I-am-somebody/</guid><evnet:views>467</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/403667/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;br /&gt;Sooooo, as a lot of you know I just started my blogsite a few weeks ago. Well I already have someone writing responses to my responses on their site! What a freaking compliment! &lt;br /&gt;&lt;br /&gt;Anyway, check it out here: &lt;a href="http://blog.datamation.com/blog/2008/05/on-women-in-it.html"&gt;http://blog.datamation.com/blog/2008/05/on-women-in-it.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</evnet:previewtext><dc:creator>SaraJoRedux</dc:creator><slash:comments>4</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/403667-I-am-somebody/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/403667/Trackback.aspx</trackback:ping></item><item><title>I may get violent [I may get violent]</title><description>I'm starting to feel like Microsoft is my little brother and he needs me to run some defense. When are they going to fire back at these PC/Mac commercials?I am starting to really resent that deseilwearinghackeysackplayingvermontloving Mac (I need to watch my language).&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/403525-I-may-get-violent/'&gt;I may get violent&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/403525/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/403525-I-may-get-violent/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/403525-I-may-get-violent/</link><pubDate>Thu, 15 May 2008 03:37:47 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/403525-I-may-get-violent/</guid><evnet:views>2347</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/403525/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I'm starting to feel like Microsoft is my little brother and he needs me to run some defense. When are they going to fire back at these PC/Mac commercials?I am starting to really resent that deseilwearinghackeysackplayingvermontloving Mac (I need to watch my language).</evnet:previewtext><dc:creator>SaraJoRedux</dc:creator><slash:comments>39</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/403525-I-may-get-violent/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/403525/Trackback.aspx</trackback:ping></item><item><title>Question for Evangelists [Question for Evangelists]</title><description>So, I have been to a grand total of two microsoft events. At both of them there were&amp;nbsp;guys in the audience asking questions that were obviouslyt designed to point out the flaws in Microsoft and make the presenter uncomfortable. &lt;br /&gt;&lt;br /&gt;I wonder if Microsoft trains Evangelists in how to deal with those people?&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/401583-Question-for-Evangelists/'&gt;Question for Evangelists&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/401583/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/401583-Question-for-Evangelists/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/401583-Question-for-Evangelists/</link><pubDate>Mon, 05 May 2008 19:43:48 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/401583-Question-for-Evangelists/</guid><evnet:views>1314</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/401583/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>So, I have been to a grand total of two microsoft events. At both of them there were&amp;nbsp;guys in the audience asking questions that were obviouslyt designed to point out the flaws in Microsoft and make the presenter uncomfortable. &lt;br /&gt;&lt;br /&gt;I wonder if Microsoft trains Evangelists in how to deal with those people?</evnet:previewtext><dc:creator>SaraJoRedux</dc:creator><slash:comments>24</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/401583-Question-for-Evangelists/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/401583/Trackback.aspx</trackback:ping></item><item><title>So I went to my first User Group tonight [So I went to my first User Group tonight]</title><description>&lt;br /&gt;At Microsoft in Islin NJ. It was about Silverlight 2.0, it was very informative I learned a lot. Silverlight looks awesome and I can't get over the browser CLR. I never imagined that I would be writing C# client side any time soon. &lt;br /&gt;&lt;br /&gt;I also learned that VS 2008 has better JS debugging, which has little to do with Silverlight (besides the fact that it uses JS in 1.0)&lt;br /&gt;&lt;br /&gt;Anyway, good time and free pizza. I think I will go again. &lt;br /&gt;&lt;br /&gt;The End.&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/401027-So-I-went-to-my-first-User-Group-tonight/'&gt;So I went to my first User Group tonight&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/401027/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/401027-So-I-went-to-my-first-User-Group-tonight/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/401027-So-I-went-to-my-first-User-Group-tonight/</link><pubDate>Fri, 02 May 2008 02:49:14 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/401027-So-I-went-to-my-first-User-Group-tonight/</guid><evnet:views>770</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/401027/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;br /&gt;At Microsoft in Islin NJ. It was about Silverlight 2.0, it was very informative I learned a lot. Silverlight looks awesome and I can't get over the browser CLR. I never imagined that I would be writing C# client side any time soon. &lt;br /&gt;&lt;br /&gt;I also learned that VS 2008 has better JS debugging, which has little to do with Silverlight (besides the fact that it uses JS in 1.0)&lt;br /&gt;&lt;br /&gt;Anyway, good time and free pizza. I think I will go again. &lt;br /&gt;&lt;br /&gt;The End.</evnet:previewtext><dc:creator>SaraJoRedux</dc:creator><slash:comments>4</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/401027-So-I-went-to-my-first-User-Group-tonight/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/401027/Trackback.aspx</trackback:ping></item><item><title>I am setting up the raddest home office [I am setting up the raddest home office]</title><description>I just got in my desk and 22" monitor today. Got an awesome chair and peripherals. I am getting some kick-(I know, I know, language) speakers so I can rock out whilest I code. &lt;br /&gt;&lt;br /&gt;Sorry, kind of excited. &lt;br /&gt;&lt;br /&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/400425-I-am-setting-up-the-raddest-home-office/'&gt;I am setting up the raddest home office&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/400425/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/400425-I-am-setting-up-the-raddest-home-office/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/400425-I-am-setting-up-the-raddest-home-office/</link><pubDate>Tue, 29 Apr 2008 22:47:58 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/400425-I-am-setting-up-the-raddest-home-office/</guid><evnet:views>3801</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/400425/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I just got in my desk and 22" monitor today. Got an awesome chair and peripherals. I am getting some kick-(I know, I know, language) speakers so I can rock out whilest I code. &lt;br /&gt;&lt;br /&gt;Sorry, kind of excited. &lt;br /&gt;&lt;br /&gt;</evnet:previewtext><dc:creator>SaraJoRedux</dc:creator><slash:comments>61</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/400425-I-am-setting-up-the-raddest-home-office/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/400425/Trackback.aspx</trackback:ping></item><item><title>hey guys - would love your feedback [hey guys - would love your feedback]</title><description>&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;Hey guys - I know this is shameless promoting, but I just put up my blog site and would love you guys to check it out. I figure this is a good way to attract other developers. Would love some of your opinions as my project goes on. &lt;br /&gt;&lt;br /&gt;Thanks!&lt;br /&gt;&lt;br /&gt;&lt;a href="http://GirlDeveloper.com"&gt;Girl Developer&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/399891-hey-guys-would-love-your-feedback/'&gt;hey guys - would love your feedback&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/399891/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/399891-hey-guys-would-love-your-feedback/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/399891-hey-guys-would-love-your-feedback/</link><pubDate>Mon, 28 Apr 2008 05:55:10 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/399891-hey-guys-would-love-your-feedback/</guid><evnet:views>1729</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/399891/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;Hey guys - I know this is shameless promoting, but I just put up my blog site and would love you guys to check it out. I figure this is a good way to attract other developers. Would love some of your opinions as my project goes on. &lt;br /&gt;&lt;br /&gt;Thanks!&lt;br /&gt;&lt;br /&gt;&lt;a href="http://GirlDeveloper.com"&gt;Girl Developer&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;</evnet:previewtext><dc:creator>SaraJoRedux</dc:creator><slash:comments>29</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/399891-hey-guys-would-love-your-feedback/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/399891/Trackback.aspx</trackback:ping></item><item><title>um, yeah, I am mildly uncomfortable developing on your machine [um, yeah, I am mildly uncomfortable developing on your machine]</title><description>&lt;a href="http://www.vouspensez.com/2008/04/22/the-geekiest-pants-ever/"&gt;http://www.vouspensez.com/2008/04/22/the-geekiest-pants-ever/&lt;/a&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/398648-um-yeah-I-am-mildly-uncomfortable-developing-on-your-machine/'&gt;um, yeah, I am mildly uncomfortable developing on your machine&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/398648/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/398648-um-yeah-I-am-mildly-uncomfortable-developing-on-your-machine/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/398648-um-yeah-I-am-mildly-uncomfortable-developing-on-your-machine/</link><pubDate>Tue, 22 Apr 2008 19:10:38 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/398648-um-yeah-I-am-mildly-uncomfortable-developing-on-your-machine/</guid><evnet:views>706</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/398648/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;a href="http://www.vouspensez.com/2008/04/22/the-geekiest-pants-ever/"&gt;http://www.vouspensez.com/2008/04/22/the-geekiest-pants-ever/&lt;/a&gt;</evnet:previewtext><dc:creator>SaraJoRedux</dc:creator><slash:comments>5</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/398648-um-yeah-I-am-mildly-uncomfortable-developing-on-your-machine/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/398648/Trackback.aspx</trackback:ping></item><item><title>I want.... [I want....]</title><description>A way to open windows explorer with a shortcut and just type in the path I want. &lt;br /&gt;&lt;br /&gt;????????&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I'm sure this already exists. &lt;br /&gt;&lt;br /&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/398626-I-want/'&gt;I want....&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/398626/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/398626-I-want/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/398626-I-want/</link><pubDate>Tue, 22 Apr 2008 18:33:58 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/398626-I-want/</guid><evnet:views>1966</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/398626/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>A way to open windows explorer with a shortcut and just type in the path I want. &lt;br /&gt;&lt;br /&gt;????????&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I'm sure this already exists. &lt;br /&gt;&lt;br /&gt;</evnet:previewtext><dc:creator>SaraJoRedux</dc:creator><slash:comments>25</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/398626-I-want/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/398626/Trackback.aspx</trackback:ping></item><item><title>cool article/blag [cool article/blag]</title><description>&lt;a href="http://codeclimber.blogspot.com/2008/04/all-i-need-is-programmer.html"&gt;http://codeclimber.blogspot.com/2008/04/all-i-need-is-programmer.html&lt;/a&gt;
		&lt;br /&gt;
		&lt;br /&gt;
		&lt;br /&gt;one time I got a call from a recruiter, he told me that he had a client that was interested in speaking with me. I said "great!" He goes "Ok, well I'm just going to need you to write a quick calculator application in C# for me. "&lt;br /&gt;&lt;br /&gt;I said "Ok, why is that?" He said "They want to see your style" &lt;br /&gt;&lt;br /&gt;I said "Who is this client?" "Ican't tell you that"&lt;br /&gt;&lt;br /&gt;I said "Well, why don't I meet with them and then if we like each other I would love to put something together for them"&lt;br /&gt;&lt;br /&gt;"No, c'mon, its just a calculator, it shouldn't take you more than ten minutes"&lt;br /&gt;&lt;br /&gt;yeeeeah, no thanks.&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/342278-cool-articleblag/'&gt;cool article/blag&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/342278/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/342278-cool-articleblag/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/342278-cool-articleblag/</link><pubDate>Wed, 16 Apr 2008 23:33:22 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/342278-cool-articleblag/</guid><evnet:views>2000</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/342278/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;a href="http://codeclimber.blogspot.com/2008/04/all-i-need-is-programmer.html"&gt;http://codeclimber.blogspot.com/2008/04/all-i-need-is-programmer.html&lt;/a&gt;
		&lt;br /&gt;
		&lt;br /&gt;
		&lt;br /&gt;one time I got a call from a recruiter, he told me that he had a client that was interested in speaking with me. I said "great!" He goes "Ok, well I'm just going to need you to write a quick calculator application in C# for me. "&lt;br /&gt;&lt;br /&gt;I said "Ok, why is that?" He said "They want to see your style" &lt;br /&gt;&lt;br /&gt;I said "Who is this client?" "Ican't tell you that"&lt;br /&gt;&lt;br /&gt;</evnet:previewtext><dc:creator>SaraJoRedux</dc:creator><slash:comments>26</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/342278-cool-articleblag/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/342278/Trackback.aspx</trackback:ping></item><item><title>serious question now - system design [serious question now - system design]</title><description>&lt;br /&gt;
		&lt;br /&gt;Ok, so for the project I'm working on I'm putting together dev, staging, and production environments for developers and end users and testers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Its my first time doing something like this, wanted to give my boss/pm a look at my design/implementation/backup plans with diagrams. &lt;br /&gt;&lt;br /&gt;There has to be a tool to do this, I don't have to draw servers with my crayons? I mean, weould I use UML for something like this? no, right?&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/262276-serious-question-now-system-design/'&gt;serious question now - system design&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/262276/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/262276-serious-question-now-system-design/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/262276-serious-question-now-system-design/</link><pubDate>Wed, 16 Apr 2008 19:18:20 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/262276-serious-question-now-system-design/</guid><evnet:views>633</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/262276/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;br /&gt;
		&lt;br /&gt;Ok, so for the project I'm working on I'm putting together dev, staging, and production environments for developers and end users and testers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Its my first time doing something like this, wanted to give my boss/pm a look at my design/implementation/backup plans with diagrams. &lt;br /&gt;&lt;br /&gt;There has to be a tool to do this, I don't have to draw servers with my crayons? I mean, weould I use UML for something like this? no, right?</evnet:previewtext><dc:creator>SaraJoRedux</dc:creator><slash:comments>5</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/262276-serious-question-now-system-design/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/262276/Trackback.aspx</trackback:ping></item><item><title>the opp sex [the opp sex]</title><description>&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;so bad at them. &lt;br /&gt;&lt;br /&gt;I'm a nerd, I can't be expected to be some sweet girl cassanova. &lt;br /&gt;&lt;br /&gt;UGH. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;can't live with them, can't store them in a bomb shelter till you feel like taking them out. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;just needed to vent for a minute, there has to be someone you can hire to take care of these things.&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/262274-the-opp-sex/'&gt;the opp sex&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/262274/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/262274-the-opp-sex/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/262274-the-opp-sex/</link><pubDate>Wed, 16 Apr 2008 18:10:39 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/262274-the-opp-sex/</guid><evnet:views>5289</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/262274/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;so bad at them. &lt;br /&gt;&lt;br /&gt;I'm a nerd, I can't be expected to be some sweet girl cassanova. &lt;br /&gt;&lt;br /&gt;UGH. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;can't live with them, can't store them in a bomb shelter till you feel like taking them out. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;just needed to vent for a minute, there has to be someone you can hire to take care of these things.</evnet:previewtext><dc:creator>SaraJoRedux</dc:creator><slash:comments>97</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/262274-the-opp-sex/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/262274/Trackback.aspx</trackback:ping></item><item><title>To Do: [To Do:]</title><description>Today I am:&lt;br /&gt;&lt;br /&gt;Putting vista on my machine (reinstalling everything after)&lt;br /&gt;setting up a new staging environment&lt;br /&gt;figuring out Nant to automate builds (I've worked with it, but never implemented it on my own)&lt;br /&gt;shopping for a desk for new home office&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;its a little exciting&lt;br /&gt;&lt;br /&gt;lots of newness&lt;br /&gt;&lt;br /&gt;what are you up to?&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/262250-To-Do/'&gt;To Do:&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/262250/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/262250-To-Do/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/262250-To-Do/</link><pubDate>Tue, 15 Apr 2008 16:30:18 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/262250-To-Do/</guid><evnet:views>1972</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/262250/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Today I am:&lt;br /&gt;&lt;br /&gt;Putting vista on my machine (reinstalling everything after)&lt;br /&gt;setting up a new staging environment&lt;br /&gt;figuring out Nant to automate builds (I've worked with it, but never implemented it on my own)&lt;br /&gt;shopping for a desk for new home office&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;its a little exciting&lt;br /&gt;&lt;br /&gt;lots of newness&lt;br /&gt;&lt;br /&gt;what are you up to?</evnet:previewtext><dc:creator>SaraJoRedux</dc:creator><slash:comments>36</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/262250-To-Do/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/262250/Trackback.aspx</trackback:ping></item></channel></rss>