<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>My Thoughts On IT...</title>
	<atom:link href="http://mythoughtsonit.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://mythoughtsonit.com</link>
	<description>Brian Lewis&#039;s Thoughts on all things Information Technology related</description>
	<lastBuildDate>Fri, 27 Aug 2010 19:21:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to install Windows 7 from a USB key &#8211; The Easy Way</title>
		<link>http://mythoughtsonit.com/?p=142</link>
		<comments>http://mythoughtsonit.com/?p=142#comments</comments>
		<pubDate>Fri, 27 Aug 2010 19:21:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech Stuff]]></category>

		<guid isPermaLink="false">http://mythoughtsonit.com/?p=142</guid>
		<description><![CDATA[I see posts all over the web for how to create a bootable USB stick to install Windows 7 but there is an easier way. Microsoft has made available an open source tool to do this. It is the Windows 7 USB/DVD Download tool.&#160; All you need is an ISO image of Windows 7 and [...]]]></description>
			<content:encoded><![CDATA[<p>I see posts all over the web for how to create a bootable USB stick to install Windows 7 but there is an easier way. Microsoft has made available an open source tool to do this. It is the <a href="http://wudt.codeplex.com/" target="_blank"><strong>Windows 7 USB/DVD Download tool</strong></a>.&#160; All you need is an ISO image of Windows 7 and a USB stick that is 4GB or more. Then download and run the Windows 7 USB/DVD Download tool.</p>
<p>The tool is available from the two locations below:</p>
<ul>
<li><a title="http://store.microsoft.com/Help/ISO-Tool" href="http://store.microsoft.com/Help/ISO-Tool">http://store.microsoft.com/Help/ISO-Tool</a> </li>
<li><a title="http://wudt.codeplex.com/" href="http://wudt.codeplex.com/">http://wudt.codeplex.com/</a></li>
</ul>
<p>&#160;</p>
<p>Here are the steps to use this tool…</p>
<p>1. download, install, and run the Windows 7 USB/DVD Download tool.   <br />2. <strong>Select the ISO image </strong>(This is the Windows 7 Install DVD ISO image)    <br /><a href="http://mythoughtsonit.com/wp-content/uploads/2010/08/clip_image001.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image001" border="0" alt="clip_image001" src="http://mythoughtsonit.com/wp-content/uploads/2010/08/clip_image001_thumb.png" width="244" height="131" /></a>    </p>
<p>3. <strong>Choose USB key </strong>(This tool can also burn a DVD)    <br /><a href="http://mythoughtsonit.com/wp-content/uploads/2010/08/clip_image002.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://mythoughtsonit.com/wp-content/uploads/2010/08/clip_image002_thumb.png" width="244" height="130" /></a>    </p>
<p>4. <strong>Choose USB key </strong>(This USB key must be at least 4GB)    <br /><a href="http://mythoughtsonit.com/wp-content/uploads/2010/08/clip_image003.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image003" border="0" alt="clip_image003" src="http://mythoughtsonit.com/wp-content/uploads/2010/08/clip_image003_thumb.png" width="244" height="131" /></a>    </p>
<p>5. It will warn you that you are about to erase the data on the USB stick.     <br /><a href="http://mythoughtsonit.com/wp-content/uploads/2010/08/clip_image004.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://mythoughtsonit.com/wp-content/uploads/2010/08/clip_image004_thumb.png" width="244" height="131" /></a>    </p>
<p>6. Watch the progress until it is finished. Close the app.    <br /><a href="http://mythoughtsonit.com/wp-content/uploads/2010/08/clip_image005.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image005" border="0" alt="clip_image005" src="http://mythoughtsonit.com/wp-content/uploads/2010/08/clip_image005_thumb.png" width="244" height="131" /></a></p>
<p>That is the process – you are finished and you have a USB key ready to boot off of and install Windows 7. Compare it to the manual process I have listed below and you can see this is much easier to use the Windows 7 USB/DVD Download tool. </p>
<p>Enjoy!</p>
<p>&#160;</p>
<p>For fun I have also listed the manual way to setup your USB Key.</p>
<p>The 11 steps for manually preparing a USB Disk to be a bootable Win 7 Install.   <br />1. <strong>Diskpart</strong> (Run from a CMD prompt)    <br />2. <strong>List Disk     <br /></strong>3. <strong>Select Disk # </strong>(Where # is the number of your USB disk)    <br />4. <strong>Clean </strong>(removes any partitions on the USB disk, including any hidden sectors)    <br />5. <strong>Create Partition Primary</strong> (Creates a new primary partition with default parameters)    <br />6. <strong>Select Partition 1</strong> (Focus on the newly created partition)    <br />7. <strong>Active </strong>(Sets the selected partition to an active valid system partition state)     <br />8. <strong>Format FS=NTFS</strong> (Formats the partition with the NTFS file system. This may take several minutes to complete, depending on the size of your USB key.)    <br />9. <strong>Assign </strong>(Assigns the USB drive a drive letter)    <br />10. Exit    <br />11. Copy all the files from the Windows 7 DVD to the USB Stick.</p>
]]></content:encoded>
			<wfw:commentRss>http://mythoughtsonit.com/?feed=rss2&amp;p=142</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSDN and Technet Office 2010 keys from before May 1st may not work right</title>
		<link>http://mythoughtsonit.com/?p=130</link>
		<comments>http://mythoughtsonit.com/?p=130#comments</comments>
		<pubDate>Tue, 24 Aug 2010 17:14:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech Stuff]]></category>

		<guid isPermaLink="false">http://mythoughtsonit.com/?p=130</guid>
		<description><![CDATA[MSDN and TechNet Subscribers who installed Office Professional Plus 2010 or Visio Professional 2010 before May 1, 2010 may not have all product features enabled. For details check this kb article:
http://support.microsoft.com/kb/983473
]]></description>
			<content:encoded><![CDATA[<p>MSDN and TechNet Subscribers who installed Office Professional Plus 2010 or Visio Professional 2010 before May 1, 2010 may not have all product features enabled. For details check this kb article:<br />
<a href="http://support.microsoft.com/kb/983473">http://support.microsoft.com/kb/983473</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mythoughtsonit.com/?feed=rss2&amp;p=130</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Phone 7 Boot Camp in Waukesha WI &#8211; Sept 14th</title>
		<link>http://mythoughtsonit.com/?p=128</link>
		<comments>http://mythoughtsonit.com/?p=128#comments</comments>
		<pubDate>Tue, 24 Aug 2010 16:52:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech Stuff]]></category>

		<guid isPermaLink="false">http://mythoughtsonit.com/?p=128</guid>
		<description><![CDATA[I thought this might be of intgerest to some of you&#8230; Our MSDN group is going to host a Windows Phone 7 Boot Camp in Waukesha WI at the Microsoft Office. This will be on Tuesday, September 14, 2010 from 8am to 5pm.
Get more details and register here:
https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032456043&#38;Culture=en-US
]]></description>
			<content:encoded><![CDATA[<p>I thought this might be of intgerest to some of you&#8230; Our MSDN group is going to host a Windows Phone 7 Boot Camp in Waukesha WI at the Microsoft Office. This will be on Tuesday, September 14, 2010 from 8am to 5pm.</p>
<p>Get more details and register here:</p>
<p><a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032456043&amp;Culture=en-US">https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032456043&amp;Culture=en-US</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mythoughtsonit.com/?feed=rss2&amp;p=128</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010</title>
		<link>http://mythoughtsonit.com/?p=126</link>
		<comments>http://mythoughtsonit.com/?p=126#comments</comments>
		<pubDate>Tue, 03 Aug 2010 05:23:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech Stuff]]></category>

		<guid isPermaLink="false">http://mythoughtsonit.com/?p=126</guid>
		<description><![CDATA[I just did an Exchange 2010 presentation for the folks in Indiana&#8217;s Windows User Group. (www.iwug.net) We had 120 people there in the middle of summer to talk about Exchange 2010! I had several requests for the slides and that is the reason for this entry. I have uploaded the slides to slideshare.net and you [...]]]></description>
			<content:encoded><![CDATA[<div>I just did an Exchange 2010 presentation for the folks in Indiana&#8217;s Windows User Group. (<a href="http://www.iwug.net">www.iwug.net</a>) We had 120 people there in the middle of summer to talk about Exchange 2010! I had several requests for the slides and that is the reason for this entry. I have uploaded the slides to slideshare.net and you can get them there. Enjoy!</div>
<div>Link to my slides:</div>
<div><a href="http://www.slideshare.net/blewis549/cfakepathblewis-tech-deckoverviewsp1">http://www.slideshare.net/blewis549/cfakepathblewis-tech-deckoverviewsp1</a></div>
]]></content:encoded>
			<wfw:commentRss>http://mythoughtsonit.com/?feed=rss2&amp;p=126</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change for the better in Windows 7 OEM downgrade rights to XP Pro</title>
		<link>http://mythoughtsonit.com/?p=124</link>
		<comments>http://mythoughtsonit.com/?p=124#comments</comments>
		<pubDate>Tue, 27 Jul 2010 15:55:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech Stuff]]></category>

		<guid isPermaLink="false">http://mythoughtsonit.com/?p=124</guid>
		<description><![CDATA[Usually Microsoft gives N-1 downgrade rights in their OEM purchased software. So that would mean that when you buy Windows 7 you could run Windows Vista. To have downgrade rights further you would usually need to purchase &#8220;Software Assurance&#8221; Which not only gives you rights to the next version of the software but the rights to run [...]]]></description>
			<content:encoded><![CDATA[<p>Usually Microsoft gives N-1 downgrade rights in their OEM purchased software. So that would mean that when you buy Windows 7 you could run Windows Vista. To have downgrade rights further you would usually need to purchase &#8220;Software Assurance&#8221; Which not only gives you rights to the next version of the software but the rights to run earlier versions. Due to customer demand Microsoft has changed their policy for Windows 7 to allow customers to downgraded N-2 and run Windows XP.</p>
<p>This now ends when sales of Windows 7 ends. So, customers will not be able to buy a Windows 7 with end user downgrade rights after Windows 7 reaches the end of sales date in the OEM channel – which according to the current Windows Lifecycle policy is 2 years after the next version of Windows ships.The sales life cycle is much different than the support lifecycle.  A sales lifecycle ends 2 years after the next release of a product vs support life cycle is 10 years after a product is RTM’d.  So this means that customers who buy Windows 7 Pro OEM licenses will have downgrade rights to Win XP Pro, on all new OEM purchases, up until 2 years after the next OS release.   This can be a little confusing but it is a good thing for customers!</p>
<p>For more information on OEM downgrade refer to the Microsoft website at: <a href="http://oem.microsoft.com/script/contentPage.aspx?pageid=552836">http://oem.microsoft.com/script/contentPage.aspx?pageid=552836</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mythoughtsonit.com/?feed=rss2&amp;p=124</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The New Xbox 360 is announced at E3</title>
		<link>http://mythoughtsonit.com/?p=121</link>
		<comments>http://mythoughtsonit.com/?p=121#comments</comments>
		<pubDate>Wed, 16 Jun 2010 03:38:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech Stuff]]></category>

		<guid isPermaLink="false">http://mythoughtsonit.com/?p=121</guid>
		<description><![CDATA[The new Xbox 360 sports a sleek new design, a wisper quit 250GB hard drive and built-in Wi-Fi, the new Xbox 360 gives you the ultimate gaming and entertainment experience! For more information check out: http://www.xbox.com/en-US/hardware/
Kinect &#8211; formerly known as &#8220;Project Natal&#8221; was official announced also. This is a technology that watches your body movements [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mythoughtsonit.com/wp-content/uploads/2010/06/xbox.jpg"><img class="alignleft size-full wp-image-122" title="xbox" src="http://mythoughtsonit.com/wp-content/uploads/2010/06/xbox.jpg" alt="" width="194" height="173" /></a>The new <strong>Xbox 360</strong> sports a sleek new design, a wisper quit 250GB hard drive and built-in Wi-Fi, the new Xbox 360 gives you the ultimate gaming and entertainment experience! For more information check out: <a href="http://www.xbox.com/en-US/hardware/">http://www.xbox.com/en-US/hardware/</a></p>
<p><strong>Kinect</strong> &#8211; formerly known as &#8220;Project Natal&#8221; was official announced also. This is a technology that watches your body movements and removes the need for a controler in Xbox games. There is a lot of potential here to expand past gameing and use the body for computer interaction. What kinds of things can you think of? For more information check out: <a href="http://www.xbox.com/en-US/kinect">http://www.xbox.com/en-US/kinect</a><a href="http://www.microsoft.com/kinect"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mythoughtsonit.com/?feed=rss2&amp;p=121</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Expression Studio 4 Released</title>
		<link>http://mythoughtsonit.com/?p=114</link>
		<comments>http://mythoughtsonit.com/?p=114#comments</comments>
		<pubDate>Mon, 14 Jun 2010 16:59:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech Stuff]]></category>

		<guid isPermaLink="false">http://mythoughtsonit.com/?p=114</guid>
		<description><![CDATA[

On June 7th Microsoft launched Expression Studio 4. A great set of tools for designing rich media applications and websites.
TOP NEW FEATURES
SketchFlow – a rapid prototype tool
SketchFlow, a feature of Expression Studio Ultimate, enables you to rapidly present ideas, user interface flows, screen layouts and application functionality to your clients through effective prototyping. The lo-fidelity, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="file:///C:\Users\Brian\AppData\Local\Temp\WindowsLiveWriter1286139640\supfiles39967D9\clip_image0023.jpg"></a></p>
<p><a href="http://mythoughtsonit.com/wp-content/uploads/2010/06/expression.jpg"><img class="alignnone size-full wp-image-115" title="expression" src="http://mythoughtsonit.com/wp-content/uploads/2010/06/expression.jpg" alt="" width="240" height="72" /></a></p>
<p>On June 7th Microsoft launched Expression Studio 4. A great set of tools for designing rich media applications and websites.</p>
<p><strong>TOP NEW FEATURES</strong><br />
<strong>SketchFlow – a rapid prototype tool</strong><br />
SketchFlow, a feature of Expression Studio Ultimate, enables you to rapidly present ideas, user interface flows, screen layouts and application functionality to your clients through effective prototyping. The lo-fidelity, or ‘sketchy’ look to the prototype helps clients focus on the functionality, rather than the detail of the experience, while the SketchFlow Player gives the client an easy way to test and provide feedback. This new release of SketchFlow features a more robust client feedback solution which integrates with both local and online versions of SharePoint, allowing clients to more effectively share and review feedback.<br />
<strong>Behaviors – accelerate your UI designs</strong><br />
Expression Blend 4 includes new Behaviors designed to enhance your application design process; multi-touch, the ability to preserve screen state from screen to screen, easily drag-able items between listboxes plus many more designed to keep you focused on the art of creating compelling UI designs.<br />
<strong>Visual State Manager – bring you application to life one transition at a time </strong><br />
Bring your application to life with effective transitions. Add subtlety and texture to your UIs by taking advantage of the new pixel shader effects. Whether you want to manipulate color, add a drop shadow or animate a ripple transition or swirls, the extensible range of pixel effects gives you total control so you can create the transition you want through the Visual State Manager.<br />
<strong>Team Foundation Server Integration</strong> Share your Expression Studio project files with those of your colleagues by using check in and check out functionality with Microsoft Team Foundation Server integration. The feedback you receive via SketchFlow can now be converted into Team Foundation Server work items.<br />
<strong>SEO Diagnostics </strong><br />
Expression Web uses the IIS Search Engine Optimization (SEO) Toolkit to improve your Web site’s relevance in search results by recommending how to make the site content more search engine-friendly.<br />
<strong>Create Expression Web add-ins</strong><br />
Now you can extend Expression Web’s functionality with HTML and JavaScript. Add panels, menu commands, and tools to the toolbox. Share your add-ins with the Expression Community.</p>
<p>We have streamlined to three main SKUs, including Expression Studio 4 Ultimate, Expression Studio 4 Premium and Expression Studio 4 Web Professional—all featuring Expression Encoder and Expression Design. This diagram helps explain what is in each of the three SKUs.</p>
<p><a href="file:///C:\Users\Brian\AppData\Local\Temp\WindowsLiveWriter1286139640\supfiles39967D9\clip_image0019.jpg"></a></p>
<p><a href="http://mythoughtsonit.com/wp-content/uploads/2010/06/exp-versions.jpg"><img class="alignnone size-full wp-image-116" title="exp-versions" src="http://mythoughtsonit.com/wp-content/uploads/2010/06/exp-versions.jpg" alt="" width="617" height="885" /></a></p>
<p>More information and trial downloads available here: <a href="http://www.microsoft.com/expression/">http://www.microsoft.com/expression/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mythoughtsonit.com/?feed=rss2&amp;p=114</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>System Center Essentials 2010!!!</title>
		<link>http://mythoughtsonit.com/?p=88</link>
		<comments>http://mythoughtsonit.com/?p=88#comments</comments>
		<pubDate>Wed, 12 May 2010 19:12:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mythoughtsonit.com/?p=88</guid>
		<description><![CDATA[Just released a great new tool for midsized organizations! System Center Essentials 2010 has released to manufacturing. It is a new management solution in the System Center family of management products that is designed for businesses with up to 500 client computers and 50 servers. System Center Essentials 2010 provides a single solution with a [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Just released a great new tool for midsized organizations! </strong>System Center Essentials 2010 has released to manufacturing. It is a new management solution in the System Center family of management products that is designed for businesses with up to 500 client computers and 50 servers. System Center Essentials 2010 provides a single solution with a single console for managing your servers, clients, hardware, software, and IT services for a unified experience.</p>
<p>Once configured, you can manually or automatically deploy updates for Microsoft operating systems, hardware updates, third-party updates, drivers and Microsoft and non-Microsoft software applications to ensure the security of your IT environment. Further Essentials 2010 can automatically checks for new updates available and applicable to your IT environment and provides notification and access reports on update deployment progress to help you quickly troubleshoot any update deployment issues.</p>
<p> Here are some of the key features of SCE 2010:<strong></strong></p>
<ul>
<li>Simple Installation and setup</li>
<li>Comprehensive Monitoring</li>
<li>Automated Software Deployment and Patch Management</li>
<li>Software and Hardware Inventory</li>
<li>Virtualization management, including server provisioning and live migration</li>
</ul>
<p>I am taking it for a test drive in my test network the week of May 17<sup>th</sup>. I encourage you to do the same and set it up in your lab. If you do drop me an email or post on my blog and let me know how it went for you! You can get the trial code at: <a href="http://www.microsoft.com/systemcenter/en/us/essentials/sce-try-it.aspx">http://www.microsoft.com/systemcenter/en/us/essentials/sce-try-it.aspx</a></p>
<p>You can learn more about System Center Essential here: <a href="http://www.microsoft.com/sce">http://www.microsoft.com/sce</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mythoughtsonit.com/?feed=rss2&amp;p=88</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Office 2010 and SharePoint 2010 Available on TechNet &amp; MSDN</title>
		<link>http://mythoughtsonit.com/?p=70</link>
		<comments>http://mythoughtsonit.com/?p=70#comments</comments>
		<pubDate>Fri, 23 Apr 2010 15:35:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech Stuff]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=70</guid>
		<description><![CDATA[ GET IT NOW!!! Why wait? Download your copy of Office 2010 and SharePoint 2010 for testing and development today!!! If you don’t have a TechNet or MSDN subscription you can&#160; Click here for 25% Off TechNet Plus!!! That is TechNet Plus for $262!!!
http://msdn.Microsoft.com/&#160;&#160;&#160;&#160;&#160;&#160;&#160; http://technet.microsoft.com/
]]></description>
			<content:encoded><![CDATA[<p><a href="http://mythoughtsonit.com/wp-content/uploads/2010/05/US_Prd_Bx_Chart_Office_Ultimate_2007.png"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 10px 0px 0px; display: inline; border-top: 0px; border-right: 0px" title="US_Prd_Bx_Chart_Office_Ultimate_2007" border="0" alt="US_Prd_Bx_Chart_Office_Ultimate_2007" align="left" src="http://mythoughtsonit.com/wp-content/uploads/2010/05/US_Prd_Bx_Chart_Office_Ultimate_2007_thumb.png" width="87" height="127" /></a> <font color="#333333"><font size="3" face="Cambria">GET IT NOW!!! Why wait?</font> </font><font size="3"><font face="Cambria"><font color="#333333">Download your copy of Office 2010 and SharePoint 2010 for testing and development today!!! If you don’t have a TechNet or MSDN subscription you can</font>&#160; </font></font><a title="28% Off Technet Plus!!!" href="http://technet.microsoft.com/en-us/subscriptions/bb892754.aspx?pm=Lv:103|np:TNITQ412"><font size="3" face="Cambria">Click here for 25% Off TechNet Plus!!!</font></a><font size="3" face="Cambria"> <font color="#333333">That is TechNet Plus for $262!!!</font></font></p>
<p><a href="http://msdn.microsoft.com/"><font size="3" face="Cambria">http://msdn.Microsoft.com/</font></a>&#160;&#160;&#160;&#160;&#160;&#160;&#160; <a href="http://technet.microsoft.com/"><font size="3" face="Cambria">http://technet.microsoft.com/</font></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mythoughtsonit.com/?feed=rss2&amp;p=70</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft announces the KIN!</title>
		<link>http://mythoughtsonit.com/?p=52</link>
		<comments>http://mythoughtsonit.com/?p=52#comments</comments>
		<pubDate>Mon, 12 Apr 2010 22:03:07 +0000</pubDate>
		<dc:creator>blewis_blog</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mythoughtsonit.com/?p=52</guid>
		<description><![CDATA[
While Windows Phone 7 is a multipurpose phone for a broad set of consumers, KIN is for a generation of people that live to be connected to their friends and their family. They get their news through Facebook and Twitter, and they can’t bear to be cut off from their friends. They connect, express and [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Kin" alt="" src="http://mythoughtsonit.com/images/microsoft-kin.jpg" width="180" height="122" /></p>
<p><font color="#2d2d2d" size="3" face="Calibri">While Windows Phone 7 is a multipurpose phone for a broad set of consumers, KIN is for a generation of people that live to be connected to their friends and their family. They get their news through Facebook and Twitter, and they can’t bear to be cut off from their friends. They connect, express and relate through technology, and this generation needs a phone to help them share their life moment to moment.</font></p>
<p><font size="3" face="Calibri">KIN delivers breakthroughs throughout the product such as the Loop, the Spot, and the Studio:</font></p>
<ul>
<li><font size="3"><font face="Calibri"><strong>KIN Loop</strong> – The Loop is filled with your favorite people and the things you love &#8211; on your home screen, in real time. You tell KIN who and what is important, and it delivers the latest updates from your favorite people and places. </font></font></li>
<li><font size="3"><font face="Calibri"><strong>KIN Spot</strong> – The Spot is the new way to share. Share almost anything – photos, texts, web pages – to almost anyone by simply dragging them to a “spot” on your phone. Since the Spot is always on your screen you don’t have to worry about opening new applications – it’s easy. </font></font></li>
<li><font size="3"><font face="Calibri"><font color="#3c3c3c"><strong>KIN Studio</strong> –The KIN Studio is your KIN phone on the web.&#160; Everything you create on your phone – messages, contacts, photos, videos – is also stored in the cloud and accessible from any web browser.&#160; The content that’s important to you is automatically backed up to your own secure website and presented in a beautiful, visual timeline to make it easy to view and share with friends. And with all the storage you’ll need, there’s almost no limit on what you can keep.</font> </font></font></li>
<li><font size="3"><font face="Calibri"><strong>The KIN Camera</strong> – KIN takes amazing photos, even in low light. One click upload makes it easy to share your pictures, and because they’re backed up automatically to the KIN Studio, you can look at them online, in full size, whenever you want. Only KIN makes sure all your photos and video clips are stored online without taking up precious memory on your phone. </font></font></li>
</ul>
<p>Learn More: <a href="http://blog.seattlepi.com/microsoft/archives/201518.asp">http://blog.seattlepi.com/microsoft/archives/201518.asp</a></p>
<div class="wlWriterHeaderFooter" style="text-align:right; margin:0px; padding:4px 0px 4px 0px;"><a href="http://digg.com/submit?url=http%3a%2f%2fs327519342.onlinehome.us%2f%3fp%3d52&amp;title=Microsoft+announces+the+KIN!"><img src="http://digg.com/img/badges/100x20-digg-button.png" width="100" height="20" alt="Digg This" title="Digg This" border="0" style="border: 0" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://mythoughtsonit.com/?feed=rss2&amp;p=52</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
