<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.2" -->
<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/"
	>

<channel>
	<title>MS Windows Vista Compatible Software</title>
	<link>http://www.computersplace.com</link>
	<description>Install all the software and drivers you need for compatible windows seven, vista. Best articles, reviews and videos. Remove virus, spyware from you computert</description>
	<pubDate>Sat, 04 Sep 2010 11:11:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>
	<language>en</language>
			<item>
		<title>windows7-tips.info</title>
		<link>http://www.computersplace.com/windows7-tipsinfo/othersoftware</link>
		<comments>http://www.computersplace.com/windows7-tipsinfo/othersoftware#comments</comments>
		<pubDate>Sat, 04 Sep 2010 11:11:37 +0000</pubDate>
		<dc:creator>windows7-tips.info</dc:creator>
		
		<category><![CDATA[otherSoftware]]></category>

		<guid isPermaLink="false">tag:www.toysandgadget.com://75052b9aa516b8743b8e6e45afdd266a</guid>
		<description><![CDATA[<div style="float:left; margin-left: 20px; margin-right: 10px; width: 770px; text-align: center; font-size: 10px;padding-top: 10px; padding-bottom: 20px;" readability="2">&#13;
			GoDaddy.com is the world's No. 1 ICANN-accredited domain name registrar for .COM, .NET, .ORG, .INFO, .BIZ and .US domain extensions.<br />&#13;
			Source: RegistrarSTATS.com <p>&#13;
			Copyright © 1999-2010 GoDaddy.com, Inc. All rights reserved.&#13;
		</p></div>]]></description>
			<content:encoded><![CDATA[<div  readability="2">&#13;
			GoDaddy.com is the world's No. 1 ICANN-accredited domain name registrar for .COM, .NET, .ORG, .INFO, .BIZ and .US domain extensions.<br />&#13;
			Source: RegistrarSTATS.com <p>&#13;
			Copyright © 1999-2010 GoDaddy.com, Inc. All rights reserved.&#13;
		</p></div>]]></content:encoded>
			<wfw:commentRss>http://www.computersplace.com/windows7-tipsinfo/othersoftware/feed</wfw:commentRss>
		</item>
		<item>
		<title>Chris Lowthian - Technology and Computing News » Computers and Software</title>
		<link>http://www.computersplace.com/chris-lowthian-technology-and-computing-news-%c2%bb-computers-and-software/othersoftware</link>
		<comments>http://www.computersplace.com/chris-lowthian-technology-and-computing-news-%c2%bb-computers-and-software/othersoftware#comments</comments>
		<pubDate>Sat, 04 Sep 2010 11:04:04 +0000</pubDate>
		<dc:creator>Chris Lowthian - Technology and Computing News » Computers and Software</dc:creator>
		
		<category><![CDATA[otherSoftware]]></category>

		<guid isPermaLink="false">tag:www.toysandgadget.com://520c20a9924c9c53aa8d93bebf7c17e9</guid>
		<description><![CDATA[<div>Sorry, readability was unable to parse this page for content.</div>]]></description>
			<content:encoded><![CDATA[<div>Sorry, readability was unable to parse this page for content.</div>]]></content:encoded>
			<wfw:commentRss>http://www.computersplace.com/chris-lowthian-technology-and-computing-news-%c2%bb-computers-and-software/othersoftware/feed</wfw:commentRss>
		</item>
		<item>
		<title>Configuring Services from the Command Line</title>
		<link>http://www.computersplace.com/configuring-services-from-the-command-line/othersoftware</link>
		<comments>http://www.computersplace.com/configuring-services-from-the-command-line/othersoftware#comments</comments>
		<pubDate>Fri, 03 Sep 2010 17:13:00 +0000</pubDate>
		<dc:creator>magakos</dc:creator>
		
		<category><![CDATA[Ubuntu Linux]]></category>

		<category><![CDATA[otherSoftware]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-8791657492806915033.post-2495025132060586722</guid>
		<description><![CDATA[The GUI applications work well when you have a GUI, but are not ideal for remote system administrating or for managing the Ubuntu Server installation<br />(which lacks a GUI). Usually administrators need to use the command line to create, delete, or rename links in the /etc/rc*.d/ directories in order to<br />modify system services. However, there is an alternative. The sysv-rc-conf tool offers a middle ground by allowing easy access to the boot services<br />without requiring manual modification of the different startup files found in /etc/init.d/ and /etc/rc*.d/.<br /><pre class="brush:text"><br />sudo apt-get install sysv-rc-conf<br /></pre><br />Running this tool (sudo sysv-rc-conf) brings up a text list of all services and runlevels (see Figure 3-4). Using this tool, you can immediately start or stop services by pressing + or -, and spacebar enables or disables the service in specific runlevels. The tool also supports the mouse; clicking a check box enables or disables the service.<br /><br />As with the default Services applet, selecting or clearing a service will immediately change the service’s running status and alter the service’s boot-up configuration.<br /><br />The sysv-rc-conf tool only recognizes services in the /etc/rc*.d/ and /etc/init.d/ directories. It is not Upstart aware. Upstart scripts for cron, hal, bootclean and other services do contain scripts in /etc/init.d/, but they are listed by sysv-rc-conf as not being used in any runlevel.<br /><br /><span style="font-size:85%;"><span style="color: rgb(192, 192, 192);">Source of Information : Wiley Ubuntu Powerful Hacks And Customizations</span></span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8791657492806915033-2495025132060586722?l=computingtech.blogspot.com' alt='' /></div><img src="http://feeds.feedburner.com/~r/ComputingTech/~4/0s_gl4_xjhM" height="1" width="1"/>]]></description>
			<content:encoded><![CDATA[The GUI applications work well when you have a GUI, but are not ideal for remote system administrating or for managing the Ubuntu Server installation<br />(which lacks a GUI). Usually administrators need to use the command line to create, delete, or rename links in the /etc/rc*.d/ directories in order to<br />modify system services. However, there is an alternative. The sysv-rc-conf tool offers a middle ground by allowing easy access to the boot services<br />without requiring manual modification of the different startup files found in /etc/init.d/ and /etc/rc*.d/.<br /><pre class="brush:text"><br />sudo apt-get install sysv-rc-conf<br /></pre><br />Running this tool (sudo sysv-rc-conf) brings up a text list of all services and runlevels (see Figure 3-4). Using this tool, you can immediately start or stop services by pressing + or -, and spacebar enables or disables the service in specific runlevels. The tool also supports the mouse; clicking a check box enables or disables the service.<br /><br />As with the default Services applet, selecting or clearing a service will immediately change the service’s running status and alter the service’s boot-up configuration.<br /><br />The sysv-rc-conf tool only recognizes services in the /etc/rc*.d/ and /etc/init.d/ directories. It is not Upstart aware. Upstart scripts for cron, hal, bootclean and other services do contain scripts in /etc/init.d/, but they are listed by sysv-rc-conf as not being used in any runlevel.<br /><br /><span ><span >Source of Information : Wiley Ubuntu Powerful Hacks And Customizations</span></span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8791657492806915033-2495025132060586722?l=computingtech.blogspot.com' alt='' /></div><img src="http://feeds.feedburner.com/~r/ComputingTech/~4/0s_gl4_xjhM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.computersplace.com/configuring-services-from-the-command-line/othersoftware/feed</wfw:commentRss>
		</item>
		<item>
		<title>The perfectly-portable Dell Inspiron M101Z</title>
		<link>http://www.computersplace.com/the-perfectly-portable-dell-inspiron-m101z/dell</link>
		<comments>http://www.computersplace.com/the-perfectly-portable-dell-inspiron-m101z/dell#comments</comments>
		<pubDate>Fri, 03 Sep 2010 16:54:35 +0000</pubDate>
		<dc:creator>Ben Rudolph</dc:creator>
		
		<category><![CDATA[Ben Rudolph]]></category>

		<category><![CDATA[@BenThePCGuy]]></category>

		<category><![CDATA[Asus UL30vt]]></category>

		<category><![CDATA[Ben the PC Guy]]></category>

		<category><![CDATA[M101z]]></category>

		<category><![CDATA[Dell Inspiron M101z]]></category>

		<category><![CDATA[AMD Athon Neo]]></category>

		<category><![CDATA[AMD Athlon]]></category>

		<category><![CDATA[Sony VAIO Z]]></category>

		<category><![CDATA[Sony VAIO]]></category>

		<category><![CDATA[otherSoftware]]></category>

		<category><![CDATA[AMD]]></category>

		<category><![CDATA[Sony]]></category>

		<category><![CDATA[asus]]></category>

		<category><![CDATA[Dell Inspiron]]></category>

		<category><![CDATA[Alienware M11x]]></category>

		<category><![CDATA[office 2010]]></category>

		<category><![CDATA[Dell]]></category>

		<guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:549577</guid>
		<description><![CDATA[<p>The <a href="http://www.dell.com/content/products/productdetails.aspx/inspiron-m101z-amd-1121?c=us&#38;l=en&#38;s=dhs&#38;ST=dell%20m101z&#38;dgc=ST&#38;cid=57959&#38;lid=1479811&#38;acd=52183,9358,0,106838169,769080688,1282944380,,26125488,325489277">Dell Inspiron M101Z</a> is a funny little PC.&#160; It’s not small enough to be a netbook or powerful enough to be a full-fledged notebook, but it balances both well enough to hit the sweet spot as an excellent travel machine. </p>  <p><a href="http://windowsteamblog.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-53-48-metablogapi/7752.IMG_5F00_0110_5F00_64A21711.jpg"><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="IMG_0110" border="0" alt="IMG_0110" src="http://windowsteamblog.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-53-48-metablogapi/3326.IMG_5F00_0110_5F00_thumb_5F00_55B6D3F8.jpg" width="350" height="262" /></a></p>  <p>If you’re a road warrior like me, you’ll immediately love the Inspiron M101Z’s size. At a compact 11” x 8” x 1” and weighing in at 3.5lbs, the M101Z is outstandingly portable.&#160; Even my super-light and thin <a href="http://windowsteamblog.com/windows/b/windowsexperience/archive/2010/07/09/luxury-computing-with-the-sony-vaio-z.aspx">Sony VAIO Z</a> looked kind of big next to it.&#160; I’ve been carrying it around in my <a href="http://www.tombihn.com/page/001/PROD/200/TB0830">Tom Bihn Ego messenger</a> for a few days, and I can honestly say that I barely notice the weight.&#160; My copy of <a href="http://www.stieglarsson.com/The-Girl-Who-Played-with-Fire">The Girl Who Played with Fire</a> weighs just about as much.</p>  <p>I’m using the baseline version (single-core <a href="http://www.amd.com/us/products/desktop/processors/athlon-ii-x2/Pages/amd-athlon-ii-x2-dual-core-processors-desktop.aspx">AMD Athlon II</a> Neo K125 processor, 2GB of RAM, webcam, 3 USB ports, HDMI, media card slot and a 250GB, 5,400rpm hard drive), and there is a higher-end version that has a dual-core Athlon II K325 processor, 4GB of RAM, and a 320GB 7,200rpm hard drive.&#160; Despite the more modest specs, performance with the M101Z was surprisingly good and un-netbookish. Both have the same bright, glossy 1366 x 768 resolution screen, which makes viewing documents and web pages a breeze. The PC was responsive when multi-tasking, and handled my usual barrage of <a href="www.microsoft.com/office">Office 2010 apps</a> (Outlook, Word, PowerPoint and OneNote) without any issue.&#160;&#160; I didn’t try any games, as a PC with 11.6” screen isn’t really optimal for gaming – unless of course that PC is an <a href="http://windowsteamblog.com/windows/b/windowsexperience/archive/2010/05/28/the-alienware-m11x-a-little-dog-with-a-big-bite.aspx">Alienware M11X</a>.&#160; I did, however, connect my M101Z to my home media library using <a href="http://windows.microsoft.com/en-us/windows7/products/features/remote-media-streaming">Remote Media Streaming</a>, and I was very impressed by the sound quality.&#160; The speakers on the M101Z definitely don’t sound like a usual set of tinny, hollow netbook speakers; I filled up my office with surprisingly rich sound.</p>  <p><a href="http://windowsteamblog.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-53-48-metablogapi/5657.IMG_5F00_0111_5F00_301D30CA.jpg"><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="IMG_0111" border="0" alt="IMG_0111" src="http://windowsteamblog.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-53-48-metablogapi/2161.IMG_5F00_0111_5F00_thumb_5F00_6B5D1E63.jpg" width="350" height="262" /></a></p>  <p>Ergonomically, the M101Z was the perfect size for me.&#160; The keyboard is full-size and island style so typing was very easy, and the multi-touch trackpad was responsive and smooth.&#160; As with many Dells, the mouse buttons are soft and pleasantly clickable.&#160; I actually typed the first draft of this post on the M101Z in <a href="http://explore.live.com/windows-live-essentials-beta">Windows Live Writer Beta</a>, and I didn’t run into the normal eye-strain or hand-fatigue that I usually get when typing on a traditional netbook.&#160; </p>  <p>My only wish was that the M101Z got better battery life.&#160; Coming off many weeks with the <a href="http://windowsteamblog.com/windows/b/windowsexperience/archive/2010/07/23/the-asus-ul30vt-this-pc-s-battery-will-last-longer-than-you-will.aspx">ASUS UL30vt</a>, which I can sometimes stretch to run almost 12 hours, the 4 hours of uptime I got with the Dell was a bit disappointing.&#160; That being said, for most average consumers it should be plenty of time away from the outlet.</p>  <p>As with all of their new PCs, Dell did a great job of making the M101Z look as nice as it performs.&#160; You can get the M101Z in one of 5 colors (mine is bright red) and the internal polycarbonate is high-gloss, so much so that at first glance you’d think it was aluminum.&#160; It’s a beautiful machine that looks and feels like a premium box, even though it is value priced.</p>  <p>If you’re looking for a netbook but are worried about the small screen size and keyboard, I highly recommend you check out an 11-12” machine like the Dell M101Z.&#160; You’ll find it to be a great compromise between the ultra-portability of a netbook and the power of a full-sized PC.</p>  <p><em>Have a question about this or any other PC?&#160; Post a comment, hit me on <a href="http://www.twitter.com/benthepcguy">Twitter</a> or <a href="mailto: benthepcguy@hotmail.com">Ask Ben Anything</a> via email.&#160; Your question might appear in my monthly <a href="http://windowsteamblog.com/windows/b/windowsexperience/archive/2010/06/03/have-a-pc-question-now-you-can-ask-ben-anything.aspx">Ask Ben Anything Q&#38;A column</a>.</em></p><div style="clear:both;"></div><img src="http://windowsteamblog.com/aggbug.aspx?PostID=549577" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.dell.com/content/products/productdetails.aspx/inspiron-m101z-amd-1121?c=us&amp;l=en&amp;s=dhs&amp;ST=dell%20m101z&amp;dgc=ST&amp;cid=57959&amp;lid=1479811&amp;acd=52183,9358,0,106838169,769080688,1282944380,,26125488,325489277">Dell Inspiron M101Z</a> is a funny little PC.&#160; It’s not small enough to be a netbook or powerful enough to be a full-fledged notebook, but it balances both well enough to hit the sweet spot as an excellent travel machine. </p>  <p><a href="http://windowsteamblog.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-53-48-metablogapi/7752.IMG_5F00_0110_5F00_64A21711.jpg"><img  title="IMG_0110" border="0" alt="IMG_0110" src="http://windowsteamblog.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-53-48-metablogapi/3326.IMG_5F00_0110_5F00_thumb_5F00_55B6D3F8.jpg" width="350" height="262" /></a></p>  <p>If you’re a road warrior like me, you’ll immediately love the Inspiron M101Z’s size. At a compact 11” x 8” x 1” and weighing in at 3.5lbs, the M101Z is outstandingly portable.&#160; Even my super-light and thin <a href="http://windowsteamblog.com/windows/b/windowsexperience/archive/2010/07/09/luxury-computing-with-the-sony-vaio-z.aspx">Sony VAIO Z</a> looked kind of big next to it.&#160; I’ve been carrying it around in my <a href="http://www.tombihn.com/page/001/PROD/200/TB0830">Tom Bihn Ego messenger</a> for a few days, and I can honestly say that I barely notice the weight.&#160; My copy of <a href="http://www.stieglarsson.com/The-Girl-Who-Played-with-Fire">The Girl Who Played with Fire</a> weighs just about as much.</p>  <p>I’m using the baseline version (single-core <a href="http://www.amd.com/us/products/desktop/processors/athlon-ii-x2/Pages/amd-athlon-ii-x2-dual-core-processors-desktop.aspx">AMD Athlon II</a> Neo K125 processor, 2GB of RAM, webcam, 3 USB ports, HDMI, media card slot and a 250GB, 5,400rpm hard drive), and there is a higher-end version that has a dual-core Athlon II K325 processor, 4GB of RAM, and a 320GB 7,200rpm hard drive.&#160; Despite the more modest specs, performance with the M101Z was surprisingly good and un-netbookish. Both have the same bright, glossy 1366 x 768 resolution screen, which makes viewing documents and web pages a breeze. The PC was responsive when multi-tasking, and handled my usual barrage of <a href="www.microsoft.com/office">Office 2010 apps</a> (Outlook, Word, PowerPoint and OneNote) without any issue.&#160;&#160; I didn’t try any games, as a PC with 11.6” screen isn’t really optimal for gaming – unless of course that PC is an <a href="http://windowsteamblog.com/windows/b/windowsexperience/archive/2010/05/28/the-alienware-m11x-a-little-dog-with-a-big-bite.aspx">Alienware M11X</a>.&#160; I did, however, connect my M101Z to my home media library using <a href="http://windows.microsoft.com/en-us/windows7/products/features/remote-media-streaming">Remote Media Streaming</a>, and I was very impressed by the sound quality.&#160; The speakers on the M101Z definitely don’t sound like a usual set of tinny, hollow netbook speakers; I filled up my office with surprisingly rich sound.</p>  <p><a href="http://windowsteamblog.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-53-48-metablogapi/5657.IMG_5F00_0111_5F00_301D30CA.jpg"><img  title="IMG_0111" border="0" alt="IMG_0111" src="http://windowsteamblog.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-53-48-metablogapi/2161.IMG_5F00_0111_5F00_thumb_5F00_6B5D1E63.jpg" width="350" height="262" /></a></p>  <p>Ergonomically, the M101Z was the perfect size for me.&#160; The keyboard is full-size and island style so typing was very easy, and the multi-touch trackpad was responsive and smooth.&#160; As with many Dells, the mouse buttons are soft and pleasantly clickable.&#160; I actually typed the first draft of this post on the M101Z in <a href="http://explore.live.com/windows-live-essentials-beta">Windows Live Writer Beta</a>, and I didn’t run into the normal eye-strain or hand-fatigue that I usually get when typing on a traditional netbook.&#160; </p>  <p>My only wish was that the M101Z got better battery life.&#160; Coming off many weeks with the <a href="http://windowsteamblog.com/windows/b/windowsexperience/archive/2010/07/23/the-asus-ul30vt-this-pc-s-battery-will-last-longer-than-you-will.aspx">ASUS UL30vt</a>, which I can sometimes stretch to run almost 12 hours, the 4 hours of uptime I got with the Dell was a bit disappointing.&#160; That being said, for most average consumers it should be plenty of time away from the outlet.</p>  <p>As with all of their new PCs, Dell did a great job of making the M101Z look as nice as it performs.&#160; You can get the M101Z in one of 5 colors (mine is bright red) and the internal polycarbonate is high-gloss, so much so that at first glance you’d think it was aluminum.&#160; It’s a beautiful machine that looks and feels like a premium box, even though it is value priced.</p>  <p>If you’re looking for a netbook but are worried about the small screen size and keyboard, I highly recommend you check out an 11-12” machine like the Dell M101Z.&#160; You’ll find it to be a great compromise between the ultra-portability of a netbook and the power of a full-sized PC.</p>  <p><em>Have a question about this or any other PC?&#160; Post a comment, hit me on <a href="http://www.twitter.com/benthepcguy">Twitter</a> or <a href="mailto: benthepcguy@hotmail.com">Ask Ben Anything</a> via email.&#160; Your question might appear in my monthly <a href="http://windowsteamblog.com/windows/b/windowsexperience/archive/2010/06/03/have-a-pc-question-now-you-can-ask-ben-anything.aspx">Ask Ben Anything Q&amp;A column</a>.</em></p><div ></div><img src="http://windowsteamblog.com/aggbug.aspx?PostID=549577" width="1" height="1">]]></content:encoded>
			<wfw:commentRss>http://www.computersplace.com/the-perfectly-portable-dell-inspiron-m101z/dell/feed</wfw:commentRss>
		</item>
		<item>
		<title>Outlook 2010 has incorrect holidays for UK and many other countries</title>
		<link>http://www.computersplace.com/outlook-2010-has-incorrect-holidays-for-uk-and-many-other-countries/calendar</link>
		<comments>http://www.computersplace.com/outlook-2010-has-incorrect-holidays-for-uk-and-many-other-countries/calendar#comments</comments>
		<pubDate>Fri, 03 Sep 2010 12:00:00 +0000</pubDate>
		<dc:creator>Adam Vero</dc:creator>
		
		<category><![CDATA[national holiday]]></category>

		<category><![CDATA[wrong holidays]]></category>

		<category><![CDATA[Bank Holiday]]></category>

		<category><![CDATA[outlook.hol]]></category>

		<category><![CDATA[Easter]]></category>

		<category><![CDATA[Patching + hotfixes]]></category>

		<category><![CDATA[outlook 2010]]></category>

		<category><![CDATA[christmas]]></category>

		<category><![CDATA[otherSoftware]]></category>

		<category><![CDATA[Outlook]]></category>

		<category><![CDATA[exchange]]></category>

		<category><![CDATA[office 2010]]></category>

		<category><![CDATA[Calendar]]></category>

		<guid isPermaLink="false">https://veroblog.wordpress.com/2010/09/02/outlook-2010-has-incorrect-holidays-for-uk-and-many-other-countries/</guid>
		<description><![CDATA[Quick background information to bring you up to speed: You can add national holidays for your country to your Outlook calendar so they remind you not to go to work that day. Unfortunately Microsoft sometimes get the details wrong for one or two places, but in the case of Outlook 2010 at least 23 countries [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.meteorit.co.uk&#38;blog=646149&#38;post=377&#38;subd=veroblog&#38;ref=&#38;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Quick background information to bring you up to speed: You can <a title="How to add holidays to your calendar in Outlook 2010 and previous versions" href="http://blog.meteorit.co.uk/2010/09/02/how-to-add-national-holidays-in-outlook-2010/" >add national holidays for your country to your Outlook calendar</a> so they remind you not to go to work that day. Unfortunately Microsoft sometimes get the details wrong for one or two places, but in the case of Outlook 2010 at least 23 countries have incorrect dates for some of their holidays. </p>
<p>In this article I will describe some of the errors, list corrected dates and provide links to files I have prepared with the fixes already in to save you some typing. I have also posted a separate <a title="Add and remove national holidays from Outlook 2010" href="http://blog.meteorit.co.uk/2010/09/02/how-to-add-national-holidays-in-outlook-2010/" >article about adding and removing holidays from your Outlook calendar</a>, rather than making this one even longer with a great big discussion about the mechanics of doing this.</p>
<h2>Background</h2>
<p>When you add holidays to Outlook, they are read in from a specially formatted text file, formerly outlook.txt, now (since 2002?) renamed to outlook.hol but essentially the same thing. This contains sections for various countries and a couple of religions, so that you can easily choose the ones you are interested in. This approach has a couple of limitations but some upsides too:</p>
<ul>
<li>each holiday is specified as a single date, so even things which have on obvious recurrence pattern must be included several times for different years, which means only a limited number are included in the interests of file size </li>
<li>it is hugely subject to human error, as we will see </li>
<li>when there are errors, at least you can easily fix them by editing the file or replacing it with one someone else has done (like me) </li>
<li>you can add extra sections for “countries” you want to include, such as for a special interest group, or additional company holidays (such as winter shutdown periods) </li>
</ul>
<h3>Outlook 2010 errors</h3>
<p>The version of the outlook.hol file which shipped with Outlook 2010 final version (RTM) has some serious flaws in it, affecting at least 23 countries as far as I can see (basically most of Europe as well as Australia and New Zealand), and likely many others I have not been able to identify. As I mentioned above, because of the way this file is used, this is relatively easy to fix as it is not an actual bug in the program, but is still very annoying, especially for anybody that has already imported the incorrect holidays.</p>
<p> <span id="more-377"></span>
<p>After much effort, a couple of phone calls and emails and a long-winded web form, I finally managed to log a support call with Microsoft* – not to get a solution (since I could easily fix the problem for my own individual case and share that with my clients as well) but to alert them to the breadth of the problem so they might come up with a hotfix (as they have done before for <a title="Hotfix for incorrect holiday dates in Outlook 97 and 98" href="http://support.microsoft.com/kb/230161" >similar problems</a>) or include an updated file in the next service pack. So far there seems to be some dragging of feet and although they have said they are hoping to get a hotfix out I got bored waiting and thought I might as well share the information I have so that others might benefit. </p>
<p>I have a client with several hundred users in the UK and thousands worldwide who are migrating from Lotus Domino (Notes) to Exchange right now, and I want to be able to work with them to make sure they get a fixed version of the file before users start adding holidays all over the place.</p>
<h2>Four main problem areas</h2>
<p>I first noticed the problem with the holidays because of some incorrect dates for Easter Monday. I was also adding school holidays to Outlook and realised the Spring bank holiday in 2012 is not the usual last-Monday-in-May. I also spotted that Christmas and Boxing Day always show on the “correct” dates, when I really need to see the Bank Holidays if this is to be useful at all. In the end this got me digging deeper in the file and I found four main classes of problem relating to the UK and many other countries too:</p>
<ul>
<li>Incorrect dates for Easter Monday from 2013 to 2019 (or 2020 in some cases) </li>
<li>No lieu days shown for Christmas Day, Boxing Day, New Year’s Day when they fall on a weekend </li>
<li>No additional holidays for Scotland (even though there are holidays for Northern Ireland included in the UK) </li>
<li>UK Spring Bank Holiday is incorrect for 2012 since there is a special case because of the Queen’s Diamond Jubilee. </li>
</ul>
<p>Note: I have only checked the English language version of the file so it is possible that for some of the countries I have identified as having incorrect dates, those dates might be correct in the files that would normally be used in those countries in their native language. The cynical side of my head says that may not be the case…</p>
<p> <br />
<h2>How to fix the holidays file</h2>
<p>There are a few different approaches you can take here, which largely depend on whether you just want a one-off fix for your own machine, or a wider-scale rollout for an entire organisation. You can use a file someone else has already corrected (such as the ones I have created and linked to below) or go in and fix, amend and add to the file yourself. </p>
<p>First let’s look at where the file is and how it is formatted so you can make changes to it if you want to.</p>
<h3></h3>
<h3>Finding the outlook.hol file</h3>
<p>The outlook.hol file is shared between all users as it is stored along with your installation of Outlook. This is in:</p>
<blockquote><p>&lt;program files&gt;\Microsoft Office\Office&lt;version&gt;\&lt;LCID&gt;</p>
</blockquote>
<p>The &lt;program files&gt; folder would usually be C:\Program Files\ unless you are running a 32-bit version of Office on a 64-bit version of Windows (quite common now for Office 2010 on Windows 7), in which case you need the one in C:\Program files (x86)\.</p>
<p>The &lt;version&gt; is the internal version number, so 2010 is version 14, 2007 was v12, 2003 is v11 and so on (there’s no unlucky version 13!).</p>
<p>The &lt;LCID&gt; is the “locale ID” associated with the country and language of your installation. There is a list of all <a href="http://msdn.microsoft.com/en-us/goglobal/bb964664.aspx">Locale IDs Assigned by Microsoft on MSDN</a> which you can use to identify which one you need, but notice that the code used here is for the language of your <em>installation</em> not necessarily proofing tools or anything else you configured – so in the case of most (all?) of the English speaking world, the code you are looking for is 1033 for US English, as that is the language the <em>program</em> runs in, even if you have things like British English spell checking enabled (the .lex files used by proofing tools are not stored in LCID folders, but simply named according to language such as MSSP7ES.LEX for the Spanish spell checking dictionary). There is no installation for British English, <a title="Wikipedia definition of Strine" href="http://en.wikipedia.org/wiki/Strine" >Strine</a> or any other variation.</p>
<p>The path on my machine running Office 2010 32 bit edition installed in US English, on a Windows 7 64-bit machine is:</p>
<blockquote><p>C:\Program Files (x86)\Microsoft Office\Office14\1033</p>
</blockquote>
<p>In that folder you will find the Outlook.hol file, which any user can access, but only administrators can modify it. So, the best thing to at this stage is simply to copy it then paste it somewhere else such as your My Documents folder or some temporary directory. This is sensible practice anyway, as you probably want to work on a copy of the file rather than editing the original in situ.</p>
<h3></h3>
<p>If you create your own version or borrow mine you can use this without putting it anywhere special, although I would recommend replacing the original broken </p>
<h3>Structure of the holidays file</h3>
<p>The file has a very simple structure, with a section for each country which is named inside square brackets followed by a number indicating how many entries there are for that location. For example:</p>
<blockquote><p>[Australia] 172      <br />Anzac Day,2009/4/25       <br />Anzac Day,2010/4/25       <br />Anzac Day,2011/4/25       <br />… …</p>
</blockquote>
<p>In the built-in file the countries are listed alphabetically, although this makes no difference as Outlook will always present the list in alphabetical order regardless of the way they are arranged in the file. If you want to add an extra country (such as Scotland) or a non-country (for additional company days off perhaps) you can do this anywhere, and the end of the file is probably a good place for these.</p>
<p>Each date entry has the form of a label for the day, a comma than the date in yyyy/m/d format. I have seen documentation claiming that this should be yyyy/mm/dd which is strange since the built-in entries don’t do that, and as far as my tests have shown, you can use either form, but you <em>must</em> use four digit years.</p>
<p>So now you can change any incorrect entries to fix them simply by editing the existing text, but what about adding new dates?</p>
<h3>Adding extra holidays</h3>
<p>You may want to add some additional dates for your country (that sounds surreally patriotic &#8211; “Add a holiday for your country, comrade!”) which is easy enough to do, and you can even paste in whole chunks if you want to, but you <strong><em>must</em></strong> remember to change the number of entries at the top next to the country name accordingly.</p>
<p>If you add lines but don’t increase the number, things will appear to work but when you import the holidays Outlook will simply read the number of lines indicated and stop, so you may miss out loads of holidays you wanted to import. For each of the errors described in detail later in this article I have included the number of holidays listed so if you are using these to edit the file yourself you know what number to add. The section for United Kingdom has 172 to start with, so if you extend the dates for some holidays out to 2035 that adds 3 x 7 = 21, then add the lieu days for Christmas, Boxing Day and New Year (3 x 8 = 24), then add the three corrected dates for May/June 2012 minus the incorrect one, this is a total of +47 = 219 lines total. </p>
<p>If you remove lines for any reason (such as holidays which are not observed across the whole country) and forget to decrease the number, you will get error messages when you try to import, but as far as I can see no damage is done, it simply imports as many as it can and either runs into the next country or the end of the file and stops. If you are editing the file in order for other people to use it you want to make sure you have eliminated any issues like this, so do make sure the number is correct. If you don’t want to see the Battle of the Boyne or St. Patrick’s Day for example you could remove these and decrease the count by 40 (leaving 132 based on the original file, or 179 with my suggested amendments).</p>
<h2>Using or sharing your corrected file</h2>
<p>Once you have a new version of your holiday file you can simply double click on it to add the holidays from there – you don’t need to put the file in any particular folder or give it a special name. This is fine for a quick one-off but less useful for administrators wanting to help out their whole company’s users. A simple option if you are just distributing a few updates such as additional company dates would be to email the file out to people or put it in a fileshare that users have access to, but this still means that anyone who uses the normal method to add holidays will get the wrong dates too, so you may be better to replace the file on everyone’s machine instead.</p>
<p>The only challenge to getting an updated file out to people is that it needs to replace the existing one, and that is under “Program files” which is not accessible to normal users. If your users are running with local admin rights then you will have no problem with this (although you probably have much bigger problems such as malware to worry about). The easiest solution would normally be to put the file in a share which is available to “authenticated users” to read, and then to include an appropriate line in a machine startup script (applied via group policy most likely) to copy the file down (use xcopy / robocopy so you only copy the file once, not every time the machine starts up). Don’t forget that the file must be called “outlook.hol” for it to be recognised and used by Outlook when users add holidays through the GUI.</p>
<p>If you clone machines as a method of deploying new workstations, make sure the corrected file goes into your “gold” build; if you use other deployment tools or scripts make sure it is included as part of that process.</p>
<p>Note that if Microsoft do issue a service pack, this might overwrite your file with their version (which may or may not be correct), or it might deliberately avoid doing so (this was the case with <a title="MS Outlook 2003 holiday updates KB924423" href="http://support.microsoft.com/kb/924423" >holiday updates issued for Outlook 2003</a> for example) and you might miss out on other fixes that you did not know about.</p>
<h2>Corrected files and additions available for download</h2>
<h3>Major fixes</h3>
<p>If you don’t particularly want to bother editing the file yourself, I have done most of the hard work for you and fixed all the problems discussed in this article, for all 23 affected countries. I have also extended the dates out to 2035 (for the United Kingdom) for Christmas, Boxing Day and New Year, added Scotland as a country, and thrown in a bonus of dates for System Administrator Appreciation Day (as a separate optional “country” to add).</p>
<p><a title="New fixed version of outlook.hol holidays file for MS Outlook" href="http://www.meteorit.co.uk/Documents/Blog/outlook_new.hol" ><strong>Download a fixed version of outlook.hol holidays file</strong></a></p>
<h3>Alternative files</h3>
<p>Rather than replace the entire file, you might want to just add in the corrected UK dates (and ignore the incorrect ones or manually delete these from your calendar). For this you want the <a title="Outlook.hol file with additions to fix missing or extra UK dates only" href="http://www.meteorit.co.uk/Documents/Blog/Outlook UK additions.hol" >UK additions file</a> which has extra years, lieu days, Scottish holidays and SysAdmin Day (three separate countries so you can add what you want).</p>
<p>There is also a corrected, updated complete version of the dates for the <a title="Fixed outlook.hol file for UK mainland only with NI specific dates removed" href="http://www.meteorit.co.uk/Documents/Blog/Outlook UK-NI.hol" >UK mainland only, not Northern Ireland</a> additional holidays.</p>
<p>I have also created a file designed for UK users who also want to be able to <a title="Fixed outlook.hol file with UK dates plus Scotland, Ireland, Germany, Hungary, Poland without duplication" href="http://www.meteorit.co.uk/Documents/Blog/Outlook -UK.hol" >add holidays for Scotland, Ireland, Germany, Hungary and Poland without duplication</a> of all the ones which are repeated in all those countries such as Christmas and Easter (yes, I had a specific reason to choose those countries for a client of mine).</p>
<p>Of course, you may not want any of these particular alternatives, but they may give you a useful starting point for ideas and a basis to start copying and pasting from – just remember to make sure the number of entries for a country is correct to avoid any problems.</p>
<h2>Outlook 2010 holiday Errors in detail</h2>
<p>The errors described briefly above are covered below, including the two different Easter Monday problems, and in most cases I have included my suggested additions if you want to correct your own files, or of course you can simply use my ready-made files with these changes already embedded.</p>
<h2></h2>
<h3>Easter Monday on the same repeated date of 13th April</h3>
<p>Despite the obvious rule that Easter Monday is on the day after Easter Sunday this was incorrect in many cases for the UK. This was the correct date for 2009 and will be again in 2020, but the file lists this as the date for 2013 to 2019 as well, despite this not even being a Monday in those years and they got Easter Sunday correct in every case. The fact that they are correct up to 2012 is almost certainly because that was the last year included in the outlook.hol file for Outlook 2007, so someone obviously started from that base and added a bunch of new dates but forgot to change them for each year.</p>
<p>This error is repeated for 6 countries: Andorra, Australia, Ireland, Luxembourg, Slovak Republic and United Kingdom.</p>
<p>The correct dates for Easter Monday from 2013 to 2020 should be those shown below but this is a replacement rather than an addition, so no net difference in number of entries:</p>
<p>Easter Monday,2013/4/1    <br />Easter Monday,2014/4/21     <br />Easter Monday,2015/4/6     <br />Easter Monday,2016/3/28     <br />Easter Monday,2017/4/17     <br />Easter Monday,2018/4/2     <br />Easter Monday,2019/4/22     <br />Easter Monday,2020/4/13</p>
<h3>Easter Monday on the same date as Easter Sunday</h3>
<p>As if that was not enough, for 17 other countries, for all the years from 2013 to 2020 Easter Monday is shown as the same date as Easter Sunday. Yes, you can have twice as many Easter eggs but you have to go to work on Monday morning! Again, dates up to 2012 are fine.</p>
<p>The 17 countries where this version of the Easter Monday problem exists are: Austria, Germany, Hungary, Iceland, Italy, Latvia, Liechtenstein, Monaco, Netherlands, New Zealand (odd that this has a different issue from Australia, I think), Norway, Poland, San Marino, Slovenia, Sweden, Switzerland.</p>
<p>The correct dates are the same as those given above.</p>
<h3></h3>
<h3>Christmas Day, Boxing Day and New Year’s day falling on weekends</h3>
<p>OK, strictly speaking the dates for these don’t change so the file is not incorrect in one sense, but since it is a feature to add <em>holidays</em> to my calendar, it is useless if it does not actually achieve that objective. In the UK when these kind of fixed-date holidays fall on a weekend, we get a day in lieu in the following week to make up for it (so the Monday or as is the case this year, both Monday and&#160; Tuesday as both dates are at the weekend). I know that in some other countries they don’t apply this kind of rule for all holidays (for example in Germany if a Saint’s day is on the weekend you simply miss out), and in others they take the nearer date (ie. Friday for Saturday, Monday for Sunday). Either way these ought to have been included for several countries and they are not.</p>
<p>So, if we leave the original dates in place, the 24 additional holidays as days “in lieu” from 2009 to 2035 would be:</p>
<p>Christmas Day (lieu day),2010/12/27    <br />Christmas Day (lieu day),2011/12/27     <br />Christmas Day (lieu day),2016/12/27     <br />Christmas Day (lieu day),2021/12/27     <br />Christmas Day (lieu day),2022/12/27     <br />Christmas Day (lieu day),2027/12/27     <br />Christmas Day (lieu day),2032/12/27     <br />Christmas Day (lieu day),2033/12/27     <br />Boxing Day (lieu day),2009/12/28     <br />Boxing Day (lieu day),2010/12/28     <br />Boxing Day (lieu day),2015/12/28     <br />Boxing Day (lieu day),2020/12/28     <br />Boxing Day (lieu day),2021/12/28     <br />Boxing Day (lieu day),2026/12/28     <br />Boxing Day (lieu day),2027/12/28     <br />Boxing Day (lieu day),2032/12/28     <br />New Year&#8217;s Day (lieu day),2011/1/3     <br />New Year&#8217;s Day (lieu day),2012/1/2     <br />New Year&#8217;s Day (lieu day),2017/1/2     <br />New Year&#8217;s Day (lieu day),2022/1/3     <br />New Year&#8217;s Day (lieu day),2023/1/2     <br />New Year&#8217;s Day (lieu day),2028/1/3     <br />New Year&#8217;s Day (lieu day),2033/1/3     <br />New Year&#8217;s Day (lieu day),2034/1/2</p>
<p>Incidentally, there are probably other holidays which should also have an extra day added in a similar way. <a title="Wikipedia article about Australia Day" href="http://en.wikipedia.org/wiki/Australia_Day" >Australia Day</a> for example is celebrated on 26th January, but when that is at the weekend it seems to be common practice to have an extra “Australia Day (observance)” in the calendar, but I can’t find a definitive reference to what the rule is (nearest day, following week, or some arbitrary government decision). If you have any specific examples of this kind of thing I’d love to hear from you in the comments, ideally with citations.</p>
<h3>No Scottish holidays</h3>
<p>There are two main differences for Scottish holidays from the rest of the UK:</p>
<ul>
<li>In Scotland they party even harder at New Year, so they need two days to get over it, and when it is a weekend as well they add their usual level of indulgence on top so they also need an extra day in lieu when the 2nd January falls on a weekend </li>
<li>The August Bank Holiday which is seen by many Brits as signalling the end of summer and the onset of cold wet weather does not make sense in Scotland (I’m not sure if this is because it is <em>always </em>cold and wet up there, or because the change comes earlier), so they have their August holiday on the first Monday of that month rather than the last. </li>
</ul>
<p>Since Microsoft have managed to include Northern Ireland holidays along with the UK but totally omitted Scotland, I have added Scotland as a country in its own right in my fixed files so you can choose to include these or not, in addition to the rest of the UK. The “2nd January Holiday” is shown on the day it is observed, rather than always on the 2nd (it seemed a bit redundant to label the 2nd January as “2nd January” and then have a lieu day as well). You could of course take this idea further and have a section for all the Scots holidays including those also celebrated south of the border but without any of the <a title="Wikipedia definition of Sassenach" href="http://en.wikipedia.org/wiki/Sassenach" >Sassenach</a>-only ones such as Late August.</p>
<p>The additional section for Scotland might look like the example below, with 54 entries in total if you include dates up to 2035 as I have done in the downloadable files linked here.</p>
<p>[Scotland] 54    <br />2nd January Holiday,2009/1/2     <br />2nd January Holiday,2010/1/4     <br />2nd January Holiday,2011/1/4     <br />2nd January Holiday,2012/1/3     <br />… …     <br />Summer Bank Holiday,2033/8/1     <br />Summer Bank Holiday,2034/8/7     <br />Summer Bank Holiday,2035/8/6</p>
<h3>UK Spring Bank Holiday 2012</h3>
<p>In the UK we have two national holidays in May – the May Bank Holiday on the first Monday of the month, and the Spring Bank Holiday on the last Monday. The outlook.hol file follows this pattern correctly, and this would be fine except for a spanner thrown into the works because of the Queen’s Diamond Jubilee in 2012. Firstly we get an extra holiday overlooked by the team at Microsoft on 5th June 2012, and secondly the end of May holiday has been moved to 4th June to act as a “bridging day” and give us a four day weekend. I can forgive people outside the UK for not knowing this (or frankly my dear for not giving a damn). I had no idea until I was looking at school holidays, and from the dozen or so people I mentioned this to since, none had any idea this was happening.</p>
<p>So, we need to add two dates to the holiday file, and I would suggest you should also explicitly include the non-Bank holiday so that it is clear to people who might otherwise assume it is just missed out and add it for themselves and take the wrong day off. In my amended files I have taken out the wrong one and replaced it with the explicit NOT shown below, so the net difference is two additions. The three added dates are:</p>
<p>NOT a Bank Holiday see 4th June,2012/5/28    <br />Spring Bank Holiday,2012/6/4     <br />Queen&#8217;s Diamond Jubilee,2012/6/5</p>
<h2>Addition information and references</h2>
<p>The Bank Holiday dates for the UK and Scotland (for the next few years at least) can be confirmed at the official UK.gov page here: <a href="http://www.direct.gov.uk/en/Governmentcitizensandrights/LivingintheUK/DG_073741">http://www.direct.gov.uk/en/Governmentcitizensandrights/LivingintheUK/DG_073741</a> (=<a href="http://tinyurl.com/5kdoa4">http://tinyurl.com/5kdoa4</a>)</p>
<p>*About that support ticket: because I am an MCT I get two free support tickets with Microsoft. I had to use one of them as the only way I could make them aware of the problem as an official bug report, rather than risk losing it in the noise of the support forums. If I had been a regular customer who would have had to pay to do this I think I might not have bothered.</p>
<br /> Tagged: <a href='http://blog.meteorit.co.uk/tag/bank-holiday/'>Bank Holiday</a>, <a href='http://blog.meteorit.co.uk/tag/calendar/'>calendar</a>, <a href='http://blog.meteorit.co.uk/tag/christmas/'>Christmas</a>, <a href='http://blog.meteorit.co.uk/tag/easter/'>Easter</a>, <a href='http://blog.meteorit.co.uk/tag/national-holiday/'>national holiday</a>, <a href='http://blog.meteorit.co.uk/tag/outlook/'>Outlook</a>, <a href='http://blog.meteorit.co.uk/tag/outlook-2010/'>Outlook 2010</a>, <a href='http://blog.meteorit.co.uk/tag/outlook-hol/'>outlook.hol</a>, <a href='http://blog.meteorit.co.uk/tag/wrong-holidays/'>wrong holidays</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/veroblog.wordpress.com/377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/veroblog.wordpress.com/377/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/veroblog.wordpress.com/377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/veroblog.wordpress.com/377/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/veroblog.wordpress.com/377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/veroblog.wordpress.com/377/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/veroblog.wordpress.com/377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/veroblog.wordpress.com/377/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/veroblog.wordpress.com/377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/veroblog.wordpress.com/377/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/veroblog.wordpress.com/377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/veroblog.wordpress.com/377/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/veroblog.wordpress.com/377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/veroblog.wordpress.com/377/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.meteorit.co.uk&amp;blog=646149&amp;post=377&amp;subd=veroblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://www.computersplace.com/outlook-2010-has-incorrect-holidays-for-uk-and-many-other-countries/calendar/feed</wfw:commentRss>
		</item>
		<item>
		<title>How to add national holidays in Outlook 2010</title>
		<link>http://www.computersplace.com/how-to-add-national-holidays-in-outlook-2010/calendar</link>
		<comments>http://www.computersplace.com/how-to-add-national-holidays-in-outlook-2010/calendar#comments</comments>
		<pubDate>Fri, 03 Sep 2010 10:33:00 +0000</pubDate>
		<dc:creator>Adam Vero</dc:creator>
		
		<category><![CDATA[national holiday]]></category>

		<category><![CDATA[Bank Holiday]]></category>

		<category><![CDATA[outlook.hol]]></category>

		<category><![CDATA[outlook 2010]]></category>

		<category><![CDATA[office 2010]]></category>

		<category><![CDATA[otherSoftware]]></category>

		<category><![CDATA[Outlook]]></category>

		<category><![CDATA[exchange]]></category>

		<category><![CDATA[Calendar]]></category>

		<guid isPermaLink="false">https://veroblog.wordpress.com/2010/09/02/how-to-add-national-holidays-in-outlook-2010/</guid>
		<description><![CDATA[You can easily add national holidays to your calendar in Outlook to make sure that you don’t forget those extra days when you don’t need to go to work. Before you do though, it is worth noting that Microsoft have published a whole bunch of wrong holiday dates in Outlook 2010 for at least 23 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.meteorit.co.uk&#38;blog=646149&#38;post=386&#38;subd=veroblog&#38;ref=&#38;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You can easily add national holidays to your calendar in Outlook to make sure that you don’t forget those extra days when you don’t need to go to work.</p>
<p>Before you do though, it is worth noting that Microsoft have published a <a title="Outlook 2010 incorrect holiday dates for 23 countries including wrong UK Bank Holidays" href="http://blog.meteorit.co.uk/2010/09/02/outlook-2010-has-incorrect-holidays-for-uk-and-many-other-countries/" >whole bunch of wrong holiday dates in Outlook 2010</a> for at least 23 countries, including many future UK Bank Holidays. You should probably read <a title="Outlook 2010 incorrect national holidays and fixes for them" href="http://blog.meteorit.co.uk/2010/09/02/outlook-2010-has-incorrect-holidays-for-uk-and-many-other-countries/" >my other post about the errors</a> and download one or more of the files with corrections for them before you go ahead and add anything.</p>
<p>This article is intended to help you add national holidays, remove holidays with an incorrect date, and use Outlook categories to make these stand out on your calendar. Although I wrote this to accompany my <a title="Outlook 2010 wrong holiday dates" href="http://blog.meteorit.co.uk/2010/09/02/outlook-2010-has-incorrect-holidays-for-uk-and-many-other-countries/" >post about incorrect dates in 2010</a> to show you how to actually add or remove these from your calendar, what follows applies pretty much the same to Outlook 2007 and older as well, although to be fair I have not attempted to test this in any step-by-step fashion for Outlook 2003, 2000, 97 or older as I no longer have these antiquated, steam-driven versions installed for me to access.</p>
<h2>Adding Holidays to your Outlook 2010 Calendar</h2>
<p>The normal way to add these holidays from the outlook.txt or outlook.hol file already installed on your machine is through Outlook’s own options as follows:</p>
<p>In Outlook 2010 go to File &gt; Options then click the Calendar tab on the left, then click then “Add Holidays” button and carry on as described below.<br />
<a href="http://veroblog.files.wordpress.com/2010/09/calendaroptions_addholidays_button.png" ><img  title="Outlook 2010 File &gt; Options &gt; Calendar &gt; Add Holidays button" src="http://veroblog.files.wordpress.com/2010/09/calendaroptions_addholidays_button_thumb.png?w=462&#038;h=289" border="0" alt="Outlook 2010 File &gt; Options &gt; Calendar &gt; Add Holidays button" width="462" height="289" /></a></p>
<p>If you are still using an older version, then for Outlook versions up to 2007, go to Tools &gt; Options, then on the Preferences tab click on the “Calendar Options” button, then click on the “Add Holidays” button in the middle of the dialogue box which appears.<br />
<span id="more-386"></span>Now in either case you will see a list of countries you can add. Tick the boxes for the ones you want, and click OK. If you have previously added any of the countries you chose this time you may see a warning message that this may create duplicate entries. If you previously added the incorrect entries for a country, it is usually better to delete them all first (see below) and then add a correct set instead. If your administrator has provided any specialised versions of the file, you may see unusual “countries” listed, which you can also add in just the same way.</p>
<p><img  title="Country List for Outlook holidays" src="http://veroblog.files.wordpress.com/2010/09/countrylist.png?w=261&#038;h=245" border="0" alt="Country List for Outlook holidays" width="261" height="245" /></p>
<p>If you try to add the holidays for the same country more than once, you will get a prompt like the one below to check if you really want to do this. If you know you only have a special subset list to add, or you have deleted the ones you already installed, you can safely say yes to this, otherwise say no to avoid any duplication.</p>
<p><a href="http://veroblog.files.wordpress.com/2010/09/duplicatescheck.png" ><img  title="DuplicatesCheck" src="http://veroblog.files.wordpress.com/2010/09/duplicatescheck_thumb.png?w=332&#038;h=78" border="0" alt="DuplicatesCheck" width="332" height="78" /></a></p>
<h3>What do the holidays look like?</h3>
<p>All the holidays you import for the countries you chose will be added with the following characteristics:</p>
<ul>
<li>They will be an All-Day Event for the date in question</li>
<li>The time will be marked as Free (always the default for an All-Day Event)</li>
<li>They will be in a Category called “Holiday” (see note below)</li>
<li>The Location will be the name of the country where the holiday applies (we will make use of this later if you need to remove any)</li>
<li>There is no reminder set for these entries (regardless of your default reminders setting)</li>
</ul>
<h3>What does the “Holiday” category do?</h3>
<p>Out of the box, nothing. Outlook has had a feature for many versions which enables you to categorise items according to categories you define and show them in colours you associate with those categories. In Outlook 2010 you can pretty much define as many categories as you want (to the point where they become unmanageable), although in the drop-down list under the “Categorize” button you will only see the fifteen most recently used for that type of information (ie. 15 recently used in your Calendar, Tasks, Mail, Contacts are remembered as separate lists).</p>
<p>Categories are especially useful for Calendar entries as they show up in colour in your Calendar and the To-Do bar. If you add a flag to an email to follow it up, you can easily also add a category to it so the associated colour shows up in the To-Do bar as a visual clue which might remind you why you decided to follow up that item in the first place.</p>
<p>In your Mail or Contacts view the “Categorize” button is on the Home ribbon; in your Calendar you need to select an entry and it will be shown on the additional ribbon which appears (for a meeting or appointment as appropriate). The drop-down menu (shown below in a cut-down form) includes an option for “All Categories”.</p>
<p><img  title="Categorize menu" src="http://veroblog.files.wordpress.com/2010/09/categorizemenu.png?w=164&#038;h=153" border="0" alt="Categorize menu" width="164" height="153" /></p>
<p>When you choose this you can add new categories, rename existing ones and choose different colours to associate with them. So if you simply select an existing one or add one, and name it “Holiday”, Outlook will start showing items already saved using this category in the colour you choose.</p>
<p><a href="http://veroblog.files.wordpress.com/2010/09/colorcategoriescropped.png"><img  title="Color Categories dialogue box" src="http://veroblog.files.wordpress.com/2010/09/colorcategoriescropped_thumb.png?w=324&#038;h=209" border="0" alt="Color Categories dialogue box" width="324" height="209" /></a></p>
<p>As an aside, the same applies if you create a meeting request, categorise it and then send out invitations to your colleagues. The meeting will remember the category you assigned, but this will not change how it shows up in the other person’s calendar. If they do have a category of the same name, or later add one, it will show up in the colour they choose to use for this.</p>
<h4>Note: All Day Events and Time Zones</h4>
<p>Aside: All-Day Events are intended to take place on a specific date and are NOT “time-zone aware”. For example New Year’s Day is 1st January, it does not start half way through the day even if people around the world start celebrating at different times according to when midnight comes around in their time zone. Normal timed appointments and meetings are shown to a user as taking place at the specified time<em> adjusted for their time zone</em>. This is great for international corporations when sharing and viewing other people’s calendars in order to fix up a time for a remote meeting, telephone call or video conference, as you don’t have to think too hard.</p>
<h2>Adding holidays directly from a new Outlook.hol file</h2>
<p>The alternative way to add holidays is to start Outlook, then simply find any correctly formatted .hol file (such as the ones linked from my <a title="Outlook 2010 incorrect holiday dates and how to fix them" href="http://blog.meteorit.co.uk/2010/09/02/outlook-2010-has-incorrect-holidays-for-uk-and-many-other-countries/" >article about the incorrect holiday dates in Outlook 2010</a>) and double click it.</p>
<p>Outlook will then prompt for you to choose a country in the normal way, and you may get a warning about duplicate entries, but if you know the file only contains some specific subset of dates (such as only the lieu dates for Christmas and New Year) then you can go ahead quite safely.</p>
<h2>Removing Holidays from your Outlook Calendar</h2>
<p>You might need to remove holidays from your Outlook Calendar for various reasons:</p>
<ul>
<li>If you still have holidays going way back from previous versions of Outlook you have used</li>
<li>You have holidays showing for a country you no longer need to see (maybe for a supplier or customer you no longer deal with)</li>
<li>You added holidays before you realised some of them might have been incorrect</li>
<li>After adding holidays for multiple countries you have lots of duplicates for dates which are celebrated in many countries (eg. New Year, Christmas, Easter, various Islamic festivals and so on)</li>
<li>Some of the holidays you added do not apply to you (eg. in the mainland UK you may not be interested in the holidays which only apply in Northern Ireland such as the Battle of the Boyne and St. Patrick’s day)</li>
</ul>
<p>I have seen various articles in the past which discuss using the categories to search on and identify these, but I find this is not ideal if you have added multiple countries, or when you have also added your own holidays for time off work and used the same category for these dates as well. I would suggest instead using the “location” which you might normally use to show where an appointment or meeting is to take place, such as in a booked room or more generally a particular site, office or even town.</p>
<h3>Change your view and sort your calendar entries</h3>
<p>So, to start off, in Outlook 2010 open your Calendar and on the View ribbon at the left hand end click on Change View &gt; Events. This will change to a list view with information in columns (rather like a view of email messages), but filtered to show only All Day events, such as holidays. (You could equally choose the more general “List” view and achieve the same goal of seeing things in columns but there will be more entries to go through).</p>
<p>In Outlook 2007 and earlier, you can get to a very similar column format from the View menu &gt; Current view &gt; Appointments.</p>
<p>Once you have your column layout, the first thing to do is sort on “Location” by clicking on that column heading. I would then usually also sort by Subject and by date (this might be labelled “Recurrence Range Start” if you are using the same view I suggested above). To sort on these additional fields, hold down the Shift key while you click on those headings, so you now have everything sorted by Location (eg. all “United Kingdom” together, then by subject (“Christmas Day” all together) then by date, which in most cases will be the year for these annually occurring holidays.</p>
<h3>Selecting multiple entries to delete</h3>
<p>You should now be able to easily scroll down to find and identify any entries you don’t need, such as duplicates. If you have imported the same holidays twice then you may need to select every second line. To do this use the usual method of holding Ctrl while clicking to select many individual lines before pressing delete to get rid of them. To select a whole block and get rid of them click on the first item then hold Shift and click on the last and you will get a continuous set from one to the other. I would suggest you do this to remove all the holidays for the United Kingdom because you know they include wrong data and you will want to start from scratch before importing a new set of corrected date.</p>
<p>I often import holidays for other countries where I have business relationships so I can easily see that other people are not working, but I don’t need to see things like Christmas and Easter multiple times, so I tend to go and delete all the entries for these which are the same as in the UK. Similarly I tend to delete the Battle of the Boyne and St. Patrick’s day entries which are included for Northern Ireland, but since I am not there I don’t get to take a day off then so I get rid of them. (You can’t miss St. Patrick’s round here anyway for the number of fake Oirish pubs that are bedecked and festooned in green shamrock bunting for two weeks prior to the big day and even bigger night). You might not want to remove holidays for other countries if it is important for you to know if they actually do observe it as a holiday of course.</p>
<p>Don’t forget to switch back to a normal Calendar view when you are done, so in Outlook 2010 go to the View ribbon &gt; Change view &gt; Calendar (in older versions use View &gt; Current view &gt; Day / Week / Month).</p>
<h2>Alternative methods</h2>
<p>In some countries it can be easier to simply ignore many of the dates provided in the Outlook.hol file and just create your own recurring events. For example in the UK there are Bank Holidays traditionally on the first and last Mondays in May, and the last Monday in August. (except in Scotland, who do it on the first Monday in August instead). This may not be 100% accurate when special cases arise (eg. Spring Bank holiday in 2012 has been moved form May to June – see my post about incorrect entries for more information).</p>
<p>It is also no use for things such as Christmas Day – the date of the Christian festival may be fixed, but the Bank Holiday may be observed on a different date if Christmas itself falls on a weekend. In the UK the rule is always to observe the day on the following Monday (and / or Tuesday if Boxing day also falls on the weekend), and likewise for New Year’s day. However, in other countries they take the Friday in place of a Saturday, and the Monday in place of a Sunday (ie. the nearest day) – I’m fairly sure this is the case in the US for example.</p>
<p>Do you have any special ways you use the features of Outlook for managing holidays? Any workarounds for strange recurrence patterns? Have you had problems in the past or simply never used the feature at all? All comments welcome!</p>
<br /> Tagged: <a href='http://blog.meteorit.co.uk/tag/bank-holiday/'>Bank Holiday</a>, <a href='http://blog.meteorit.co.uk/tag/calendar/'>calendar</a>, <a href='http://blog.meteorit.co.uk/tag/national-holiday/'>national holiday</a>, <a href='http://blog.meteorit.co.uk/tag/outlook/'>Outlook</a>, <a href='http://blog.meteorit.co.uk/tag/outlook-2010/'>Outlook 2010</a>, <a href='http://blog.meteorit.co.uk/tag/outlook-hol/'>outlook.hol</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/veroblog.wordpress.com/386/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/veroblog.wordpress.com/386/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/veroblog.wordpress.com/386/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/veroblog.wordpress.com/386/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/veroblog.wordpress.com/386/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/veroblog.wordpress.com/386/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/veroblog.wordpress.com/386/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/veroblog.wordpress.com/386/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/veroblog.wordpress.com/386/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/veroblog.wordpress.com/386/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/veroblog.wordpress.com/386/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/veroblog.wordpress.com/386/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/veroblog.wordpress.com/386/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/veroblog.wordpress.com/386/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.meteorit.co.uk&amp;blog=646149&amp;post=386&amp;subd=veroblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://www.computersplace.com/how-to-add-national-holidays-in-outlook-2010/calendar/feed</wfw:commentRss>
		</item>
		<item>
		<title>Disable And Turn Off MSN Live Messenger Alerts And Sounds</title>
		<link>http://www.computersplace.com/disable-and-turn-off-msn-live-messenger-alerts-and-sounds/othersoftware</link>
		<comments>http://www.computersplace.com/disable-and-turn-off-msn-live-messenger-alerts-and-sounds/othersoftware#comments</comments>
		<pubDate>Thu, 02 Sep 2010 17:52:32 +0000</pubDate>
		<dc:creator>GeckoFly</dc:creator>
		
		<category><![CDATA[otherSoftware]]></category>

		<guid isPermaLink="false">http://feedproxy.google.com/~r/GeckoFly/~3/GiEo6OLrt4o/</guid>
		<description><![CDATA[<div><div class="format_text entry-content" readability="40"><p class="headline_meta">? Sponsored Links</p> <p>How to disable msn live messenger’s alerts and sounds whenever someone logs in, signed in, or when you received a new email and instant message?</p><p><img src="http://Geckoandfly.geckoandfly.netdna-cdn.com./wp-content/uploads/2010/09/disable_msn_live_messenger_alert_sound.jpg" alt="Disable And Turn Off MSN Live Messenger Alerts And Sounds" title="disable_msn_live_messenger_alert_sound" width="468" height="479" class="alignright size-full wp-image-8116" /></p><p>1. Select the ‘Menu’ button<br /> 2. Go to ‘Tools’<br /> 3. Select ‘Options’</p><p><img src="http://Geckoandfly.geckoandfly.netdna-cdn.com./wp-content/uploads/2010/09/disable_msn_live_messenger_alert_sound2.jpg" alt="Disable And Turn Off MSN Live Messenger Alerts And Sounds" title="disable_msn_live_messenger_alert_sound2" width="468" height="626" class="alignright size-full wp-image-8117" /></p><p>4. From the options list, choose ‘Alerts’<br /> 5. Check the ‘Mute all sounds’ box<br /> 6. Click on the ‘Apply’ button</p><p>There you go, you’ve successfully disable all sounds from your MSN Live messenger. No more annoying nudges, sounds and alerts.</p> <a target="_blank" href="http://www.linkwithin.com/"><img src="http://www.linkwithin.com/pixel.png" alt="Related Posts with Thumbnails" /></a><p class="post_tags">Tagged as: <a href="http://www.geckoandfly.com/tag/disable-msn-alerts/" rel="tag nofollow">disable msn alerts</a>, <a href="http://www.geckoandfly.com/tag/disable-msn-sounds/" rel="tag nofollow">disable msn sounds</a>, <a href="http://www.geckoandfly.com/tag/msn-live-sounds/" rel="tag nofollow">msn live sounds</a>, <a href="http://www.geckoandfly.com/tag/turn-off-alerts-msn-live/" rel="tag nofollow">turn off alerts msn live</a>, <a href="http://www.geckoandfly.com/tag/windows-sounds/" rel="tag nofollow">windows sounds</a></p> </div></div>]]></description>
			<content:encoded><![CDATA[<div><div class="format_text entry-content" readability="40"><p class="headline_meta">? Sponsored Links</p> <p>How to disable msn live messenger’s alerts and sounds whenever someone logs in, signed in, or when you received a new email and instant message?</p><p><img src="http://Geckoandfly.geckoandfly.netdna-cdn.com./wp-content/uploads/2010/09/disable_msn_live_messenger_alert_sound.jpg" alt="Disable And Turn Off MSN Live Messenger Alerts And Sounds" title="disable_msn_live_messenger_alert_sound" width="468" height="479" class="alignright size-full wp-image-8116" /></p><p>1. Select the ‘Menu’ button<br /> 2. Go to ‘Tools’<br /> 3. Select ‘Options’</p><p><img src="http://Geckoandfly.geckoandfly.netdna-cdn.com./wp-content/uploads/2010/09/disable_msn_live_messenger_alert_sound2.jpg" alt="Disable And Turn Off MSN Live Messenger Alerts And Sounds" title="disable_msn_live_messenger_alert_sound2" width="468" height="626" class="alignright size-full wp-image-8117" /></p><p>4. From the options list, choose ‘Alerts’<br /> 5. Check the ‘Mute all sounds’ box<br /> 6. Click on the ‘Apply’ button</p><p>There you go, you’ve successfully disable all sounds from your MSN Live messenger. No more annoying nudges, sounds and alerts.</p> <a  href="http://www.linkwithin.com/"><img src="http://www.linkwithin.com/pixel.png" alt="Related Posts with Thumbnails" /></a><p class="post_tags">Tagged as: <a href="http://www.geckoandfly.com/tag/disable-msn-alerts/" rel="tag nofollow">disable msn alerts</a>, <a href="http://www.geckoandfly.com/tag/disable-msn-sounds/" rel="tag nofollow">disable msn sounds</a>, <a href="http://www.geckoandfly.com/tag/msn-live-sounds/" rel="tag nofollow">msn live sounds</a>, <a href="http://www.geckoandfly.com/tag/turn-off-alerts-msn-live/" rel="tag nofollow">turn off alerts msn live</a>, <a href="http://www.geckoandfly.com/tag/windows-sounds/" rel="tag nofollow">windows sounds</a></p> </div></div>]]></content:encoded>
			<wfw:commentRss>http://www.computersplace.com/disable-and-turn-off-msn-live-messenger-alerts-and-sounds/othersoftware/feed</wfw:commentRss>
		</item>
		<item>
		<title>Configuring Boot-Up Services with bum</title>
		<link>http://www.computersplace.com/configuring-boot-up-services-with-bum/othersoftware</link>
		<comments>http://www.computersplace.com/configuring-boot-up-services-with-bum/othersoftware#comments</comments>
		<pubDate>Thu, 02 Sep 2010 17:10:00 +0000</pubDate>
		<dc:creator>magakos</dc:creator>
		
		<category><![CDATA[Ubuntu Linux]]></category>

		<category><![CDATA[otherSoftware]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-8791657492806915033.post-8393893520118908185</guid>
		<description><![CDATA[The Boot-Up Manager (bum) is a powerful GUI for managing startup services. Unlike the default Services applet, bum lists all startup services, including ones that you created. bum also includes an advanced menu for changing the startup priorities and viewing the startup sequence by runlevel. And best yet: bum is available for all Ubuntu platforms and is even Upstart-aware.<br /><br />To use bum, you first need to install it: sudo apt-get install bum. To run it, use sudo bum. bum might take a minute to start up; it looks for package descriptions related to each startup service. The basic window shows the service name with a one-line description. An icon indicates whether the service is currently running, and a check box allows you to enable or disable it.<br /><br />The most power part of bum comes from the tiny check box labeled Advanced at the bottom of the screen. This check box creates three tabs: Summary, Services, and Startup, and shutdown scripts. The Summary tab contains the basicwindow. However, the Services tab is just plain awesome. It lists every service and the startup order for each runlevel. The table permits sorting by service name, runlevel startup order, or even current status. But the best part happens when you highlight any service: the text box provides a description of the service, so you can tell exactly what it does.<br /><br />The final advanced tab shows you the services found in /etc/rcS.d/. These are generally system critical startup and shutdown scripts that are needed regardless of the runlevel. Because these are critical (like keyboard setup and console drives), bum does not allow you to modify the settings. (You can look, but don’t touch.) To modify these, you will need to use the command line.<br /><br />With the default Services applet, changes take effect as soon as you click on a check box. With bum, alterations are not performed until you press the Apply button.<br /><br /><span style="font-size:85%;"><span style="color: rgb(192, 192, 192);">Source of Information : Wiley Ubuntu Powerful Hacks And Customizations</span></span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8791657492806915033-8393893520118908185?l=computingtech.blogspot.com' alt='' /></div><img src="http://feeds.feedburner.com/~r/ComputingTech/~4/vpWEDP065Es" height="1" width="1"/>]]></description>
			<content:encoded><![CDATA[The Boot-Up Manager (bum) is a powerful GUI for managing startup services. Unlike the default Services applet, bum lists all startup services, including ones that you created. bum also includes an advanced menu for changing the startup priorities and viewing the startup sequence by runlevel. And best yet: bum is available for all Ubuntu platforms and is even Upstart-aware.<br /><br />To use bum, you first need to install it: sudo apt-get install bum. To run it, use sudo bum. bum might take a minute to start up; it looks for package descriptions related to each startup service. The basic window shows the service name with a one-line description. An icon indicates whether the service is currently running, and a check box allows you to enable or disable it.<br /><br />The most power part of bum comes from the tiny check box labeled Advanced at the bottom of the screen. This check box creates three tabs: Summary, Services, and Startup, and shutdown scripts. The Summary tab contains the basicwindow. However, the Services tab is just plain awesome. It lists every service and the startup order for each runlevel. The table permits sorting by service name, runlevel startup order, or even current status. But the best part happens when you highlight any service: the text box provides a description of the service, so you can tell exactly what it does.<br /><br />The final advanced tab shows you the services found in /etc/rcS.d/. These are generally system critical startup and shutdown scripts that are needed regardless of the runlevel. Because these are critical (like keyboard setup and console drives), bum does not allow you to modify the settings. (You can look, but don’t touch.) To modify these, you will need to use the command line.<br /><br />With the default Services applet, changes take effect as soon as you click on a check box. With bum, alterations are not performed until you press the Apply button.<br /><br /><span ><span >Source of Information : Wiley Ubuntu Powerful Hacks And Customizations</span></span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8791657492806915033-8393893520118908185?l=computingtech.blogspot.com' alt='' /></div><img src="http://feeds.feedburner.com/~r/ComputingTech/~4/vpWEDP065Es" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.computersplace.com/configuring-boot-up-services-with-bum/othersoftware/feed</wfw:commentRss>
		</item>
		<item>
		<title>Forgot Your Microsoft Windows 7 Homegroup Password?</title>
		<link>http://www.computersplace.com/forgot-your-microsoft-windows-7-homegroup-password/othersoftware</link>
		<comments>http://www.computersplace.com/forgot-your-microsoft-windows-7-homegroup-password/othersoftware#comments</comments>
		<pubDate>Thu, 02 Sep 2010 16:41:28 +0000</pubDate>
		<dc:creator>GeckoFly</dc:creator>
		
		<category><![CDATA[otherSoftware]]></category>

		<guid isPermaLink="false">http://feedproxy.google.com/~r/GeckoFly/~3/FHVn-H4HETA/</guid>
		<description><![CDATA[<div><div class="format_text entry-content" readability="34"><p class="headline_meta">? Sponsored Links</p> <p>How to find your forgotten Windows Vista and 7 homegroup password? All you have to do is to open up Windows Explorer, then look for the Homegroup option in the left-hand navigation pane. Then right-click on Homegroup and choose ‘View the HomeGroup password’, as shown in the screenshot below.</p><p><img src="http://Geckoandfly.geckoandfly.netdna-cdn.com./wp-content/uploads/2010/09/homegroup_password.jpg" alt="Forgot Your Microsoft Windows 7 Homegroup Password?" title="homegroup_password" width="468" height="305" class="alignright size-full wp-image-8110" /></p> <a target="_blank" href="http://www.linkwithin.com/"><img src="http://www.linkwithin.com/pixel.png" alt="Related Posts with Thumbnails" /></a><p class="post_tags">Tagged as: <a href="http://www.geckoandfly.com/tag/find-homegroup-password/" rel="tag nofollow">find homegroup password</a>, <a href="http://www.geckoandfly.com/tag/homegroup-password/" rel="tag nofollow">homegroup password</a>, <a href="http://www.geckoandfly.com/tag/vista-homegroup-password/" rel="tag nofollow">vista homegroup password</a>, <a href="http://www.geckoandfly.com/tag/windows-7-homegroup/" rel="tag nofollow">windows 7 homegroup</a>, <a href="http://www.geckoandfly.com/tag/windows-homegroup-password/" rel="tag nofollow">windows homegroup password</a></p> </div></div>]]></description>
			<content:encoded><![CDATA[<div><div class="format_text entry-content" readability="34"><p class="headline_meta">? Sponsored Links</p> <p>How to find your forgotten Windows Vista and 7 homegroup password? All you have to do is to open up Windows Explorer, then look for the Homegroup option in the left-hand navigation pane. Then right-click on Homegroup and choose ‘View the HomeGroup password’, as shown in the screenshot below.</p><p><img src="http://Geckoandfly.geckoandfly.netdna-cdn.com./wp-content/uploads/2010/09/homegroup_password.jpg" alt="Forgot Your Microsoft Windows 7 Homegroup Password?" title="homegroup_password" width="468" height="305" class="alignright size-full wp-image-8110" /></p> <a  href="http://www.linkwithin.com/"><img src="http://www.linkwithin.com/pixel.png" alt="Related Posts with Thumbnails" /></a><p class="post_tags">Tagged as: <a href="http://www.geckoandfly.com/tag/find-homegroup-password/" rel="tag nofollow">find homegroup password</a>, <a href="http://www.geckoandfly.com/tag/homegroup-password/" rel="tag nofollow">homegroup password</a>, <a href="http://www.geckoandfly.com/tag/vista-homegroup-password/" rel="tag nofollow">vista homegroup password</a>, <a href="http://www.geckoandfly.com/tag/windows-7-homegroup/" rel="tag nofollow">windows 7 homegroup</a>, <a href="http://www.geckoandfly.com/tag/windows-homegroup-password/" rel="tag nofollow">windows homegroup password</a></p> </div></div>]]></content:encoded>
			<wfw:commentRss>http://www.computersplace.com/forgot-your-microsoft-windows-7-homegroup-password/othersoftware/feed</wfw:commentRss>
		</item>
		<item>
		<title>Remove Pro Antispyware 2009 - How Can I Easily Remove Pro Antispyware 2009?</title>
		<link>http://www.computersplace.com/remove-pro-antispyware-2009-how-can-i-easily-remove-pro-antispyware-2009/remove</link>
		<comments>http://www.computersplace.com/remove-pro-antispyware-2009-how-can-i-easily-remove-pro-antispyware-2009/remove#comments</comments>
		<pubDate>Thu, 02 Sep 2010 13:07:00 +0000</pubDate>
		<dc:creator>magakos</dc:creator>
		
		<category><![CDATA[Swiss]]></category>

		<category><![CDATA[Easily]]></category>

		<category><![CDATA[AntiSpyware]]></category>

		<category><![CDATA[otherSoftware]]></category>

		<category><![CDATA[remove]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-1995602158095715933.post-2265164343505264495</guid>
		<description><![CDATA[Wouldn't it be a huge relief if you could easily remove Pro Antispyware 2009 and all of the fake security popups and scans that are showing up on your computer in a matter of minutes and with just a few quick clicks of the mouse? And what if you could ...]]></description>
			<content:encoded><![CDATA[<p>Wouldn't it be a huge relief if you could easily remove Pro <b >Antispyware</b> 2009 and all of the fake security popups and scans that are showing up on your computer in a matter of minutes and with just a few quick clicks of the mouse? And what if you could also make sure that you never get another spyware infection ever again? Here's how you can achieve both.</p><p>Pro <b >Antispyware</b> 2009, as with almost all other rogue <b >antispyware</b> programs out there, attempts to scare you into purchasing the full blown version by bombarding your computer with fake security popups and scans which state that your computer has a malware or spyware infection and that you need to download and install the program to protect your computer from those threats.</p><p>The irony of this is that you absolutely do already have a spyware infection on your computer, but the spyware is Pro <b >Antispyware</b> 2009 itself.</p><p>In addition to trying to persuade you to purchase the full, bogus version - Pro <b >Antispyware</b> 2009 will also do a few other things while installed on your computer such as:</p><p>- Make your computer perform slower and slower over time
<br>- Download and install additional spyware and malware
<br>- Log your keystrokes and browsing habits
<br>- Send logged information to a remote server</p><p>And if you choose to let the rogue program reside on your computer for any length of time, there is a good chance your computer will at some point become so inundated with spyware that it becomes unusable.</p><p>Because of all of these reasons, it is crucial that you take the time to remove Pro <b >Antispyware</b> 2009 completely from your computer.</p><p>Unfortunately, because the program is highly sophisticated and places random files all over your computer, manual removal is near impossible as you will have no way of knowing whether those random files are legit or not -and there absolutely are random files that are needed for your computer to operate.</p><p>Pro <b >Antispyware</b> 2009 has also show to be adept at avoiding detection and removal from a large number of <b >antispyware</b> software that is out there - mainly the tools that are entirely <b >free</b>.</p><p>So the only true method for getting rid of this rogue program for good is to invest the small amount of money needed to purchase top of the line spyware removal and protection software.</p><p>Now normally you might wince at the thought of actually paying for spyware removal software but it is actually a good thing and here is why - by charging money for their software, vendors are then able to turn around and invest some of that money back into having the necessary dedicated resources to continually monitor for new threats or new variants to old threats and thus are able to provide definition updates for their software on an almost daily basis, and these updates are <b >free</b>.  Plus, the high level software typically provides real time protection as well so that threats are blocked at the point of origin before they can ever make it to your computer.</p><p>This means a greater level of protection for your computer then if you downloaded a freebie and it never gets updated or only gets updated once a month and with the nature of today's threats, paying a mere $30 or so to fully protect your computer from spyware and adware is a small price to pay.</p><p>Here's the bottom line - if you need to get rid of Pro <b >Antispyware</b> 2009 for good and you want to ensure you are protected from online threats moving forward, do yourself a favor and get your hands on top shelf spyware removal software instead of fighting what will become a never ending spyware battle.</p><p>Don't let your computer get ruined or risk having your personal information compromised, remove Pro <b >Antispyware</b> 2009 today!</p>	<br><br><br />						<p>End your Pro <b >Antispyware</b> 2009 frustrations for good by visting Paul's info packed website today, http://www.TheBestSpywareRemovers.com</p><p>There you'll discover what the absolute best spyware removal tool is that will not only remove Pro <b >Antispyware</b> 2009 for good, but that will also keep your computer protected from future spyware infections and scams.</p>					<p>See Also :  <a href="http://astore.amazon.com/baby.crib.nursery.bedding.set-20" rel="dofollow" title="Cheap Baby Bedding and Kid Nursery Sets. Cheap Baby Crib Nursery Bedding Set.">Baby Crib Nursery Bedding Set.</a>  <a href="http://laptopsharddrives.blogspot.com/" rel="dofollow" title="Hard Drives Laptops on Sales">Hard Drives Laptops on Sales</a>  <a href="http://canonefs18200lens.usashoppingbest.com/" rel="dofollow" title="Canon EF-S 18-200MM Lens review">Canon EF-S 18-200MM Lens review</a>  <a href="http://bypassfirewall-sproxyservers.blogspot.com/" rel="dofollow" title="Bypass Firewalls and Proxy Servers ">Bypass Firewalls and Proxy Servers </a> </p><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1995602158095715933-2265164343505264495?l=freevirusprotection-spywaremalware.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.computersplace.com/remove-pro-antispyware-2009-how-can-i-easily-remove-pro-antispyware-2009/remove/feed</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft XUI concept video series finale “Play”</title>
		<link>http://www.computersplace.com/microsoft-xui-concept-video-series-finale-%e2%80%9cplay%e2%80%9d/blog</link>
		<comments>http://www.computersplace.com/microsoft-xui-concept-video-series-finale-%e2%80%9cplay%e2%80%9d/blog#comments</comments>
		<pubDate>Thu, 02 Sep 2010 03:25:05 +0000</pubDate>
		<dc:creator>Long Zheng</dc:creator>
		
		<category><![CDATA[otherSoftware]]></category>

		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.istartedsomething.com/?p=4245</guid>
		<description><![CDATA[The third and finale concept video in the Microsoft XUI series, &#8220;Play&#8221;, has now been officially published online by Invivia, the makers of the video. In contrast to the previous &#8220;Home&#8221; and &#8220;Work&#8221; videos released over a year ago, it is by far the most bizarre and incoherent of them all. Although August de los [...]]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/14365783?portrait=0" width="670" height="377" frameborder="0"></iframe></p>
<p>The third and finale concept video in the Microsoft XUI series, &#8220;Play&#8221;, has now been <a href="http://www.invivia.com/pages/MS_XUIPlay.aspx">officially published online by Invivia</a>, the makers of the video. In contrast to the <a href="http://www.istartedsomething.com/20090427/microsofts-home-work-xui-concept-videos/">previous &#8220;Home&#8221; and &#8220;Work&#8221; videos</a> released over a year ago, it is by far the most bizarre and incoherent of them all.</p>
<p>Although August de los Reyes screened this during his NUI session at TechEd Australia 2010 last week, I thought by looking at it a second time in full fidelity I would have a better understanding of what the hell is going on. That&#8217;s not the case.</p>
<p>Fortunately there is an official description that gives some insight into its intended effect.</p>
<blockquote><p>The XUI series is a poetic exploration of how technology might invisibly integrate into our daily lives.</p>
<p>&#8230;</p>
<p>XUI Play, the third video, is a hyper-real portrayal of a dinner party where differing points-of-view create a complex array of conflicting interactions. The physical constraints of dining at a table can hold together conflicting opinions and desires inside of a singular activity. We are using this metaphor of a dinner party as an analog for collaborative computing. This video also investigates the cause and effect of small gestural interactions on an urban scale via the digital cloud. Here, analog devices behave in extraordinary ways with the hidden aid of technology.</p></blockquote>
<p>Riiiiiight.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/istartedsomething?a=V7ldd7u_E8g:8crTyxUYZtk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/istartedsomething?i=V7ldd7u_E8g:8crTyxUYZtk:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/istartedsomething?a=V7ldd7u_E8g:8crTyxUYZtk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/istartedsomething?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/istartedsomething/~4/V7ldd7u_E8g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.computersplace.com/microsoft-xui-concept-video-series-finale-%e2%80%9cplay%e2%80%9d/blog/feed</wfw:commentRss>
		</item>
		<item>
		<title>See it, hear it, touch it: HP adds new 3D, Beats Audio, and Touch laptops to its lineup</title>
		<link>http://www.computersplace.com/see-it-hear-it-touch-it-hp-adds-new-3d-beats-audio-and-touch-laptops-to-its-lineup/hp</link>
		<comments>http://www.computersplace.com/see-it-hear-it-touch-it-hp-adds-new-3d-beats-audio-and-touch-laptops-to-its-lineup/hp#comments</comments>
		<pubDate>Wed, 01 Sep 2010 20:26:09 +0000</pubDate>
		<dc:creator>Ben Rudolph</dc:creator>
		
		<category><![CDATA[HP ENVY 14]]></category>

		<category><![CDATA[Beats by Dre]]></category>

		<category><![CDATA[ATI Radeon Mobility 5850]]></category>

		<category><![CDATA[Mini 5103]]></category>

		<category><![CDATA[HP TouchSmart]]></category>

		<category><![CDATA[HP ENVY 17]]></category>

		<category><![CDATA[HP ENVY 17 3D]]></category>

		<category><![CDATA[ATI Eyefinity]]></category>

		<category><![CDATA[Vivienne Tam]]></category>

		<category><![CDATA[Mini 210]]></category>

		<category><![CDATA[touchsmart]]></category>

		<category><![CDATA[atom]]></category>

		<category><![CDATA[otherSoftware]]></category>

		<category><![CDATA[Intel Atom]]></category>

		<category><![CDATA[Intel Core i7]]></category>

		<category><![CDATA[Beats Audio]]></category>

		<category><![CDATA[HP ENVY]]></category>

		<category><![CDATA[HP]]></category>

		<guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:549462</guid>
		<description><![CDATA[<p>Technology moves at an unrelenting sprint, and <a href="www.hp.com">HP</a> is keeping pace with the introduction of several new laptops that take advantage of cutting-edge features like 3D, multi-touch, and their signature <a href="http://www.beatsbydre.com/Default.aspx">&#34;Beats Audio”</a> sound setup.</p>  <p>On the netbook front, HP introduced a new member to its venerable Mini 210 lineup (the <a href="http://windowsteamblog.com/windows/b/windowsexperience/archive/2010/05/24/hands-on-with-sex-and-the-city-2-s-co-star-the-hp-mini-201-vivienne-tam.aspx">Vivienne Tam</a> – which I love – is part of this line) with new optional HD screens, optional GPS, and the option to power up with the Intel’s new <a href="http://www.intel.com/technology/atom/">Atom</a> N550 processor.&#160; It’s in a slick new chassis that’s less than an inch thick and weighs just a hair over 3lbs, and you can get one starting at $329.&#160; HP also introduced the Mini 5103, which is HP’s first mini-notebook with a multi-touch screen.&#160; It comes in a beautiful all-metal “espresso” colored case, and its available today starting at $399.&#160; I’m really looking forward to getting a Mini 5103 so I can try out multi-touch.&#160; Overall, HP does a great job with touch – just look at the wildly successful <a href="http://www.hp.com/united-states/campaigns/touchsmart/">TouchSmart</a> line – and I’m excited to see how they miniaturized the experience for the Mini 5103’s 10.1” screen.</p>  <p align="center"><a href="http://windowsteamblog.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-53-48-metablogapi/0827.HPMini2102callcolorsinpinwheelcomposition_5F00_65C2F398.jpg"><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="HP Mini 210%2c all colors in pinwheel composition" border="0" alt="HP Mini 210%2c all colors in pinwheel composition" src="http://windowsteamblog.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-53-48-metablogapi/4666.HPMini2102callcolorsinpinwheelcomposition_5F00_thumb_5F00_4CF380BB.jpg" width="350" height="298" /></a></p>  <blockquote>   <p align="center"><em>The shiny new Mini 210s</em></p> </blockquote>  <p>Want something bigger?&#160; HP’s got you covered.&#160; Today they announced the <a href="http://www.hp.com/go/envy">ENVY 17 3D</a>, the first 17” laptop in the world to pump out 3D graphics on a 1080p display.&#160; I haven’t tried it yet, but it sounds amazing!&#160; Couple that with monster specs, like an available <a href="http://www.amd.com/us/products/desktop/graphics/ati-radeon-hd-5000/hd-5850/Pages/ati-radeon-hd-5850-overview.aspx">ATI Radeon 5850 DirectX 11 GPU</a>, 2 terrabytes of storage, an <a href="http://www.intel.com/consumer/products/processors/corei7.htm">Intel Core i7</a> processor, and <a href="http://www.amd.com/us/products/technologies/ati-eyefinity-technology/Pages/eyefinity.aspx">ATI Eyefinity</a> to support multiple external displays, and the ENVY 17 3D is shaping up to be one of the baddest boxes on the market.&#160; </p>  <p><a href="http://windowsteamblog.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-53-48-metablogapi/0218.ENVY173D_5F00_with_5F00_3D_5F00_Glasses_5F005F00_FrontLeft_5F00_Open_5F00_7E7EEE50.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="ENVY 17 3D_with_3D_Glasses__FrontLeft_Open" border="0" alt="ENVY 17 3D_with_3D_Glasses__FrontLeft_Open" src="http://windowsteamblog.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-53-48-metablogapi/6786.ENVY173D_5F00_with_5F00_3D_5F00_Glasses_5F005F00_FrontLeft_5F00_Open_5F00_thumb_5F00_596CF40B.jpg" width="350" height="298" /></a></p>  <p>HP rounds out today’s announcement with the <a href="http://www.shopping.hp.com/webapp/shopping/store_access.do?template_type=series_detail&#38;category=notebooks&#38;series_name=ENVY14be_series">ENVY 14 Beats Edition</a>. This is a special edition of the standard ENVY 14 that’s packed with Beats Audio, which HP touts as “A unique, high-performance technology developed by HP and <a href="http://www.beatsbydre.com/Default.aspx">Beats by Dr. Dre™</a> to provide the optimal sound experience – the way the artist intended it – when playing music or audio through headphones or external speakers.”&#160; I just got one of these laptops into my office and I’ve been playing with Beats Audio and the <a href="http://www.beatsbydre.com/products/Products.aspx?pid=B5505">Beats Audio Solo noise-cancelling headphones</a> and I can attest to how incredible its makes music sound.&#160; Bass is deep, mids are solid, and highs are crisp and clear.&#160; It’s an impressive combo and something that I highly recommend to music lovers.&#160; I’ll be reviewing the ENVY 14 in more depth in the next week or so, so keep an eye out.</p>  <p align="center"><a href="http://windowsteamblog.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-53-48-metablogapi/8206.HPENVY14BeatsEdition2crearleftopen_5F00_440F3EA3.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="HP ENVY 14 Beats Edition%2c rear left open" border="0" alt="HP ENVY 14 Beats Edition%2c rear left open" src="http://windowsteamblog.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-53-48-metablogapi/6646.HPENVY14BeatsEdition2crearleftopen_5F00_thumb_5F00_517551A9.jpg" width="350" height="298" /></a></p>  <p>It’s always nice to see a leading PC company like HP staying ahead of the game by making cutting-edge technology available in mainstream laptops.&#160; Hopefully we’ll see more PCs with technologies like this coming soon.&#160;&#160; Speaking of what’s next – what do you think is the next big thing in PC tech?&#160; </p>  <p><em>Have a question about this or any other PC?&#160; Post a comment, hit me on <a href="http://www.twitter.com/benthepcguy">Twitter</a> or <a href="mailto: benthepcguy@hotmail.com">Ask Ben Anything</a> via email.&#160; Your question might appear in my monthly <a href="http://windowsteamblog.com/windows/b/windowsexperience/archive/2010/06/03/have-a-pc-question-now-you-can-ask-ben-anything.aspx">Ask Ben Anything Q&#38;A column</a>.</em></p><div style="clear:both;"></div><img src="http://windowsteamblog.com/aggbug.aspx?PostID=549462" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>Technology moves at an unrelenting sprint, and <a href="www.hp.com">HP</a> is keeping pace with the introduction of several new laptops that take advantage of cutting-edge features like 3D, multi-touch, and their signature <a href="http://www.beatsbydre.com/Default.aspx">&quot;Beats Audio”</a> sound setup.</p>  <p>On the netbook front, HP introduced a new member to its venerable Mini 210 lineup (the <a href="http://windowsteamblog.com/windows/b/windowsexperience/archive/2010/05/24/hands-on-with-sex-and-the-city-2-s-co-star-the-hp-mini-201-vivienne-tam.aspx">Vivienne Tam</a> – which I love – is part of this line) with new optional HD screens, optional GPS, and the option to power up with the Intel’s new <a href="http://www.intel.com/technology/atom/">Atom</a> N550 processor.&#160; It’s in a slick new chassis that’s less than an inch thick and weighs just a hair over 3lbs, and you can get one starting at $329.&#160; HP also introduced the Mini 5103, which is HP’s first mini-notebook with a multi-touch screen.&#160; It comes in a beautiful all-metal “espresso” colored case, and its available today starting at $399.&#160; I’m really looking forward to getting a Mini 5103 so I can try out multi-touch.&#160; Overall, HP does a great job with touch – just look at the wildly successful <a href="http://www.hp.com/united-states/campaigns/touchsmart/">TouchSmart</a> line – and I’m excited to see how they miniaturized the experience for the Mini 5103’s 10.1” screen.</p>  <p align="center"><a href="http://windowsteamblog.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-53-48-metablogapi/0827.HPMini2102callcolorsinpinwheelcomposition_5F00_65C2F398.jpg"><img  title="HP Mini 210%2c all colors in pinwheel composition" border="0" alt="HP Mini 210%2c all colors in pinwheel composition" src="http://windowsteamblog.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-53-48-metablogapi/4666.HPMini2102callcolorsinpinwheelcomposition_5F00_thumb_5F00_4CF380BB.jpg" width="350" height="298" /></a></p>  <blockquote>   <p align="center"><em>The shiny new Mini 210s</em></p> </blockquote>  <p>Want something bigger?&#160; HP’s got you covered.&#160; Today they announced the <a href="http://www.hp.com/go/envy">ENVY 17 3D</a>, the first 17” laptop in the world to pump out 3D graphics on a 1080p display.&#160; I haven’t tried it yet, but it sounds amazing!&#160; Couple that with monster specs, like an available <a href="http://www.amd.com/us/products/desktop/graphics/ati-radeon-hd-5000/hd-5850/Pages/ati-radeon-hd-5850-overview.aspx">ATI Radeon 5850 DirectX 11 GPU</a>, 2 terrabytes of storage, an <a href="http://www.intel.com/consumer/products/processors/corei7.htm">Intel Core i7</a> processor, and <a href="http://www.amd.com/us/products/technologies/ati-eyefinity-technology/Pages/eyefinity.aspx">ATI Eyefinity</a> to support multiple external displays, and the ENVY 17 3D is shaping up to be one of the baddest boxes on the market.&#160; </p>  <p><a href="http://windowsteamblog.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-53-48-metablogapi/0218.ENVY173D_5F00_with_5F00_3D_5F00_Glasses_5F005F00_FrontLeft_5F00_Open_5F00_7E7EEE50.jpg"><img  title="ENVY 17 3D_with_3D_Glasses__FrontLeft_Open" border="0" alt="ENVY 17 3D_with_3D_Glasses__FrontLeft_Open" src="http://windowsteamblog.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-53-48-metablogapi/6786.ENVY173D_5F00_with_5F00_3D_5F00_Glasses_5F005F00_FrontLeft_5F00_Open_5F00_thumb_5F00_596CF40B.jpg" width="350" height="298" /></a></p>  <p>HP rounds out today’s announcement with the <a href="http://www.shopping.hp.com/webapp/shopping/store_access.do?template_type=series_detail&amp;category=notebooks&amp;series_name=ENVY14be_series">ENVY 14 Beats Edition</a>. This is a special edition of the standard ENVY 14 that’s packed with Beats Audio, which HP touts as “A unique, high-performance technology developed by HP and <a href="http://www.beatsbydre.com/Default.aspx">Beats by Dr. Dre™</a> to provide the optimal sound experience – the way the artist intended it – when playing music or audio through headphones or external speakers.”&#160; I just got one of these laptops into my office and I’ve been playing with Beats Audio and the <a href="http://www.beatsbydre.com/products/Products.aspx?pid=B5505">Beats Audio Solo noise-cancelling headphones</a> and I can attest to how incredible its makes music sound.&#160; Bass is deep, mids are solid, and highs are crisp and clear.&#160; It’s an impressive combo and something that I highly recommend to music lovers.&#160; I’ll be reviewing the ENVY 14 in more depth in the next week or so, so keep an eye out.</p>  <p align="center"><a href="http://windowsteamblog.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-53-48-metablogapi/8206.HPENVY14BeatsEdition2crearleftopen_5F00_440F3EA3.jpg"><img  title="HP ENVY 14 Beats Edition%2c rear left open" border="0" alt="HP ENVY 14 Beats Edition%2c rear left open" src="http://windowsteamblog.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-53-48-metablogapi/6646.HPENVY14BeatsEdition2crearleftopen_5F00_thumb_5F00_517551A9.jpg" width="350" height="298" /></a></p>  <p>It’s always nice to see a leading PC company like HP staying ahead of the game by making cutting-edge technology available in mainstream laptops.&#160; Hopefully we’ll see more PCs with technologies like this coming soon.&#160;&#160; Speaking of what’s next – what do you think is the next big thing in PC tech?&#160; </p>  <p><em>Have a question about this or any other PC?&#160; Post a comment, hit me on <a href="http://www.twitter.com/benthepcguy">Twitter</a> or <a href="mailto: benthepcguy@hotmail.com">Ask Ben Anything</a> via email.&#160; Your question might appear in my monthly <a href="http://windowsteamblog.com/windows/b/windowsexperience/archive/2010/06/03/have-a-pc-question-now-you-can-ask-ben-anything.aspx">Ask Ben Anything Q&amp;A column</a>.</em></p><div ></div><img src="http://windowsteamblog.com/aggbug.aspx?PostID=549462" width="1" height="1">]]></content:encoded>
			<wfw:commentRss>http://www.computersplace.com/see-it-hear-it-touch-it-hp-adds-new-3d-beats-audio-and-touch-laptops-to-its-lineup/hp/feed</wfw:commentRss>
		</item>
		<item>
		<title>Double rainbows in Redmond</title>
		<link>http://www.computersplace.com/double-rainbows-in-redmond/windows-live</link>
		<comments>http://www.computersplace.com/double-rainbows-in-redmond/windows-live#comments</comments>
		<pubDate>Wed, 01 Sep 2010 20:24:55 +0000</pubDate>
		<dc:creator>Connor Lanman</dc:creator>
		
		<category><![CDATA[Viral]]></category>

		<category><![CDATA[Intern]]></category>

		<category><![CDATA[Panoramic Stitch]]></category>

		<category><![CDATA[Bear]]></category>

		<category><![CDATA[Double Rainbow]]></category>

		<category><![CDATA[Student]]></category>

		<category><![CDATA[Consumer]]></category>

		<category><![CDATA[Windows Live Photo Gallery]]></category>

		<category><![CDATA[otherSoftware]]></category>

		<category><![CDATA[Windows Live Essentials]]></category>

		<category><![CDATA[Viral Video]]></category>

		<category><![CDATA[Windows Live]]></category>

		<guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:549460</guid>
		<description><![CDATA[<p>…as I said, “more to come”.</p>  <p>You may have heard of the <a href="http://www.youtube.com/watch?v=OQSNhk5ICTI">Double Rainbow Video</a>. The guy who filmed this, <a href="http://yosemitebear.net">Paul “Bear” Vasquez</a>, lives in Yosemite and in the past month has gotten huge traffic for his ‘vivid’ reaction to that double rainbow. We hooked up with Bear to learn more about him &#38; show him how to capture a full on double rainbow with Windows Live Photo Gallery using our panorama stitch feature. It’s so intense!</p>  <p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/8jXz7NrfzsI?fs=1&#38;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/8jXz7NrfzsI?fs=1&#38;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>  <p>Some more background…</p>  <p>When I first showed the Windows Live team the famous “Double Rainbow” video back in July they thought it was hilarious. But when I said I wanted him to come and do a video with us, they looked at me as if I had been seeing rainbows all day…they thought I was kidding. I e-mailed Bear that night and sure enough, he responded, and with great enthusiasm. </p>  <p>I called him and gave him the lowdown on the project and asked if he would do a “Double Rainbow” redux. He was ecstatic! So we jumped right on it. He flew to Seattle and we had an absolute blast. After a 10 hour shoot we shared stories, ate delicious Vietnamese food (his favorite), and hung out with the crew.</p>  <p><a href="http://windowsteamblog.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-53-48-metablogapi/4606.47543_5F00_1436364342811_5F00_1044030072_5F00_31324141_5F00_34769_5F00_n_5F00_69444109.jpg"><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="47543_1436364342811_1044030072_31324141_34769_n" border="0" alt="47543_1436364342811_1044030072_31324141_34769_n" src="http://windowsteamblog.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-53-48-metablogapi/7444.47543_5F00_1436364342811_5F00_1044030072_5F00_31324141_5F00_34769_5F00_n_5F00_thumb_5F00_3A7E8867.jpg" width="375" height="253" /></a><em>&#160;</em></p>  <p><em>Photo Caption: Bear and our crew. From left to right: Connor Lanman, Max Lanman, Adam Collins, Matt Garrett, Bear, Austin Chick, Michael Fishman, Andrew Sobey, &#38; Shawn Anderson not pictured: Tommy Yacoe &#38; Brendan Schlagel</em></p>  <p>We did a second video called “Meet Bear” where talks about his experience posting “Double Rainbow” and his love for sharing photos and videos with the world using Windows Live Essentials – video coming soon (will update post when its up). <strong>UPDATE: You can check out the second video called “Meet Bear” by </strong><a href="http://www.youtube.com/watch?v=eEjX0qUj6VQ"><strong>clicking here</strong></a><strong>!</strong></p>  <p>Bear is something special. He’s entered the world of social media in hopes to share laughs, smiles, and insights. It’s not about the product, it’s about the people. It’s about the viewers, the users, it’s about you. And more importantly this project also shows how powerful sharing photos and videos can be. If tools like Photo Gallery and Movie Maker didn’t exist, Bear and I wouldn’t have met.</p>  <p>People can now share their lives with everyone and anyone, and can influence each other’s lives in a positive way. That’s what is so cool about Bear’s story. </p>  <p>Till next time,</p>  <p>-Connor</p><div style="clear:both;"></div><img src="http://windowsteamblog.com/aggbug.aspx?PostID=549460" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>…as I said, “more to come”.</p>  <p>You may have heard of the <a href="http://www.youtube.com/watch?v=OQSNhk5ICTI">Double Rainbow Video</a>. The guy who filmed this, <a href="http://yosemitebear.net">Paul “Bear” Vasquez</a>, lives in Yosemite and in the past month has gotten huge traffic for his ‘vivid’ reaction to that double rainbow. We hooked up with Bear to learn more about him &amp; show him how to capture a full on double rainbow with Windows Live Photo Gallery using our panorama stitch feature. It’s so intense!</p>  <p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/8jXz7NrfzsI?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/8jXz7NrfzsI?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>  <p>Some more background…</p>  <p>When I first showed the Windows Live team the famous “Double Rainbow” video back in July they thought it was hilarious. But when I said I wanted him to come and do a video with us, they looked at me as if I had been seeing rainbows all day…they thought I was kidding. I e-mailed Bear that night and sure enough, he responded, and with great enthusiasm. </p>  <p>I called him and gave him the lowdown on the project and asked if he would do a “Double Rainbow” redux. He was ecstatic! So we jumped right on it. He flew to Seattle and we had an absolute blast. After a 10 hour shoot we shared stories, ate delicious Vietnamese food (his favorite), and hung out with the crew.</p>  <p><a href="http://windowsteamblog.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-53-48-metablogapi/4606.47543_5F00_1436364342811_5F00_1044030072_5F00_31324141_5F00_34769_5F00_n_5F00_69444109.jpg"><img  title="47543_1436364342811_1044030072_31324141_34769_n" border="0" alt="47543_1436364342811_1044030072_31324141_34769_n" src="http://windowsteamblog.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-53-48-metablogapi/7444.47543_5F00_1436364342811_5F00_1044030072_5F00_31324141_5F00_34769_5F00_n_5F00_thumb_5F00_3A7E8867.jpg" width="375" height="253" /></a><em>&#160;</em></p>  <p><em>Photo Caption: Bear and our crew. From left to right: Connor Lanman, Max Lanman, Adam Collins, Matt Garrett, Bear, Austin Chick, Michael Fishman, Andrew Sobey, &amp; Shawn Anderson not pictured: Tommy Yacoe &amp; Brendan Schlagel</em></p>  <p>We did a second video called “Meet Bear” where talks about his experience posting “Double Rainbow” and his love for sharing photos and videos with the world using Windows Live Essentials – video coming soon (will update post when its up). <strong>UPDATE: You can check out the second video called “Meet Bear” by </strong><a href="http://www.youtube.com/watch?v=eEjX0qUj6VQ"><strong>clicking here</strong></a><strong>!</strong></p>  <p>Bear is something special. He’s entered the world of social media in hopes to share laughs, smiles, and insights. It’s not about the product, it’s about the people. It’s about the viewers, the users, it’s about you. And more importantly this project also shows how powerful sharing photos and videos can be. If tools like Photo Gallery and Movie Maker didn’t exist, Bear and I wouldn’t have met.</p>  <p>People can now share their lives with everyone and anyone, and can influence each other’s lives in a positive way. That’s what is so cool about Bear’s story. </p>  <p>Till next time,</p>  <p>-Connor</p><div ></div><img src="http://windowsteamblog.com/aggbug.aspx?PostID=549460" width="1" height="1">]]></content:encoded>
			<wfw:commentRss>http://www.computersplace.com/double-rainbows-in-redmond/windows-live/feed</wfw:commentRss>
		</item>
		<item>
		<title>MaxCDN – Increase Revenue And Pageviews While Decreasing Bounce Rate</title>
		<link>http://www.computersplace.com/maxcdn-%e2%80%93-increase-revenue-and-pageviews-while-decreasing-bounce-rate/othersoftware</link>
		<comments>http://www.computersplace.com/maxcdn-%e2%80%93-increase-revenue-and-pageviews-while-decreasing-bounce-rate/othersoftware#comments</comments>
		<pubDate>Wed, 01 Sep 2010 19:35:52 +0000</pubDate>
		<dc:creator>GeckoFly</dc:creator>
		
		<category><![CDATA[otherSoftware]]></category>

		<guid isPermaLink="false">http://feedproxy.google.com/~r/GeckoFly/~3/17wJarrk3Vk/</guid>
		<description><![CDATA[<div><div class="format_text entry-content" readability="52"><p class="headline_meta">? Sponsored Links</p> <p>I was somewhat skeptical of <a target="_blank" href="http://en.wikipedia.org/wiki/Content_delivery_network">CDN</a> (Content Delivery Network) services such as Cachefly, MaxCDN and AmazonCloud. They are not exactly cheap, except for MaxCDN with a price tag of $39 per month. It was then that I decided to give CDN a try and I have to admit that the speed is amazing, a quick check with <a target="_blank" href="http://tools.pingdom.com/fpt/">Pingdom’s Full Page Test</a> shows an increase of 1 to 2 seconds in total loading time.<br /><br /><img src="http://Geckoandfly.geckoandfly.netdna-cdn.com./wp-content/uploads/2010/09/cdn_network_map.jpg" alt="MaxCDN - Increase Revenue And Pageviews While Decreasing Bounce Rate" title="cdn_network_map" width="468" height="290" class="alignright size-full wp-image-8108" /></p><p>You may be wondering the difference it makes if a page loads by 1 second. Well, according to Google, Yahoo and Amazon. Speed is among the most significant success factors web sites face. In fact, your site’s speed directly affects your income (revenue) — it’s a fact. Some high traffic sites conducted research and uncovered the following:</p><ul><li>Google.com: +500 ms (speed decrease) -&#62; -20% traffic loss [1]</li><li>Yahoo.com: +400 ms (speed decrease) -&#62; -5-9% full-page traffic loss (visitor left before the page finished loading) [2]</li><li>Amazon.com: +100 ms (speed decrease) -&#62; -1% sales loss [1]</li></ul><p>From my own experience, there is an increase in pageviews and revenue, not so much in new traffic because it takes a few months for Google to update their database. All in all, I have no regrets subscribing to a CDN, the only regret I had was not to take part in this CDN thing earlier. Here are the summary:</p><ul><li>Revenue increased</li><li>Bounce rate dropped</li><li>Pageviews increased</li><li>Faster loading time</li></ul><p>Currently I am using MaxCDN, based on the <a target="_blank" href="http://cloudharmony.com/speedtest">speed test from Cloud Harmony</a>, AmazonCloud is the fastest but the setup is kind of confusing, so was CacheFly. MaxCDN uses Pull Zone instead of Push Zone like CacheFly and Amazon, therefore with a simple WordPress plugin such as <a target="_blank" href="http://wordpress.org/extend/plugins/w3-total-cache/faq/">W3 Total Cache</a>, everything sorted out by the plugin with minor editing.</p><p>Depending on your Budget, you might want to try Amazon. Good Luck.</p> <a target="_blank" href="http://www.linkwithin.com/"><img src="http://www.linkwithin.com/pixel.png" alt="Related Posts with Thumbnails" /></a><p class="post_tags">Tagged as: <a href="http://www.geckoandfly.com/tag/amazoncloud/" rel="tag nofollow">AmazonCloud</a>, <a href="http://www.geckoandfly.com/tag/cachefly-cdn/" rel="tag nofollow">CacheFly CDN</a>, <a href="http://www.geckoandfly.com/tag/cdn-network/" rel="tag nofollow">cdn network</a>, <a href="http://www.geckoandfly.com/tag/cdn-services/" rel="tag nofollow">cdn services</a>, <a href="http://www.geckoandfly.com/tag/maxcdn-review/" rel="tag nofollow">MaxCDN Review</a></p> </div></div>]]></description>
			<content:encoded><![CDATA[<div><div class="format_text entry-content" readability="52"><p class="headline_meta">? Sponsored Links</p> <p>I was somewhat skeptical of <a  href="http://en.wikipedia.org/wiki/Content_delivery_network">CDN</a> (Content Delivery Network) services such as Cachefly, MaxCDN and AmazonCloud. They are not exactly cheap, except for MaxCDN with a price tag of $39 per month. It was then that I decided to give CDN a try and I have to admit that the speed is amazing, a quick check with <a  href="http://tools.pingdom.com/fpt/">Pingdom’s Full Page Test</a> shows an increase of 1 to 2 seconds in total loading time.<br /><br /><img src="http://Geckoandfly.geckoandfly.netdna-cdn.com./wp-content/uploads/2010/09/cdn_network_map.jpg" alt="MaxCDN - Increase Revenue And Pageviews While Decreasing Bounce Rate" title="cdn_network_map" width="468" height="290" class="alignright size-full wp-image-8108" /></p><p>You may be wondering the difference it makes if a page loads by 1 second. Well, according to Google, Yahoo and Amazon. Speed is among the most significant success factors web sites face. In fact, your site’s speed directly affects your income (revenue) — it’s a fact. Some high traffic sites conducted research and uncovered the following:</p><ul><li>Google.com: +500 ms (speed decrease) -&gt; -20% traffic loss [1]</li><li>Yahoo.com: +400 ms (speed decrease) -&gt; -5-9% full-page traffic loss (visitor left before the page finished loading) [2]</li><li>Amazon.com: +100 ms (speed decrease) -&gt; -1% sales loss [1]</li></ul><p>From my own experience, there is an increase in pageviews and revenue, not so much in new traffic because it takes a few months for Google to update their database. All in all, I have no regrets subscribing to a CDN, the only regret I had was not to take part in this CDN thing earlier. Here are the summary:</p><ul><li>Revenue increased</li><li>Bounce rate dropped</li><li>Pageviews increased</li><li>Faster loading time</li></ul><p>Currently I am using MaxCDN, based on the <a  href="http://cloudharmony.com/speedtest">speed test from Cloud Harmony</a>, AmazonCloud is the fastest but the setup is kind of confusing, so was CacheFly. MaxCDN uses Pull Zone instead of Push Zone like CacheFly and Amazon, therefore with a simple WordPress plugin such as <a  href="http://wordpress.org/extend/plugins/w3-total-cache/faq/">W3 Total Cache</a>, everything sorted out by the plugin with minor editing.</p><p>Depending on your Budget, you might want to try Amazon. Good Luck.</p> <a  href="http://www.linkwithin.com/"><img src="http://www.linkwithin.com/pixel.png" alt="Related Posts with Thumbnails" /></a><p class="post_tags">Tagged as: <a href="http://www.geckoandfly.com/tag/amazoncloud/" rel="tag nofollow">AmazonCloud</a>, <a href="http://www.geckoandfly.com/tag/cachefly-cdn/" rel="tag nofollow">CacheFly CDN</a>, <a href="http://www.geckoandfly.com/tag/cdn-network/" rel="tag nofollow">cdn network</a>, <a href="http://www.geckoandfly.com/tag/cdn-services/" rel="tag nofollow">cdn services</a>, <a href="http://www.geckoandfly.com/tag/maxcdn-review/" rel="tag nofollow">MaxCDN Review</a></p> </div></div>]]></content:encoded>
			<wfw:commentRss>http://www.computersplace.com/maxcdn-%e2%80%93-increase-revenue-and-pageviews-while-decreasing-bounce-rate/othersoftware/feed</wfw:commentRss>
		</item>
		<item>
		<title>Configuring Services with the GUI</title>
		<link>http://www.computersplace.com/configuring-services-with-the-gui/othersoftware</link>
		<comments>http://www.computersplace.com/configuring-services-with-the-gui/othersoftware#comments</comments>
		<pubDate>Wed, 01 Sep 2010 17:57:00 +0000</pubDate>
		<dc:creator>magakos</dc:creator>
		
		<category><![CDATA[Ubuntu Linux]]></category>

		<category><![CDATA[otherSoftware]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-8791657492806915033.post-600092523236606359</guid>
		<description><![CDATA[Managing services by hand can be time-consuming. Ubuntu includes an easy applet for enabling and disabling some system services: System -> Administration -> Services Enabling or disabling services only requires changing a check box.<br /><br />Checking or unchecking a service will immediately change the service’s current running status. It will also alter the service’s boot status. This way, if you uncheck a service, you don’t need to manually stop any running processes and it will not start at the next boot. Checking a service starts it immediately and schedules it to start with the each reboot.<br /><br />Although this tool does identify some of the better-known services, it does not list custom services and does not identify different runlevels. Since Ubuntu normally runs at runlevel 2, you are only modifying services that start during runlevel 2. In order to control more of the boot options, you either need to modify the files in the /etc/init.d and /etc/rc*.d directories, or you need a better tool, like bum or sysv-rc-conf.<br /><br />The Services applet was removed from Karmic Koala (9.10). To configure startup services, either use the command line or install bum.<br /><br /><span style="font-size:85%;"><span style="color: rgb(192, 192, 192);">Source of Information : Wiley Ubuntu Powerful Hacks And Customizations</span></span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8791657492806915033-600092523236606359?l=computingtech.blogspot.com' alt='' /></div><img src="http://feeds.feedburner.com/~r/ComputingTech/~4/sA0JNKVzdtg" height="1" width="1"/>]]></description>
			<content:encoded><![CDATA[Managing services by hand can be time-consuming. Ubuntu includes an easy applet for enabling and disabling some system services: System -> Administration -> Services Enabling or disabling services only requires changing a check box.<br /><br />Checking or unchecking a service will immediately change the service’s current running status. It will also alter the service’s boot status. This way, if you uncheck a service, you don’t need to manually stop any running processes and it will not start at the next boot. Checking a service starts it immediately and schedules it to start with the each reboot.<br /><br />Although this tool does identify some of the better-known services, it does not list custom services and does not identify different runlevels. Since Ubuntu normally runs at runlevel 2, you are only modifying services that start during runlevel 2. In order to control more of the boot options, you either need to modify the files in the /etc/init.d and /etc/rc*.d directories, or you need a better tool, like bum or sysv-rc-conf.<br /><br />The Services applet was removed from Karmic Koala (9.10). To configure startup services, either use the command line or install bum.<br /><br /><span ><span >Source of Information : Wiley Ubuntu Powerful Hacks And Customizations</span></span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8791657492806915033-600092523236606359?l=computingtech.blogspot.com' alt='' /></div><img src="http://feeds.feedburner.com/~r/ComputingTech/~4/sA0JNKVzdtg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.computersplace.com/configuring-services-with-the-gui/othersoftware/feed</wfw:commentRss>
		</item>
		<item>
		<title>And Adobe wonders why we hate them…</title>
		<link>http://www.computersplace.com/and-adobe-wonders-why-we-hate-them%e2%80%a6/uncategorized</link>
		<comments>http://www.computersplace.com/and-adobe-wonders-why-we-hate-them%e2%80%a6/uncategorized#comments</comments>
		<pubDate>Wed, 01 Sep 2010 14:57:36 +0000</pubDate>
		<dc:creator>Rafael</dc:creator>
		
		<category><![CDATA[otherSoftware]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.withinwindows.com/2010/09/01/and-adobe-wonders-why-we-hate-them/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><img title="Why isn&#39;t the automatic updater handling this?" alt="Adobe AIR - This application is running on a version of Adobe AIR which is no longer supported." src="http://www.withinwindows.com/share/Adobe_AIR_41d3c1869ba846919ea74e11abbbc3ea.png" /></p>
<img src="http://feeds.feedburner.com/~r/WithinWindows/~4/iSZBDHWppec" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.computersplace.com/and-adobe-wonders-why-we-hate-them%e2%80%a6/uncategorized/feed</wfw:commentRss>
		</item>
		<item>
		<title>$500 worth of software for $47 (and 45 pennies)</title>
		<link>http://www.computersplace.com/500-worth-of-software-for-47-and-45-pennies/uncategorized</link>
		<comments>http://www.computersplace.com/500-worth-of-software-for-47-and-45-pennies/uncategorized#comments</comments>
		<pubDate>Wed, 01 Sep 2010 14:51:17 +0000</pubDate>
		<dc:creator>Rafael</dc:creator>
		
		<category><![CDATA[otherSoftware]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.withinwindows.com/2010/09/01/500-worth-of-software-for-47-and-45-pennies/</guid>
		<description><![CDATA[The scary and ominous Appfather emailed me today, informing me of a software bundle he believes you may be interested in. This bundle includes software such as Contour, the software people use for TV and movie scripts, some indie games, and the more interesting USB to Ethernet Connector. Some of the software is junk, granted, [...]]]></description>
			<content:encoded><![CDATA[<p>The scary and ominous <a href="http://www.theappfather.com">Appfather</a> emailed me today, informing me of a software bundle he believes you may be interested in. This bundle includes software such as <a href="http://http://www.marinersoftware.com/products/contour/">Contour</a>, the software people use for TV and movie scripts, some <a href="http://www.frogames.com/">indie games</a>, and the more interesting <a href="http://www.eltima.com/products/usb-over-ethernet/">USB to Ethernet Connector</a>. Some of the software is junk, granted, but I went around and looked up the retail prices for everything offered and it accurately totaled up to nearly $500.</p>
<p>Normally, this bundle costs $49.99. But to knock off a few extra dollars (5%), you can use <strong>4527C939FC7C06</strong> at check out. What? A coupon is a coupon. If you have any problems with the purchase, let me know and I’ll yell at the Appfather for you. I ain’t scared of him.</p>
<p><em></em></p>
<p><em>FCC disclosure: I get a kick back for all my hard work.</em></p>
<img src="http://feeds.feedburner.com/~r/WithinWindows/~4/KgAmdyR4l-0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.computersplace.com/500-worth-of-software-for-47-and-45-pennies/uncategorized/feed</wfw:commentRss>
		</item>
		<item>
		<title>And our final Recession Sweeps winner is…</title>
		<link>http://www.computersplace.com/and-our-final-recession-sweeps-winner-is%e2%80%a6/othersoftware</link>
		<comments>http://www.computersplace.com/and-our-final-recession-sweeps-winner-is%e2%80%a6/othersoftware#comments</comments>
		<pubDate>Wed, 01 Sep 2010 14:50:41 +0000</pubDate>
		<dc:creator>Ashley Brown</dc:creator>
		
		<category><![CDATA[otherSoftware]]></category>

		<guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:549432</guid>
		<description><![CDATA[<p>JMan90.&#160; Congrats!&#160; You’ve got mail on what to do to get your prize.</p><div style="clear:both;"></div><img src="http://windowsteamblog.com/aggbug.aspx?PostID=549432" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>JMan90.&#160; Congrats!&#160; You’ve got mail on what to do to get your prize.</p><div ></div><img src="http://windowsteamblog.com/aggbug.aspx?PostID=549432" width="1" height="1">]]></content:encoded>
			<wfw:commentRss>http://www.computersplace.com/and-our-final-recession-sweeps-winner-is%e2%80%a6/othersoftware/feed</wfw:commentRss>
		</item>
		<item>
		<title>Windows 7 Home Premium Family Pack for 3 PC&#8217;s is Back!</title>
		<link>http://www.computersplace.com/windows-7-home-premium-family-pack-for-3-pcs-is-back/windows-7</link>
		<comments>http://www.computersplace.com/windows-7-home-premium-family-pack-for-3-pcs-is-back/windows-7#comments</comments>
		<pubDate>Wed, 01 Sep 2010 14:31:23 +0000</pubDate>
		<dc:creator>Teching It Easy: with Windows</dc:creator>
		
		<category><![CDATA[otherSoftware]]></category>

		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">E8E5CC039D51E3DB!64943</guid>
		<description><![CDATA[<p>I don't remember it saying 'I'll Be Back!', but it is and this should be great news for homes with multiple PC's that users want to upgrade to Windows 7 at an affordable price:</p> <blockquote> <p><strong><a href="http://byfiles.storage.msn.com/y1pnGN8AddC4e9BQIxFAoWvdV6AuDh98udXcMvnm3pJa9irZuS5IQCP0_6oGFc5y5ArfeCTv25H56c?PARTNER=WRITER"><img style="border-bottom:0px;border-left:0px;border-top:0px;border-right:0px" border="0" alt="Family Pack" align="left" src="http://byfiles.storage.msn.com/y1p2-4-wO_x820gWtRV8tFi0tjGYsAnY9dePqzuWXDklRMGM40SPm1M2T2ZPrPMUKa63GT2c5fAiSrrr9tvhklaNg?PARTNER=WRITER" width="110" height="127" /></a> Starting October 3 in the U.S., Windows 7 Family Pack will be available for purchase at participating retailers and online at the Microsoft Store.</strong> <p>Purchasing the Windows 7 Family Pack gives you three upgrade licenses of Windows 7 Home Premium for the low price of $149.99. To take advantage of Family Pack, you’ll need a PC running a genuine copy of either Windows Vista or Windows XP that is capable of running Windows 7. The Windows 7 Upgrade Advisor can tell you which features and editions of Windows 7 will run on your computer(s). <p>For those of you who don’t live in the U.S., Family Pack may be coming your way too. It goes on sale in Canada, UK, Germany, France, Australia and many other markets on or after Oct. 22 (Windows 7’s 1 year anniversary!)</p></blockquote> <p><strong>Read more <a href="http://windowsteamblog.com/windows/b/windowsexperience/archive/2010/09/01/family-pack-returns-in-time-for-the-anniversary-of-windows-7.aspx">here</a></strong> <p>Microsoft introduced the Windows 7 Home Premium Family Pack Upgrade for 3 PC's last year for a limited time while stock's last. It was a major hit among consumers who wanted to upgrade multiple PC's in their homes at an economically sound price. For months after it was discontinued, persons kept asking on the <a href="http://social.answers.microsoft.com/Forums">Microsoft Answer's Forum</a>, <em>'How can I get it?'.</em> Well, its here now, which makes it a great opportunity grab a license for those PC's still running older versions of Windows. <p>Users should note that Windows 7 Home Premium Premium Family Pack Upgrade for PC's is an upgrade license. This means, you need to install it on a computer running a previous version of Windows such as Windows XP or Windows Vista and they must be activated. All three licenses must be installed within the same household. Its a great deal for an awesome OS!  <p> <div style="padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;padding-top:0px">Windows Live Tags: <a href="http://windows.live.com/connect/tag/Clubhouse" rel="clubhouseTag">Clubhouse</a>, <a href="http://windows.live.com/connect/tag/Windows 7" rel="clubhouseTag">Windows 7</a>, <a href="http://windows.live.com/connect/tag/Windows 7 Home Premium Family Pack" rel="clubhouseTag">Windows 7 Home Premium Family Pack</a>, <a href="http://windows.live.com/connect/tag/Microsoft" rel="clubhouseTag">Microsoft</a>, <a href="http://windows.live.com/connect/tag/Operating Systems" rel="clubhouseTag">Operating Systems</a>, <a href="http://windows.live.com/connect/tag/Editions" rel="clubhouseTag">Editions</a>, <a href="http://windows.live.com/connect/tag/SKU" rel="clubhouseTag">SKU</a>, <a href="http://windows.live.com/connect/tag/Windows Vista" rel="clubhouseTag">Windows Vista</a>, <a href="http://windows.live.com/connect/tag/Windows XP" rel="clubhouseTag">Windows XP</a></div></p>]]></description>
			<content:encoded><![CDATA[<p>I don't remember it saying 'I'll Be Back!', but it is and this should be great news for homes with multiple PC's that users want to upgrade to Windows 7 at an affordable price:</p> <blockquote> <p><strong><a href="http://byfiles.storage.msn.com/y1pnGN8AddC4e9BQIxFAoWvdV6AuDh98udXcMvnm3pJa9irZuS5IQCP0_6oGFc5y5ArfeCTv25H56c?PARTNER=WRITER"><img  border="0" alt="Family Pack" align="left" src="http://byfiles.storage.msn.com/y1p2-4-wO_x820gWtRV8tFi0tjGYsAnY9dePqzuWXDklRMGM40SPm1M2T2ZPrPMUKa63GT2c5fAiSrrr9tvhklaNg?PARTNER=WRITER" width="110" height="127" /></a> Starting October 3 in the U.S., Windows 7 Family Pack will be available for purchase at participating retailers and online at the Microsoft Store.</strong> <p>Purchasing the Windows 7 Family Pack gives you three upgrade licenses of Windows 7 Home Premium for the low price of $149.99. To take advantage of Family Pack, you’ll need a PC running a genuine copy of either Windows Vista or Windows XP that is capable of running Windows 7. The Windows 7 Upgrade Advisor can tell you which features and editions of Windows 7 will run on your computer(s). <p>For those of you who don’t live in the U.S., Family Pack may be coming your way too. It goes on sale in Canada, UK, Germany, France, Australia and many other markets on or after Oct. 22 (Windows 7’s 1 year anniversary!)</p></blockquote> <p><strong>Read more <a href="http://windowsteamblog.com/windows/b/windowsexperience/archive/2010/09/01/family-pack-returns-in-time-for-the-anniversary-of-windows-7.aspx">here</a></strong> <p>Microsoft introduced the Windows 7 Home Premium Family Pack Upgrade for 3 PC's last year for a limited time while stock's last. It was a major hit among consumers who wanted to upgrade multiple PC's in their homes at an economically sound price. For months after it was discontinued, persons kept asking on the <a href="http://social.answers.microsoft.com/Forums">Microsoft Answer's Forum</a>, <em>'How can I get it?'.</em> Well, its here now, which makes it a great opportunity grab a license for those PC's still running older versions of Windows. <p>Users should note that Windows 7 Home Premium Premium Family Pack Upgrade for PC's is an upgrade license. This means, you need to install it on a computer running a previous version of Windows such as Windows XP or Windows Vista and they must be activated. All three licenses must be installed within the same household. Its a great deal for an awesome OS!  <p> <div >Windows Live Tags: <a href="http://windows.live.com/connect/tag/Clubhouse" rel="clubhouseTag">Clubhouse</a>, <a href="http://windows.live.com/connect/tag/Windows 7" rel="clubhouseTag">Windows 7</a>, <a href="http://windows.live.com/connect/tag/Windows 7 Home Premium Family Pack" rel="clubhouseTag">Windows 7 Home Premium Family Pack</a>, <a href="http://windows.live.com/connect/tag/Microsoft" rel="clubhouseTag">Microsoft</a>, <a href="http://windows.live.com/connect/tag/Operating Systems" rel="clubhouseTag">Operating Systems</a>, <a href="http://windows.live.com/connect/tag/Editions" rel="clubhouseTag">Editions</a>, <a href="http://windows.live.com/connect/tag/SKU" rel="clubhouseTag">SKU</a>, <a href="http://windows.live.com/connect/tag/Windows Vista" rel="clubhouseTag">Windows Vista</a>, <a href="http://windows.live.com/connect/tag/Windows XP" rel="clubhouseTag">Windows XP</a></div></p>]]></content:encoded>
			<wfw:commentRss>http://www.computersplace.com/windows-7-home-premium-family-pack-for-3-pcs-is-back/windows-7/feed</wfw:commentRss>
		</item>
		<item>
		<title>New PowerShell, AD, PowerGUI Training</title>
		<link>http://www.computersplace.com/new-powershell-ad-powergui-training/powershell</link>
		<comments>http://www.computersplace.com/new-powershell-ad-powergui-training/powershell#comments</comments>
		<pubDate>Wed, 01 Sep 2010 11:00:22 +0000</pubDate>
		<dc:creator>Dmitry Sotnikov</dc:creator>
		
		<category><![CDATA[AD]]></category>

		<category><![CDATA[AD cmdlets]]></category>

		<category><![CDATA[PowerGUI]]></category>

		<category><![CDATA[otherSoftware]]></category>

		<category><![CDATA[Training]]></category>

		<category><![CDATA[Active Directory]]></category>

		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://dmitrysotnikov.wordpress.com/?p=2010</guid>
		<description><![CDATA[LeadThem Consulting together with Quest Software developed and started offering professional classes covering: PowerShell 2.0, PowerGUI (including all Pro features!), Active Directory scripting, and even Non-Windows scripting with PowerShell. This is a great hands-on training which you can order to help IT professionals in your company get up to speed with PowerShell and these popular [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dmitrysotnikov.wordpress.com&#038;blog=867377&#038;post=2010&#038;subd=dmitrysotnikov&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="LeadThem Consulting logo" src="http://www.leadthemconsulting.com/images/server.png" alt="" width="175" height="139" /><a href="http://leadthemconsulting.com/">LeadThem Consulting</a> together with <a href="http://www.quest.com">Quest Software</a> developed and started offering <a href="http://leadthemconsulting.com/training/training.php">professional classes</a> covering:</p>
<ul>
<li><a href="http://leadthemconsulting.com/training/powershell1.php">PowerShell 2.0</a>,</li>
<li><a href="http://leadthemconsulting.com/training/powershell2.php">PowerGUI</a> (<a href="http://www.quest.com/powerguipro">including all Pro features</a>!),</li>
<li><a href="http://leadthemconsulting.com/training/powershell3.php">Active Directory scripting</a>, and even</li>
<li><a href="http://leadthemconsulting.com/training/powershell4.php">Non-Windows scripting with PowerShell</a>.</li>
</ul>
<p>This is a great hands-on training which you can order to help IT professionals in your company get up to speed with PowerShell and these popular PowerShell tools so they can get the most out of the technology available to them.</p>
<p>The training is available in <a href="http://leadthemconsulting.com/about/about.php">North America, Europe and Asia, in English, Japanese, French and Spanish</a>.</p>
<p>Go to the LeadThem Consulting <a href="http://leadthemconsulting.com/training/training.php">PowerShell training page</a> to learn the details on the topics covered, and sign up for the training. PowerShell skills you get from a training like that make a great return on investment!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dmitrysotnikov.wordpress.com/2010/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dmitrysotnikov.wordpress.com/2010/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dmitrysotnikov.wordpress.com/2010/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dmitrysotnikov.wordpress.com/2010/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dmitrysotnikov.wordpress.com/2010/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dmitrysotnikov.wordpress.com/2010/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dmitrysotnikov.wordpress.com/2010/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dmitrysotnikov.wordpress.com/2010/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dmitrysotnikov.wordpress.com/2010/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dmitrysotnikov.wordpress.com/2010/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dmitrysotnikov.wordpress.com/2010/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dmitrysotnikov.wordpress.com/2010/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dmitrysotnikov.wordpress.com/2010/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dmitrysotnikov.wordpress.com/2010/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dmitrysotnikov.wordpress.com&blog=867377&post=2010&subd=dmitrysotnikov&ref=&feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://www.computersplace.com/new-powershell-ad-powergui-training/powershell/feed</wfw:commentRss>
		</item>
		<item>
		<title>Bechtle SAP Crystal Webinar</title>
		<link>http://www.computersplace.com/bechtle-sap-crystal-webinar/othersoftware</link>
		<comments>http://www.computersplace.com/bechtle-sap-crystal-webinar/othersoftware#comments</comments>
		<pubDate>Wed, 01 Sep 2010 08:59:59 +0000</pubDate>
		<dc:creator>richfrombechtle</dc:creator>
		
		<category><![CDATA[bechtle direct uk]]></category>

		<category><![CDATA[sap webinar]]></category>

		<category><![CDATA[how to use crystal reports]]></category>

		<category><![CDATA[crystal reports 2008 webinar]]></category>

		<category><![CDATA[bechtle uk]]></category>

		<category><![CDATA[Webinar]]></category>

		<category><![CDATA[SAP]]></category>

		<category><![CDATA[bechtle]]></category>

		<category><![CDATA[bechtle direct]]></category>

		<category><![CDATA[Crystal]]></category>

		<category><![CDATA[otherSoftware]]></category>

		<guid isPermaLink="false">https://richfrombechtle.wordpress.com/2010/09/01/bechtle-sap-crystal-webinar/</guid>
		<description><![CDATA[I’m running another webinar at work, this time about SAP Crystal Reports (that’s right, not Microsoft)! It will be focused on Crystal Reports 2008 and will cover: &#160; Overview &#8211; what is Crystal Reports? How to use Crystal Reports Features and benefits Product demonstration Q&#38;A &#160; It’s at 15:00 tomorrow (Thursday 2nd September) and you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richfrombechtle.wordpress.com&#38;blog=4969240&#38;post=3382&#38;subd=richfrombechtle&#38;ref=&#38;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I’m running another webinar at work, this time about SAP Crystal Reports (that’s right, not Microsoft)!</p>
<p>It will be focused on Crystal Reports 2008 and will cover:</p>
<p>&#160;</p>
<p>Overview &#8211; what is Crystal Reports? </p>
<p>How to use Crystal Reports</p>
<p>Features and benefits </p>
<p>Product demonstration </p>
<p>Q&amp;A</p>
<p>&#160;</p>
<p>It’s at 15:00 tomorrow (Thursday 2nd September) and you can register here:</p>
<p><a title="http://bechtlesap.eventbrite.com/" href="http://bechtlesap.eventbrite.com/">http://bechtlesap.eventbrite.com/</a></p>
<p>&#160;</p>
<p>See you there!</p>
<p>Cheers</p>
<p>Rich</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/richfrombechtle.wordpress.com/3382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/richfrombechtle.wordpress.com/3382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/richfrombechtle.wordpress.com/3382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/richfrombechtle.wordpress.com/3382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/richfrombechtle.wordpress.com/3382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/richfrombechtle.wordpress.com/3382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/richfrombechtle.wordpress.com/3382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/richfrombechtle.wordpress.com/3382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/richfrombechtle.wordpress.com/3382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/richfrombechtle.wordpress.com/3382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/richfrombechtle.wordpress.com/3382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/richfrombechtle.wordpress.com/3382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/richfrombechtle.wordpress.com/3382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/richfrombechtle.wordpress.com/3382/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richfrombechtle.wordpress.com&amp;blog=4969240&amp;post=3382&amp;subd=richfrombechtle&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://www.computersplace.com/bechtle-sap-crystal-webinar/othersoftware/feed</wfw:commentRss>
		</item>
		<item>
		<title>Family Pack Returns in time for the Anniversary of Windows 7</title>
		<link>http://www.computersplace.com/family-pack-returns-in-time-for-the-anniversary-of-windows-7/windows-7</link>
		<comments>http://www.computersplace.com/family-pack-returns-in-time-for-the-anniversary-of-windows-7/windows-7#comments</comments>
		<pubDate>Wed, 01 Sep 2010 07:04:00 +0000</pubDate>
		<dc:creator>Ashley Brown</dc:creator>
		
		<category><![CDATA[Family Pack]]></category>

		<category><![CDATA[Consumer]]></category>

		<category><![CDATA[otherSoftware]]></category>

		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:549401</guid>
		<description><![CDATA[<p>All summer long we&#8217;ve given you some great reasons to purchase a new PC and make the move to Windows 7, <a href="http://windowsteamblog.com/windows/b/bloggingwindows/archive/2010/06/04/windows-7-still-going-strong.aspx">an operating system loved by a whopping 94% of folks who use it</a>! Here&#8217;s one more: <b>starting October 3 in the U.S., Windows 7 Family Pack will be available for purchase at participating retailers and online at the </b><a href="http://store.microsoft.com/home.aspx"><b>Microsoft Store</b></a><b>. </b>Purchasing the Windows 7 Family Pack gives you three upgrade licenses of Windows 7 Home Premium for the low price of $149.99. To take advantage of Family Pack, you&#8217;ll need a PC running a genuine copy of either Windows Vista or Windows XP that is capable of running Windows 7. <a href="http://www.microsoft.com/windows/windows-7/get/upgrade-advisor.aspx">The Windows 7 Upgrade Advisor</a> can tell you which features and editions of Windows 7 will run on your computer(s).</p>
<p>For those of you who don&#8217;t live in the U.S., Family Pack may be coming your way too. It goes on sale in Canada, UK, Germany, France, Australia and many other markets on or after Oct. 22 (Windows 7&#8217;s 1 year anniversary!)</p>
<p>According to IDC&#8217;s Consumerscape 360 data, there are 2.1 PCs per household in the U.S., but, as we all know, networking isn&#8217;t easy. Windows 7 has built in features &#8211; <a href="http://windows.microsoft.com/en-us/windows7/help/home-sweet-homegroup-networking-the-easy-way">like HomeGroup</a>- that make it easy and quick to get all of your home PCs connected and sharing files, music, photos and printers. <b></b></p>
<p><b>So, don&#8217;t delay. The Windows 7 Family Pack will be available soon while supplies last.</b></p>
<p>If you have any questions, feel free to hit me up <a href="http://www.twitter.com/winashbrown">on Twitter</a>.</p><div style="clear:both;"></div><img src="http://windowsteamblog.com/aggbug.aspx?PostID=549401" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>All summer long we&rsquo;ve given you some great reasons to purchase a new PC and make the move to Windows 7, <a href="http://windowsteamblog.com/windows/b/bloggingwindows/archive/2010/06/04/windows-7-still-going-strong.aspx">an operating system loved by a whopping 94% of folks who use it</a>! Here&rsquo;s one more: <b>starting October 3 in the U.S., Windows 7 Family Pack will be available for purchase at participating retailers and online at the </b><a href="http://store.microsoft.com/home.aspx"><b>Microsoft Store</b></a><b>. </b>Purchasing the Windows 7 Family Pack gives you three upgrade licenses of Windows 7 Home Premium for the low price of $149.99. To take advantage of Family Pack, you&rsquo;ll need a PC running a genuine copy of either Windows Vista or Windows XP that is capable of running Windows 7. <a href="http://www.microsoft.com/windows/windows-7/get/upgrade-advisor.aspx">The Windows 7 Upgrade Advisor</a> can tell you which features and editions of Windows 7 will run on your computer(s).</p>
<p>For those of you who don&rsquo;t live in the U.S., Family Pack may be coming your way too. It goes on sale in Canada, UK, Germany, France, Australia and many other markets on or after Oct. 22 (Windows 7&rsquo;s 1 year anniversary!)</p>
<p>According to IDC&rsquo;s Consumerscape 360 data, there are 2.1 PCs per household in the U.S., but, as we all know, networking isn&rsquo;t easy. Windows 7 has built in features &ndash; <a href="http://windows.microsoft.com/en-us/windows7/help/home-sweet-homegroup-networking-the-easy-way">like HomeGroup</a>- that make it easy and quick to get all of your home PCs connected and sharing files, music, photos and printers. <b></b></p>
<p><b>So, don&rsquo;t delay. The Windows 7 Family Pack will be available soon while supplies last.</b></p>
<p>If you have any questions, feel free to hit me up <a href="http://www.twitter.com/winashbrown">on Twitter</a>.</p><div ></div><img src="http://windowsteamblog.com/aggbug.aspx?PostID=549401" width="1" height="1">]]></content:encoded>
			<wfw:commentRss>http://www.computersplace.com/family-pack-returns-in-time-for-the-anniversary-of-windows-7/windows-7/feed</wfw:commentRss>
		</item>
		<item>
		<title>µTorrent 2.0.4 Build 21431</title>
		<link>http://www.computersplace.com/%c2%b5torrent-204-build-21431/reviews</link>
		<comments>http://www.computersplace.com/%c2%b5torrent-204-build-21431/reviews#comments</comments>
		<pubDate>Tue, 31 Aug 2010 22:40:43 +0000</pubDate>
		<dc:creator>Maaruthi</dc:creator>
		
		<category><![CDATA[µTorrent 2.0.4 Build 21431]]></category>

		<category><![CDATA[Torrent Downloader]]></category>

		<category><![CDATA[u Torrent]]></category>

		<category><![CDATA[otherSoftware]]></category>

		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://maaruthi.wordpress.com/?p=533</guid>
		<description><![CDATA[µTorrent is a small and incredibly popular BitTorrent client. Micro-Sized Yet Feature Filled Most of the features present in other BitTorrent clients are present in µTorrent, including bandwidth prioritization, scheduling, RSS auto-downloading and Mainline DHT (compatible with BitComet). Additionally, µTorrent supports the Protocol Encryption joint specification (compatible with Azureus 2.4.0.0 and above, BitComet 0.63 and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maaruthi.wordpress.com&#038;blog=874156&#038;post=533&#038;subd=maaruthi&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<p>µTorrent is a small and incredibly popular BitTorrent client.</p>
<p><strong>Micro-Sized Yet Feature Filled</strong></p>
<p>Most of the features present in other BitTorrent clients are present in µTorrent, including bandwidth prioritization, scheduling, RSS auto-downloading and Mainline DHT (compatible with BitComet). Additionally, µTorrent supports the Protocol <a href="http://www.neowin.net/news/torrent-204-build-21431#" >Encryption<img src="http://images.intellitxt.com/ast/adTypes/mag-glass_10x10.gif" alt="" /></a> joint specification (compatible with Azureus 2.4.0.0 and above, BitComet 0.63 and above) and peer exchange.</p>
<p><strong>Resource-Friendly</strong></p>
<p>µTorrent was written with <a href="http://www.neowin.net/news/torrent-204-build-21431#" >efficiency</a> in mind. Unlike many torrent clients, it does not hog valuable system resources &#8211; typically using less than 6MB of memory, allowing you to use the computer as if it weren&#8217;t there at all. Additionally, the program itself is contained within a single executable less than 220 KB in size.</p>
<p><strong>Skinnable and Localized</strong></p>
<p>Various icon, toolbar graphic and status icon replacements are available, and creating your own is very simple. µTorrent also has support for localization, and with a language file present, will automatically switch to your system language. If your language isn&#8217;t available, you can easily add your own, or edit other existing translations to improve them!</p>
<p><strong>Actively Developed and Improved</strong></p>
<p>The <a href="http://www.neowin.net/news/torrent-204-build-21431#" >developer</a> puts in a lot of time working on features and making things more user-friendly. Releases only come out when they&#8217;re ready, with no schedule pressures, so the few bugs that appear are quickly addressed and fixed.</p>
<p><strong>Changelog:</strong></p>
<ul>
<li> Fix: fixed DLL hijack exploit</li>
<li> Change: add bold text for Ask toolbar offer</li>
<li> Fix: added groupbox in bandwidth settings</li>
<li> Fix: Fixed size of static text in transfer cap setting pane to be translatable</li>
<li> Fix: Fixed peer exchange exploit</li>
<li> Fix: Safari 5 compatibility for WebUI</li>
<li> Fix: WebUI security improvements</li>
</ul>
<p><strong>Download</strong>: <a href="http://www.utorrent.com/downloads/complete?os=win">µTorrent 2.0.4 Build 21431</a> | 320 KB (Freeware)<br />
<strong>View</strong>: <a href="http://www.utorrent.com/">µTorrent Webite</a></p>
</div>
<br />Filed under: <a href='http://maaruthi.wordpress.com/category/softwares/reviews/'>Reviews</a> Tagged: <a href='http://maaruthi.wordpress.com/tag/%c2%b5torrent-2-0-4-build-21431/'>µTorrent 2.0.4 Build 21431</a>, <a href='http://maaruthi.wordpress.com/tag/torrent-downloader/'>Torrent Downloader</a>, <a href='http://maaruthi.wordpress.com/tag/u-torrent/'>u Torrent</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maaruthi.wordpress.com/533/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maaruthi.wordpress.com/533/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maaruthi.wordpress.com/533/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maaruthi.wordpress.com/533/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/maaruthi.wordpress.com/533/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/maaruthi.wordpress.com/533/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/maaruthi.wordpress.com/533/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/maaruthi.wordpress.com/533/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maaruthi.wordpress.com/533/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maaruthi.wordpress.com/533/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maaruthi.wordpress.com/533/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maaruthi.wordpress.com/533/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maaruthi.wordpress.com/533/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maaruthi.wordpress.com/533/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maaruthi.wordpress.com&blog=874156&post=533&subd=maaruthi&ref=&feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://www.computersplace.com/%c2%b5torrent-204-build-21431/reviews/feed</wfw:commentRss>
		</item>
		<item>
		<title>Windows 7 Codecs 2.6.2</title>
		<link>http://www.computersplace.com/windows-7-codecs-262/reviews</link>
		<comments>http://www.computersplace.com/windows-7-codecs-262/reviews#comments</comments>
		<pubDate>Tue, 31 Aug 2010 22:39:33 +0000</pubDate>
		<dc:creator>Maaruthi</dc:creator>
		
		<category><![CDATA[Windows 7 Codecs 2.6.2]]></category>

		<category><![CDATA[codecs]]></category>

		<category><![CDATA[otherSoftware]]></category>

		<category><![CDATA[windows 7]]></category>

		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://maaruthi.wordpress.com/?p=531</guid>
		<description><![CDATA[All the codecs you need for Windows 7 to play AVIs, DVDs and more! It does not contain a media player and it does not associate file-types. With the Windows 7 codec package installed you will be able to use any media player, limited only by the players&#8217; capabilities, to play all movies and video [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maaruthi.wordpress.com&#038;blog=874156&#038;post=531&#038;subd=maaruthi&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<p>All the codecs you need for Windows 7 to play AVIs, DVDs and more!</p>
<p>It does not contain a media player and it does not associate file-types. With the Windows 7 codec package installed you will be able to use any media player, limited only by the players&#8217; capabilities, to play all movies and video clips. Streaming video is supported in several formats in all popular web browsers. Users of the Windows 7 media center codecs have the ability to choose what is installed and where to install it using the public redistributable. After installation you can select to remove specific portions without removing the entire package. You can also re-add the removed items at any time.</p>
<p><strong>Download</strong>: <a href="http://shark007.net/win7codecs.html">Windows 7 Codecs 2.6.2</a> <em>Bottom of page</em> | 23.6 MB (Freeware)<br />
<strong>View</strong>: <a href="http://shark007.net/">Windows 7 Codecs Website</a></p>
</div>
<br />Filed under: <a href='http://maaruthi.wordpress.com/category/softwares/reviews/'>Reviews</a> Tagged: <a href='http://maaruthi.wordpress.com/tag/codecs/'>Codecs</a>, <a href='http://maaruthi.wordpress.com/tag/windows-7/'>Windows 7</a>, <a href='http://maaruthi.wordpress.com/tag/windows-7-codecs-2-6-2/'>Windows 7 Codecs 2.6.2</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maaruthi.wordpress.com/531/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maaruthi.wordpress.com/531/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maaruthi.wordpress.com/531/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maaruthi.wordpress.com/531/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/maaruthi.wordpress.com/531/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/maaruthi.wordpress.com/531/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/maaruthi.wordpress.com/531/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/maaruthi.wordpress.com/531/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maaruthi.wordpress.com/531/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maaruthi.wordpress.com/531/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maaruthi.wordpress.com/531/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maaruthi.wordpress.com/531/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maaruthi.wordpress.com/531/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maaruthi.wordpress.com/531/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maaruthi.wordpress.com&blog=874156&post=531&subd=maaruthi&ref=&feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://www.computersplace.com/windows-7-codecs-262/reviews/feed</wfw:commentRss>
		</item>
		<item>
		<title>Orbit Downloader 4.0.0.3</title>
		<link>http://www.computersplace.com/orbit-downloader-4003/reviews</link>
		<comments>http://www.computersplace.com/orbit-downloader-4003/reviews#comments</comments>
		<pubDate>Tue, 31 Aug 2010 22:25:14 +0000</pubDate>
		<dc:creator>Maaruthi</dc:creator>
		
		<category><![CDATA[Downloader]]></category>

		<category><![CDATA[Orbit Downloader 4.0.0.3]]></category>

		<category><![CDATA[otherSoftware]]></category>

		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://maaruthi.wordpress.com/?p=528</guid>
		<description><![CDATA[Orbit Downloader is a download manager which is devoted to new generation web (web2.0) downloading, such as video/music/streaming media from Myspace, YouTube, Imeem, Pandora, Rapidshare, support RTMP. And to make general downloading easier and faster. Orbit Downloader is written with efficiency in mind, it typically uses less than 3MB of memory and 3% of cpu [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maaruthi.wordpress.com&#038;blog=874156&#038;post=528&#038;subd=maaruthi&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<p>Orbit Downloader is a download manager which is devoted to new generation web (web2.0) <a href="http://www.neowin.net/news/orbit-downloader-4003#" >downloading</a>, such as video/music/streaming media from Myspace, YouTube, Imeem, Pandora, Rapidshare, support RTMP. And to make general downloading easier and faster.</p>
<p>Orbit Downloader is written with <a href="http://www.neowin.net/news/orbit-downloader-4003#" >efficiency</a> in mind, it typically uses less than 3MB of memory and 3% of cpu when downloading.</p>
<p><strong>What&#8217;s new:</strong></p>
<ul>
<li> Fix: Orbit addon for Firefox</li>
</ul>
<p><img src="http://www.neowin.net/images/icons/souricon.gif" border="0" alt="" /> News source: <a href="http://www.orbitdownloader.com/" >Official website</a><br />
<img src="http://www.neowin.net/images/icons/softicon.gif" border="0" alt="" /> Download: <a href="http://dl.orbitdownloader.com/dl/OrbitDownloaderSetup.exe" >Orbit Downloader 4.0.0.3</a></p>
</div>
<br />Filed under: <a href='http://maaruthi.wordpress.com/category/softwares/reviews/'>Reviews</a> Tagged: <a href='http://maaruthi.wordpress.com/tag/downloader/'>Downloader</a>, <a href='http://maaruthi.wordpress.com/tag/orbit-downloader-4-0-0-3/'>Orbit Downloader 4.0.0.3</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maaruthi.wordpress.com/528/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maaruthi.wordpress.com/528/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maaruthi.wordpress.com/528/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maaruthi.wordpress.com/528/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/maaruthi.wordpress.com/528/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/maaruthi.wordpress.com/528/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/maaruthi.wordpress.com/528/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/maaruthi.wordpress.com/528/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maaruthi.wordpress.com/528/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maaruthi.wordpress.com/528/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maaruthi.wordpress.com/528/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maaruthi.wordpress.com/528/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maaruthi.wordpress.com/528/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maaruthi.wordpress.com/528/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maaruthi.wordpress.com&blog=874156&post=528&subd=maaruthi&ref=&feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://www.computersplace.com/orbit-downloader-4003/reviews/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
