<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel xmlns:blog="http://www.dotnetnuke.com/blog/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
    <title>RBI Tech Blog</title>
    <description>Discussing current trends, technologies, and information related to the high tech world in which we now all live. Oh, and some other fun stuff too.</description>
    <link>http://www.realitybytesinc.com/Blog/tabid/149/BlogId/1/language/en-US/Default.aspx</link>
    <language>en-CA</language>
    <webMaster>jshoff@realitybytesinc.com</webMaster>
    <pubDate>Sat, 04 Feb 2012 11:58:12 GMT</pubDate>
    <lastBuildDate>Sat, 04 Feb 2012 11:58:12 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 4.1.0.0</generator>
    <item>
      <title>If you are running DNN (DotNEtNuke) and you want to include a PayPal buy now button, here is the code alterations required.</title>
      <link>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/29/If-you-are-running-DNN-DotNEtNuke-and-you-want-to-include-a-PayPal-buy-now-button-here-is-the-code-alterations-required.aspx</link>
      <description>&lt;p&gt;&lt;a href="http://blogs.snapsis.com/PermaLink,guid,94277650-bd4c-445f-badf-b84646ecc8eb.aspx"&gt;HowTo: put PayPal Buy Now buttons in your DotNetNuke Portal&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;You can do this with a simple javascript trick.    &lt;br /&gt;&lt;strong&gt;Step 1.&lt;/strong&gt; Remove the &lt;Form&gt; &lt;/Form&gt; tags from your PayPal "Buy Now" code.     &lt;br /&gt;&lt;strong&gt;Step 2.&lt;/strong&gt; Add     &lt;br /&gt;onClick="this.form.action='https://www.paypal.com/cgi-bin/webscr'; &lt;/p&gt;  &lt;p&gt;this.form.submit();"    &lt;br /&gt;to the buy now input button.     &lt;br /&gt;&lt;strong&gt;Step 3.&lt;/strong&gt; Paste what is left into the html module &lt;/p&gt;  &lt;p&gt;What it does is change the action for the Form that is already embedded into the DotNetNuke default.aspx page.   &lt;br /&gt;Here is an an example:&lt;/p&gt;  &lt;p&gt;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;/p&gt;  &lt;p&gt;&lt;input type="hidden" name="cmd" value="_xclick"&gt;   &lt;br /&gt;&lt;input type="hidden" name="business" value="&lt;a href="http://www.realitybytesinc.commailto:payments@snapsis.com"&gt;payments@snapsis.com&lt;/a&gt;"&gt;    &lt;br /&gt;&lt;input type="hidden" name="item_name" value="Buy John a Beer"&gt;    &lt;br /&gt;&lt;input type="hidden" name="item_number" value="Beer"&gt;    &lt;br /&gt;&lt;input type="hidden" name="amount" value="1.00"&gt;    &lt;br /&gt;&lt;input type="hidden" name="no_shipping" value="2"&gt;    &lt;br /&gt;&lt;input type="hidden" name="no_note" value="1"&gt;    &lt;br /&gt;&lt;input type="hidden" name="currency_code" value="USD"&gt;    &lt;br /&gt;&lt;input type="hidden" name="lc" value="US"&gt;    &lt;br /&gt;&lt;input type="hidden" name="bn" value="PP-BuyNowBF"&gt;    &lt;br /&gt;&lt;input type="image" &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;onClick="this.form.action='https://www.paypal.com/cgi-bin/webscr';this.form.submit();"&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;src="&lt;a href="http://blogs.snapsis.com/ct.ashx?id=94277650-bd4c-445f-badf-b84646ecc8eb&amp;url=https%3a%2f%2fwww.paypal.com%2fen_US%2fi%2fbtn%2fx-click-but23.gif"&gt;https://www.paypal.com/en_US/i/btn/x-click-but23.gif&lt;/a&gt;" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"&gt;    &lt;br /&gt;&lt;img alt="" border="0" src="&lt;a href="http://blogs.snapsis.com/ct.ashx?id=94277650-bd4c-445f-badf-b84646ecc8eb&amp;url=https%3a%2f%2fwww.paypal.com%2fen_US%2fi%2fscr%2fpixel.gif"&gt;https://www.paypal.com/en_US/i/scr/pixel.gif&lt;/a&gt;" width="1" height="1"&gt;&lt;/p&gt;  &lt;p&gt;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;/p&gt;  &lt;p&gt;You can find more advanced ideas in &lt;a href="http://blogs.snapsis.com/ct.ashx?id=94277650-bd4c-445f-badf-b84646ecc8eb&amp;url=http%3a%2f%2fforums.asp.net%2f884997%2fShowPost.aspx"&gt;&lt;strong&gt;this thread on the asp.net forums&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;&lt;br /&gt;&lt;a href=http://www.realitybytesinc.com/Blog/tabid/149/EntryId/29/If-you-are-running-DNN-DotNEtNuke-and-you-want-to-include-a-PayPal-buy-now-button-here-is-the-code-alterations-required.aspx&gt;More ...&lt;/a&gt;&lt;div class="category"&gt;Category: &lt;a href=http://www.realitybytesinc.com/Blog/tabid/149/CatID/10/language/en-US/Default.aspx&gt;Web Site Design&lt;/a&gt;&lt;/div&gt;</description>
      <author>jshoff@realitybytesinc.com</author>
      <category domain="http://www.realitybytesinc.com/Blog/tabid/149/CatID/10/language/en-US/Default.aspx">Web Site Design</category>
      <comments>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/29/If-you-are-running-DNN-DotNEtNuke-and-you-want-to-include-a-PayPal-buy-now-button-here-is-the-code-alterations-required.aspx#Comments</comments>
      <slash:comments>2</slash:comments>
      <guid isPermaLink="true">http://www.realitybytesinc.com/Blog/tabid/149/EntryId/29/If-you-are-running-DNN-DotNEtNuke-and-you-want-to-include-a-PayPal-buy-now-button-here-is-the-code-alterations-required.aspx</guid>
      <pubDate>Tue, 27 Sep 2011 00:14:00 GMT</pubDate>
      <trackback:ping>http://www.realitybytesinc.comDesktopModules/BlogTrackback.aspx?id=29</trackback:ping>
    </item>
    <item>
      <title>New HTS Satellite Launch for Xplornet coming soon!</title>
      <link>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/28/New-HTS-Satellite-Launch-for-Xplornet-coming-soon.aspx</link>
      <description>&lt;p&gt;&lt;a href="http://www.realitybytesinc.com/Portals/0/Blog/Files/1/28/Windows-Live-Writer-New-HTS-Satellite-Launch-for-Xplornet-co_937A-xplornet-4g_satellite.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="xplornet-4g satellite" border="0" alt="xplornet-4g satellite" src="/Portals/0/Blog/Files/1/28/Windows-Live-Writer-New-HTS-Satellite-Launch-for-Xplornet-co_937A-xplornet-4g_satellite_thumb.png" width="467" height="351" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Xplornet Communications&lt;/strong&gt; will be launching their new high speed Internet, 4G Satellite very soon.  Tentative launch dates are Oct 19, 2011.  Activation of new customers on the system should begin in late Dec 2011.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;The new 4G Satellite system will allow for speeds of up to 25Mbit per second, with latency times of ~150ms. which is multitudes faster than anything currently in use for satellite Internet service.  The new satellite system has more capacity than every satellite currently in orbit COMBINED!  &lt;/em&gt;&lt;/p&gt;  &lt;p&gt;A typical monthly package with be $44.99 + $15 CPE rental = $59.99 per month.  For this rate you will get 3.0Mbps speeds, and a 20GB Bandwidth Allowance.  &lt;/p&gt;  &lt;p&gt;A higher end business package will be $124.99 + $15 CPE rental = $139.99 per month.  For this rate you will get 5.0Mbps speeds, and a 100GB Bandwidth Allowance.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Additional bandwidth will be $3.50 / GB.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;When comparing this to the current Satellite Internet offers from Xplornet, the new system will be over twice the price, and less than half the cost.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;For more information and/or to find out about the pre-sell offer for new and existing customers, contact Reality Bytes at 403-823-2983 or email &lt;a href="http://www.realitybytesinc.commailto:info@realitybytesinc.com"&gt;info@realitybytesinc.com&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;a href=http://www.realitybytesinc.com/Blog/tabid/149/EntryId/28/New-HTS-Satellite-Launch-for-Xplornet-coming-soon.aspx&gt;More ...&lt;/a&gt;&lt;div class="category"&gt;Category: &lt;a href=http://www.realitybytesinc.com/Blog/tabid/149/CatID/3/language/en-US/Default.aspx&gt;Internet&lt;/a&gt;&lt;/div&gt;</description>
      <author>jshoff@realitybytesinc.com</author>
      <category domain="http://www.realitybytesinc.com/Blog/tabid/149/CatID/3/language/en-US/Default.aspx">Internet</category>
      <comments>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/28/New-HTS-Satellite-Launch-for-Xplornet-coming-soon.aspx#Comments</comments>
      <slash:comments>6</slash:comments>
      <guid isPermaLink="true">http://www.realitybytesinc.com/Blog/tabid/149/EntryId/28/New-HTS-Satellite-Launch-for-Xplornet-coming-soon.aspx</guid>
      <pubDate>Mon, 26 Sep 2011 16:40:56 GMT</pubDate>
      <trackback:ping>http://www.realitybytesinc.comDesktopModules/BlogTrackback.aspx?id=28</trackback:ping>
    </item>
    <item>
      <title>Facebook Tips for Web Designers</title>
      <link>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/26/Facebook-Tips-for-Web-Designers.aspx</link>
      <description>&lt;p&gt;Facebook is usually fairly easy to use, work &amp; play…  However, when integrating Facebook into your website, you may run into some headaches.  I’ve gone through the steps below several times, usually looking up the information each time.  So, this blog post is just as much for me as it is for you!&lt;/p&gt;  &lt;h3&gt;Step 1: When to use a Page OR when to use a Group&lt;/h3&gt;  &lt;p&gt;Facebook Pages are best used for the corporate identity or non-profit public site.  A group is better used to discuss a specific topic, and the group limits you to only certain functions.  I would recommend you have a page first, and if needed, also a group for more targeted tasks.&lt;/p&gt;  &lt;h3&gt;Step 2: Claiming your Facebook URL&lt;/h3&gt;  &lt;p&gt;In order to properly link to your newly created Facebook page from a website, email, or even on a business card, you need to claim a Facebook url.  To do this, visit the website &lt;a href="http://www.facebook.com/username"&gt;http://www.facebook.com/username&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;At this site, (sub-site of Facebook) you can create a URL to your page, such as &lt;a href="http://www.facebook.com/realitybytesinc"&gt;www.facebook.com/realitybytesinc&lt;/a&gt; &lt;/p&gt;  &lt;h3&gt;Step 3: Claiming your Facebook Place&lt;/h3&gt;  &lt;p&gt;Places – is the Facebook equivalent of Foursquare.  It allows a Facebook mobile user to find your business, and comment, etc.  What can be confusing is that you have a “place” a “page” and probably a “group” also.  To simplify things for users, go to the “place” for your business, and you will be able to claim it by clicking the link in the bottom corner of the “place” &lt;/p&gt;  &lt;p&gt;Once claimed, you can merge it with your Facebook page, and voila, two become one.  More details are in the link below….&lt;/p&gt;  &lt;p&gt;&lt;a title="https://www.facebook.com/help/?page=1154" href="https://www.facebook.com/help/?page=1154"&gt;https://www.facebook.com/help/?page=1154&lt;/a&gt;&lt;/p&gt;  &lt;h3&gt;Step 4: Get rid of the Group&lt;/h3&gt;  &lt;p&gt;If you don’t have a use for the old group you had previously setup, you need to boot everyone out of it, and then make it private and hidden.  It currently cannot be deleted, but if you hide it, its effectively gone from peoples’ browsers.  This just eliminates the duplication.&lt;/p&gt;  &lt;h3&gt;Step 4a: Repurpose the Group&lt;/h3&gt;  &lt;p&gt;What we did here, was boot everyone out of the group, make it private, and then we added in just the staff.  We now use the group for loose discussions about product, deals, etc.  I highly would not recommend using it for talking about anything sensitive, as Facebook security is not exactly iron clad.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;h5&gt;Feel free to comment with any other ideas or suggestions.  I would love to hear them!!!&lt;/h5&gt;&lt;br /&gt;&lt;a href=http://www.realitybytesinc.com/Blog/tabid/149/EntryId/26/Facebook-Tips-for-Web-Designers.aspx&gt;More ...&lt;/a&gt;</description>
      <author>jshoff@realitybytesinc.com</author>
      <comments>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/26/Facebook-Tips-for-Web-Designers.aspx#Comments</comments>
      <slash:comments>9</slash:comments>
      <guid isPermaLink="true">http://www.realitybytesinc.com/Blog/tabid/149/EntryId/26/Facebook-Tips-for-Web-Designers.aspx</guid>
      <pubDate>Tue, 17 May 2011 22:21:14 GMT</pubDate>
      <trackback:ping>http://www.realitybytesinc.comDesktopModules/BlogTrackback.aspx?id=26</trackback:ping>
    </item>
    <item>
      <title>Bob Muglia talks about his INSANE computer setup at home</title>
      <link>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/25/Bob-Muglia-talks-about-his-INSANE-computer-setup-at-home.aspx</link>
      <description>&lt;p&gt;&lt;iframe style="width: 512px; height: 288px" src="http://channel9.msdn.com/Series/Show-Us-Your-Tech/Bob-Muglia-Shows-us-His-Tech/player?w=512&amp;h=288" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;&lt;/p&gt;  &lt;p&gt;Bob is one of the senior VPs at Microsoft.  In an effort to understand ALL the Microsoft technology available, he has installed all the major technology Microsoft provides into an extensive data center, in his home.&lt;/p&gt;  &lt;p&gt;The setup is capable is serving 200-500 workstations, so it is a huge overkill for a house.  The room is AC controlled of course, and well, just watch the video.&lt;/p&gt;  &lt;p&gt;What I think is really cool is that he has used terminal server, with a touch screen to implement touch panels all throughout the house, to provide streaming audio &amp; video.&lt;/p&gt;  &lt;p&gt;In one of my next blog entries, I will show you my MUCH scaled down version of this setup at my house.  It runs dual purpose, both as a data center for our home, and also as a complete off site backup of our business facilities, and data center at Reality Bytes.&lt;/p&gt;&lt;br /&gt;&lt;a href=http://www.realitybytesinc.com/Blog/tabid/149/EntryId/25/Bob-Muglia-talks-about-his-INSANE-computer-setup-at-home.aspx&gt;More ...&lt;/a&gt;&lt;div class="category"&gt;Category: &lt;a href=http://www.realitybytesinc.com/Blog/tabid/149/CatID/6/language/en-US/Default.aspx&gt;Computers&lt;/a&gt;&lt;/div&gt;&lt;div class="category"&gt;Category: &lt;a href=http://www.realitybytesinc.com/Blog/tabid/149/CatID/3/language/en-US/Default.aspx&gt;Internet&lt;/a&gt;&lt;/div&gt;</description>
      <author>jshoff@realitybytesinc.com</author>
      <category domain="http://www.realitybytesinc.com/Blog/tabid/149/CatID/6/language/en-US/Default.aspx">Computers</category>
      <category domain="http://www.realitybytesinc.com/Blog/tabid/149/CatID/3/language/en-US/Default.aspx">Internet</category>
      <comments>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/25/Bob-Muglia-talks-about-his-INSANE-computer-setup-at-home.aspx#Comments</comments>
      <slash:comments>9</slash:comments>
      <guid isPermaLink="true">http://www.realitybytesinc.com/Blog/tabid/149/EntryId/25/Bob-Muglia-talks-about-his-INSANE-computer-setup-at-home.aspx</guid>
      <pubDate>Tue, 03 May 2011 23:16:55 GMT</pubDate>
      <trackback:ping>http://www.realitybytesinc.comDesktopModules/BlogTrackback.aspx?id=25</trackback:ping>
    </item>
    <item>
      <title>HyperV Dynamic Memory&amp;ndash;Love it, and hate it&amp;hellip;</title>
      <link>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/24/HyperV-Dynamic-Memory-ndash-Love-it-and-hate-it-hellip.aspx</link>
      <description>&lt;p&gt;One of the new features post SP1 in both HyperV server 2008 R2, and Server 2008 R2 is the ability to use dynamic memory allocation for your hyperV VMs.&lt;/p&gt;  &lt;p&gt;A similar type of function has existed in VMWare for several generations, but Microsoft has put their own twist on the technology and included it as a free update in SP1.&lt;/p&gt;  &lt;p&gt;Dynamic memory allows you to configure a base amount of RAM memory for the VM, that can expand and contract with resource demand on the system.  It’s a very efficient use of your RAM memory for servers running multiple hyperV VMs.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.realitybytesinc.com/Portals/0/Blog/Files/1/24/Windows-Live-Writer-HyperV-Dynamic-MemoryLove-it-and-hate-it_AE7A-image_2.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="/Portals/0/Blog/Files/1/24/Windows-Live-Writer-HyperV-Dynamic-MemoryLove-it-and-hate-it_AE7A-image_thumb.png" width="730" height="209" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;As you can see from the above screen shot, the memory demand, assigned memory, and memory status columns are all new in post SP1 hyper V&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.realitybytesinc.com/Portals/0/Blog/Files/1/24/Windows-Live-Writer-HyperV-Dynamic-MemoryLove-it-and-hate-it_AE7A-image_4.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" align="left" src="/Portals/0/Blog/Files/1/24/Windows-Live-Writer-HyperV-Dynamic-MemoryLove-it-and-hate-it_AE7A-image_thumb_1.png" width="412" height="405" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;Assigning / setup  of dynamic memory is pretty easy.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;- Install SP1 on your HyperV host&lt;/li&gt;    &lt;li&gt;- Install SP1 on your client OSes&lt;/li&gt;    &lt;li&gt;- Install the Server 2008 patch for dynamic memory (not required for server 2008 r2)&lt;/li&gt;    &lt;li&gt;- shut down the hyperV guest OS&lt;/li&gt;    &lt;li&gt;- go into settings –&gt; memory&lt;/li&gt;    &lt;li&gt;- changes are now available&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;IF YOU DON’T SEE THESE SETTINGS, KEEP READING!!!&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;h1&gt;What I love:&lt;/h1&gt;  &lt;ul&gt;   &lt;li&gt;Efficient use of RAM for HyperV hosts&lt;/li&gt;    &lt;li&gt;More guest OSes per physical box available as RAM is more available&lt;/li&gt;    &lt;li&gt;Easy to setup and maintain&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt; &lt;/p&gt;  &lt;h1&gt;What I hate (the gotcha’s):&lt;/h1&gt;  &lt;ul&gt;   &lt;li&gt;You must have Server 2008 R2 SP1 to view these new settings.  If you are running a Server 2008 (not R2) and have installed the SP1, you are temporarily out of luck (MS has a new remote admin tools pack coming out soon that will fix this)&lt;/li&gt;    &lt;li&gt;On server 2008, you won’t be able to make changes to the dynamic memory settings, or enable/disable it.  You need R2, with SP1!&lt;/li&gt;    &lt;li&gt;Exchange 2007/2010 has back pressure monitoring enabled by default, which monitors available server RAM, and HD space.  Of course, this COULD cause problems if your guest OS has dynamic memory enabled (it did for me today!)  Make sure to disable back pressure protection. &lt;a title="https://exchangepedia.com/2007/03/exchange-server-2007-how-to-turn-off-the-back-pressure-feature-on-transport-servers.html" href="https://exchangepedia.com/2007/03/exchange-server-2007-how-to-turn-off-the-back-pressure-feature-on-transport-servers.html"&gt;https://exchangepedia.com/2007/03/exchange-server-2007-how-to-turn-off-the-back-pressure-feature-on-transport-servers.html&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;&lt;br /&gt;&lt;a href=http://www.realitybytesinc.com/Blog/tabid/149/EntryId/24/HyperV-Dynamic-Memory-ndash-Love-it-and-hate-it-hellip.aspx&gt;More ...&lt;/a&gt;&lt;div class="category"&gt;Category: &lt;a href=http://www.realitybytesinc.com/Blog/tabid/149/CatID/6/language/en-US/Default.aspx&gt;Computers&lt;/a&gt;&lt;/div&gt;&lt;div class="category"&gt;Category: &lt;a href=http://www.realitybytesinc.com/Blog/tabid/149/CatID/3/language/en-US/Default.aspx&gt;Internet&lt;/a&gt;&lt;/div&gt;</description>
      <author>jshoff@realitybytesinc.com</author>
      <category domain="http://www.realitybytesinc.com/Blog/tabid/149/CatID/6/language/en-US/Default.aspx">Computers</category>
      <category domain="http://www.realitybytesinc.com/Blog/tabid/149/CatID/3/language/en-US/Default.aspx">Internet</category>
      <comments>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/24/HyperV-Dynamic-Memory-ndash-Love-it-and-hate-it-hellip.aspx#Comments</comments>
      <slash:comments>6</slash:comments>
      <guid isPermaLink="true">http://www.realitybytesinc.com/Blog/tabid/149/EntryId/24/HyperV-Dynamic-Memory-ndash-Love-it-and-hate-it-hellip.aspx</guid>
      <pubDate>Mon, 18 Apr 2011 18:42:40 GMT</pubDate>
      <trackback:ping>http://www.realitybytesinc.comDesktopModules/BlogTrackback.aspx?id=24</trackback:ping>
    </item>
    <item>
      <title>Every later riser needs a #Clocky</title>
      <link>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/23/Every-later-riser-needs-a-Clocky.aspx</link>
      <description>&lt;p&gt;&lt;iframe title="YouTube video player" height="390" src="http://www.youtube.com/embed/ZZ_n6WT-1Gs" frameborder="0" width="480" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font size="6"&gt;Coming Soon (Apr 4) to Reality Bytes&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Are you a late riser?  Have trouble hitting snooze in the morning?  How about an alarm clock that jumps off your nightstand and runs away from you?&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.realitybytesinc.com/Portals/0/Blog/Files/1/23/Windows-Live-Writer-Every-later-riser-needs-a-Clockey_F829-clip_image001_2.jpg"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image001" border="0" alt="clip_image001" src="/Portals/0/Blog/Files/1/23/Windows-Live-Writer-Every-later-riser-needs-a-Clockey_F829-clip_image001_thumb.jpg" width="244" height="178" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Can't wake up? You're not alone. Stats show that 40% of people 'abuse' the snooze. Typical alarm clocks just don't work well. Ours never lets you oversleep again. Clocky runs away and hides if you don't get ott of bed. When the alarm sounds, Clocky will wait for you to get up. But if you snooze, Clocky will jump off of your nightstand (from 3 feet), and run around your room, determined to get you up on time. Clocky's hip, innovative and charming. What could be better to wake up next to?&lt;/p&gt;&lt;br /&gt;&lt;a href=http://www.realitybytesinc.com/Blog/tabid/149/EntryId/23/Every-later-riser-needs-a-Clocky.aspx&gt;More ...&lt;/a&gt;</description>
      <author>jshoff@realitybytesinc.com</author>
      <comments>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/23/Every-later-riser-needs-a-Clocky.aspx#Comments</comments>
      <slash:comments>2</slash:comments>
      <guid isPermaLink="true">http://www.realitybytesinc.com/Blog/tabid/149/EntryId/23/Every-later-riser-needs-a-Clocky.aspx</guid>
      <pubDate>Tue, 29 Mar 2011 23:42:05 GMT</pubDate>
      <trackback:ping>http://www.realitybytesinc.comDesktopModules/BlogTrackback.aspx?id=23</trackback:ping>
    </item>
    <item>
      <title>Netflix Bandwidth Adjustments save you MAJOR bandwidth usage</title>
      <link>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/22/Netflix-Bandwidth-Adjustments-save-you-MAJOR-bandwidth-usage.aspx</link>
      <description>&lt;p&gt;Great news.  I just received this email from Netflix.  What a great improvement for both users AND Internet providers!!!&lt;/p&gt;  &lt;p&gt;Email start ----&gt;&lt;/p&gt;  &lt;p&gt;Starting today, watching movies &amp; TV shows in Canada will use 2/3 less data on average with minimal impact to video quality. For example, watching 30 hours of Netflix movies &amp; TV shows will only use 9 GB of data, well below most Canadian ISP data caps. Previously, 30 hours from Netflix typically used 31 GB.&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;Why the change? We know that many of our Canadian members have monthly Internet data caps. This new default account setting will significantly reduce the amount of data Netflix delivers to you each month.&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;You now also have the ability to manage how much data Netflix delivers to you. Visit Your Account to &lt;a href="http://ca.netflix.com/HdToggle?lnktrk=EMP&amp;g=16B74EC51FCC98376654D51570A5D8E30AC0315E&amp;lkid=link"&gt;adjust your settings&lt;/a&gt; anytime you want. &lt;/p&gt;  &lt;p&gt;Regardless of which setting you choose –– Netflix is still only $7.99 a month.   &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;As always, we will continue to innovate and try new things to ensure Netflix is a great experience without high data use. If you have any questions, please call us at 1-866-923-1277.   &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;–Your friends at Netflix&lt;/p&gt;&lt;br /&gt;&lt;a href=http://www.realitybytesinc.com/Blog/tabid/149/EntryId/22/Netflix-Bandwidth-Adjustments-save-you-MAJOR-bandwidth-usage.aspx&gt;More ...&lt;/a&gt;&lt;div class="category"&gt;Category: &lt;a href=http://www.realitybytesinc.com/Blog/tabid/149/CatID/3/language/en-US/Default.aspx&gt;Internet&lt;/a&gt;&lt;/div&gt;&lt;div class="category"&gt;Category: &lt;a href=http://www.realitybytesinc.com/Blog/tabid/149/CatID/6/language/en-US/Default.aspx&gt;Computers&lt;/a&gt;&lt;/div&gt;</description>
      <author>jshoff@realitybytesinc.com</author>
      <category domain="http://www.realitybytesinc.com/Blog/tabid/149/CatID/3/language/en-US/Default.aspx">Internet</category>
      <category domain="http://www.realitybytesinc.com/Blog/tabid/149/CatID/6/language/en-US/Default.aspx">Computers</category>
      <comments>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/22/Netflix-Bandwidth-Adjustments-save-you-MAJOR-bandwidth-usage.aspx#Comments</comments>
      <slash:comments>22</slash:comments>
      <guid isPermaLink="true">http://www.realitybytesinc.com/Blog/tabid/149/EntryId/22/Netflix-Bandwidth-Adjustments-save-you-MAJOR-bandwidth-usage.aspx</guid>
      <pubDate>Tue, 29 Mar 2011 03:56:36 GMT</pubDate>
      <trackback:ping>http://www.realitybytesinc.comDesktopModules/BlogTrackback.aspx?id=22</trackback:ping>
    </item>
    <item>
      <title>Drumheller Chamber of Commerce</title>
      <link>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/21/Drumheller-Chamber-of-Commerce.aspx</link>
      <description>&lt;p&gt;Starting in 2010, I began my first term as a board member on the Drumheller Chamber of Commerce.  Recently, I was nominated for the position of Treasurer.  I am proud to be a part of this organization as it is involved in all sorts of community projects, business team building groups, and supplies value added services to it’s members.&lt;/p&gt;  &lt;p&gt;The board consists of a well balanced team of individuals, each with their own respective outlook on where the community should go, and what we should strive to achieve.  Our regular meetings are held at 7am on specific Thursdays, which is extremely early for this night owl, however it’s always worth the time spent.&lt;/p&gt;  &lt;p&gt;If you have any questions regarding the Chamber of Commerce, or have comments or ideas for us, feel free to email me at &lt;a href="http://www.realitybytesinc.commailto:jshoff@realitybytesinc.com"&gt;jshoff@realitybytesinc.com&lt;/a&gt; or phone me at 403-823-2983.  I am always available to discuss any matters you may have.&lt;/p&gt;  &lt;p&gt;Thank you,&lt;/p&gt;  &lt;p&gt;John Shoff&lt;/p&gt;&lt;br /&gt;&lt;a href=http://www.realitybytesinc.com/Blog/tabid/149/EntryId/21/Drumheller-Chamber-of-Commerce.aspx&gt;More ...&lt;/a&gt;</description>
      <author>jshoff@realitybytesinc.com</author>
      <comments>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/21/Drumheller-Chamber-of-Commerce.aspx#Comments</comments>
      <slash:comments>5</slash:comments>
      <guid isPermaLink="true">http://www.realitybytesinc.com/Blog/tabid/149/EntryId/21/Drumheller-Chamber-of-Commerce.aspx</guid>
      <pubDate>Mon, 28 Mar 2011 16:22:27 GMT</pubDate>
      <trackback:ping>http://www.realitybytesinc.comDesktopModules/BlogTrackback.aspx?id=21</trackback:ping>
    </item>
    <item>
      <title>Using voice dictation in windows 7</title>
      <link>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/20/Using-voice-dictation-in-windows-7.aspx</link>
      <description>&lt;p&gt;Voice dictation is a built in feature in Microsoft Windows 7.  You can use voice dictation in any program application or even on the Internet.&lt;/p&gt;  &lt;p&gt;This blog post was entered using the voice dictation software in Microsoft's windows.  So far I am very happy with how the voice dictation works, it took about 5 minutes for me to train my voice to the computer before it can start using software.&lt;/p&gt;  &lt;p&gt;The more you use the voice dictation application the better it becomes an understanding of voice.  The voice dictation software will also scours through your documents and spreadsheets for wording and grammatical information.&lt;/p&gt;  &lt;p&gt;I would say the largest hurdle with using voice dictation is getting used to talking to your computer.  The room in which you do the voice dictation needs to be relatively quiet, or you will experience several errors in the voice dictation.  Voice dictation has been around for several years in both Microsoft Windows and Microsoft office, however previous generations of voice dictation software have been marginal at best.&lt;/p&gt;  &lt;p&gt;I can see the voice dictation being a large advantage for offices such as law firms, writers, or any other type of profession that requires a lot of the dictation.  I can also see that as I am speaking to this blog post, the voice dictation software is getting better.  Currently I have been using it for approximately 15 minutes, and I would say it's already at about 80% accuracy. &lt;/p&gt;  &lt;p&gt;You have to say the word.  And the word, in order for the software to understand they are grammatical punctuation.  I also find up by speaking faster this software is actually more capable of picking up my voice.  If I speak too slowly the software thinks that I have said multiple words when in fact it is one word well annunciated.&lt;/p&gt;  &lt;p&gt;All in all I am very happy with the voice dictation software, and I think I will use it for further blog posts to this site as well as any letters, estimates, contracts, emails.&lt;/p&gt;  &lt;p&gt;If you would like to get started using voice dictation yourself, just go into the control panel of your windows seven computer, and look for the menu called speech recognition.  Once you're in this menu, the best idea is to set up the microphone correctly using the instructions on the screen.  Second I would recommend you take the training, which is very intuitive and easy to follow.&lt;/p&gt;  &lt;p&gt;I would love to hear feedback from you if you have tried voice dictation, as I would like to know how well it works for you.&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;Thank you and have a great afternoon&lt;/p&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;a href=http://www.realitybytesinc.com/Blog/tabid/149/EntryId/20/Using-voice-dictation-in-windows-7.aspx&gt;More ...&lt;/a&gt;&lt;div class="category"&gt;Category: &lt;a href=http://www.realitybytesinc.com/Blog/tabid/149/CatID/6/language/en-US/Default.aspx&gt;Computers&lt;/a&gt;&lt;/div&gt;</description>
      <author>jshoff@realitybytesinc.com</author>
      <category domain="http://www.realitybytesinc.com/Blog/tabid/149/CatID/6/language/en-US/Default.aspx">Computers</category>
      <comments>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/20/Using-voice-dictation-in-windows-7.aspx#Comments</comments>
      <slash:comments>15</slash:comments>
      <guid isPermaLink="true">http://www.realitybytesinc.com/Blog/tabid/149/EntryId/20/Using-voice-dictation-in-windows-7.aspx</guid>
      <pubDate>Sun, 27 Mar 2011 23:13:30 GMT</pubDate>
      <trackback:ping>http://www.realitybytesinc.comDesktopModules/BlogTrackback.aspx?id=20</trackback:ping>
    </item>
    <item>
      <title>Windows Phone 7</title>
      <link>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/18/Windows-Phone-7.aspx</link>
      <description>&lt;p&gt;&lt;iframe title="YouTube video player" height="390" src="http://www.youtube.com/embed/EHlN21ebeak" frameborder="0" width="640" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/p&gt;  &lt;p&gt;A phone, to save us from, our phone….  They are quite slick!  The live tiles do save you time, and the way it integrates all types of social networks into one system is such a huge timesaver!&lt;/p&gt;&lt;br /&gt;&lt;a href=http://www.realitybytesinc.com/Blog/tabid/149/EntryId/18/Windows-Phone-7.aspx&gt;More ...&lt;/a&gt;&lt;div class="category"&gt;Category: &lt;a href=http://www.realitybytesinc.com/Blog/tabid/149/CatID/6/language/en-US/Default.aspx&gt;Computers&lt;/a&gt;&lt;/div&gt;&lt;div class="category"&gt;Category: &lt;a href=http://www.realitybytesinc.com/Blog/tabid/149/CatID/2/language/en-US/Default.aspx&gt;Bell&lt;/a&gt;&lt;/div&gt;&lt;div class="category"&gt;Category: &lt;a href=http://www.realitybytesinc.com/Blog/tabid/149/CatID/4/language/en-US/Default.aspx&gt;Telephone&lt;/a&gt;&lt;/div&gt;</description>
      <author>jshoff@realitybytesinc.com</author>
      <category domain="http://www.realitybytesinc.com/Blog/tabid/149/CatID/6/language/en-US/Default.aspx">Computers</category>
      <category domain="http://www.realitybytesinc.com/Blog/tabid/149/CatID/2/language/en-US/Default.aspx">Bell</category>
      <category domain="http://www.realitybytesinc.com/Blog/tabid/149/CatID/4/language/en-US/Default.aspx">Telephone</category>
      <comments>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/18/Windows-Phone-7.aspx#Comments</comments>
      <slash:comments>6</slash:comments>
      <guid isPermaLink="true">http://www.realitybytesinc.com/Blog/tabid/149/EntryId/18/Windows-Phone-7.aspx</guid>
      <pubDate>Tue, 22 Mar 2011 21:05:23 GMT</pubDate>
      <trackback:ping>http://www.realitybytesinc.comDesktopModules/BlogTrackback.aspx?id=18</trackback:ping>
    </item>
    <item>
      <title>Adding a Website to your Trusted Sites</title>
      <link>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/17/Adding-a-Website-to-your-Trusted-Sites.aspx</link>
      <description>&lt;p&gt;Certain websites required a higher level of access than others.  Specifically, those that have the need for login or are secured with SSL (https://www.site.com)&lt;/p&gt;  &lt;p&gt; Commonly, in a Terminal Server Environment, these sites need to be added to the “Trusted Sites” list.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;To do this, first open Internet Explorer, and look for the zone at the bottom of the window.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.realitybytesinc.com/Portals/0/Blog/Files/1/17/Windows-Live-Writer-Adding-a-Website-to-your-Trusted-Sites_ABDF-image_2.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="/Portals/0/Blog/Files/1/17/Windows-Live-Writer-Adding-a-Website-to-your-Trusted-Sites_ABDF-image_thumb.png" width="244" height="96" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Double click the zone name, to get into the Internet Security window (alternatively, you can click on tools –&gt; internet options –&gt; security tab)&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.realitybytesinc.com/Portals/0/Blog/Files/1/17/Windows-Live-Writer-Adding-a-Website-to-your-Trusted-Sites_ABDF-image_4.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="/Portals/0/Blog/Files/1/17/Windows-Live-Writer-Adding-a-Website-to-your-Trusted-Sites_ABDF-image_thumb_1.png" width="193" height="244" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Click the icon for trusted sites, then click the SITES button.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.realitybytesinc.com/Portals/0/Blog/Files/1/17/Windows-Live-Writer-Adding-a-Website-to-your-Trusted-Sites_ABDF-image_6.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="/Portals/0/Blog/Files/1/17/Windows-Live-Writer-Adding-a-Website-to-your-Trusted-Sites_ABDF-image_thumb_2.png" width="244" height="237" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Add your website to this list, then click CLOSE, and OK until everything is closed.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;You’re done!!&lt;/p&gt;&lt;br /&gt;&lt;a href=http://www.realitybytesinc.com/Blog/tabid/149/EntryId/17/Adding-a-Website-to-your-Trusted-Sites.aspx&gt;More ...&lt;/a&gt;&lt;div class="category"&gt;Category: &lt;a href=http://www.realitybytesinc.com/Blog/tabid/149/CatID/6/language/en-US/Default.aspx&gt;Computers&lt;/a&gt;&lt;/div&gt;&lt;div class="category"&gt;Category: &lt;a href=http://www.realitybytesinc.com/Blog/tabid/149/CatID/1/language/en-US/Default.aspx&gt;Managed Services&lt;/a&gt;&lt;/div&gt;</description>
      <author>jshoff@realitybytesinc.com</author>
      <category domain="http://www.realitybytesinc.com/Blog/tabid/149/CatID/6/language/en-US/Default.aspx">Computers</category>
      <category domain="http://www.realitybytesinc.com/Blog/tabid/149/CatID/1/language/en-US/Default.aspx">Managed Services</category>
      <comments>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/17/Adding-a-Website-to-your-Trusted-Sites.aspx#Comments</comments>
      <slash:comments>8</slash:comments>
      <guid isPermaLink="true">http://www.realitybytesinc.com/Blog/tabid/149/EntryId/17/Adding-a-Website-to-your-Trusted-Sites.aspx</guid>
      <pubDate>Tue, 22 Mar 2011 19:52:00 GMT</pubDate>
      <trackback:ping>http://www.realitybytesinc.comDesktopModules/BlogTrackback.aspx?id=17</trackback:ping>
    </item>
    <item>
      <title>Motorola Atrix - First Look</title>
      <link>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/15/Motorola-Atrix-First-Look.aspx</link>
      <description>&lt;p&gt;So, for the first time in, well, I think ever we got a product for launch. This could mean one of two things... either there is good stock availability from Bell on the Motorola Atrix, OR we now have serious klout with Bell distribution. (my guess is the former, not the latter)&lt;/p&gt;
&lt;p&gt;So, anyhow the Moto Atrix is the first phone is what I believe will become an entire shift in telecommunications and computers. This is not to say that the Atrix IS the phone to change the landscape, but it is something new, something very new...&lt;/p&gt;&lt;div class="tags"&gt;Tags: Atrix,Internet,Bell,Superphone&lt;/div&gt;&lt;div class="category"&gt;Category: &lt;a href=http://www.realitybytesinc.com/Blog/tabid/149/CatID/2/language/en-US/Default.aspx&gt;Bell&lt;/a&gt;&lt;/div&gt;&lt;div class="category"&gt;Category: &lt;a href=http://www.realitybytesinc.com/Blog/tabid/149/CatID/6/language/en-US/Default.aspx&gt;Computers&lt;/a&gt;&lt;/div&gt;</description>
      <author>jshoff@realitybytesinc.com</author>
      <category domain="http://www.realitybytesinc.com/Blog/tabid/149/CatID/2/language/en-US/Default.aspx">Bell</category>
      <category domain="http://www.realitybytesinc.com/Blog/tabid/149/CatID/6/language/en-US/Default.aspx">Computers</category>
      <comments>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/15/Motorola-Atrix-First-Look.aspx#Comments</comments>
      <slash:comments>7</slash:comments>
      <guid isPermaLink="true">http://www.realitybytesinc.com/Blog/tabid/149/EntryId/15/Motorola-Atrix-First-Look.aspx</guid>
      <pubDate>Tue, 22 Mar 2011 06:03:00 GMT</pubDate>
      <trackback:ping>http://www.realitybytesinc.comDesktopModules/BlogTrackback.aspx?id=15</trackback:ping>
      <blog:tag blog:url="http://www.realitybytesinc.com/Blog/tabid/149/TagID/7/language/en-US/Default.aspx">Atrix</blog:tag>
      <blog:tag blog:url="http://www.realitybytesinc.com/Blog/tabid/149/TagID/5/language/en-US/Default.aspx">Internet</blog:tag>
      <blog:tag blog:url="http://www.realitybytesinc.com/Blog/tabid/149/TagID/8/language/en-US/Default.aspx">Bell</blog:tag>
      <blog:tag blog:url="http://www.realitybytesinc.com/Blog/tabid/149/TagID/9/language/en-US/Default.aspx">Superphone</blog:tag>
    </item>
    <item>
      <title>Opening a Quattro Pro file in Microsoft Excel</title>
      <link>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/13/Opening-a-Quattro-Pro-file-in-Microsoft-Excel.aspx</link>
      <description>&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Recently, we did a PC replacement from someone who was on Wordperfect and Quattro Pro and updated them to the latest version of Office 2007.&lt;/p&gt;
&lt;p&gt;While Word will automatically convert WPD files on the fly, we found out fast that QPro will not. Luckily there is a simple convertor you can download for free from Microsoft (why it is not embedded is beyond me).&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Anyhow the link is here: &lt;a href="http://office.microsoft.com/en-ca/excel/HA010448731033.aspx"&gt;&lt;u&gt;&lt;font color="#0066cc"&gt;http://office.microsoft.com/en-ca/excel/HA010448731033.aspx&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;br /&gt;&lt;a href=http://www.realitybytesinc.com/Blog/tabid/149/EntryId/13/Opening-a-Quattro-Pro-file-in-Microsoft-Excel.aspx&gt;More ...&lt;/a&gt;&lt;div class="tags"&gt;Tags: Document Conversion,Word,Microsoft Office&lt;/div&gt;&lt;div class="category"&gt;Category: &lt;a href=http://www.realitybytesinc.com/Blog/tabid/149/CatID/6/language/en-US/Default.aspx&gt;Computers&lt;/a&gt;&lt;/div&gt;&lt;div class="category"&gt;Category: &lt;a href=http://www.realitybytesinc.com/Blog/tabid/149/CatID/9/language/en-US/Default.aspx&gt;Training &amp; Tutorials&lt;/a&gt;&lt;/div&gt;</description>
      <author>jshoff@realitybytesinc.com</author>
      <category domain="http://www.realitybytesinc.com/Blog/tabid/149/CatID/6/language/en-US/Default.aspx">Computers</category>
      <category domain="http://www.realitybytesinc.com/Blog/tabid/149/CatID/9/language/en-US/Default.aspx">Training &amp; Tutorials</category>
      <comments>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/13/Opening-a-Quattro-Pro-file-in-Microsoft-Excel.aspx#Comments</comments>
      <slash:comments>6</slash:comments>
      <guid isPermaLink="true">http://www.realitybytesinc.com/Blog/tabid/149/EntryId/13/Opening-a-Quattro-Pro-file-in-Microsoft-Excel.aspx</guid>
      <pubDate>Tue, 19 Jan 2010 16:30:00 GMT</pubDate>
      <trackback:ping>http://www.realitybytesinc.comDesktopModules/BlogTrackback.aspx?id=13</trackback:ping>
      <blog:tag blog:url="http://www.realitybytesinc.com/Blog/tabid/149/TagID/1/language/en-US/Default.aspx">Document Conversion</blog:tag>
      <blog:tag blog:url="http://www.realitybytesinc.com/Blog/tabid/149/TagID/2/language/en-US/Default.aspx">Word</blog:tag>
      <blog:tag blog:url="http://www.realitybytesinc.com/Blog/tabid/149/TagID/3/language/en-US/Default.aspx">Microsoft Office</blog:tag>
    </item>
    <item>
      <title>Way too funny!!</title>
      <link>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/12/Way-too-funny.aspx</link>
      <description>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/0Q8DriPCX2o&amp;hl=en_US&amp;fs=1&amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/0Q8DriPCX2o&amp;hl=en_US&amp;fs=1&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;</description>
      <author>jshoff@realitybytesinc.com</author>
      <comments>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/12/Way-too-funny.aspx#Comments</comments>
      <slash:comments>1</slash:comments>
      <guid isPermaLink="true">http://www.realitybytesinc.com/Blog/tabid/149/EntryId/12/Way-too-funny.aspx</guid>
      <pubDate>Tue, 12 Jan 2010 23:13:00 GMT</pubDate>
      <trackback:ping>http://www.realitybytesinc.comDesktopModules/BlogTrackback.aspx?id=12</trackback:ping>
    </item>
    <item>
      <title>Completely reset your TCP/IP settings to default without a rebuild</title>
      <link>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/11/Completely-reset-your-TCP-IP-settings-to-default-without-a-rebuild.aspx</link>
      <description>&lt;p&gt;In certain circumstances, usually due to a virus, the TCP/IP stack, and WINSOCK reg data, and files can become unstable, or corrupted.  Usually this means a rebuild, however you can run the steps below to prevent such work.&lt;/p&gt;
&lt;p&gt;The Netsh.exe utility (&lt;b&gt;netsh&lt;/b&gt;) is a command-line scripting tool that you can use to configure and monitor Windows Server 2003 networking. This tool gives you an interactive network shell interface.&lt;br /&gt;
 &lt;/p&gt;&lt;div class="tags"&gt;Tags: TCP/IP,Internet,Networking&lt;/div&gt;&lt;div class="category"&gt;Category: &lt;a href=http://www.realitybytesinc.com/Blog/tabid/149/CatID/3/language/en-US/Default.aspx&gt;Internet&lt;/a&gt;&lt;/div&gt;&lt;div class="category"&gt;Category: &lt;a href=http://www.realitybytesinc.com/Blog/tabid/149/CatID/6/language/en-US/Default.aspx&gt;Computers&lt;/a&gt;&lt;/div&gt;</description>
      <author>jshoff@realitybytesinc.com</author>
      <category domain="http://www.realitybytesinc.com/Blog/tabid/149/CatID/3/language/en-US/Default.aspx">Internet</category>
      <category domain="http://www.realitybytesinc.com/Blog/tabid/149/CatID/6/language/en-US/Default.aspx">Computers</category>
      <comments>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/11/Completely-reset-your-TCP-IP-settings-to-default-without-a-rebuild.aspx#Comments</comments>
      <slash:comments>7</slash:comments>
      <guid isPermaLink="true">http://www.realitybytesinc.com/Blog/tabid/149/EntryId/11/Completely-reset-your-TCP-IP-settings-to-default-without-a-rebuild.aspx</guid>
      <pubDate>Tue, 24 Nov 2009 21:43:00 GMT</pubDate>
      <trackback:ping>http://www.realitybytesinc.comDesktopModules/BlogTrackback.aspx?id=11</trackback:ping>
      <blog:tag blog:url="http://www.realitybytesinc.com/Blog/tabid/149/TagID/4/language/en-US/Default.aspx">TCP/IP</blog:tag>
      <blog:tag blog:url="http://www.realitybytesinc.com/Blog/tabid/149/TagID/5/language/en-US/Default.aspx">Internet</blog:tag>
      <blog:tag blog:url="http://www.realitybytesinc.com/Blog/tabid/149/TagID/6/language/en-US/Default.aspx">Networking</blog:tag>
    </item>
    <item>
      <title>Dealing with the Winmail.dat issue</title>
      <link>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/10/Dealing-with-the-Winmail-dat-issue.aspx</link>
      <description>&lt;h2&gt;Dealing with the &lt;strong&gt;winmail.dat&lt;/strong&gt; file: the &lt;a href="http://facstaff.gpc.edu/~jbenson/resource/winmail.htm#problem"&gt;&lt;u&gt;&lt;font color="#0066cc"&gt;problem&lt;/font&gt;&lt;/u&gt;&lt;/a&gt; and the &lt;a href="http://facstaff.gpc.edu/~jbenson/resource/winmail.htm#solution"&gt;&lt;u&gt;&lt;font color="#0066cc"&gt;solutions&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;h2&gt;&lt;a name="problem"&gt;&lt;/a&gt;The Problem&lt;/h2&gt;
&lt;p&gt;Email users sometimes find that they receive email messages with a strange file attached, called &lt;em&gt;winmail.dat&lt;/em&gt;. When they attempt to open this file, either it can't be opened at all, or it contains "garbage" data.&lt;/p&gt;
&lt;p&gt;The situation causing this is that people are using several different email &lt;a href="http://facstaff.gpc.edu/~jbenson/resource/glossary.htm#client"&gt;&lt;u&gt;&lt;font color="#0066cc"&gt;client programs&lt;/font&gt;&lt;/u&gt;&lt;/a&gt; to receive, read, and send email. The most commonly used email client programs at GPC seem to be Microsoft Outlook and Netscape (specifically the Messenger component), with a small minority of techno-geeks using Eudora. Unfortunately, Outlook does not "play nice" with the other email programs all the time. This causes problems, not for the &lt;em&gt;sender&lt;/em&gt; of the email, but the &lt;em&gt;recipient&lt;/em&gt;, particularly when actual files are attached to messages.&lt;/p&gt;</description>
      <author>jshoff@realitybytesinc.com</author>
      <comments>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/10/Dealing-with-the-Winmail-dat-issue.aspx#Comments</comments>
      <slash:comments>0</slash:comments>
      <guid isPermaLink="true">http://www.realitybytesinc.com/Blog/tabid/149/EntryId/10/Dealing-with-the-Winmail-dat-issue.aspx</guid>
      <pubDate>Thu, 01 Oct 2009 00:39:00 GMT</pubDate>
      <trackback:ping>http://www.realitybytesinc.comDesktopModules/BlogTrackback.aspx?id=10</trackback:ping>
    </item>
    <item>
      <title>All about CAT-6A Cable, and the difference between UTP, and STP</title>
      <link>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/9/All-about-CAT-6A-Cable-and-the-difference-between-UTP-and-STP.aspx</link>
      <description>&lt;p&gt;&lt;span id="dnn_ctr1259_KB_View_lb_single_content"&gt;Augmented Category 6 (Cat 6A) is the new cabling kid on the block! Many once thought copper cabling would never support speeds above 1 Gig, but Cat 6A has proven that wrong and allowed copper cabling to live on. There is even talk that copper cabling may still be around when we reach 40 Gig!&lt;/span&gt;&lt;/p&gt;</description>
      <author>jshoff@realitybytesinc.com</author>
      <comments>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/9/All-about-CAT-6A-Cable-and-the-difference-between-UTP-and-STP.aspx#Comments</comments>
      <slash:comments>1078</slash:comments>
      <guid isPermaLink="true">http://www.realitybytesinc.com/Blog/tabid/149/EntryId/9/All-about-CAT-6A-Cable-and-the-difference-between-UTP-and-STP.aspx</guid>
      <pubDate>Tue, 22 Sep 2009 06:25:00 GMT</pubDate>
      <trackback:ping>http://www.realitybytesinc.comDesktopModules/BlogTrackback.aspx?id=9</trackback:ping>
    </item>
    <item>
      <title>CAT-5 Wiring Diagram</title>
      <link>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/8/CAT-5-Wiring-Diagram.aspx</link>
      <description>&lt;p&gt;Use the following diagram to properly create a ethernet cable using CAT 5 or CAT 6, with RJ-45 ends.&lt;/p&gt;</description>
      <author>jshoff@realitybytesinc.com</author>
      <comments>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/8/CAT-5-Wiring-Diagram.aspx#Comments</comments>
      <slash:comments>4</slash:comments>
      <guid isPermaLink="true">http://www.realitybytesinc.com/Blog/tabid/149/EntryId/8/CAT-5-Wiring-Diagram.aspx</guid>
      <pubDate>Tue, 22 Sep 2009 06:21:00 GMT</pubDate>
      <trackback:ping>http://www.realitybytesinc.comDesktopModules/BlogTrackback.aspx?id=8</trackback:ping>
    </item>
    <item>
      <title>Ten Tips to Keep your Computer Running Smoothly</title>
      <link>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/7/Ten-Tips-to-Keep-your-Computer-Running-Smoothly.aspx</link>
      <description>&lt;p&gt;Use these tips to help your PC run smoothly...&lt;/p&gt;</description>
      <author>jshoff@realitybytesinc.com</author>
      <comments>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/7/Ten-Tips-to-Keep-your-Computer-Running-Smoothly.aspx#Comments</comments>
      <slash:comments>13</slash:comments>
      <guid isPermaLink="true">http://www.realitybytesinc.com/Blog/tabid/149/EntryId/7/Ten-Tips-to-Keep-your-Computer-Running-Smoothly.aspx</guid>
      <pubDate>Tue, 22 Sep 2009 06:15:00 GMT</pubDate>
      <trackback:ping>http://www.realitybytesinc.comDesktopModules/BlogTrackback.aspx?id=7</trackback:ping>
    </item>
    <item>
      <title>HOW TO: Use the TSSHUTDN Command to Shut Down a Terminal Server in Windows 2000 Terminal Services</title>
      <link>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/6/HOW-TO-Use-the-TSSHUTDN-Command-to-Shut-Down-a-Terminal-Server-in-Windows-2000-Terminal-Services.aspx</link>
      <description>&lt;p&gt; &lt;/p&gt;</description>
      <author>jshoff@realitybytesinc.com</author>
      <comments>http://www.realitybytesinc.com/Blog/tabid/149/EntryId/6/HOW-TO-Use-the-TSSHUTDN-Command-to-Shut-Down-a-Terminal-Server-in-Windows-2000-Terminal-Services.aspx#Comments</comments>
      <slash:comments>1600</slash:comments>
      <guid isPermaLink="true">http://www.realitybytesinc.com/Blog/tabid/149/EntryId/6/HOW-TO-Use-the-TSSHUTDN-Command-to-Shut-Down-a-Terminal-Server-in-Windows-2000-Terminal-Services.aspx</guid>
      <pubDate>Tue, 22 Sep 2009 06:14:00 GMT</pubDate>
      <trackback:ping>http://www.realitybytesinc.comDesktopModules/BlogTrackback.aspx?id=6</trackback:ping>
    </item>
  </channel>
</rss>
