<?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>Tim Ferro &#187; microsoft</title>
	<atom:link href="http://www.timferro.com/wordpress/archives/category/microsoft/feed" rel="self" type="application/rss+xml" />
	<link>http://www.timferro.com/wordpress</link>
	<description>Software, Gen Y, Finance, Books, &#38; Cup of Coffee Consulting</description>
	<lastBuildDate>Sun, 08 Jan 2012 16:48:43 +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>Slides and Code from FEDSPUG January 2012</title>
		<link>http://www.timferro.com/wordpress/archives/291</link>
		<comments>http://www.timferro.com/wordpress/archives/291#comments</comments>
		<pubDate>Sun, 08 Jan 2012 01:38:20 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[code monkey]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[uber-geek]]></category>
		<category><![CDATA[event receivers]]></category>
		<category><![CDATA[fedspug]]></category>
		<category><![CDATA[sharepoint 2010]]></category>
		<category><![CDATA[tim ferro]]></category>

		<guid isPermaLink="false">http://www.timferro.com/wordpress/?p=291</guid>
		<description><![CDATA[
Feature1.EventReceiver.cs
 EventReceiver1.cs
]]></description>
			<content:encoded><![CDATA[<p><a title="FEDSPUG 2012 Tim Ferro" href="http://www.timferro.com/FEDSPUG2012_TimFerro.pptx" target="_blank"><img class="alignnone size-full wp-image-293" title="FEDSPUG TimFerro 2012" src="http://www.timferro.com/wordpress/wp-content/uploads/2012/01/FEDSPUG_TimFerro.png" alt="" width="431" height="323" /></a><br />
<a href="http://www.timferro.com/Feature1.EventReceiver.cs" target="_blank">Feature1.EventReceiver.cs</a><br />
<a href="http://www.timferro.com/EventReceiver1.cs" target="_blank"> EventReceiver1.cs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.timferro.com/wordpress/archives/291/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slides and Code From SPSTCDC 2011</title>
		<link>http://www.timferro.com/wordpress/archives/285</link>
		<comments>http://www.timferro.com/wordpress/archives/285#comments</comments>
		<pubDate>Thu, 11 Aug 2011 18:38:00 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[code monkey]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[uber-geek]]></category>
		<category><![CDATA[event receivers]]></category>
		<category><![CDATA[spstcdc]]></category>

		<guid isPermaLink="false">http://www.timferro.com/wordpress/?p=285</guid>
		<description><![CDATA[
Feature1.EventReceiver.cs
 EventReceiver1.cs
]]></description>
			<content:encoded><![CDATA[<p><a title="SPSTCDC 2011 Slides" href="http://www.timferro.com/SPSTCDC2011_TimFerro.pptx" target="_self"><img class="alignnone" title="SPSTCDC 2011 Slides - Developer 101" src="http://www.timferro.com/SPSTCDC.PNG" alt="" width="334" height="252" /></a><br />
<a href="http://www.timferro.com/Feature1.EventReceiver.cs" target="_blank">Feature1.EventReceiver.cs</a><br />
<a href="http://www.timferro.com/EventReceiver1.cs" target="_blank"> EventReceiver1.cs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.timferro.com/wordpress/archives/285/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 Pie Chart with Counts</title>
		<link>http://www.timferro.com/wordpress/archives/261</link>
		<comments>http://www.timferro.com/wordpress/archives/261#comments</comments>
		<pubDate>Wed, 27 Jul 2011 19:41:10 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[pie chart]]></category>
		<category><![CDATA[sharepoint 2010]]></category>

		<guid isPermaLink="false">http://www.timferro.com/wordpress/?p=261</guid>
		<description><![CDATA[So you want to use an out of the box (OOB) SharePoint pie chart to tell you how many list items have a certain status (or other column choice)? Trying to add that web part to a page and setting its target list as the list you want will not work. Many 3rd party tools [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.timferro.com/wordpress/wp-content/uploads/2011/07/StatusChart3.png"><img class="size-full wp-image-282 alignleft" title="StatusChart3" src="http://www.timferro.com/wordpress/wp-content/uploads/2011/07/StatusChart3.png" alt="" width="138" height="143" /></a>So you want to use an out of the box (OOB) SharePoint pie chart to tell you how many list items have a certain status (or other column choice)? Trying to add that web part to a page and setting its target list as the list you want will not work. Many 3rd party tools exist to deal with this exact limitation of the OOB charting web part. The good news is that in SharePoint 2010 there is an easy way to get this data graphed with the OOB pie chart using a little known trick. For this example I will show you how to set up a Task list where you want to show the Status field count values in a pie chart.</p>
<p>Step 1, create a custom list called StatusLookUp and add an item for each status you want to have. The items in the list will be used as statuses in the &#8220;Status&#8221; column via a lookup column.</p>
<p><a href="http://www.timferro.com/wordpress/wp-content/uploads/2011/07/StatusList11.png"><img class="alignnone size-full wp-image-263" title="StatusList1" src="http://www.timferro.com/wordpress/wp-content/uploads/2011/07/StatusList11.png" alt="" width="327" height="222" /></a></p>
<p>Step 2, create the list you want to use to track  your tasks, for this example I am calling it ProjectStatus. If you already have a list this will work as well, you will need to migrate your status column data though. After you have your list setup, create a column called StatusLookup. It will be a Lookup column type and you will use the StatusLookUp list as your input. After creating this column you will need to migrate your current Status column data to this column if you already have a list, if not create a few test items and set their status using this column. This will be a small burden to migrate the statuses of each item but well worth it. I recommend doing it programatically via .Net as a console app or ASPX page. The code for that will simply loop through your list and set the new column data as the current column data with the exception that you will need to format that data to fit into a lookup field type.</p>
<p><a href="http://www.timferro.com/wordpress/wp-content/uploads/2011/07/StatusLookUp1.png"><img class="size-full wp-image-264 alignnone" title="StatusLookUp1" src="http://www.timferro.com/wordpress/wp-content/uploads/2011/07/StatusLookUp1.png" alt="" width="320" height="556" /></a></p>
<p>This is my basic list with 4 projects that I am tracking and what the status is of each. Note that the StatusLookup field is a lookup of the StatusLookUp list and not the OOB Status field.</p>
<p><a href="http://www.timferro.com/wordpress/wp-content/uploads/2011/07/ProjectStatusList1.png"><img class="alignnone size-full wp-image-278" title="ProjectStatusList1" src="http://www.timferro.com/wordpress/wp-content/uploads/2011/07/ProjectStatusList1.png" alt="" width="580" height="226" /></a></p>
<p>Step 3, create a new Lookup column in your StatusLookup list. Call the column Count and reference the column that you just created in your ProjectStatus list. Be sure the column contains &#8220;(Count Related)&#8221; in the name. Now that you have created your new Status field in your list and migrated the data over, go back to your original StatusLookup list and create a new column that is a lookup of the column that you just created as a lookup to this list. It sounds like a crazy loop but when you do this it returns a count of the number of occurrences instead of the same data.</p>
<p><a href="http://www.timferro.com/wordpress/wp-content/uploads/2011/07/StatusListCountField1.png"><img class="size-full wp-image-266 alignnone" title="StatusListCountField1" src="http://www.timferro.com/wordpress/wp-content/uploads/2011/07/StatusListCountField1.png" alt="" width="315" height="562" /></a></p>
<p><a href="http://www.timferro.com/wordpress/wp-content/uploads/2011/07/StatusList2.png"><img class="alignnone size-full wp-image-279" title="StatusList2" src="http://www.timferro.com/wordpress/wp-content/uploads/2011/07/StatusList2.png" alt="" width="441" height="208" /></a></p>
<p>Step 4, add the chart web part to the page and connect it to your Status Lookup list. Set the Count as your Y axis and the Title as your X axis. Finally, customize your chart to be a pie graph and set your data to display as you wish. Viola! Since this post is about the data and not really about the pie chart I skimmed this part but trust me, you can totally just add the web part and walk through the setup wizard and get the data you need.</p>
<p><a href="http://www.timferro.com/wordpress/wp-content/uploads/2011/07/StatusChart1.png"><img class="alignnone size-full wp-image-271" title="StatusChart1" src="http://www.timferro.com/wordpress/wp-content/uploads/2011/07/StatusChart1.png" alt="" width="306" height="316" /></a></p>
<p>Hope this helps, enjoy.</p>
<p>&#8211; <a href="http://www.timferro.com" target="_blank">Tim Ferro</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.timferro.com/wordpress/archives/261/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 Hide Left Navigation</title>
		<link>http://www.timferro.com/wordpress/archives/235</link>
		<comments>http://www.timferro.com/wordpress/archives/235#comments</comments>
		<pubDate>Tue, 31 May 2011 13:12:12 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[code monkey]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[left navigation]]></category>
		<category><![CDATA[sharepoint 2010]]></category>

		<guid isPermaLink="false">http://www.timferro.com/wordpress/?p=235</guid>
		<description><![CDATA[If you Google search the title of this blog post you will find numerous sites that tell you how to easily accomplish this via a simple CSS style change. Use a hidden content editor web part, just like my last post (except you don&#8217;t need jQuery), and add the following code:
&#60;style&#62;
BODY #s4-leftpanel { DISPLAY: none [...]]]></description>
			<content:encoded><![CDATA[<p>If you Google search the title of this blog post you will find numerous sites that tell you how to easily accomplish this via a simple CSS style change. Use a hidden content editor web part, <a title="SharePoint 2010 Access Denied Web Part Error" href="http://www.timferro.com/wordpress/archives/227" target="_self">just like my last post</a> (except you don&#8217;t need jQuery), and add the following code:</p>
<p><strong>&lt;style&gt;<br />
BODY #s4-leftpanel { DISPLAY: none }<br />
.s4-ca {MARGIN-LEFT: 0px }<br />
&lt;/style&gt;</strong></p>
<p>Done. Simple. However, what if you want the ability to show and hide that on demand? Then you will need this handy JavaScript script code. Just like before, add a content editor web part to the page but this time don&#8217;t hide it. Add the following code and you will be able to show and hide the left navigation on demand:</p>
<p><strong>&lt;script language=&#8221;javascript&#8221;&gt;<br />
function toggle() {<br />
var ele = document.getElementById(&#8220;s4-leftpanel&#8221;);<br />
var s4 = document.getElementById(&#8220;MSO_ContentTable&#8221;);<br />
var text = document.getElementById(&#8220;displayText&#8221;);<br />
if(ele.style.display == &#8220;block&#8221;) {<br />
ele.style.display = &#8220;none&#8221;;<br />
s4.style.marginLeft = &#8220;0px&#8221;;<br />
text.innerHTML = &#8220;show&#8221;;<br />
}<br />
else {<br />
ele.style.display = &#8220;block&#8221;;<br />
s4.style.marginLeft = &#8220;155px&#8221;;<br />
text.innerHTML = &#8220;hide&#8221;;<br />
}<br />
}<br />
&lt;/script&gt;<br />
&lt;a id=&#8221;displayText&#8221; href=&#8221;javascript:toggle();&#8221;&gt;Show&lt;/a&gt; &lt;== Click Here</strong></p>
<p>Now you have two easy options for temporarily or permanently hiding the left navigation in SharePoint 2010.</p>
<p>There are a number of enhancements to this code that can be made to make it even more useful. The first is the bug that requires 2 clicks to get it working and the second would be setting the user&#8217;s selected preference in a cookie so that it always remembers the state that it was in the last time the user logged in. I may work on these in the future but feel free to post that code in the comments section or contact me directly and I will post an update or link to your blog!</p>
<p>&#8211; <a title="Tim Ferro" href="http://www.timferr.com" target="_blank">Tim Ferro</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.timferro.com/wordpress/archives/235/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 Access Denied Web Part Error</title>
		<link>http://www.timferro.com/wordpress/archives/227</link>
		<comments>http://www.timferro.com/wordpress/archives/227#comments</comments>
		<pubDate>Wed, 18 May 2011 18:25:38 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[code monkey]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[access denied web part error]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[sharepoint 2010]]></category>

		<guid isPermaLink="false">http://www.timferro.com/wordpress/?p=227</guid>
		<description><![CDATA[After upgrading to SharePoint 2010 some web part pages are showing an Error &#8220;Web Part Error: Access denied. You do not have permission to perform this action or access this resource.&#8220;.  For sites without anonymous access, this can be mitigated with audience targeting of the web part. However, if that does not work or you [...]]]></description>
			<content:encoded><![CDATA[<p>After upgrading to SharePoint 2010 some web part pages are showing an <strong>Error </strong>&#8220;<strong>Web Part Error: Access denied. You do not have permission to perform this action or access this resource.</strong>&#8220;.  For sites without anonymous access, this can be mitigated with audience targeting of the web part. However, if that does not work or you need to have the page be anonymously accessible, but also have web parts on that page that have limited permissions, then you will need a different solution. This is not the perfect solution you are looking for, I am still waiting on Microsoft for that as well, but this is a simple <a title="jQuery" href="http://jquery.com/" target="_blank">jQuery</a> trick that will hide that awful error and make the page render as you would expect (MOSS 2007 functionality). Just follow the following steps:</p>
<ol>
<li>Download the latest version of jQuery from their site: <a title="jQuery" href="http://jquery.com/" target="_blank">http://jquery.com/</a> and upload it to your server.</li>
<li><strong>At the bottom</strong> of the page add a content editor web part and make it hidden.</li>
<li>Add the following code:</li>
</ol>
<p style="padding-left: 30px;"><strong>&lt;script src=&#8221;your-server/jquery-1.6.1.min.js&#8221;&gt;&lt;/script&gt;<br />
&lt;script language=&#8221;javascript&#8221;&gt;<br />
$(&#8220;span:contains(&#8216;Error&#8217;)&#8221;).hide();<br />
$(&#8220;div:contains(&#8216;Access denied&#8217;):not(:has(div))&#8221;).hide();<br />
&lt;/script&gt;</strong></p>
<p>The first line is a reference to the latest version of jQuery on your server. Please remove &#8220;your-server&#8221; and replace with the correct folder (don&#8217;t use absolute references). Make sure this reference works. (It is also possible to link to a <a title="jQuery" href="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" target="_blank">Google hosted version</a> of this file however I always use a local copy.) The second line is the beginning tag for writing JavaScript. The 3rd line finds all the &#8220;span&#8221; elements on the page that contain the word &#8220;Error&#8221; and then hides them. This might work too well so you need to make sure nothing else on the page is hidden as well that you don&#8217;t want hidden. The fourth line finds all the &#8220;div&#8221; elements that contain &#8220;Access denied&#8221;, but do not contain any other &#8220;div&#8221; elements, and hides them. This is crucial as I was unable to hide a &#8220;span&#8221; and had to use a &#8220;div&#8221; find and hide. However, since &#8220;div&#8221; tags are nested throughout this page without the caveat that makes sure the &#8220;div&#8221; tag doesn&#8217;t contain any nested &#8220;div&#8221; tags, this would have hidden most of the items on the page. The fifth line closes the script tag.</p>
<p>&#8211; <a title="Tim Ferro" href="http://www.timferro.com" target="_self">Tim Ferro</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.timferro.com/wordpress/archives/227/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SharePoint Podcast: MOSS Gone Wild Review</title>
		<link>http://www.timferro.com/wordpress/archives/173</link>
		<comments>http://www.timferro.com/wordpress/archives/173#comments</comments>
		<pubDate>Tue, 04 Aug 2009 23:57:57 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[code monkey]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[uber-geek]]></category>

		<guid isPermaLink="false">http://www.timferro.com/wordpress/archives/173</guid>
		<description><![CDATA[As part of my August &#8220;Little Things&#8221; post, I listened to all 5 podcasts from MOSS Gone Wild. They were incredibly insightful and immediately helpful. Through the 5 podcasts, I learned a good number of helpful and important tidbits of information. Whether you administer or develop for SharePoint, these podcasts are for you. Even though [...]]]></description>
			<content:encoded><![CDATA[<p>As part of my August &#8220;<a href="http://www.timferro.com/wordpress/archives/172" target="_blank">Little Things</a>&#8221; post, I listened to all 5 podcasts from <a href="http://www.mossgonewild.com/" target="_blank">MOSS Gone Wild</a>. They were incredibly insightful and immediately helpful. Through the 5 podcasts, I learned a good number of helpful and important tidbits of information. Whether you administer or develop for <a href="http://office.microsoft.com/en-us/sharepointserver/default.aspx" target="_blank">SharePoint</a>, these podcasts are for you. Even though they are slightly out of date (the last podcast was released about a year ago), they lay a great foundation for MOSS 2007. You can download the podcasts from either their website or through iTunes. If anyone knows why they stopped making these podcasts or if they are making another one, please let me know. If anyone has any other podcasts that they recommend, please leave a comment with a link.</p>
<p>&#8211; <a href="http://www.timferro.com" target="_blank">Tim Ferro</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.timferro.com/wordpress/archives/173/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS X Snow Leopard vs. Windows 7</title>
		<link>http://www.timferro.com/wordpress/archives/162</link>
		<comments>http://www.timferro.com/wordpress/archives/162#comments</comments>
		<pubDate>Wed, 05 Nov 2008 02:25:31 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[uber-geek]]></category>

		<guid isPermaLink="false">http://www.timferro.com/wordpress/archives/162</guid>
		<description><![CDATA[ 
&#8220;Microsoft Tuesday revealed Windows 7 at its annual Professional Developers Conference (PDC) in Los Angeles. Windows 7 is designed to replace Windows Vista as the main operating system for Windows-based PC users.
With Apple&#8217;s OS X Snow Leopard also under development, we met up with Ian Moulster, Windows Live Commercial Lead for Microsoft to talk [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://images.pcworld.com/news/graphics/152895-Windows7_v_rgb_original.png" width="180" height="115" /> <img src="http://images.pcworld.com/news/graphics/149325-Apple_logo.jpg" width="180" height="119" /></p>
<p>&#8220;Microsoft Tuesday revealed Windows 7 at its annual Professional Developers Conference (PDC) in Los Angeles. Windows 7 is designed to replace Windows Vista as the main operating system for Windows-based PC users.</p>
<p>With Apple&#8217;s OS X Snow Leopard also under development, we met up with Ian Moulster, Windows Live Commercial Lead for Microsoft to talk through some of Microsoft&#8217;s key ideas and discover what the next-generation of operating systems aim to offer both Mac and PC users.&#8221; &#8211; <a href="http://www.pcworld.com/article/152991/os_x_snow_leopard_vs_windows_7.html" target="_blank">Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.timferro.com/wordpress/archives/162/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows XP SP3: April 29</title>
		<link>http://www.timferro.com/wordpress/archives/124</link>
		<comments>http://www.timferro.com/wordpress/archives/124#comments</comments>
		<pubDate>Tue, 15 Apr 2008 17:32:08 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.sethkress.com/timferro/wordpress/archives/124</guid>
		<description><![CDATA[
&#8220;Officially, Microsoft has been saying &#8220;the first half of 2008&#8243; whenever the company is asked to put a date for the release of Windows XP Service Pack 3 (SP3). However, various sources have been expecting the Release to Manufacturing (RTM) build to become available in the second half of April. Now, according to tech site [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://media.arstechnica.com/journals/microsoft.media/windows_xp.png" height="119" width="200" /></p>
<p>&#8220;Officially, Microsoft has been saying &#8220;the first half of 2008&#8243; whenever the company is asked to put a date for the release of Windows XP Service Pack 3 (SP3). However, various sources have been expecting the Release to Manufacturing (RTM) build to become available in the second half of April. Now, according to tech site Neowin, Microsoft&#8217;s release schedule for XP SP3 is as follows&#8230;&#8221; &#8211; <a href="http://arstechnica.com/journals/microsoft.ars/2008/04/15/windows-xp-sp3-now-set-for-april-29-debut" target="_blank">Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.timferro.com/wordpress/archives/124/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Vista SP1 Available Now</title>
		<link>http://www.timferro.com/wordpress/archives/120</link>
		<comments>http://www.timferro.com/wordpress/archives/120#comments</comments>
		<pubDate>Tue, 18 Mar 2008 20:13:42 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.sethkress.com/timferro/wordpress/archives/120</guid>
		<description><![CDATA[
&#8220;No more betas, release candidates, or other test builds for Windows Vista SP1. Microsoft is pushing the final version of Windows Vista Service Pack 1 out the door. You can download standalone installers for X86 and X64 systems from Microsoft starting today.&#8221; &#8211; Source
]]></description>
			<content:encoded><![CDATA[<p><img src="http://reviews.zdnet.co.uk/i/z5/rv/2008/02/vista_sp1_lead.jpg" height="96" width="128" /></p>
<p>&#8220;No more betas, release candidates, or other test builds for Windows Vista SP1. Microsoft is pushing the final version of Windows Vista Service Pack 1 out the door. You can download standalone installers for <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=b0c7136d-5ebb-413b-89c9-cb3d06d12674&amp;DisplayLang=en" target="_blank">X86</a> and <a href="http://www.microsoft.com/downloads/info.aspx?na=22&amp;p=1&amp;SrcDisplayLang=en&amp;SrcCategoryId=&amp;SrcFamilyId=&amp;u=%2fdownloads%2fdetails.aspx%3fFamilyID%3d874a414b-32b2-41cc-bd8b-d71eda5ec07c%26DisplayLang%3den" target="_blank">X64</a> systems from Microsoft starting today.&#8221; &#8211; <a href="http://www.downloadsquad.com/2008/03/18/windows-vista-sp1-available-now/" target="_blank">Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.timferro.com/wordpress/archives/120/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 8 Beta 1 Available for Download</title>
		<link>http://www.timferro.com/wordpress/archives/118</link>
		<comments>http://www.timferro.com/wordpress/archives/118#comments</comments>
		<pubDate>Wed, 12 Mar 2008 18:24:51 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.sethkress.com/timferro/wordpress/archives/118</guid>
		<description><![CDATA[
&#8220;Microsoft has released the first public beta of Internet Explorer 8 for download by willing testers, which debuted this week at the Mix conference in Las Vegas. Intended for developers and designers only, IE8&#8217;s most intriguing new feature so far is &#8220;Web Slices,&#8221; which lets you monitor a single section of a web page, like [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://lifehacker.com/assets/resources/2008/03/ie8install.png" height="200" width="463" /></p>
<p>&#8220;Microsoft has released the first public beta of Internet Explorer 8 for download by willing testers, which debuted this week at the Mix conference in Las Vegas. Intended for developers and designers only, IE8&#8217;s most intriguing new feature so far is &#8220;Web Slices,&#8221; which lets you monitor a single section of a web page, like an eBay auction (similar to Leopard&#8217;s Web Clips.) Web developers will be excited about better standards compliance.&#8221; &#8211; <a href="http://lifehacker.com/364289/internet-explorer-8-beta-1-available-for-download" target="_blank">Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.timferro.com/wordpress/archives/118/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

