<?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>Dalle &#38; DXter &#187; Internet Explorer 8</title>
	<atom:link href="http://poweradmin.se/blog/tag/internet-explorer-8/feed/" rel="self" type="application/rss+xml" />
	<link>http://poweradmin.se/blog</link>
	<description>The Power Administrators</description>
	<lastBuildDate>Wed, 04 Jan 2012 18:18:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Three ways to kill and avoid KB976002 (The Microsoft Browser Choice Screen)</title>
		<link>http://poweradmin.se/blog/2010/03/11/three-ways-to-kill-and-avoid-kb976002-the-microsoft-browser-choice-screen/</link>
		<comments>http://poweradmin.se/blog/2010/03/11/three-ways-to-kill-and-avoid-kb976002-the-microsoft-browser-choice-screen/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 18:25:04 +0000</pubDate>
		<dc:creator>DXter</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[DXter]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet Explorer 8]]></category>
		<category><![CDATA[Power Shell]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://poweradmin.se/blog/2010/03/11/three-ways-to-kill-and-avoid-kb976002-the-microsoft-browser-choice-screen/</guid>
		<description><![CDATA[I am not a very big fan of KB976002, the Microsoft Browser Choice Screen. Here are three ways to prevent it to appear on your computers: &#160; 1. The cmd way: reg add HKLM\Software\BrowserChoice /v Enable /t REG_DWORD /d 0&#215;00000000 &#8230; <a href="http://poweradmin.se/blog/2010/03/11/three-ways-to-kill-and-avoid-kb976002-the-microsoft-browser-choice-screen/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fpoweradmin.se%252Fblog%252F2010%252F03%252F11%252Fthree-ways-to-kill-and-avoid-kb976002-the-microsoft-browser-choice-screen%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Three%20ways%20to%20kill%20and%20avoid%20KB976002%20%28The%20Microsoft%20Browser%20Choice%20Screen%29%22%20%7D);"></div>
<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I am not a very big fan of <a href="http://support.microsoft.com/kb/976002">KB976002</a>, the Microsoft Browser Choice Screen. Here are three ways to prevent it to appear on your computers:</p>
<p>&#160;</p>
<p>1. The cmd way:</p>
<p><strong>reg add HKLM\Software\BrowserChoice /v Enable /t REG_DWORD /d 0&#215;00000000 /f</strong></p>
<p>&#160;</p>
<p>&#160;</p>
<p>2. The VB.NET way:</p>
<p><strong>Public Module Registry      <br />Public Sub Main() </strong></p>
<p><strong>My.Computer.Registry.SetValue(&quot;HKEY_LOCAL_MACHINE\Software\BrowserChoice&quot;, &quot;Enable&quot;, &quot;0&quot;, Microsoft.Win32.RegistryValueKind.DWord) </strong></p>
<p><strong>End Sub      <br />End Module</strong></p>
<p>&#160;</p>
<p>&#160;</p>
<p>3. The PowerShell way:</p>
<p><strong>Set-ItemProperty -path ‘HKLM:\Software\BrowserChoice’ -name ‘Enable’ -type ‘DWord’ -value ‘0‘</strong></p>
<p><strong>&#160;</strong></p>
<p><strong>&#160;</strong></p>
<p>An interesting fact however is that <a href="http://support.microsoft.com/kb/976002">KB976002</a> can not yet be found in WSUS. I wonder if it will ever show up? <img src='http://poweradmin.se/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>&#160;</p>
<p>&#160;</p>
<p>// Fredrik “DXter” Jonsson</p>
<div class="shr-publisher-1813"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:60px;'><a class='shareaholic-fblike' data-shr_layout='box_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fpoweradmin.se%2Fblog%2F2010%2F03%2F11%2Fthree-ways-to-kill-and-avoid-kb976002-the-microsoft-browser-choice-screen%2F' data-shr_title='Three+ways+to+kill+and+avoid+KB976002+%28The+Microsoft+Browser+Choice+Screen%29'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fpoweradmin.se%2Fblog%2F2010%2F03%2F11%2Fthree-ways-to-kill-and-avoid-kb976002-the-microsoft-browser-choice-screen%2F'></a><a class='shareaholic-googleplusone' data-shr_size='tall' data-shr_count='true' data-shr_href='http%3A%2F%2Fpoweradmin.se%2Fblog%2F2010%2F03%2F11%2Fthree-ways-to-kill-and-avoid-kb976002-the-microsoft-browser-choice-screen%2F' data-shr_title='Three+ways+to+kill+and+avoid+KB976002+%28The+Microsoft+Browser+Choice+Screen%29'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://poweradmin.se/blog/2010/03/11/three-ways-to-kill-and-avoid-kb976002-the-microsoft-browser-choice-screen/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Project01: Wikipedia Search Accelerator</title>
		<link>http://poweradmin.se/blog/2009/04/03/project01-wikipedia-search-accelerator/</link>
		<comments>http://poweradmin.se/blog/2009/04/03/project01-wikipedia-search-accelerator/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 05:50:59 +0000</pubDate>
		<dc:creator>Dalle</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Accelerator]]></category>
		<category><![CDATA[Internet Explorer 8]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://poweradmin.se/blog/2009/04/03/project01-wikipedia-search-accelerator/</guid>
		<description><![CDATA[A new accelerator http://poweradmin.se/project/01/installer.html &#160; It’s so easy to make an Search Accelerator. The instruction on how to do this and the Accelerator maker will be posted during the weekend. &#160; Technorati-taggar: Project,Internet Explorer 8,Accelerator,Wikipedia No related posts.
No related posts.]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fpoweradmin.se%252Fblog%252F2009%252F04%252F03%252Fproject01-wikipedia-search-accelerator%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Project01%3A%20Wikipedia%20Search%20Accelerator%22%20%7D);"></div>
<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>A new accelerator</p>
<p><a href="http://poweradmin.se/blog/wp-content/uploads/image28.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://poweradmin.se/blog/wp-content/uploads/image-thumb27.png" width="147" height="244" /></a> </p>
<p><a title="http://poweradmin.se/project/01/installer.html" href="http://poweradmin.se/project/01/installer.html">http://poweradmin.se/project/01/installer.html</a></p>
<p>&#160;</p>
<p>It’s so easy to make an Search Accelerator.   </p>
<p>The instruction on how to do this and the Accelerator maker will be    <br />posted during the weekend.</p>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:684133c9-a8cf-4730-80f5-3981839ca6e2" class="wlWriterEditableSmartContent">Technorati-taggar: <a href="http://technorati.com/tags/Project" rel="tag">Project</a>,<a href="http://technorati.com/tags/Internet+Explorer+8" rel="tag">Internet Explorer 8</a>,<a href="http://technorati.com/tags/Accelerator" rel="tag">Accelerator</a>,<a href="http://technorati.com/tags/Wikipedia" rel="tag">Wikipedia</a></div>
<div class="shr-publisher-253"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:60px;'><a class='shareaholic-fblike' data-shr_layout='box_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fpoweradmin.se%2Fblog%2F2009%2F04%2F03%2Fproject01-wikipedia-search-accelerator%2F' data-shr_title='Project01%3A+Wikipedia+Search+Accelerator'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fpoweradmin.se%2Fblog%2F2009%2F04%2F03%2Fproject01-wikipedia-search-accelerator%2F'></a><a class='shareaholic-googleplusone' data-shr_size='tall' data-shr_count='true' data-shr_href='http%3A%2F%2Fpoweradmin.se%2Fblog%2F2009%2F04%2F03%2Fproject01-wikipedia-search-accelerator%2F' data-shr_title='Project01%3A+Wikipedia+Search+Accelerator'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://poweradmin.se/blog/2009/04/03/project01-wikipedia-search-accelerator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project01: New Search Accelerator</title>
		<link>http://poweradmin.se/blog/2009/04/03/project01-new-search-accelerator/</link>
		<comments>http://poweradmin.se/blog/2009/04/03/project01-new-search-accelerator/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 05:24:22 +0000</pubDate>
		<dc:creator>Dalle</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Accelerator]]></category>
		<category><![CDATA[Internet Explorer 8]]></category>
		<category><![CDATA[Project]]></category>

		<guid isPermaLink="false">http://poweradmin.se/blog/2009/04/03/project01-new-search-accelerator/</guid>
		<description><![CDATA[I have made a new Search accelerator. Buzzfrog asked me on Twitter if I could make one for NE.se. So here It is. And can be found at http://poweradmin.se/project/01/installer.html &#160; Technorati-taggar: Project,Internet Explorer 8,Accelerator Andra (Bloggar.se) skriver om: Project, Internet &#8230; <a href="http://poweradmin.se/blog/2009/04/03/project01-new-search-accelerator/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fpoweradmin.se%252Fblog%252F2009%252F04%252F03%252Fproject01-new-search-accelerator%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Project01%3A%20New%20Search%20Accelerator%22%20%7D);"></div>
<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I have made a new Search accelerator.   <br /><a href="http://www.twitter.com/buzzfrog" target="_blank">Buzzfrog</a> asked me on Twitter if I could make one for NE.se.</p>
<p>So here It is.</p>
<p><a href="http://poweradmin.se/blog/wp-content/uploads/image27.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://poweradmin.se/blog/wp-content/uploads/image-thumb26.png" width="157" height="244" /></a> </p>
<p>And can be found at   <br /><a title="http://poweradmin.se/project/01/installer.html" href="http://poweradmin.se/project/01/installer.html">http://poweradmin.se/project/01/installer.html</a></p>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:28482aa3-c307-4a42-bff6-cbfb53ca3e17" class="wlWriterEditableSmartContent">Technorati-taggar: <a href="http://technorati.com/tags/Project" rel="tag">Project</a>,<a href="http://technorati.com/tags/Internet+Explorer+8" rel="tag">Internet Explorer 8</a>,<a href="http://technorati.com/tags/Accelerator" rel="tag">Accelerator</a></div>
<p> 
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:cd55c163-0f21-457b-98e9-3d7c73ec0870" class="wlWriterEditableSmartContent">Andra (Bloggar.se) skriver om: <a href="http://www.bloggar.se/om/Project" rel="tag">Project</a>, <a href="http://www.bloggar.se/om/Internet+Explorer+8" rel="tag">Internet Explorer 8</a>, <a href="http://www.bloggar.se/om/Accelerator" rel="tag">Accelerator</a></div>
<div class="shr-publisher-249"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:60px;'><a class='shareaholic-fblike' data-shr_layout='box_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fpoweradmin.se%2Fblog%2F2009%2F04%2F03%2Fproject01-new-search-accelerator%2F' data-shr_title='Project01%3A+New+Search+Accelerator'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fpoweradmin.se%2Fblog%2F2009%2F04%2F03%2Fproject01-new-search-accelerator%2F'></a><a class='shareaholic-googleplusone' data-shr_size='tall' data-shr_count='true' data-shr_href='http%3A%2F%2Fpoweradmin.se%2Fblog%2F2009%2F04%2F03%2Fproject01-new-search-accelerator%2F' data-shr_title='Project01%3A+New+Search+Accelerator'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://poweradmin.se/blog/2009/04/03/project01-new-search-accelerator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project01: Accelerator installer</title>
		<link>http://poweradmin.se/blog/2009/03/31/project01-accelerator-installer/</link>
		<comments>http://poweradmin.se/blog/2009/03/31/project01-accelerator-installer/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 03:32:39 +0000</pubDate>
		<dc:creator>Dalle</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[Internet Explorer 8]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Search Accelerator]]></category>

		<guid isPermaLink="false">http://poweradmin.se/blog/2009/03/31/project01-accelerator-installer/</guid>
		<description><![CDATA[I did some work on the Accelerator installer for this project page last night. But the installer will only handle 2 websites at this point. Had some issues with the xml file and &#38; signs.   If you go to &#8230; <a href="http://poweradmin.se/blog/2009/03/31/project01-accelerator-installer/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fpoweradmin.se%252Fblog%252F2009%252F03%252F31%252Fproject01-accelerator-installer%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Project01%3A%20Accelerator%20installer%22%20%7D);"></div>
<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I did some work on the <a href="http://poweradmin.se/project/01/installer.html" target="_blank">Accelerator installer</a> for this project page last night.</p>
<p><a href="http://poweradmin.se/blog/wp-content/uploads/image16.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://poweradmin.se/blog/wp-content/uploads/image-thumb16.png" border="0" alt="image" width="448" height="195" /></a></p>
<p>But the installer will only handle 2 websites at this point.<br />
Had some issues with the xml file and &amp; signs.</p>
<p> </p>
<p>If you go to the Accelerator Installer page and install the PowerShellUG.com<br />
search accelerator you will see this:</p>
<p><a href="http://poweradmin.se/blog/wp-content/uploads/image17.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://poweradmin.se/blog/wp-content/uploads/image-thumb17.png" border="0" alt="image" width="318" height="259" /></a></p>
<p>Just click Add and the Search Accelerator are installed.</p>
<p>Mark some text on a web page and click on the accelerator button,<br />
All accelerators and then you will se the “Search PowerShellUG.com”<br />
accelerator.</p>
<p> </p>
<p><a href="http://poweradmin.se/blog/wp-content/uploads/image18.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://poweradmin.se/blog/wp-content/uploads/image-thumb18.png" border="0" alt="image" width="457" height="349" /></a></p>
<p>The how-to will be posted later today and then I will post the next step<br />
in this project. My Search Accelerator Maker in PowerShell.</p>
<p> </p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:e037340c-2ff3-4b50-8986-619680aca56e" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">Technorati-taggar: <a rel="tag" href="http://technorati.com/tags/IE8">IE8</a>,<a rel="tag" href="http://technorati.com/tags/Internet+Explorer+8">Internet Explorer 8</a>,<a rel="tag" href="http://technorati.com/tags/Search+Accelerator">Search Accelerator</a>,<a rel="tag" href="http://technorati.com/tags/project">project</a></div>
<div class="shr-publisher-182"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:60px;'><a class='shareaholic-fblike' data-shr_layout='box_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fpoweradmin.se%2Fblog%2F2009%2F03%2F31%2Fproject01-accelerator-installer%2F' data-shr_title='Project01%3A+Accelerator+installer'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fpoweradmin.se%2Fblog%2F2009%2F03%2F31%2Fproject01-accelerator-installer%2F'></a><a class='shareaholic-googleplusone' data-shr_size='tall' data-shr_count='true' data-shr_href='http%3A%2F%2Fpoweradmin.se%2Fblog%2F2009%2F03%2F31%2Fproject01-accelerator-installer%2F' data-shr_title='Project01%3A+Accelerator+installer'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://poweradmin.se/blog/2009/03/31/project01-accelerator-installer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project01: IE 8 Accelerators</title>
		<link>http://poweradmin.se/blog/2009/03/30/project01-ie-8-accelerators/</link>
		<comments>http://poweradmin.se/blog/2009/03/30/project01-ie-8-accelerators/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 11:29:46 +0000</pubDate>
		<dc:creator>Dalle</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Accelerators]]></category>
		<category><![CDATA[Internet Explorer 8]]></category>
		<category><![CDATA[ITBloggen.se]]></category>
		<category><![CDATA[itproffs.se]]></category>
		<category><![CDATA[powershellug.com]]></category>

		<guid isPermaLink="false">http://poweradmin.se/blog/2009/03/30/project01-ie-8-accelerators/</guid>
		<description><![CDATA[My first project here at PowerAdmin.se will be IE8 Accelerators. I have done 3 easy accelerators by now. Search accelerator for www.powershellug.com The Scandinavian PowerShell User Group Search accelerator for www.itproffs.se Largest IT-Pro community in Sweden with over 160 000 &#8230; <a href="http://poweradmin.se/blog/2009/03/30/project01-ie-8-accelerators/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fpoweradmin.se%252Fblog%252F2009%252F03%252F30%252Fproject01-ie-8-accelerators%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Project01%3A%20IE%208%20Accelerators%22%20%7D);"></div>
<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>My first project here at PowerAdmin.se will be IE8 Accelerators.</p>
<p>I have done 3 easy accelerators by now.</p>
<ol>
<li>Search accelerator for <a href="http://www.powershellug.com">www.powershellug.com</a>      <br />The Scandinavian PowerShell User Group</li>
<li>Search accelerator for <a href="http://www.itproffs.se">www.itproffs.se</a>      <br />Largest IT-Pro community in Sweden with over 160 000 posts.</li>
<li>Search accelerator for <a href="http://www.itbloggen.se">www.itbloggen.se</a>      <br />An IT-Blog community with IT-Bloggers from Sweden.</li>
</ol>
<p>&#160;</p>
<p>In short these accelerators will let you mark a string and then use a site to search for the string.</p>
<p><a href="http://poweradmin.se/blog/wp-content/uploads/image13.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://poweradmin.se/blog/wp-content/uploads/image-thumb13.png" width="244" height="180" /></a> </p>
<p><a href="http://poweradmin.se/blog/wp-content/uploads/image14.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://poweradmin.se/blog/wp-content/uploads/image-thumb14.png" width="336" height="300" /></a> </p>
<p><a href="http://poweradmin.se/blog/wp-content/uploads/image15.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://poweradmin.se/blog/wp-content/uploads/image-thumb15.png" width="342" height="252" /></a> </p>
<p>I will post a url to the installation file for these accelerators tonight.   <br />And then I will post how I did it and some more information about IE8 accelerators.</p>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:db93081f-9a03-4ec5-89ea-3409c6ec2e3a" class="wlWriterEditableSmartContent">Technorati-taggar: <a href="http://technorati.com/tags/Internet+Explorer+8" rel="tag">Internet Explorer 8</a>,<a href="http://technorati.com/tags/Accelerators" rel="tag">Accelerators</a>,<a href="http://technorati.com/tags/itproffs.se" rel="tag">itproffs.se</a>,<a href="http://technorati.com/tags/itbloggen.se" rel="tag">itbloggen.se</a>,<a href="http://technorati.com/tags/powershellug.com" rel="tag">powershellug.com</a></div>
<div class="shr-publisher-175"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:60px;'><a class='shareaholic-fblike' data-shr_layout='box_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fpoweradmin.se%2Fblog%2F2009%2F03%2F30%2Fproject01-ie-8-accelerators%2F' data-shr_title='Project01%3A+IE+8+Accelerators'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fpoweradmin.se%2Fblog%2F2009%2F03%2F30%2Fproject01-ie-8-accelerators%2F'></a><a class='shareaholic-googleplusone' data-shr_size='tall' data-shr_count='true' data-shr_href='http%3A%2F%2Fpoweradmin.se%2Fblog%2F2009%2F03%2F30%2Fproject01-ie-8-accelerators%2F' data-shr_title='Project01%3A+IE+8+Accelerators'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://poweradmin.se/blog/2009/03/30/project01-ie-8-accelerators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 8 – Released today</title>
		<link>http://poweradmin.se/blog/2009/03/19/internet-explorer-8-released-today/</link>
		<comments>http://poweradmin.se/blog/2009/03/19/internet-explorer-8-released-today/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 04:28:00 +0000</pubDate>
		<dc:creator>Dalle</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Internet Explorer 8]]></category>

		<guid isPermaLink="false">http://poweradmin.se/blog/?p=21</guid>
		<description><![CDATA[Internet Explorer 8 got released today. So now you can download the final release at http://www.microsoft.com/ie   Technorati-taggar: Internet Explorer 8 Andra (Bloggar.se) skriver om: Internet Explorer 8 No related posts.
No related posts.]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fpoweradmin.se%252Fblog%252F2009%252F03%252F19%252Finternet-explorer-8-released-today%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Internet%20Explorer%208%20%E2%80%93%20Released%20today%22%20%7D);"></div>
<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://www.flickr.com/photos/30447518@N04/3175935935/"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="3175935935_02ab19e6b6_m" src="http://poweradmin.se/blog/wp-content/uploads/3175935935-02ab19e6b6-m1.jpg" border="0" alt="3175935935_02ab19e6b6_m" width="227" height="97" /></a></p>
<p>Internet Explorer 8 got released today.<br />
So now you can download the final release at <a href="http://www.microsoft.com/ie">http://www.microsoft.com/ie</a></p>
<p> </p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:62ced516-1e76-4fb6-9ac0-2d22a3304383" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">Technorati-taggar: <a rel="tag" href="http://technorati.com/tags/Internet+Explorer+8">Internet Explorer 8</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:22f25320-2990-4416-b2f5-75439f2d8e90" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">Andra (Bloggar.se) skriver om: <a rel="tag" href="http://www.bloggar.se/om/Internet+Explorer+8">Internet Explorer 8</a></div>
<div class="shr-publisher-21"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:60px;'><a class='shareaholic-fblike' data-shr_layout='box_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fpoweradmin.se%2Fblog%2F2009%2F03%2F19%2Finternet-explorer-8-released-today%2F' data-shr_title='Internet+Explorer+8+%E2%80%93+Released+today'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fpoweradmin.se%2Fblog%2F2009%2F03%2F19%2Finternet-explorer-8-released-today%2F'></a><a class='shareaholic-googleplusone' data-shr_size='tall' data-shr_count='true' data-shr_href='http%3A%2F%2Fpoweradmin.se%2Fblog%2F2009%2F03%2F19%2Finternet-explorer-8-released-today%2F' data-shr_title='Internet+Explorer+8+%E2%80%93+Released+today'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://poweradmin.se/blog/2009/03/19/internet-explorer-8-released-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

