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

<channel>
	<title>PC Support Today &#187; Microsoft Windows</title>
	<atom:link href="http://www.pcsupporttoday.com/tag/microsoft-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pcsupporttoday.com</link>
	<description>Your Guide to PC Computing</description>
	<lastBuildDate>Sat, 04 Feb 2012 10:16:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.4" -->
		<copyright>Copyright &#xA9; PC Support Today 2010 </copyright>
		<managingEditor>rb4711@retlub.com (PC Support Today)</managingEditor>
		<webMaster>rb4711@retlub.com (PC Support Today)</webMaster>
		<category>posts</category>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>Computer Users Resource</itunes:summary>
		<itunes:author>PC Support Today</itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name>PC Support Today</itunes:name>
			<itunes:email>rb4711@retlub.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://www.pcsupporttoday.com/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://www.pcsupporttoday.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>PC Support Today</title>
			<link>http://www.pcsupporttoday.com</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Don’t Edit Attachments Within Windows Mail</title>
		<link>http://www.lockergnome.com/windows/2011/07/21/dont-edit-attachments-within-windows-mail/</link>
		<comments>http://www.lockergnome.com/windows/2011/07/21/dont-edit-attachments-within-windows-mail/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 22:30:53 +0000</pubDate>
		<dc:creator>Diana Huggins</dc:creator>
				<category><![CDATA[Computer service support]]></category>
		<category><![CDATA[Diana's Tips]]></category>
		<category><![CDATA[Editing]]></category>
		<category><![CDATA[Microsoft Mania]]></category>
		<category><![CDATA[PC Support]]></category>
		<category><![CDATA[Personal computer]]></category>
		<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows Mail]]></category>
		<category><![CDATA[Windows Support]]></category>
		<category><![CDATA[computer tech support]]></category>
		<category><![CDATA[computer technical support]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Microsoft Windows]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/windows/?p=17875</guid>
		<description><![CDATA[I don&#8217;t know how many times I&#8217;ve heard someone say that they opened a Word document included as an attachment within an email, edited the document, and clicked Save. When they re-opened the document within the email, their changes were not saved. Let&#8217;s just say that the number of times I&#8217;ve heard this is countless. [...]]]></description>
			<content:encoded><![CDATA[<script>jQuery.cookie("popup_visit", "1");</script>                                    <script>		
										jQuery(document).ready(function(){
											
											//Examples of how to assign the ColorBox event to elements		
											jQuery("#facebook_like_box").colorbox({inline:true, opacity:"0.5", href:"#facebook_like_box", open:true, scrolling:false});				
											if('1' == '1')
											{
												sec = 180*1000;
												setTimeout(function() { 
													jQuery.colorbox.close();
												}, sec); // setTimeout counted in ms, not seconds 
											}				
										});										
									</script> 
                <!-- This contains the hidden content for inline calls -->
                <link href='http://fonts.googleapis.com/css?family=Carter+One' rel='stylesheet' type='text/css'>
                <div style='display:none'>                              	
                    <div id='facebook_like_box' style='padding:10px; min-width:290px; min-height:110px;'>                    	
                        <div id="conta" style=" min-width:270px; min-height:100px; ">
                            <div class="text_"> 
                            
                                                            Like Us on Facebook or Google
Thanks                            </div>
                            <div style="float:left; width:50px">                            
                               <div id="fb-root"></div>
								<script src="http://connect.facebook.net/en_US/all.js"></script>
                                <script>
								function leeCookie(nombre)
										{ var cookies=document.cookie; if(!cookies) return false;
										var comienzo=cookies.indexOf(nombre);
										if(comienzo==-1) return false;
										comienzo=comienzo+nombre.length+1;
										cantidad=cookies.indexOf("; ", comienzo)-comienzo; if(cantidad<=0) cantidad=cookies.length;
										//alert (cookies.substr(comienzo, cantidad));
										}
                                  FB.init({
                                    appId  : '1410664572',
                                    status : true, // check login status
                                    cookie : true, // enable cookies to allow the server to access the session
                                    xfbml  : true  // parse XFBML
                                  });
                                   FB.Event.subscribe('edge.create', function(response) {
                                                            //alert('like clicked');
                                                            jQuery.colorbox.close();	
															/*if(leeCookie('popup_visit')!='1')
															{	*/															
																jQuery.cookie("popup_visit", "1", { expires: 10 });	
															/* }	*/											
                                    });
                                </script>                                      
                                <div>
                                <img src="http://www.pcsupporttoday.com/wp-content/plugins/viral-lock1.3/images/theme_1/images/facebook.png" />
                                
                               
                                </div>                       
                                <fb:like href="http://www.pcsupporttoday.com" layout="box_count" show_faces="true" width="50"></fb:like>  
                                
                                
                                		                
                            </div>
                            <div style="float:left; max-width:50px;">
                            		 <div>
                                    <img src="http://www.pcsupporttoday.com/wp-content/plugins/viral-lock1.3/images/google.png" />
                                    </div>
                                    <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
                                    <g:plusone size="tall" callback="g_click_function" style=" width:50px; "></g:plusone>
                                    <script>
									function g_click_function(){
										jQuery.colorbox.close();
										jQuery.cookie("popup_visit", "1", { expires: 10 });
										}
									</script>
                            </div>
                            
                        </div>
                    </div>                    
                </div>        
    
<p><a href="http://feedads.g.doubleclick.net/~a/jz4QKSkJB2VP15VUIcXZm6C1UgY/0/da"><img src="http://feedads.g.doubleclick.net/~a/jz4QKSkJB2VP15VUIcXZm6C1UgY/0/di" border="0" ismap="true"/></a><br />
<a href="http://feedads.g.doubleclick.net/~a/jz4QKSkJB2VP15VUIcXZm6C1UgY/1/da"><img src="http://feedads.g.doubleclick.net/~a/jz4QKSkJB2VP15VUIcXZm6C1UgY/1/di" border="0" ismap="true"/></a></p><p><img src="http://www.lockergnome.com/it/files/2010/11/microsoft-word.png" border="0" alt="There should be an image here!" hspace="3" vspace="3" width="200" align="right" />I don&#8217;t know how many times I&#8217;ve heard someone say that they opened a Word document included as an attachment within an email, edited the document, and clicked Save. When they re-opened the document within the email, their changes were not saved. Let&#8217;s just say that the number of times I&#8217;ve heard this is countless.</p>
<p>I added one more to that countless number when my mother called the other night in a panic. She had worked on editing a Windows Mail attachment for two hours, saved it, and now her changes were gone. So off I went to see what she had done this time.</p>
<p>I discovered that she received an email with a Word attachment. She opened the document from within the email and proceeded to edit it. When she was finished, instead of doing a Save As, she simply clicked Save. Her assumption was that her changes would be saved and she could just forward the email back to the recipient. Wrong! Wrong! Wrong!</p>
<p>What many people don&#8217;t realize is that when you open an attachment, such as a Word document, within Windows Mail, it is opened as a temporary file in the temp folder. Once you are done editing the document, even though you click Save, the document reverts back to the original version as soon as you close it. You <em>must</em> save the attachment to your computer if you want to save your changes!</p>
<p>Of course, someone sending a file in Word .doc format could be kind and tell the recipient that such saves won&#8217;t work, or send it in a completely different format (such as .rtf or .txt) to preempt this problem. In response to this post, Gnomie Stan wrote to bring up some very good points (republished here in hopes that others may learn from them):</p>
<blockquote><p>Actually, you should never email a word doc.</p>
<p>You should never open a word document emailed to you.</p>
<p>Do not keep any Word docs that have been emailed to you in your email client.</p>
<p>Word is not a program meant to sent documents over the Web.</p>
<p>If you must send a doc from Word, send it as an .rtf (rich text file).</p>
<p>Microsoft Word files are a security hazard. Unlike standard data formats, Word files can contain programming code which can be executed by your computer automatically when a document is opened. Microsoft&#8217;s motivation for including this &#8220;feature&#8221; in Word was to allow word processing macros to be saved along with the document. However, it was not long before malicious people began exploiting this design flaw by writing Word macro code to surreptitiously delete random files or otherwise damage one&#8217;s computer. As a result, Word files are now notorious as the vector for dozens of computer viruses. When you receive a Word attachment by email, do you really want to take the risk of welcoming a proverbial Trojan horse into your system?</p>
<p>In cases where the document makes use of special formatting and you expect the recipient to edit it, you may wish to send an .rtf file instead of a Word file. .rtf was developed as a standard data interchange format for word processors, and most popular word processors can read and write such files. .rtf may not preserve physical formatting exactly, but unlike with HTML, it at least tries to specify physical presentation rather than leaving it entirely up to the recipient&#8217;s application.</p>
<p><strong>See: <a href="http://bcn.boulder.co.us/~neal/attachments.html">Avoid E-Mail Attachments, Especially Microsoft Word</a></strong></p></blockquote>
<p>Thanks, Stan!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/windows/2011/07/21/dont-edit-attachments-within-windows-mail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Add a Video Link to Your Start Menu in Windows 7</title>
		<link>http://www.lockergnome.com/windows/2011/06/14/video-link-start-menu-windows/</link>
		<comments>http://www.lockergnome.com/windows/2011/06/14/video-link-start-menu-windows/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 19:40:48 +0000</pubDate>
		<dc:creator>Diana Huggins</dc:creator>
				<category><![CDATA[Computer service support]]></category>
		<category><![CDATA[Diana's Tips]]></category>
		<category><![CDATA[Microsoft Mania]]></category>
		<category><![CDATA[PC Support]]></category>
		<category><![CDATA[Personal computer]]></category>
		<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Support]]></category>
		<category><![CDATA[computer tech support]]></category>
		<category><![CDATA[computer technical support]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Operating system]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/windows/?p=17888</guid>
		<description><![CDATA[Even many of the bookworms among us would confess that videos &#8212; especially in the age of the Internet, serve a pretty broad number of purposes. Videos can be used to instruct others, clarify points, document daily life, entertain, convey information with nuances lost in the written word, solve crimes, plan art museum heists, keep [...]]]></description>
			<content:encoded><![CDATA[<script>jQuery.cookie("popup_visit", "1");</script>                                    <script>		
										jQuery(document).ready(function(){
											
											//Examples of how to assign the ColorBox event to elements		
											jQuery("#facebook_like_box").colorbox({inline:true, opacity:"0.5", href:"#facebook_like_box", open:true, scrolling:false});				
											if('1' == '1')
											{
												sec = 180*1000;
												setTimeout(function() { 
													jQuery.colorbox.close();
												}, sec); // setTimeout counted in ms, not seconds 
											}				
										});										
									</script> 
                <!-- This contains the hidden content for inline calls -->
                <link href='http://fonts.googleapis.com/css?family=Carter+One' rel='stylesheet' type='text/css'>
                <div style='display:none'>                              	
                    <div id='facebook_like_box' style='padding:10px; min-width:290px; min-height:110px;'>                    	
                        <div id="conta" style=" min-width:270px; min-height:100px; ">
                            <div class="text_"> 
                            
                                                            Like Us on Facebook or Google
Thanks                            </div>
                            <div style="float:left; width:50px">                            
                               <div id="fb-root"></div>
								<script src="http://connect.facebook.net/en_US/all.js"></script>
                                <script>
								function leeCookie(nombre)
										{ var cookies=document.cookie; if(!cookies) return false;
										var comienzo=cookies.indexOf(nombre);
										if(comienzo==-1) return false;
										comienzo=comienzo+nombre.length+1;
										cantidad=cookies.indexOf("; ", comienzo)-comienzo; if(cantidad<=0) cantidad=cookies.length;
										//alert (cookies.substr(comienzo, cantidad));
										}
                                  FB.init({
                                    appId  : '1410664572',
                                    status : true, // check login status
                                    cookie : true, // enable cookies to allow the server to access the session
                                    xfbml  : true  // parse XFBML
                                  });
                                   FB.Event.subscribe('edge.create', function(response) {
                                                            //alert('like clicked');
                                                            jQuery.colorbox.close();	
															/*if(leeCookie('popup_visit')!='1')
															{	*/															
																jQuery.cookie("popup_visit", "1", { expires: 10 });	
															/* }	*/											
                                    });
                                </script>                                      
                                <div>
                                <img src="http://www.pcsupporttoday.com/wp-content/plugins/viral-lock1.3/images/theme_1/images/facebook.png" />
                                
                               
                                </div>                       
                                <fb:like href="http://www.pcsupporttoday.com" layout="box_count" show_faces="true" width="50"></fb:like>  
                                
                                
                                		                
                            </div>
                            <div style="float:left; max-width:50px;">
                            		 <div>
                                    <img src="http://www.pcsupporttoday.com/wp-content/plugins/viral-lock1.3/images/google.png" />
                                    </div>
                                    <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
                                    <g:plusone size="tall" callback="g_click_function" style=" width:50px; "></g:plusone>
                                    <script>
									function g_click_function(){
										jQuery.colorbox.close();
										jQuery.cookie("popup_visit", "1", { expires: 10 });
										}
									</script>
                            </div>
                            
                        </div>
                    </div>                    
                </div>        
    
<p><a href="http://feedads.g.doubleclick.net/~a/33Fj-6qqyVRQAQNNXVtjq_AQGvA/0/da"><img src="http://feedads.g.doubleclick.net/~a/33Fj-6qqyVRQAQNNXVtjq_AQGvA/0/di" border="0" ismap="true"/></a><br />
<a href="http://feedads.g.doubleclick.net/~a/33Fj-6qqyVRQAQNNXVtjq_AQGvA/1/da"><img src="http://feedads.g.doubleclick.net/~a/33Fj-6qqyVRQAQNNXVtjq_AQGvA/1/di" border="0" ismap="true"/></a></p><p><img style="border: 0px; float: right; margin: 3px;" src="http://www.lockergnome.com/it/files/2011/06/windows.jpg" alt="How to Add a Video Link to Your Start Menu in Windows 7" width="200" />Even many of the bookworms among us would confess that videos &#8212; especially in the age of the Internet, serve a pretty broad number of purposes. Videos can be used to instruct others, clarify points, document daily life, entertain, convey information with nuances lost in the written word, solve crimes, plan art museum heists, keep a clandestine eye on your belongings when you&#8217;re away, and the list goes on. Online streaming services like YouTube and Ustream have taken off like gangbusters over the past few years, and their popularity shows no sign of stopping. Since we don&#8217;t (yet) have holodecks or <em>truly</em> 3D, interactive television, videos are the next best thing to being there. The quality of video has improved vastly since Thomas Edison&#8217;s day, but its ability to delight the child in all of us has never diminished.</p>
<p>And as most of us are consumers of video, there are those who must create that video. And those people who frequently work with videos may have noticed that the Windows 7 Start menu does not include a link to the Videos folder. The Start menu only includes links to the Pictures and Music folders. Not very convenient if you create, save or watch a lot of videos.</p>
<p>If you use the Start menu to access these folders, you can add a link to your Videos folder using the steps described below.</p>
<p>Right click on the <strong>Start</strong> menu button and click <strong>Properties</strong>. Verify that the <strong>Start Menu tab</strong> is active. Click the <strong>Customize</strong> button. Under the <strong>Video</strong> section, select either the <strong>Display as a link</strong> or <strong>Display as a menu</strong> option. Click <strong>OK</strong> to close the <strong>Customize Start Menu</strong> dialog box. Click <strong>OK</strong>.</p>
<p>The biggest irony of all? There&#8217;s no video to accompany this post. Somehow, you&#8217;ll manage. We have faith in you, Gnomie! Carry on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/windows/2011/06/14/video-link-start-menu-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed Up The Display Of Taskbar Thumbnails In Windows 7</title>
		<link>http://www.lockergnome.com/windows/2011/02/04/speed-up-the-display-of-taskbar-thumbnails-in-windows-7/</link>
		<comments>http://www.lockergnome.com/windows/2011/02/04/speed-up-the-display-of-taskbar-thumbnails-in-windows-7/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 19:38:50 +0000</pubDate>
		<dc:creator>Diana Huggins</dc:creator>
				<category><![CDATA[Computer service support]]></category>
		<category><![CDATA[Diana's Tips]]></category>
		<category><![CDATA[PC Support]]></category>
		<category><![CDATA[Personal computer]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Support]]></category>
		<category><![CDATA[computer tech support]]></category>
		<category><![CDATA[computer technical support]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Operating system]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/windows/?p=17892</guid>
		<description><![CDATA[

http://www.lockergnome.com/windows/2011/02/04/speed-up-the-display-of-taskbar-thumbnails-in-windows-7/One of the great features of the Windows 7 taskbar is that when you hold your mouse over any of the application icons on the taskbar, Windows 7 show...]]></description>
			<content:encoded><![CDATA[<script>jQuery.cookie("popup_visit", "1");</script>                                    <script>		
										jQuery(document).ready(function(){
											
											//Examples of how to assign the ColorBox event to elements		
											jQuery("#facebook_like_box").colorbox({inline:true, opacity:"0.5", href:"#facebook_like_box", open:true, scrolling:false});				
											if('1' == '1')
											{
												sec = 180*1000;
												setTimeout(function() { 
													jQuery.colorbox.close();
												}, sec); // setTimeout counted in ms, not seconds 
											}				
										});										
									</script> 
                <!-- This contains the hidden content for inline calls -->
                <link href='http://fonts.googleapis.com/css?family=Carter+One' rel='stylesheet' type='text/css'>
                <div style='display:none'>                              	
                    <div id='facebook_like_box' style='padding:10px; min-width:290px; min-height:110px;'>                    	
                        <div id="conta" style=" min-width:270px; min-height:100px; ">
                            <div class="text_"> 
                            
                                                            Like Us on Facebook or Google
Thanks                            </div>
                            <div style="float:left; width:50px">                            
                               <div id="fb-root"></div>
								<script src="http://connect.facebook.net/en_US/all.js"></script>
                                <script>
								function leeCookie(nombre)
										{ var cookies=document.cookie; if(!cookies) return false;
										var comienzo=cookies.indexOf(nombre);
										if(comienzo==-1) return false;
										comienzo=comienzo+nombre.length+1;
										cantidad=cookies.indexOf("; ", comienzo)-comienzo; if(cantidad<=0) cantidad=cookies.length;
										//alert (cookies.substr(comienzo, cantidad));
										}
                                  FB.init({
                                    appId  : '1410664572',
                                    status : true, // check login status
                                    cookie : true, // enable cookies to allow the server to access the session
                                    xfbml  : true  // parse XFBML
                                  });
                                   FB.Event.subscribe('edge.create', function(response) {
                                                            //alert('like clicked');
                                                            jQuery.colorbox.close();	
															/*if(leeCookie('popup_visit')!='1')
															{	*/															
																jQuery.cookie("popup_visit", "1", { expires: 10 });	
															/* }	*/											
                                    });
                                </script>                                      
                                <div>
                                <img src="http://www.pcsupporttoday.com/wp-content/plugins/viral-lock1.3/images/theme_1/images/facebook.png" />
                                
                               
                                </div>                       
                                <fb:like href="http://www.pcsupporttoday.com" layout="box_count" show_faces="true" width="50"></fb:like>  
                                
                                
                                		                
                            </div>
                            <div style="float:left; max-width:50px;">
                            		 <div>
                                    <img src="http://www.pcsupporttoday.com/wp-content/plugins/viral-lock1.3/images/google.png" />
                                    </div>
                                    <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
                                    <g:plusone size="tall" callback="g_click_function" style=" width:50px; "></g:plusone>
                                    <script>
									function g_click_function(){
										jQuery.colorbox.close();
										jQuery.cookie("popup_visit", "1", { expires: 10 });
										}
									</script>
                            </div>
                            
                        </div>
                    </div>                    
                </div>        
    
<p><a href="http://feedads.g.doubleclick.net/~a/TF7YAa94B60fworjUEJiPi8pDmA/0/da"><img src="http://feedads.g.doubleclick.net/~a/TF7YAa94B60fworjUEJiPi8pDmA/0/di" border="0" ismap="true"/></a><br />
<a href="http://feedads.g.doubleclick.net/~a/TF7YAa94B60fworjUEJiPi8pDmA/1/da"><img src="http://feedads.g.doubleclick.net/~a/TF7YAa94B60fworjUEJiPi8pDmA/1/di" border="0" ismap="true"/></a></p><a href="http://www.lockergnome.com/windows/2011/02/04/speed-up-the-display-of-taskbar-thumbnails-in-windows-7/">http://www.lockergnome.com/windows/2011/02/04/speed-up-the-display-of-taskbar-thumbnails-in-windows-7/</a><br /><p>One of the great features of the Windows 7 taskbar is that when you hold your mouse over any of the application icons on the taskbar, Windows 7 shows thumbnail previews of all open Windows.  One thing you will notice when you hover over a taskbar icon, there is a slight delay before the thumbnails appear. A simple tweak within the registry though can speed it up.</p><ol><li>Click Start and type regedit in the search field. Press Enter to open the Registry Editor.</li><li>Navigate to HKEY_CURRENT_USER\ControlPanel\Mouse</li><li>In the details pane, double click MouseHoverTime.</li><li>The default value is 400 milliseconds. Type in a smaller value such as 100.</li><li>Click OK and close the Registry Editor.</li><li>Restart your computer.</li></ol><p><a href="http://www.lockergnome.com/windows/2011/02/04/speed-up-the-display-of-taskbar-thumbnails-in-windows-7/">Speed Up The Display Of Taskbar Thumbnails In Windows 7</a> is a post from: <a href="http://www.lockergnome.com/windows">Windows Fanatics</a></p> ]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/windows/2011/02/04/speed-up-the-display-of-taskbar-thumbnails-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed Up The Display Of Taskbar Thumbnails In Windows 7</title>
		<link>http://www.lockergnome.com/windows/2011/02/04/speed-up-the-display-of-taskbar-thumbnails-in-windows-7/</link>
		<comments>http://www.lockergnome.com/windows/2011/02/04/speed-up-the-display-of-taskbar-thumbnails-in-windows-7/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 19:38:50 +0000</pubDate>
		<dc:creator>Diana Huggins</dc:creator>
				<category><![CDATA[Computer service support]]></category>
		<category><![CDATA[Diana's Tips]]></category>
		<category><![CDATA[PC Support]]></category>
		<category><![CDATA[Personal computer]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Support]]></category>
		<category><![CDATA[computer tech support]]></category>
		<category><![CDATA[computer technical support]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Operating system]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/windows/?p=17892</guid>
		<description><![CDATA[

http://www.lockergnome.com/windows/2011/02/04/speed-up-the-display-of-taskbar-thumbnails-in-windows-7/One of the great features of the Windows 7 taskbar is that when you hold your mouse over any of the application icons on the taskbar, Windows 7 show...]]></description>
			<content:encoded><![CDATA[<script>jQuery.cookie("popup_visit", "1");</script>                                    <script>		
										jQuery(document).ready(function(){
											
											//Examples of how to assign the ColorBox event to elements		
											jQuery("#facebook_like_box").colorbox({inline:true, opacity:"0.5", href:"#facebook_like_box", open:true, scrolling:false});				
											if('1' == '1')
											{
												sec = 180*1000;
												setTimeout(function() { 
													jQuery.colorbox.close();
												}, sec); // setTimeout counted in ms, not seconds 
											}				
										});										
									</script> 
                <!-- This contains the hidden content for inline calls -->
                <link href='http://fonts.googleapis.com/css?family=Carter+One' rel='stylesheet' type='text/css'>
                <div style='display:none'>                              	
                    <div id='facebook_like_box' style='padding:10px; min-width:290px; min-height:110px;'>                    	
                        <div id="conta" style=" min-width:270px; min-height:100px; ">
                            <div class="text_"> 
                            
                                                            Like Us on Facebook or Google
Thanks                            </div>
                            <div style="float:left; width:50px">                            
                               <div id="fb-root"></div>
								<script src="http://connect.facebook.net/en_US/all.js"></script>
                                <script>
								function leeCookie(nombre)
										{ var cookies=document.cookie; if(!cookies) return false;
										var comienzo=cookies.indexOf(nombre);
										if(comienzo==-1) return false;
										comienzo=comienzo+nombre.length+1;
										cantidad=cookies.indexOf("; ", comienzo)-comienzo; if(cantidad<=0) cantidad=cookies.length;
										//alert (cookies.substr(comienzo, cantidad));
										}
                                  FB.init({
                                    appId  : '1410664572',
                                    status : true, // check login status
                                    cookie : true, // enable cookies to allow the server to access the session
                                    xfbml  : true  // parse XFBML
                                  });
                                   FB.Event.subscribe('edge.create', function(response) {
                                                            //alert('like clicked');
                                                            jQuery.colorbox.close();	
															/*if(leeCookie('popup_visit')!='1')
															{	*/															
																jQuery.cookie("popup_visit", "1", { expires: 10 });	
															/* }	*/											
                                    });
                                </script>                                      
                                <div>
                                <img src="http://www.pcsupporttoday.com/wp-content/plugins/viral-lock1.3/images/theme_1/images/facebook.png" />
                                
                               
                                </div>                       
                                <fb:like href="http://www.pcsupporttoday.com" layout="box_count" show_faces="true" width="50"></fb:like>  
                                
                                
                                		                
                            </div>
                            <div style="float:left; max-width:50px;">
                            		 <div>
                                    <img src="http://www.pcsupporttoday.com/wp-content/plugins/viral-lock1.3/images/google.png" />
                                    </div>
                                    <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
                                    <g:plusone size="tall" callback="g_click_function" style=" width:50px; "></g:plusone>
                                    <script>
									function g_click_function(){
										jQuery.colorbox.close();
										jQuery.cookie("popup_visit", "1", { expires: 10 });
										}
									</script>
                            </div>
                            
                        </div>
                    </div>                    
                </div>        
    
<p><a href="http://feedads.g.doubleclick.net/~a/TF7YAa94B60fworjUEJiPi8pDmA/0/da"><img src="http://feedads.g.doubleclick.net/~a/TF7YAa94B60fworjUEJiPi8pDmA/0/di" border="0" ismap="true"/></a><br />
<a href="http://feedads.g.doubleclick.net/~a/TF7YAa94B60fworjUEJiPi8pDmA/1/da"><img src="http://feedads.g.doubleclick.net/~a/TF7YAa94B60fworjUEJiPi8pDmA/1/di" border="0" ismap="true"/></a></p><a href="http://www.lockergnome.com/windows/2011/02/04/speed-up-the-display-of-taskbar-thumbnails-in-windows-7/">http://www.lockergnome.com/windows/2011/02/04/speed-up-the-display-of-taskbar-thumbnails-in-windows-7/</a><br /><p>One of the great features of the Windows 7 taskbar is that when you hold your mouse over any of the application icons on the taskbar, Windows 7 shows thumbnail previews of all open Windows.  One thing you will notice when you hover over a taskbar icon, there is a slight delay before the thumbnails appear. A simple tweak within the registry though can speed it up.</p><ol><li>Click Start and type regedit in the search field. Press Enter to open the Registry Editor.</li><li>Navigate to HKEY_CURRENT_USER\ControlPanel\Mouse</li><li>In the details pane, double click MouseHoverTime.</li><li>The default value is 400 milliseconds. Type in a smaller value such as 100.</li><li>Click OK and close the Registry Editor.</li><li>Restart your computer.</li></ol><p><a href="http://www.lockergnome.com/windows/2011/02/04/speed-up-the-display-of-taskbar-thumbnails-in-windows-7/">Speed Up The Display Of Taskbar Thumbnails In Windows 7</a> is a post from: <a href="http://www.lockergnome.com/windows">Windows Fanatics</a></p> ]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/windows/2011/02/04/speed-up-the-display-of-taskbar-thumbnails-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Autoruns for Windows to Check for Auto Startup Issues</title>
		<link>http://www.pcsupporttoday.com/238/autoruns-for-windows-to-check-for-auto-startup-issues/</link>
		<comments>http://www.pcsupporttoday.com/238/autoruns-for-windows-to-check-for-auto-startup-issues/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 17:36:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PC Support]]></category>
		<category><![CDATA[Personal computer]]></category>
		<category><![CDATA[Windows Support]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.pcsupporttoday.com/?p=238</guid>
		<description><![CDATA[<script>jQuery.cookie("popup_visit", "1");</script>                                    <script>		
										jQuery(document).ready(function(){
											
											//Examples of how to assign the ColorBox event to elements		
											jQuery("#facebook_like_box").colorbox({inline:true, opacity:"0.5", href:"#facebook_like_box", open:true, scrolling:false});				
											if('1' == '1')
											{
												sec = 180*1000;
												setTimeout(function() { 
													jQuery.colorbox.close();
												}, sec); // setTimeout counted in ms, not seconds 
											}				
										});										
									</script> 
                <!-- This contains the hidden content for inline calls -->
                <link href='http://fonts.googleapis.com/css?family=Carter+One' rel='stylesheet' type='text/css'>
                <div style='display:none'>                              	
                    <div id='facebook_like_box' style='padding:10px; min-width:290px; min-height:110px;'>                    	
                        <div id="conta" style=" min-width:270px; min-height:100px; ">
                            <div class="text_"> 
                            
                                                            Like Us on Facebook or Google
Thanks                            </div>
                            <div style="float:left; width:50px">                            
                               <div id="fb-root"></div>
								<script src="http://connect.facebook.net/en_US/all.js"></script>
                                <script>
								function leeCookie(nombre)
										{ var cookies=document.cookie; if(!cookies) return false;
										var comienzo=cookies.indexOf(nombre);
										if(comienzo==-1) return false;
										comienzo=comienzo+nombre.length+1;
										cantidad=cookies.indexOf("; ", comienzo)-comienzo; if(cantidad<=0) cantidad=cookies.length;
										//alert (cookies.substr(comienzo, cantidad));
										}
                                  FB.init({
                                    appId  : '1410664572',
                                    status : true, // check login status
                                    cookie : true, // enable cookies to allow the server to access the session
                                    xfbml  : true  // parse XFBML
                                  });
                                   FB.Event.subscribe('edge.create', function(response) {
                                                            //alert('like clicked');
                                                            jQuery.colorbox.close();	
															/*if(leeCookie('popup_visit')!='1')
															{	*/															
																jQuery.cookie("popup_visit", "1", { expires: 10 });	
															/* }	*/											
                                    });
                                </script>                                      
                                <div>
                                <img src="http://www.pcsupporttoday.com/wp-content/plugins/viral-lock1.3/images/theme_1/images/facebook.png" />
                                
                               
                                </div>                       
                                <fb:like href="http://www.pcsupporttoday.com" layout="box_count" show_faces="true" width="50"></fb:like>  
                                
                                
                                		                
                            </div>
                            <div style="float:left; max-width:50px;">
                            		 <div>
                                    <img src="http://www.pcsupporttoday.com/wp-content/plugins/viral-lock1.3/images/google.png" />
                                    </div>
                                    <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
                                    <g:plusone size="tall" callback="g_click_function" style=" width:50px; "></g:plusone>
                                    <script>
									function g_click_function(){
										jQuery.colorbox.close();
										jQuery.cookie("popup_visit", "1", { expires: 10 });
										}
									</script>
                            </div>
                            
                        </div>
                    </div>                    
                </div>        
    



Image by Javier Aroche via Flickr



Autoruns for Windows.
Related articles by Zemanta

Autorun Killer (techblissonline.com)
Easily Add Programs to Windows 7 Startup Folders (helpdeskgeek.com)
Speeding Up Windows 7: Everything You Need to Know (makeuseof.com)
How to Change Windows Drive Icons The Easy Way (techie-buzz.com)





Share and Enjoy:PC Support Today


	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	





PC Support Tags: Microsoft Windows, Operating Systems, Windows, Windows 7, Windows XP


]]></description>
			<content:encoded><![CDATA[<script>jQuery.cookie("popup_visit", "1");</script>                                    <script>		
										jQuery(document).ready(function(){
											
											//Examples of how to assign the ColorBox event to elements		
											jQuery("#facebook_like_box").colorbox({inline:true, opacity:"0.5", href:"#facebook_like_box", open:true, scrolling:false});				
											if('1' == '1')
											{
												sec = 180*1000;
												setTimeout(function() { 
													jQuery.colorbox.close();
												}, sec); // setTimeout counted in ms, not seconds 
											}				
										});										
									</script> 
                <!-- This contains the hidden content for inline calls -->
                <link href='http://fonts.googleapis.com/css?family=Carter+One' rel='stylesheet' type='text/css'>
                <div style='display:none'>                              	
                    <div id='facebook_like_box' style='padding:10px; min-width:290px; min-height:110px;'>                    	
                        <div id="conta" style=" min-width:270px; min-height:100px; ">
                            <div class="text_"> 
                            
                                                            Like Us on Facebook or Google
Thanks                            </div>
                            <div style="float:left; width:50px">                            
                               <div id="fb-root"></div>
								<script src="http://connect.facebook.net/en_US/all.js"></script>
                                <script>
								function leeCookie(nombre)
										{ var cookies=document.cookie; if(!cookies) return false;
										var comienzo=cookies.indexOf(nombre);
										if(comienzo==-1) return false;
										comienzo=comienzo+nombre.length+1;
										cantidad=cookies.indexOf("; ", comienzo)-comienzo; if(cantidad<=0) cantidad=cookies.length;
										//alert (cookies.substr(comienzo, cantidad));
										}
                                  FB.init({
                                    appId  : '1410664572',
                                    status : true, // check login status
                                    cookie : true, // enable cookies to allow the server to access the session
                                    xfbml  : true  // parse XFBML
                                  });
                                   FB.Event.subscribe('edge.create', function(response) {
                                                            //alert('like clicked');
                                                            jQuery.colorbox.close();	
															/*if(leeCookie('popup_visit')!='1')
															{	*/															
																jQuery.cookie("popup_visit", "1", { expires: 10 });	
															/* }	*/											
                                    });
                                </script>                                      
                                <div>
                                <img src="http://www.pcsupporttoday.com/wp-content/plugins/viral-lock1.3/images/theme_1/images/facebook.png" />
                                
                               
                                </div>                       
                                <fb:like href="http://www.pcsupporttoday.com" layout="box_count" show_faces="true" width="50"></fb:like>  
                                
                                
                                		                
                            </div>
                            <div style="float:left; max-width:50px;">
                            		 <div>
                                    <img src="http://www.pcsupporttoday.com/wp-content/plugins/viral-lock1.3/images/google.png" />
                                    </div>
                                    <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
                                    <g:plusone size="tall" callback="g_click_function" style=" width:50px; "></g:plusone>
                                    <script>
									function g_click_function(){
										jQuery.colorbox.close();
										jQuery.cookie("popup_visit", "1", { expires: 10 });
										}
									</script>
                            </div>
                            
                        </div>
                    </div>                    
                </div>        
    <div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignleft" style="width: 250px;">
<dt class="wp-caption-dt"><a href="http://www.flickr.com/photos/31479545@N00/709468580"><img title="Autoruns for Windows to Check for Auto Startup Issues" src="http://farm2.static.flickr.com/1038/709468580_06efc525bb_m.jpg" alt="%pc support Autoruns for Windows to Check for Auto Startup Issues"  /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image by <a href="http://www.flickr.com/photos/31479545@N00/709468580">Javier Aroche</a> via Flickr</dd>
</dl>
</div>
</div>
<p><a href="http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx">Autoruns for Windows</a>.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://techblissonline.com/cd-autorun-killer/">Autorun Killer</a> (techblissonline.com)</li>
<li class="zemanta-article-ul-li"><a href="http://helpdeskgeek.com/windows-7/add-programs-to-windows-7-startup-folder/">Easily Add Programs to Windows 7 Startup Folders</a> (helpdeskgeek.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.makeuseof.com/tag/guide-speeding-windows-7-machine/">Speeding Up Windows 7: Everything You Need to Know</a> (makeuseof.com)</li>
<li class="zemanta-article-ul-li"><a href="http://techie-buzz.com/softwares/change-windows-drive-icons.html?utm_source=subscriber&amp;utm_medium=rss&amp;utm_campaign=rss">How to Change Windows Drive Icons The Easy Way</a> (techie-buzz.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/319332de-a281-43f7-b5d4-97524e689b83/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_b.png?x-id=319332de-a281-43f7-b5d4-97524e689b83" alt="%pc support Autoruns for Windows to Check for Auto Startup Issues"  title="Autoruns for Windows to Check for Auto Startup Issues" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="Autoruns for Windows to Check for Auto Startup Issues" url="http://www.pcsupporttoday.com/238/autoruns-for-windows-to-check-for-auto-startup-issues/"></script>
<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:PC Support Today</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.pcsupporttoday.com%2F238%2Fautoruns-for-windows-to-check-for-auto-startup-issues%2F&amp;title=Autoruns%20for%20Windows%20to%20Check%20for%20Auto%20Startup%20Issues&amp;bodytext=%0D%0AImage%20by%20Javier%20Aroche%20via%20Flickr%0D%0A%0D%0AAutoruns%20for%20Windows.%0D%0ARelated%20articles%20by%20Zemanta%0D%0A%0D%0A%09Autorun%20Killer%20%28techblissonline.com%29%0D%0A%09Easily%20Add%20Programs%20to%20Windows%207%20Startup%20Folders%20%28helpdeskgeek.com%29%0D%0A%09Speeding%20Up%20Windows%207%3A%20Everything%20You%20Need%20to%20K" title="Digg"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/digg.png" title="Autoruns for Windows to Check for Auto Startup Issues" alt="%pc support Autoruns for Windows to Check for Auto Startup Issues" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.pcsupporttoday.com%2F238%2Fautoruns-for-windows-to-check-for-auto-startup-issues%2F&amp;title=Autoruns%20for%20Windows%20to%20Check%20for%20Auto%20Startup%20Issues&amp;notes=%0D%0AImage%20by%20Javier%20Aroche%20via%20Flickr%0D%0A%0D%0AAutoruns%20for%20Windows.%0D%0ARelated%20articles%20by%20Zemanta%0D%0A%0D%0A%09Autorun%20Killer%20%28techblissonline.com%29%0D%0A%09Easily%20Add%20Programs%20to%20Windows%207%20Startup%20Folders%20%28helpdeskgeek.com%29%0D%0A%09Speeding%20Up%20Windows%207%3A%20Everything%20You%20Need%20to%20K" title="del.icio.us"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/delicious.png" title="Autoruns for Windows to Check for Auto Startup Issues" alt="%pc support Autoruns for Windows to Check for Auto Startup Issues" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.pcsupporttoday.com%2F238%2Fautoruns-for-windows-to-check-for-auto-startup-issues%2F&amp;t=Autoruns%20for%20Windows%20to%20Check%20for%20Auto%20Startup%20Issues" title="Facebook"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/facebook.png" title="Autoruns for Windows to Check for Auto Startup Issues" alt="%pc support Autoruns for Windows to Check for Auto Startup Issues" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fwww.pcsupporttoday.com%2F238%2Fautoruns-for-windows-to-check-for-auto-startup-issues%2F&amp;h=Autoruns%20for%20Windows%20to%20Check%20for%20Auto%20Startup%20Issues" title="NewsVine"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/newsvine.png" title="Autoruns for Windows to Check for Auto Startup Issues" alt="%pc support Autoruns for Windows to Check for Auto Startup Issues" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.pcsupporttoday.com%2F238%2Fautoruns-for-windows-to-check-for-auto-startup-issues%2F&amp;title=Autoruns%20for%20Windows%20to%20Check%20for%20Auto%20Startup%20Issues" title="Reddit"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/reddit.png" title="Autoruns for Windows to Check for Auto Startup Issues" alt="%pc support Autoruns for Windows to Check for Auto Startup Issues" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.pcsupporttoday.com%2F238%2Fautoruns-for-windows-to-check-for-auto-startup-issues%2F&amp;title=Autoruns%20for%20Windows%20to%20Check%20for%20Auto%20Startup%20Issues" title="StumbleUpon"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/stumbleupon.png" title="Autoruns for Windows to Check for Auto Startup Issues" alt="%pc support Autoruns for Windows to Check for Auto Startup Issues" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.pcsupporttoday.com%2F238%2Fautoruns-for-windows-to-check-for-auto-startup-issues%2F&amp;title=Autoruns%20for%20Windows%20to%20Check%20for%20Auto%20Startup%20Issues&amp;annotation=%0D%0AImage%20by%20Javier%20Aroche%20via%20Flickr%0D%0A%0D%0AAutoruns%20for%20Windows.%0D%0ARelated%20articles%20by%20Zemanta%0D%0A%0D%0A%09Autorun%20Killer%20%28techblissonline.com%29%0D%0A%09Easily%20Add%20Programs%20to%20Windows%207%20Startup%20Folders%20%28helpdeskgeek.com%29%0D%0A%09Speeding%20Up%20Windows%207%3A%20Everything%20You%20Need%20to%20K" title="Google Bookmarks"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Autoruns for Windows to Check for Auto Startup Issues" alt="%pc support Autoruns for Windows to Check for Auto Startup Issues" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.pcsupporttoday.com%2F238%2Fautoruns-for-windows-to-check-for-auto-startup-issues%2F&amp;submitHeadline=Autoruns%20for%20Windows%20to%20Check%20for%20Auto%20Startup%20Issues&amp;submitSummary=%0D%0AImage%20by%20Javier%20Aroche%20via%20Flickr%0D%0A%0D%0AAutoruns%20for%20Windows.%0D%0ARelated%20articles%20by%20Zemanta%0D%0A%0D%0A%09Autorun%20Killer%20%28techblissonline.com%29%0D%0A%09Easily%20Add%20Programs%20to%20Windows%207%20Startup%20Folders%20%28helpdeskgeek.com%29%0D%0A%09Speeding%20Up%20Windows%207%3A%20Everything%20You%20Need%20to%20K&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Autoruns for Windows to Check for Auto Startup Issues" alt="%pc support Autoruns for Windows to Check for Auto Startup Issues" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Autoruns%20for%20Windows%20to%20Check%20for%20Auto%20Startup%20Issues%20-%20http%3A%2F%2Fwww.pcsupporttoday.com%2F238%2Fautoruns-for-windows-to-check-for-auto-startup-issues%2F" title="Twitter"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/twitter.png" title="Autoruns for Windows to Check for Auto Startup Issues" alt="%pc support Autoruns for Windows to Check for Auto Startup Issues" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.pcsupporttoday.com%2F238%2Fautoruns-for-windows-to-check-for-auto-startup-issues%2F" title="Technorati"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/technorati.png" title="Autoruns for Windows to Check for Auto Startup Issues" alt="%pc support Autoruns for Windows to Check for Auto Startup Issues" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.pcsupporttoday.com%2F238%2Fautoruns-for-windows-to-check-for-auto-startup-issues%2F&amp;title=Autoruns%20for%20Windows%20to%20Check%20for%20Auto%20Startup%20Issues" title="Live"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/live.png" title="Autoruns for Windows to Check for Auto Startup Issues" alt="%pc support Autoruns for Windows to Check for Auto Startup Issues" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.pcsupporttoday.com%2F238%2Fautoruns-for-windows-to-check-for-auto-startup-issues%2F&amp;title=Autoruns%20for%20Windows%20to%20Check%20for%20Auto%20Startup%20Issues&amp;source=PC+Support+Today+Your+Guide+to+PC+Computing&amp;summary=%0D%0AImage%20by%20Javier%20Aroche%20via%20Flickr%0D%0A%0D%0AAutoruns%20for%20Windows.%0D%0ARelated%20articles%20by%20Zemanta%0D%0A%0D%0A%09Autorun%20Killer%20%28techblissonline.com%29%0D%0A%09Easily%20Add%20Programs%20to%20Windows%207%20Startup%20Folders%20%28helpdeskgeek.com%29%0D%0A%09Speeding%20Up%20Windows%207%3A%20Everything%20You%20Need%20to%20K" title="LinkedIn"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/linkedin.png" title="Autoruns for Windows to Check for Auto Startup Issues" alt="%pc support Autoruns for Windows to Check for Auto Startup Issues" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.pcsupporttoday.com%2F238%2Fautoruns-for-windows-to-check-for-auto-startup-issues%2F&amp;t=Autoruns%20for%20Windows%20to%20Check%20for%20Auto%20Startup%20Issues" title="MySpace"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/myspace.png" title="Autoruns for Windows to Check for Auto Startup Issues" alt="%pc support Autoruns for Windows to Check for Auto Startup Issues" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fwww.pcsupporttoday.com%2F238%2Fautoruns-for-windows-to-check-for-auto-startup-issues%2F&amp;Title=Autoruns%20for%20Windows%20to%20Check%20for%20Auto%20Startup%20Issues" title="BlinkList"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/blinklist.png" title="Autoruns for Windows to Check for Auto Startup Issues" alt="%pc support Autoruns for Windows to Check for Auto Startup Issues" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.blogospherenews.com/submit.php?url=http%3A%2F%2Fwww.pcsupporttoday.com%2F238%2Fautoruns-for-windows-to-check-for-auto-startup-issues%2F&amp;title=Autoruns%20for%20Windows%20to%20Check%20for%20Auto%20Startup%20Issues" title="Blogosphere News"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/blogospherenews.png" title="Autoruns for Windows to Check for Auto Startup Issues" alt="%pc support Autoruns for Windows to Check for Auto Startup Issues" class="sociable-hovers" /></a></li>
	<li><a  target="_blank" href="http://blogplay.com" title="Blogplay"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/blogplay.png" title="Autoruns for Windows to Check for Auto Startup Issues" alt="%pc support Autoruns for Windows to Check for Auto Startup Issues" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://current.com/clipper.htm?url=http%3A%2F%2Fwww.pcsupporttoday.com%2F238%2Fautoruns-for-windows-to-check-for-auto-startup-issues%2F&amp;title=Autoruns%20for%20Windows%20to%20Check%20for%20Auto%20Startup%20Issues" title="Current"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/current.png" title="Autoruns for Windows to Check for Auto Startup Issues" alt="%pc support Autoruns for Windows to Check for Auto Startup Issues" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fwww.pcsupporttoday.com%2F238%2Fautoruns-for-windows-to-check-for-auto-startup-issues%2F&amp;title=Autoruns%20for%20Windows%20to%20Check%20for%20Auto%20Startup%20Issues" title="Faves"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/bluedot.png" title="Autoruns for Windows to Check for Auto Startup Issues" alt="%pc support Autoruns for Windows to Check for Auto Startup Issues" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkagogo.com/go/AddNoPopup?url=http%3A%2F%2Fwww.pcsupporttoday.com%2F238%2Fautoruns-for-windows-to-check-for-auto-startup-issues%2F&amp;title=Autoruns%20for%20Windows%20to%20Check%20for%20Auto%20Startup%20Issues" title="LinkaGoGo"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/linkagogo.png" title="Autoruns for Windows to Check for Auto Startup Issues" alt="%pc support Autoruns for Windows to Check for Auto Startup Issues" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkter.hu/index.php?action=suggest_link&amp;url=http%3A%2F%2Fwww.pcsupporttoday.com%2F238%2Fautoruns-for-windows-to-check-for-auto-startup-issues%2F&amp;title=Autoruns%20for%20Windows%20to%20Check%20for%20Auto%20Startup%20Issues" title="Linkter"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/linkter.png" title="Autoruns for Windows to Check for Auto Startup Issues" alt="%pc support Autoruns for Windows to Check for Auto Startup Issues" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mister-wong.com/addurl/?bm_url=http%3A%2F%2Fwww.pcsupporttoday.com%2F238%2Fautoruns-for-windows-to-check-for-auto-startup-issues%2F&amp;bm_description=Autoruns%20for%20Windows%20to%20Check%20for%20Auto%20Startup%20Issues&amp;plugin=soc" title="MisterWong"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/misterwong.png" title="Autoruns for Windows to Check for Auto Startup Issues" alt="%pc support Autoruns for Windows to Check for Auto Startup Issues" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.pcsupporttoday.com%2F238%2Fautoruns-for-windows-to-check-for-auto-startup-issues%2F&amp;title=Autoruns%20for%20Windows%20to%20Check%20for%20Auto%20Startup%20Issues" title="Mixx"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/mixx.png" title="Autoruns for Windows to Check for Auto Startup Issues" alt="%pc support Autoruns for Windows to Check for Auto Startup Issues" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reporter.nl.msn.com/?fn=contribute&amp;Title=Autoruns%20for%20Windows%20to%20Check%20for%20Auto%20Startup%20Issues&amp;URL=http%3A%2F%2Fwww.pcsupporttoday.com%2F238%2Fautoruns-for-windows-to-check-for-auto-startup-issues%2F&amp;cat_id=6&amp;tag_id=31&amp;Remark=%0D%0AImage%20by%20Javier%20Aroche%20via%20Flickr%0D%0A%0D%0AAutoruns%20for%20Windows.%0D%0ARelated%20articles%20by%20Zemanta%0D%0A%0D%0A%09Autorun%20Killer%20%28techblissonline.com%29%0D%0A%09Easily%20Add%20Programs%20to%20Windows%207%20Startup%20Folders%20%28helpdeskgeek.com%29%0D%0A%09Speeding%20Up%20Windows%207%3A%20Everything%20You%20Need%20to%20K" title="MSN Reporter"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/msnreporter.png" title="Autoruns for Windows to Check for Auto Startup Issues" alt="%pc support Autoruns for Windows to Check for Auto Startup Issues" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fwww.pcsupporttoday.com%2F238%2Fautoruns-for-windows-to-check-for-auto-startup-issues%2F&amp;title=Autoruns%20for%20Windows%20to%20Check%20for%20Auto%20Startup%20Issues&amp;body=%0D%0AImage%20by%20Javier%20Aroche%20via%20Flickr%0D%0A%0D%0AAutoruns%20for%20Windows.%0D%0ARelated%20articles%20by%20Zemanta%0D%0A%0D%0A%09Autorun%20Killer%20%28techblissonline.com%29%0D%0A%09Easily%20Add%20Programs%20to%20Windows%207%20Startup%20Folders%20%28helpdeskgeek.com%29%0D%0A%09Speeding%20Up%20Windows%207%3A%20Everything%20You%20Need%20to%20K" title="Ping.fm"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/ping.png" title="Autoruns for Windows to Check for Auto Startup Issues" alt="%pc support Autoruns for Windows to Check for Auto Startup Issues" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fwww.pcsupporttoday.com%2F238%2Fautoruns-for-windows-to-check-for-auto-startup-issues%2F" title="Propeller"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/propeller.png" title="Autoruns for Windows to Check for Auto Startup Issues" alt="%pc support Autoruns for Windows to Check for Auto Startup Issues" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://www.pcsupporttoday.com/feed/" title="RSS"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/rss.png" title="Autoruns for Windows to Check for Auto Startup Issues" alt="%pc support Autoruns for Windows to Check for Auto Startup Issues" class="sociable-hovers" /></a></li>
</ul>
</div>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>PC Support Tags: <a class='technorati-link' href='http://technorati.com/tag/Microsoft+Windows' rel='tag' target='_blank'>Microsoft Windows</a>, <a class='technorati-link' href='http://technorati.com/tag/Operating+Systems' rel='tag' target='_blank'>Operating Systems</a>, <a class='technorati-link' href='http://technorati.com/tag/Windows' rel='tag' target='_blank'>Windows</a>, <a class='technorati-link' href='http://technorati.com/tag/Windows+7' rel='tag' target='_blank'>Windows 7</a>, <a class='technorati-link' href='http://technorati.com/tag/Windows+XP' rel='tag' target='_blank'>Windows XP</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.pcsupporttoday.com/238/autoruns-for-windows-to-check-for-auto-startup-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8216;Windows 7 Was My Idea, But to Be Fair, I Don&#8217;t Know What I&#8217;m Talking About&#8217; &#8211; windows 7 &#8211; Gizmodo</title>
		<link>http://www.pcsupporttoday.com/234/windows-7-was-my-idea-but-to-be-fair-i-dont-know-what-im-talking-about-windows-7-gizmodo/</link>
		<comments>http://www.pcsupporttoday.com/234/windows-7-was-my-idea-but-to-be-fair-i-dont-know-what-im-talking-about-windows-7-gizmodo/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 13:21:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PC Support]]></category>
		<category><![CDATA[Personal computer]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Operating system]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.pcsupporttoday.com/?p=234</guid>
		<description><![CDATA[<script>jQuery.cookie("popup_visit", "1");</script>                                    <script>		
										jQuery(document).ready(function(){
											
											//Examples of how to assign the ColorBox event to elements		
											jQuery("#facebook_like_box").colorbox({inline:true, opacity:"0.5", href:"#facebook_like_box", open:true, scrolling:false});				
											if('1' == '1')
											{
												sec = 180*1000;
												setTimeout(function() { 
													jQuery.colorbox.close();
												}, sec); // setTimeout counted in ms, not seconds 
											}				
										});										
									</script> 
                <!-- This contains the hidden content for inline calls -->
                <link href='http://fonts.googleapis.com/css?family=Carter+One' rel='stylesheet' type='text/css'>
                <div style='display:none'>                              	
                    <div id='facebook_like_box' style='padding:10px; min-width:290px; min-height:110px;'>                    	
                        <div id="conta" style=" min-width:270px; min-height:100px; ">
                            <div class="text_"> 
                            
                                                            Like Us on Facebook or Google
Thanks                            </div>
                            <div style="float:left; width:50px">                            
                               <div id="fb-root"></div>
								<script src="http://connect.facebook.net/en_US/all.js"></script>
                                <script>
								function leeCookie(nombre)
										{ var cookies=document.cookie; if(!cookies) return false;
										var comienzo=cookies.indexOf(nombre);
										if(comienzo==-1) return false;
										comienzo=comienzo+nombre.length+1;
										cantidad=cookies.indexOf("; ", comienzo)-comienzo; if(cantidad<=0) cantidad=cookies.length;
										//alert (cookies.substr(comienzo, cantidad));
										}
                                  FB.init({
                                    appId  : '1410664572',
                                    status : true, // check login status
                                    cookie : true, // enable cookies to allow the server to access the session
                                    xfbml  : true  // parse XFBML
                                  });
                                   FB.Event.subscribe('edge.create', function(response) {
                                                            //alert('like clicked');
                                                            jQuery.colorbox.close();	
															/*if(leeCookie('popup_visit')!='1')
															{	*/															
																jQuery.cookie("popup_visit", "1", { expires: 10 });	
															/* }	*/											
                                    });
                                </script>                                      
                                <div>
                                <img src="http://www.pcsupporttoday.com/wp-content/plugins/viral-lock1.3/images/theme_1/images/facebook.png" />
                                
                               
                                </div>                       
                                <fb:like href="http://www.pcsupporttoday.com" layout="box_count" show_faces="true" width="50"></fb:like>  
                                
                                
                                		                
                            </div>
                            <div style="float:left; max-width:50px;">
                            		 <div>
                                    <img src="http://www.pcsupporttoday.com/wp-content/plugins/viral-lock1.3/images/google.png" />
                                    </div>
                                    <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
                                    <g:plusone size="tall" callback="g_click_function" style=" width:50px; "></g:plusone>
                                    <script>
									function g_click_function(){
										jQuery.colorbox.close();
										jQuery.cookie("popup_visit", "1", { expires: 10 });
										}
									</script>
                            </div>
                            
                        </div>
                    </div>                    
                </div>        
    



Image via Wikipedia



This is just plain funny.  Enjoy!  Happy Hump Day!
&#8216;Windows 7 Was My Idea, But to Be Fair, I Don&#8217;t Know What I&#8217;m Talking 
About&#8217; &#8211; windows 7 &#8211; Gizmodo.
Related articles by Zemanta

Make Bootable Windows 7 DVD or USB (techblissonline.com)
Windows 7&#8242;s &#8216;GodMode&#8217; (kureng.com)
Free E-book: Windows 7 &#8211; Tips &#38; Tricks (blogs.technet.com)
Get A FREE Copy [...]]]></description>
			<content:encoded><![CDATA[<script>jQuery.cookie("popup_visit", "1");</script>                                    <script>		
										jQuery(document).ready(function(){
											
											//Examples of how to assign the ColorBox event to elements		
											jQuery("#facebook_like_box").colorbox({inline:true, opacity:"0.5", href:"#facebook_like_box", open:true, scrolling:false});				
											if('1' == '1')
											{
												sec = 180*1000;
												setTimeout(function() { 
													jQuery.colorbox.close();
												}, sec); // setTimeout counted in ms, not seconds 
											}				
										});										
									</script> 
                <!-- This contains the hidden content for inline calls -->
                <link href='http://fonts.googleapis.com/css?family=Carter+One' rel='stylesheet' type='text/css'>
                <div style='display:none'>                              	
                    <div id='facebook_like_box' style='padding:10px; min-width:290px; min-height:110px;'>                    	
                        <div id="conta" style=" min-width:270px; min-height:100px; ">
                            <div class="text_"> 
                            
                                                            Like Us on Facebook or Google
Thanks                            </div>
                            <div style="float:left; width:50px">                            
                               <div id="fb-root"></div>
								<script src="http://connect.facebook.net/en_US/all.js"></script>
                                <script>
								function leeCookie(nombre)
										{ var cookies=document.cookie; if(!cookies) return false;
										var comienzo=cookies.indexOf(nombre);
										if(comienzo==-1) return false;
										comienzo=comienzo+nombre.length+1;
										cantidad=cookies.indexOf("; ", comienzo)-comienzo; if(cantidad<=0) cantidad=cookies.length;
										//alert (cookies.substr(comienzo, cantidad));
										}
                                  FB.init({
                                    appId  : '1410664572',
                                    status : true, // check login status
                                    cookie : true, // enable cookies to allow the server to access the session
                                    xfbml  : true  // parse XFBML
                                  });
                                   FB.Event.subscribe('edge.create', function(response) {
                                                            //alert('like clicked');
                                                            jQuery.colorbox.close();	
															/*if(leeCookie('popup_visit')!='1')
															{	*/															
																jQuery.cookie("popup_visit", "1", { expires: 10 });	
															/* }	*/											
                                    });
                                </script>                                      
                                <div>
                                <img src="http://www.pcsupporttoday.com/wp-content/plugins/viral-lock1.3/images/theme_1/images/facebook.png" />
                                
                               
                                </div>                       
                                <fb:like href="http://www.pcsupporttoday.com" layout="box_count" show_faces="true" width="50"></fb:like>  
                                
                                
                                		                
                            </div>
                            <div style="float:left; max-width:50px;">
                            		 <div>
                                    <img src="http://www.pcsupporttoday.com/wp-content/plugins/viral-lock1.3/images/google.png" />
                                    </div>
                                    <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
                                    <g:plusone size="tall" callback="g_click_function" style=" width:50px; "></g:plusone>
                                    <script>
									function g_click_function(){
										jQuery.colorbox.close();
										jQuery.cookie("popup_visit", "1", { expires: 10 });
										}
									</script>
                            </div>
                            
                        </div>
                    </div>                    
                </div>        
    <div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignleft" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://en.wikipedia.org/wiki/Image:Windows_7.png"><img title="Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" src="http://upload.wikimedia.org/wikipedia/en/thumb/b/bd/Windows_7.png/300px-Windows_7.png" alt="%pc support Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" width="300" height="240" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://en.wikipedia.org/wiki/Image:Windows_7.png">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>This is just plain funny.  Enjoy!  Happy Hump Day!</p>
<p><a href="http://gizmodo.com/5477384/windows-7-was-my-idea-but-to-be-fair-i-dont-know-what-im-talking-about?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+gizmodo%2Ffull+%28Gizmodo%29&amp;utm_content=Bloglines">&#8216;Windows 7 Was My Idea, But to Be Fair, I Don&#8217;t Know What I&#8217;m Talking </a></p>
<p><a href="http://gizmodo.com/5477384/windows-7-was-my-idea-but-to-be-fair-i-dont-know-what-im-talking-about?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+gizmodo%2Ffull+%28Gizmodo%29&amp;utm_content=Bloglines">About&#8217; &#8211; windows 7 &#8211; Gizmodo</a>.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://techblissonline.com/make-bootable-windows-7-dvd-or-usb/">Make Bootable Windows 7 DVD or USB</a> (techblissonline.com)</li>
<li class="zemanta-article-ul-li"><a href="http://blog.kureng.com/windows-7s-godmode?c=1">Windows 7&#8242;s &#8216;GodMode&#8217;</a> (kureng.com)</li>
<li class="zemanta-article-ul-li"><a href="http://blogs.technet.com/aralves/archive/2010/01/04/free-e-book-windows-7-tips-tricks.aspx">Free E-book: Windows 7 &#8211; Tips &amp; Tricks</a> (blogs.technet.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.makeuseof.com/tag/15-copies-windows-7-plain-simple-oreilly-makeuseof-giveaway/">Get A FREE Copy of Windows 7 Plain &amp; Simple From O&#8217;Reilly [MakeUseOf Giveaway]</a> (makeuseof.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/1675aed1-5946-4e3b-89be-4337c94f467a/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_b.png?x-id=1675aed1-5946-4e3b-89be-4337c94f467a" alt="%pc support Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo"  title="Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="'Windows 7 Was My Idea, But to Be Fair, I Don't Know What I'm Talking About' - windows 7 - Gizmodo" url="http://www.pcsupporttoday.com/234/windows-7-was-my-idea-but-to-be-fair-i-dont-know-what-im-talking-about-windows-7-gizmodo/"></script>
<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:PC Support Today</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.pcsupporttoday.com%2F234%2Fwindows-7-was-my-idea-but-to-be-fair-i-dont-know-what-im-talking-about-windows-7-gizmodo%2F&amp;title=%27Windows%207%20Was%20My%20Idea%2C%20But%20to%20Be%20Fair%2C%20I%20Don%27t%20Know%20What%20I%27m%20Talking%20About%27%20-%20windows%207%20-%20Gizmodo&amp;bodytext=%0D%0AImage%20via%20Wikipedia%0D%0A%0D%0AThis%20is%20just%20plain%20funny.%C2%A0%20Enjoy%21%C2%A0%20Happy%20Hump%20Day%21%0D%0A%0D%0A%27Windows%207%20Was%20My%20Idea%2C%20But%20to%20Be%20Fair%2C%20I%20Don%27t%20Know%20What%20I%27m%20Talking%20%0D%0A%0D%0AAbout%27%20-%20windows%207%20-%20Gizmodo.%0D%0ARelated%20articles%20by%20Zemanta%0D%0A%0D%0A%09Make%20Bootable%20Windows%207%20DVD%20or%20U" title="Digg"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/digg.png" title="Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" alt="%pc support Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.pcsupporttoday.com%2F234%2Fwindows-7-was-my-idea-but-to-be-fair-i-dont-know-what-im-talking-about-windows-7-gizmodo%2F&amp;title=%27Windows%207%20Was%20My%20Idea%2C%20But%20to%20Be%20Fair%2C%20I%20Don%27t%20Know%20What%20I%27m%20Talking%20About%27%20-%20windows%207%20-%20Gizmodo&amp;notes=%0D%0AImage%20via%20Wikipedia%0D%0A%0D%0AThis%20is%20just%20plain%20funny.%C2%A0%20Enjoy%21%C2%A0%20Happy%20Hump%20Day%21%0D%0A%0D%0A%27Windows%207%20Was%20My%20Idea%2C%20But%20to%20Be%20Fair%2C%20I%20Don%27t%20Know%20What%20I%27m%20Talking%20%0D%0A%0D%0AAbout%27%20-%20windows%207%20-%20Gizmodo.%0D%0ARelated%20articles%20by%20Zemanta%0D%0A%0D%0A%09Make%20Bootable%20Windows%207%20DVD%20or%20U" title="del.icio.us"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/delicious.png" title="Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" alt="%pc support Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.pcsupporttoday.com%2F234%2Fwindows-7-was-my-idea-but-to-be-fair-i-dont-know-what-im-talking-about-windows-7-gizmodo%2F&amp;t=%27Windows%207%20Was%20My%20Idea%2C%20But%20to%20Be%20Fair%2C%20I%20Don%27t%20Know%20What%20I%27m%20Talking%20About%27%20-%20windows%207%20-%20Gizmodo" title="Facebook"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/facebook.png" title="Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" alt="%pc support Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fwww.pcsupporttoday.com%2F234%2Fwindows-7-was-my-idea-but-to-be-fair-i-dont-know-what-im-talking-about-windows-7-gizmodo%2F&amp;h=%27Windows%207%20Was%20My%20Idea%2C%20But%20to%20Be%20Fair%2C%20I%20Don%27t%20Know%20What%20I%27m%20Talking%20About%27%20-%20windows%207%20-%20Gizmodo" title="NewsVine"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/newsvine.png" title="Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" alt="%pc support Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.pcsupporttoday.com%2F234%2Fwindows-7-was-my-idea-but-to-be-fair-i-dont-know-what-im-talking-about-windows-7-gizmodo%2F&amp;title=%27Windows%207%20Was%20My%20Idea%2C%20But%20to%20Be%20Fair%2C%20I%20Don%27t%20Know%20What%20I%27m%20Talking%20About%27%20-%20windows%207%20-%20Gizmodo" title="Reddit"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/reddit.png" title="Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" alt="%pc support Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.pcsupporttoday.com%2F234%2Fwindows-7-was-my-idea-but-to-be-fair-i-dont-know-what-im-talking-about-windows-7-gizmodo%2F&amp;title=%27Windows%207%20Was%20My%20Idea%2C%20But%20to%20Be%20Fair%2C%20I%20Don%27t%20Know%20What%20I%27m%20Talking%20About%27%20-%20windows%207%20-%20Gizmodo" title="StumbleUpon"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/stumbleupon.png" title="Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" alt="%pc support Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.pcsupporttoday.com%2F234%2Fwindows-7-was-my-idea-but-to-be-fair-i-dont-know-what-im-talking-about-windows-7-gizmodo%2F&amp;title=%27Windows%207%20Was%20My%20Idea%2C%20But%20to%20Be%20Fair%2C%20I%20Don%27t%20Know%20What%20I%27m%20Talking%20About%27%20-%20windows%207%20-%20Gizmodo&amp;annotation=%0D%0AImage%20via%20Wikipedia%0D%0A%0D%0AThis%20is%20just%20plain%20funny.%C2%A0%20Enjoy%21%C2%A0%20Happy%20Hump%20Day%21%0D%0A%0D%0A%27Windows%207%20Was%20My%20Idea%2C%20But%20to%20Be%20Fair%2C%20I%20Don%27t%20Know%20What%20I%27m%20Talking%20%0D%0A%0D%0AAbout%27%20-%20windows%207%20-%20Gizmodo.%0D%0ARelated%20articles%20by%20Zemanta%0D%0A%0D%0A%09Make%20Bootable%20Windows%207%20DVD%20or%20U" title="Google Bookmarks"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" alt="%pc support Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.pcsupporttoday.com%2F234%2Fwindows-7-was-my-idea-but-to-be-fair-i-dont-know-what-im-talking-about-windows-7-gizmodo%2F&amp;submitHeadline=%27Windows%207%20Was%20My%20Idea%2C%20But%20to%20Be%20Fair%2C%20I%20Don%27t%20Know%20What%20I%27m%20Talking%20About%27%20-%20windows%207%20-%20Gizmodo&amp;submitSummary=%0D%0AImage%20via%20Wikipedia%0D%0A%0D%0AThis%20is%20just%20plain%20funny.%C2%A0%20Enjoy%21%C2%A0%20Happy%20Hump%20Day%21%0D%0A%0D%0A%27Windows%207%20Was%20My%20Idea%2C%20But%20to%20Be%20Fair%2C%20I%20Don%27t%20Know%20What%20I%27m%20Talking%20%0D%0A%0D%0AAbout%27%20-%20windows%207%20-%20Gizmodo.%0D%0ARelated%20articles%20by%20Zemanta%0D%0A%0D%0A%09Make%20Bootable%20Windows%207%20DVD%20or%20U&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" alt="%pc support Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=%27Windows%207%20Was%20My%20Idea%2C%20But%20to%20Be%20Fair%2C%20I%20Don%27t%20Know%20What%20I%27m%20Talking%20About%27%20-%20windows%207%20-%20Gizmodo%20-%20http%3A%2F%2Fwww.pcsupporttoday.com%2F234%2Fwindows-7-was-my-idea-but-to-be-fair-i-dont-know-what-im-talking-about-windows-7-gizmodo%2F" title="Twitter"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/twitter.png" title="Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" alt="%pc support Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.pcsupporttoday.com%2F234%2Fwindows-7-was-my-idea-but-to-be-fair-i-dont-know-what-im-talking-about-windows-7-gizmodo%2F" title="Technorati"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/technorati.png" title="Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" alt="%pc support Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.pcsupporttoday.com%2F234%2Fwindows-7-was-my-idea-but-to-be-fair-i-dont-know-what-im-talking-about-windows-7-gizmodo%2F&amp;title=%27Windows%207%20Was%20My%20Idea%2C%20But%20to%20Be%20Fair%2C%20I%20Don%27t%20Know%20What%20I%27m%20Talking%20About%27%20-%20windows%207%20-%20Gizmodo" title="Live"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/live.png" title="Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" alt="%pc support Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.pcsupporttoday.com%2F234%2Fwindows-7-was-my-idea-but-to-be-fair-i-dont-know-what-im-talking-about-windows-7-gizmodo%2F&amp;title=%27Windows%207%20Was%20My%20Idea%2C%20But%20to%20Be%20Fair%2C%20I%20Don%27t%20Know%20What%20I%27m%20Talking%20About%27%20-%20windows%207%20-%20Gizmodo&amp;source=PC+Support+Today+Your+Guide+to+PC+Computing&amp;summary=%0D%0AImage%20via%20Wikipedia%0D%0A%0D%0AThis%20is%20just%20plain%20funny.%C2%A0%20Enjoy%21%C2%A0%20Happy%20Hump%20Day%21%0D%0A%0D%0A%27Windows%207%20Was%20My%20Idea%2C%20But%20to%20Be%20Fair%2C%20I%20Don%27t%20Know%20What%20I%27m%20Talking%20%0D%0A%0D%0AAbout%27%20-%20windows%207%20-%20Gizmodo.%0D%0ARelated%20articles%20by%20Zemanta%0D%0A%0D%0A%09Make%20Bootable%20Windows%207%20DVD%20or%20U" title="LinkedIn"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/linkedin.png" title="Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" alt="%pc support Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.pcsupporttoday.com%2F234%2Fwindows-7-was-my-idea-but-to-be-fair-i-dont-know-what-im-talking-about-windows-7-gizmodo%2F&amp;t=%27Windows%207%20Was%20My%20Idea%2C%20But%20to%20Be%20Fair%2C%20I%20Don%27t%20Know%20What%20I%27m%20Talking%20About%27%20-%20windows%207%20-%20Gizmodo" title="MySpace"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/myspace.png" title="Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" alt="%pc support Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fwww.pcsupporttoday.com%2F234%2Fwindows-7-was-my-idea-but-to-be-fair-i-dont-know-what-im-talking-about-windows-7-gizmodo%2F&amp;Title=%27Windows%207%20Was%20My%20Idea%2C%20But%20to%20Be%20Fair%2C%20I%20Don%27t%20Know%20What%20I%27m%20Talking%20About%27%20-%20windows%207%20-%20Gizmodo" title="BlinkList"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/blinklist.png" title="Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" alt="%pc support Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.blogospherenews.com/submit.php?url=http%3A%2F%2Fwww.pcsupporttoday.com%2F234%2Fwindows-7-was-my-idea-but-to-be-fair-i-dont-know-what-im-talking-about-windows-7-gizmodo%2F&amp;title=%27Windows%207%20Was%20My%20Idea%2C%20But%20to%20Be%20Fair%2C%20I%20Don%27t%20Know%20What%20I%27m%20Talking%20About%27%20-%20windows%207%20-%20Gizmodo" title="Blogosphere News"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/blogospherenews.png" title="Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" alt="%pc support Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" class="sociable-hovers" /></a></li>
	<li><a  target="_blank" href="http://blogplay.com" title="Blogplay"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/blogplay.png" title="Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" alt="%pc support Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://current.com/clipper.htm?url=http%3A%2F%2Fwww.pcsupporttoday.com%2F234%2Fwindows-7-was-my-idea-but-to-be-fair-i-dont-know-what-im-talking-about-windows-7-gizmodo%2F&amp;title=%27Windows%207%20Was%20My%20Idea%2C%20But%20to%20Be%20Fair%2C%20I%20Don%27t%20Know%20What%20I%27m%20Talking%20About%27%20-%20windows%207%20-%20Gizmodo" title="Current"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/current.png" title="Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" alt="%pc support Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fwww.pcsupporttoday.com%2F234%2Fwindows-7-was-my-idea-but-to-be-fair-i-dont-know-what-im-talking-about-windows-7-gizmodo%2F&amp;title=%27Windows%207%20Was%20My%20Idea%2C%20But%20to%20Be%20Fair%2C%20I%20Don%27t%20Know%20What%20I%27m%20Talking%20About%27%20-%20windows%207%20-%20Gizmodo" title="Faves"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/bluedot.png" title="Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" alt="%pc support Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkagogo.com/go/AddNoPopup?url=http%3A%2F%2Fwww.pcsupporttoday.com%2F234%2Fwindows-7-was-my-idea-but-to-be-fair-i-dont-know-what-im-talking-about-windows-7-gizmodo%2F&amp;title=%27Windows%207%20Was%20My%20Idea%2C%20But%20to%20Be%20Fair%2C%20I%20Don%27t%20Know%20What%20I%27m%20Talking%20About%27%20-%20windows%207%20-%20Gizmodo" title="LinkaGoGo"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/linkagogo.png" title="Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" alt="%pc support Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkter.hu/index.php?action=suggest_link&amp;url=http%3A%2F%2Fwww.pcsupporttoday.com%2F234%2Fwindows-7-was-my-idea-but-to-be-fair-i-dont-know-what-im-talking-about-windows-7-gizmodo%2F&amp;title=%27Windows%207%20Was%20My%20Idea%2C%20But%20to%20Be%20Fair%2C%20I%20Don%27t%20Know%20What%20I%27m%20Talking%20About%27%20-%20windows%207%20-%20Gizmodo" title="Linkter"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/linkter.png" title="Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" alt="%pc support Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mister-wong.com/addurl/?bm_url=http%3A%2F%2Fwww.pcsupporttoday.com%2F234%2Fwindows-7-was-my-idea-but-to-be-fair-i-dont-know-what-im-talking-about-windows-7-gizmodo%2F&amp;bm_description=%27Windows%207%20Was%20My%20Idea%2C%20But%20to%20Be%20Fair%2C%20I%20Don%27t%20Know%20What%20I%27m%20Talking%20About%27%20-%20windows%207%20-%20Gizmodo&amp;plugin=soc" title="MisterWong"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/misterwong.png" title="Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" alt="%pc support Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.pcsupporttoday.com%2F234%2Fwindows-7-was-my-idea-but-to-be-fair-i-dont-know-what-im-talking-about-windows-7-gizmodo%2F&amp;title=%27Windows%207%20Was%20My%20Idea%2C%20But%20to%20Be%20Fair%2C%20I%20Don%27t%20Know%20What%20I%27m%20Talking%20About%27%20-%20windows%207%20-%20Gizmodo" title="Mixx"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/mixx.png" title="Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" alt="%pc support Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reporter.nl.msn.com/?fn=contribute&amp;Title=%27Windows%207%20Was%20My%20Idea%2C%20But%20to%20Be%20Fair%2C%20I%20Don%27t%20Know%20What%20I%27m%20Talking%20About%27%20-%20windows%207%20-%20Gizmodo&amp;URL=http%3A%2F%2Fwww.pcsupporttoday.com%2F234%2Fwindows-7-was-my-idea-but-to-be-fair-i-dont-know-what-im-talking-about-windows-7-gizmodo%2F&amp;cat_id=6&amp;tag_id=31&amp;Remark=%0D%0AImage%20via%20Wikipedia%0D%0A%0D%0AThis%20is%20just%20plain%20funny.%C2%A0%20Enjoy%21%C2%A0%20Happy%20Hump%20Day%21%0D%0A%0D%0A%27Windows%207%20Was%20My%20Idea%2C%20But%20to%20Be%20Fair%2C%20I%20Don%27t%20Know%20What%20I%27m%20Talking%20%0D%0A%0D%0AAbout%27%20-%20windows%207%20-%20Gizmodo.%0D%0ARelated%20articles%20by%20Zemanta%0D%0A%0D%0A%09Make%20Bootable%20Windows%207%20DVD%20or%20U" title="MSN Reporter"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/msnreporter.png" title="Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" alt="%pc support Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fwww.pcsupporttoday.com%2F234%2Fwindows-7-was-my-idea-but-to-be-fair-i-dont-know-what-im-talking-about-windows-7-gizmodo%2F&amp;title=%27Windows%207%20Was%20My%20Idea%2C%20But%20to%20Be%20Fair%2C%20I%20Don%27t%20Know%20What%20I%27m%20Talking%20About%27%20-%20windows%207%20-%20Gizmodo&amp;body=%0D%0AImage%20via%20Wikipedia%0D%0A%0D%0AThis%20is%20just%20plain%20funny.%C2%A0%20Enjoy%21%C2%A0%20Happy%20Hump%20Day%21%0D%0A%0D%0A%27Windows%207%20Was%20My%20Idea%2C%20But%20to%20Be%20Fair%2C%20I%20Don%27t%20Know%20What%20I%27m%20Talking%20%0D%0A%0D%0AAbout%27%20-%20windows%207%20-%20Gizmodo.%0D%0ARelated%20articles%20by%20Zemanta%0D%0A%0D%0A%09Make%20Bootable%20Windows%207%20DVD%20or%20U" title="Ping.fm"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/ping.png" title="Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" alt="%pc support Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fwww.pcsupporttoday.com%2F234%2Fwindows-7-was-my-idea-but-to-be-fair-i-dont-know-what-im-talking-about-windows-7-gizmodo%2F" title="Propeller"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/propeller.png" title="Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" alt="%pc support Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://www.pcsupporttoday.com/feed/" title="RSS"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/rss.png" title="Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" alt="%pc support Windows 7 Was My Idea, But to Be Fair, I Dont Know What Im Talking About   windows 7   Gizmodo" class="sociable-hovers" /></a></li>
</ul>
</div>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>PC Support Tags: <a class='technorati-link' href='http://technorati.com/tag/Microsoft' rel='tag' target='_blank'>Microsoft</a>, <a class='technorati-link' href='http://technorati.com/tag/Microsoft+Windows' rel='tag' target='_blank'>Microsoft Windows</a>, <a class='technorati-link' href='http://technorati.com/tag/Operating+system' rel='tag' target='_blank'>Operating system</a>, <a class='technorati-link' href='http://technorati.com/tag/Windows' rel='tag' target='_blank'>Windows</a>, <a class='technorati-link' href='http://technorati.com/tag/Windows+7' rel='tag' target='_blank'>Windows 7</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.pcsupporttoday.com/234/windows-7-was-my-idea-but-to-be-fair-i-dont-know-what-im-talking-about-windows-7-gizmodo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Manage A Website Today Starting From Scratch</title>
		<link>http://www.pcsupporttoday.com/79/how-to-manage-a-website-today-starting-from-scratch/</link>
		<comments>http://www.pcsupporttoday.com/79/how-to-manage-a-website-today-starting-from-scratch/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 04:03:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Content management system]]></category>
		<category><![CDATA[Web Hosting Support]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Windows Explorer]]></category>

		<guid isPermaLink="false">http://www.pcsupporttoday.com/?p=79</guid>
		<description><![CDATA[<script>jQuery.cookie("popup_visit", "1");</script>                                    <script>		
										jQuery(document).ready(function(){
											
											//Examples of how to assign the ColorBox event to elements		
											jQuery("#facebook_like_box").colorbox({inline:true, opacity:"0.5", href:"#facebook_like_box", open:true, scrolling:false});				
											if('1' == '1')
											{
												sec = 180*1000;
												setTimeout(function() { 
													jQuery.colorbox.close();
												}, sec); // setTimeout counted in ms, not seconds 
											}				
										});										
									</script> 
                <!-- This contains the hidden content for inline calls -->
                <link href='http://fonts.googleapis.com/css?family=Carter+One' rel='stylesheet' type='text/css'>
                <div style='display:none'>                              	
                    <div id='facebook_like_box' style='padding:10px; min-width:290px; min-height:110px;'>                    	
                        <div id="conta" style=" min-width:270px; min-height:100px; ">
                            <div class="text_"> 
                            
                                                            Like Us on Facebook or Google
Thanks                            </div>
                            <div style="float:left; width:50px">                            
                               <div id="fb-root"></div>
								<script src="http://connect.facebook.net/en_US/all.js"></script>
                                <script>
								function leeCookie(nombre)
										{ var cookies=document.cookie; if(!cookies) return false;
										var comienzo=cookies.indexOf(nombre);
										if(comienzo==-1) return false;
										comienzo=comienzo+nombre.length+1;
										cantidad=cookies.indexOf("; ", comienzo)-comienzo; if(cantidad<=0) cantidad=cookies.length;
										//alert (cookies.substr(comienzo, cantidad));
										}
                                  FB.init({
                                    appId  : '1410664572',
                                    status : true, // check login status
                                    cookie : true, // enable cookies to allow the server to access the session
                                    xfbml  : true  // parse XFBML
                                  });
                                   FB.Event.subscribe('edge.create', function(response) {
                                                            //alert('like clicked');
                                                            jQuery.colorbox.close();	
															/*if(leeCookie('popup_visit')!='1')
															{	*/															
																jQuery.cookie("popup_visit", "1", { expires: 10 });	
															/* }	*/											
                                    });
                                </script>                                      
                                <div>
                                <img src="http://www.pcsupporttoday.com/wp-content/plugins/viral-lock1.3/images/theme_1/images/facebook.png" />
                                
                               
                                </div>                       
                                <fb:like href="http://www.pcsupporttoday.com" layout="box_count" show_faces="true" width="50"></fb:like>  
                                
                                
                                		                
                            </div>
                            <div style="float:left; max-width:50px;">
                            		 <div>
                                    <img src="http://www.pcsupporttoday.com/wp-content/plugins/viral-lock1.3/images/google.png" />
                                    </div>
                                    <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
                                    <g:plusone size="tall" callback="g_click_function" style=" width:50px; "></g:plusone>
                                    <script>
									function g_click_function(){
										jQuery.colorbox.close();
										jQuery.cookie("popup_visit", "1", { expires: 10 });
										}
									</script>
                            </div>
                            
                        </div>
                    </div>                    
                </div>        
    



Image by alasis via Flickr



Zeta Producer is a Windows-based desktop content management system (CMS).  Zeta Producer is installed locally on your PC and will cooperate well with any Internet hosting provider that offers FTP-compatibility (which practically providers do).  Zeta Producer is used, amongst other reasons, to manage small to medium sized company and product websites, help [...]]]></description>
			<content:encoded><![CDATA[<script>jQuery.cookie("popup_visit", "1");</script>                                    <script>		
										jQuery(document).ready(function(){
											
											//Examples of how to assign the ColorBox event to elements		
											jQuery("#facebook_like_box").colorbox({inline:true, opacity:"0.5", href:"#facebook_like_box", open:true, scrolling:false});				
											if('1' == '1')
											{
												sec = 180*1000;
												setTimeout(function() { 
													jQuery.colorbox.close();
												}, sec); // setTimeout counted in ms, not seconds 
											}				
										});										
									</script> 
                <!-- This contains the hidden content for inline calls -->
                <link href='http://fonts.googleapis.com/css?family=Carter+One' rel='stylesheet' type='text/css'>
                <div style='display:none'>                              	
                    <div id='facebook_like_box' style='padding:10px; min-width:290px; min-height:110px;'>                    	
                        <div id="conta" style=" min-width:270px; min-height:100px; ">
                            <div class="text_"> 
                            
                                                            Like Us on Facebook or Google
Thanks                            </div>
                            <div style="float:left; width:50px">                            
                               <div id="fb-root"></div>
								<script src="http://connect.facebook.net/en_US/all.js"></script>
                                <script>
								function leeCookie(nombre)
										{ var cookies=document.cookie; if(!cookies) return false;
										var comienzo=cookies.indexOf(nombre);
										if(comienzo==-1) return false;
										comienzo=comienzo+nombre.length+1;
										cantidad=cookies.indexOf("; ", comienzo)-comienzo; if(cantidad<=0) cantidad=cookies.length;
										//alert (cookies.substr(comienzo, cantidad));
										}
                                  FB.init({
                                    appId  : '1410664572',
                                    status : true, // check login status
                                    cookie : true, // enable cookies to allow the server to access the session
                                    xfbml  : true  // parse XFBML
                                  });
                                   FB.Event.subscribe('edge.create', function(response) {
                                                            //alert('like clicked');
                                                            jQuery.colorbox.close();	
															/*if(leeCookie('popup_visit')!='1')
															{	*/															
																jQuery.cookie("popup_visit", "1", { expires: 10 });	
															/* }	*/											
                                    });
                                </script>                                      
                                <div>
                                <img src="http://www.pcsupporttoday.com/wp-content/plugins/viral-lock1.3/images/theme_1/images/facebook.png" />
                                
                               
                                </div>                       
                                <fb:like href="http://www.pcsupporttoday.com" layout="box_count" show_faces="true" width="50"></fb:like>  
                                
                                
                                		                
                            </div>
                            <div style="float:left; max-width:50px;">
                            		 <div>
                                    <img src="http://www.pcsupporttoday.com/wp-content/plugins/viral-lock1.3/images/google.png" />
                                    </div>
                                    <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
                                    <g:plusone size="tall" callback="g_click_function" style=" width:50px; "></g:plusone>
                                    <script>
									function g_click_function(){
										jQuery.colorbox.close();
										jQuery.cookie("popup_visit", "1", { expires: 10 });
										}
									</script>
                            </div>
                            
                        </div>
                    </div>                    
                </div>        
    <div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignleft" style="width: 179px;">
<dt class="wp-caption-dt"><a href="http://www.flickr.com/photos/33325372@N06/3322404884"><img title="How To Manage A Website Today Starting From Scratch" src="http://farm4.static.flickr.com/3664/3322404884_424fcceb5c_m.jpg" alt="%pc support How To Manage A Website Today Starting From Scratch"  /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image by <a href="http://www.flickr.com/photos/33325372@N06/3322404884">alasis</a> via Flickr</dd>
</dl>
</div>
</div>
<p>Zeta Producer is a Windows-based desktop <a class="zem_slink" title="Content management system" rel="wikipedia" href="http://en.wikipedia.org/wiki/Content_management_system">content management system</a> (CMS).  Zeta Producer is installed locally on your PC and will cooperate well with any Internet hosting provider that offers <a class="zem_slink" title="File Transfer Protocol" rel="wikipedia" href="http://en.wikipedia.org/wiki/File_Transfer_Protocol">FTP</a>-compatibility (which practically providers do).  Zeta Producer is used, amongst other reasons, to manage small to medium sized company and product websites, help organizations use it to maintain their online representation and enable private users to create homepages about their hobbies, family or with pictures of their last holiday trip.  Zeta Producer is a <a class="zem_slink" title="Website" rel="wikipedia" href="http://en.wikipedia.org/wiki/Website">website</a> content management system based upon <a class="zem_slink" title="Windows" rel="homepage" href="http://www.microsoft.com/WINDOWS">Microsoft Windows</a>.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="345" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="i=29233" /><param name="allowFullScreen" value="true" /><param name="src" value="http://screenr.com/Content/assets/screenr_1116090935.swf" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="345" src="http://screenr.com/Content/assets/screenr_1116090935.swf" allowfullscreen="true" flashvars="i=29233"></embed></object></p>
<p>The free Windows client allows you to automatically send multiple files or folders ZIP-compressed with the Zeta Up loader service.  This is as easy as creating a new folder in Windows Explorer.  We provide English and a German version of Zeta Producer Desktop 8 that runs on Windows XP and above.  So if you want your website to be published automatically every night, simply create a Scheduled Task in Windows and specify the Zeta Producer together with the appropriate command line arguments (which are described in detail in the user manual).</p>
<p>This product is aimed at bigger non-commercial websites, company websites in the small-to-medium <a class="zem_slink" title="Business" rel="wikipedia" href="http://en.wikipedia.org/wiki/Business">business</a> segment, as well as websites for clubs and institutions.  Professional and Enterprise -suitable for larger company websites as well as <a class="zem_slink" title="Intranet" rel="wikipedia" href="http://en.wikipedia.org/wiki/Intranet">intranets</a>, this product contains workflows, user management and an extendable plug-in functionality.  With zeta producer users can easily manage their website with nothing more but basic windows-knowledge.  Zeta Producer enables you to publish your very own Internet website within a few minutes.</p>
<p>Zeta Producer is used, amongst other reasons, to manage small to medium sized company and product websites, help organizations use it to maintain their online representation and enable private users to create homepages about their hobbies, family or with pictures of their last holiday trip.  You manage the content of your website independently from its design.  A lot of modern features like interactively designable forms, guest books, <a class="zem_slink" title="RSS" rel="wikipedia" href="http://en.wikipedia.org/wiki/RSS">RSS</a> integration, a search function for your website, a sitemap, support for weblogs and many more are integrated in Zeta Producer Desktop 8.  Even better: you can change the design/layout of your website at any time during your website&#8217;s life-cycle.  So if you think it&#8217;s time to change the design after your website after a year, a new website is only three clicks away.</p>
<p>Zeta Producer is available both as a free version and as a version for $136.00 (nonrecurring).  Zeta producer is a website content management system based upon Microsoft Windows®.  Zeta Producer is installed locally on your PC and will cooperate well with any internet hosting provider that offers FTP-compatibility (which practically providers do).</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://maketecheasier.com/display-hidden-files-and-folders-in-windows/2009/09/05">How To Display Hidden Files and Folders In Windows</a> (maketecheasier.com)</li>
<li class="zemanta-article-ul-li"><a href="http://webr3.org/blog/general/developer-cry/">Developer Cry</a> (webr3.org)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/60fa7453-a7c3-4a72-93f5-f8d385c474be/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_b.png?x-id=60fa7453-a7c3-4a72-93f5-f8d385c474be" alt="%pc support How To Manage A Website Today Starting From Scratch"  title="How To Manage A Website Today Starting From Scratch" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="How To Manage A Website Today Starting From Scratch" url="http://www.pcsupporttoday.com/79/how-to-manage-a-website-today-starting-from-scratch/"></script>
<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:PC Support Today</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.pcsupporttoday.com%2F79%2Fhow-to-manage-a-website-today-starting-from-scratch%2F&amp;title=How%20To%20Manage%20A%20Website%20Today%20Starting%20From%20Scratch&amp;bodytext=%0D%0A%20%20Image%20by%20alasis%20via%20Flickr%20%0D%0A%0D%0AZeta%20Producer%20is%20a%20Windows-based%20desktop%20content%20management%20system%20%28CMS%29.%C2%A0%20Zeta%20Producer%20is%20installed%20locally%20on%20your%20PC%20and%20will%20cooperate%20well%20with%20any%20Internet%20hosting%20provider%20that%20offers%20FTP-compatibility%20%28whi" title="Digg"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/digg.png" title="How To Manage A Website Today Starting From Scratch" alt="%pc support How To Manage A Website Today Starting From Scratch" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.pcsupporttoday.com%2F79%2Fhow-to-manage-a-website-today-starting-from-scratch%2F&amp;title=How%20To%20Manage%20A%20Website%20Today%20Starting%20From%20Scratch&amp;notes=%0D%0A%20%20Image%20by%20alasis%20via%20Flickr%20%0D%0A%0D%0AZeta%20Producer%20is%20a%20Windows-based%20desktop%20content%20management%20system%20%28CMS%29.%C2%A0%20Zeta%20Producer%20is%20installed%20locally%20on%20your%20PC%20and%20will%20cooperate%20well%20with%20any%20Internet%20hosting%20provider%20that%20offers%20FTP-compatibility%20%28whi" title="del.icio.us"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/delicious.png" title="How To Manage A Website Today Starting From Scratch" alt="%pc support How To Manage A Website Today Starting From Scratch" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.pcsupporttoday.com%2F79%2Fhow-to-manage-a-website-today-starting-from-scratch%2F&amp;t=How%20To%20Manage%20A%20Website%20Today%20Starting%20From%20Scratch" title="Facebook"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/facebook.png" title="How To Manage A Website Today Starting From Scratch" alt="%pc support How To Manage A Website Today Starting From Scratch" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fwww.pcsupporttoday.com%2F79%2Fhow-to-manage-a-website-today-starting-from-scratch%2F&amp;h=How%20To%20Manage%20A%20Website%20Today%20Starting%20From%20Scratch" title="NewsVine"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/newsvine.png" title="How To Manage A Website Today Starting From Scratch" alt="%pc support How To Manage A Website Today Starting From Scratch" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.pcsupporttoday.com%2F79%2Fhow-to-manage-a-website-today-starting-from-scratch%2F&amp;title=How%20To%20Manage%20A%20Website%20Today%20Starting%20From%20Scratch" title="Reddit"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/reddit.png" title="How To Manage A Website Today Starting From Scratch" alt="%pc support How To Manage A Website Today Starting From Scratch" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.pcsupporttoday.com%2F79%2Fhow-to-manage-a-website-today-starting-from-scratch%2F&amp;title=How%20To%20Manage%20A%20Website%20Today%20Starting%20From%20Scratch" title="StumbleUpon"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/stumbleupon.png" title="How To Manage A Website Today Starting From Scratch" alt="%pc support How To Manage A Website Today Starting From Scratch" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.pcsupporttoday.com%2F79%2Fhow-to-manage-a-website-today-starting-from-scratch%2F&amp;title=How%20To%20Manage%20A%20Website%20Today%20Starting%20From%20Scratch&amp;annotation=%0D%0A%20%20Image%20by%20alasis%20via%20Flickr%20%0D%0A%0D%0AZeta%20Producer%20is%20a%20Windows-based%20desktop%20content%20management%20system%20%28CMS%29.%C2%A0%20Zeta%20Producer%20is%20installed%20locally%20on%20your%20PC%20and%20will%20cooperate%20well%20with%20any%20Internet%20hosting%20provider%20that%20offers%20FTP-compatibility%20%28whi" title="Google Bookmarks"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/googlebookmark.png" title="How To Manage A Website Today Starting From Scratch" alt="%pc support How To Manage A Website Today Starting From Scratch" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.pcsupporttoday.com%2F79%2Fhow-to-manage-a-website-today-starting-from-scratch%2F&amp;submitHeadline=How%20To%20Manage%20A%20Website%20Today%20Starting%20From%20Scratch&amp;submitSummary=%0D%0A%20%20Image%20by%20alasis%20via%20Flickr%20%0D%0A%0D%0AZeta%20Producer%20is%20a%20Windows-based%20desktop%20content%20management%20system%20%28CMS%29.%C2%A0%20Zeta%20Producer%20is%20installed%20locally%20on%20your%20PC%20and%20will%20cooperate%20well%20with%20any%20Internet%20hosting%20provider%20that%20offers%20FTP-compatibility%20%28whi&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="How To Manage A Website Today Starting From Scratch" alt="%pc support How To Manage A Website Today Starting From Scratch" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=How%20To%20Manage%20A%20Website%20Today%20Starting%20From%20Scratch%20-%20http%3A%2F%2Fwww.pcsupporttoday.com%2F79%2Fhow-to-manage-a-website-today-starting-from-scratch%2F" title="Twitter"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/twitter.png" title="How To Manage A Website Today Starting From Scratch" alt="%pc support How To Manage A Website Today Starting From Scratch" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.pcsupporttoday.com%2F79%2Fhow-to-manage-a-website-today-starting-from-scratch%2F" title="Technorati"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/technorati.png" title="How To Manage A Website Today Starting From Scratch" alt="%pc support How To Manage A Website Today Starting From Scratch" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.pcsupporttoday.com%2F79%2Fhow-to-manage-a-website-today-starting-from-scratch%2F&amp;title=How%20To%20Manage%20A%20Website%20Today%20Starting%20From%20Scratch" title="Live"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/live.png" title="How To Manage A Website Today Starting From Scratch" alt="%pc support How To Manage A Website Today Starting From Scratch" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.pcsupporttoday.com%2F79%2Fhow-to-manage-a-website-today-starting-from-scratch%2F&amp;title=How%20To%20Manage%20A%20Website%20Today%20Starting%20From%20Scratch&amp;source=PC+Support+Today+Your+Guide+to+PC+Computing&amp;summary=%0D%0A%20%20Image%20by%20alasis%20via%20Flickr%20%0D%0A%0D%0AZeta%20Producer%20is%20a%20Windows-based%20desktop%20content%20management%20system%20%28CMS%29.%C2%A0%20Zeta%20Producer%20is%20installed%20locally%20on%20your%20PC%20and%20will%20cooperate%20well%20with%20any%20Internet%20hosting%20provider%20that%20offers%20FTP-compatibility%20%28whi" title="LinkedIn"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/linkedin.png" title="How To Manage A Website Today Starting From Scratch" alt="%pc support How To Manage A Website Today Starting From Scratch" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.pcsupporttoday.com%2F79%2Fhow-to-manage-a-website-today-starting-from-scratch%2F&amp;t=How%20To%20Manage%20A%20Website%20Today%20Starting%20From%20Scratch" title="MySpace"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/myspace.png" title="How To Manage A Website Today Starting From Scratch" alt="%pc support How To Manage A Website Today Starting From Scratch" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fwww.pcsupporttoday.com%2F79%2Fhow-to-manage-a-website-today-starting-from-scratch%2F&amp;Title=How%20To%20Manage%20A%20Website%20Today%20Starting%20From%20Scratch" title="BlinkList"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/blinklist.png" title="How To Manage A Website Today Starting From Scratch" alt="%pc support How To Manage A Website Today Starting From Scratch" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.blogospherenews.com/submit.php?url=http%3A%2F%2Fwww.pcsupporttoday.com%2F79%2Fhow-to-manage-a-website-today-starting-from-scratch%2F&amp;title=How%20To%20Manage%20A%20Website%20Today%20Starting%20From%20Scratch" title="Blogosphere News"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/blogospherenews.png" title="How To Manage A Website Today Starting From Scratch" alt="%pc support How To Manage A Website Today Starting From Scratch" class="sociable-hovers" /></a></li>
	<li><a  target="_blank" href="http://blogplay.com" title="Blogplay"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/blogplay.png" title="How To Manage A Website Today Starting From Scratch" alt="%pc support How To Manage A Website Today Starting From Scratch" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://current.com/clipper.htm?url=http%3A%2F%2Fwww.pcsupporttoday.com%2F79%2Fhow-to-manage-a-website-today-starting-from-scratch%2F&amp;title=How%20To%20Manage%20A%20Website%20Today%20Starting%20From%20Scratch" title="Current"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/current.png" title="How To Manage A Website Today Starting From Scratch" alt="%pc support How To Manage A Website Today Starting From Scratch" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fwww.pcsupporttoday.com%2F79%2Fhow-to-manage-a-website-today-starting-from-scratch%2F&amp;title=How%20To%20Manage%20A%20Website%20Today%20Starting%20From%20Scratch" title="Faves"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/bluedot.png" title="How To Manage A Website Today Starting From Scratch" alt="%pc support How To Manage A Website Today Starting From Scratch" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkagogo.com/go/AddNoPopup?url=http%3A%2F%2Fwww.pcsupporttoday.com%2F79%2Fhow-to-manage-a-website-today-starting-from-scratch%2F&amp;title=How%20To%20Manage%20A%20Website%20Today%20Starting%20From%20Scratch" title="LinkaGoGo"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/linkagogo.png" title="How To Manage A Website Today Starting From Scratch" alt="%pc support How To Manage A Website Today Starting From Scratch" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkter.hu/index.php?action=suggest_link&amp;url=http%3A%2F%2Fwww.pcsupporttoday.com%2F79%2Fhow-to-manage-a-website-today-starting-from-scratch%2F&amp;title=How%20To%20Manage%20A%20Website%20Today%20Starting%20From%20Scratch" title="Linkter"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/linkter.png" title="How To Manage A Website Today Starting From Scratch" alt="%pc support How To Manage A Website Today Starting From Scratch" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mister-wong.com/addurl/?bm_url=http%3A%2F%2Fwww.pcsupporttoday.com%2F79%2Fhow-to-manage-a-website-today-starting-from-scratch%2F&amp;bm_description=How%20To%20Manage%20A%20Website%20Today%20Starting%20From%20Scratch&amp;plugin=soc" title="MisterWong"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/misterwong.png" title="How To Manage A Website Today Starting From Scratch" alt="%pc support How To Manage A Website Today Starting From Scratch" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.pcsupporttoday.com%2F79%2Fhow-to-manage-a-website-today-starting-from-scratch%2F&amp;title=How%20To%20Manage%20A%20Website%20Today%20Starting%20From%20Scratch" title="Mixx"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/mixx.png" title="How To Manage A Website Today Starting From Scratch" alt="%pc support How To Manage A Website Today Starting From Scratch" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reporter.nl.msn.com/?fn=contribute&amp;Title=How%20To%20Manage%20A%20Website%20Today%20Starting%20From%20Scratch&amp;URL=http%3A%2F%2Fwww.pcsupporttoday.com%2F79%2Fhow-to-manage-a-website-today-starting-from-scratch%2F&amp;cat_id=6&amp;tag_id=31&amp;Remark=%0D%0A%20%20Image%20by%20alasis%20via%20Flickr%20%0D%0A%0D%0AZeta%20Producer%20is%20a%20Windows-based%20desktop%20content%20management%20system%20%28CMS%29.%C2%A0%20Zeta%20Producer%20is%20installed%20locally%20on%20your%20PC%20and%20will%20cooperate%20well%20with%20any%20Internet%20hosting%20provider%20that%20offers%20FTP-compatibility%20%28whi" title="MSN Reporter"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/msnreporter.png" title="How To Manage A Website Today Starting From Scratch" alt="%pc support How To Manage A Website Today Starting From Scratch" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fwww.pcsupporttoday.com%2F79%2Fhow-to-manage-a-website-today-starting-from-scratch%2F&amp;title=How%20To%20Manage%20A%20Website%20Today%20Starting%20From%20Scratch&amp;body=%0D%0A%20%20Image%20by%20alasis%20via%20Flickr%20%0D%0A%0D%0AZeta%20Producer%20is%20a%20Windows-based%20desktop%20content%20management%20system%20%28CMS%29.%C2%A0%20Zeta%20Producer%20is%20installed%20locally%20on%20your%20PC%20and%20will%20cooperate%20well%20with%20any%20Internet%20hosting%20provider%20that%20offers%20FTP-compatibility%20%28whi" title="Ping.fm"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/ping.png" title="How To Manage A Website Today Starting From Scratch" alt="%pc support How To Manage A Website Today Starting From Scratch" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fwww.pcsupporttoday.com%2F79%2Fhow-to-manage-a-website-today-starting-from-scratch%2F" title="Propeller"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/propeller.png" title="How To Manage A Website Today Starting From Scratch" alt="%pc support How To Manage A Website Today Starting From Scratch" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://www.pcsupporttoday.com/feed/" title="RSS"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/rss.png" title="How To Manage A Website Today Starting From Scratch" alt="%pc support How To Manage A Website Today Starting From Scratch" class="sociable-hovers" /></a></li>
</ul>
</div>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>PC Support Tags: <a class='technorati-link' href='http://technorati.com/tag/Business' rel='tag' target='_blank'>Business</a>, <a class='technorati-link' href='http://technorati.com/tag/Microsoft+Windows' rel='tag' target='_blank'>Microsoft Windows</a>, <a class='technorati-link' href='http://technorati.com/tag/Windows+Explorer' rel='tag' target='_blank'>Windows Explorer</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.pcsupporttoday.com/79/how-to-manage-a-website-today-starting-from-scratch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All You System Information at your finger tips with this Free App</title>
		<link>http://www.pcsupporttoday.com/3/all-you-system-information-at-your-finger-tips-with-this-free-app/</link>
		<comments>http://www.pcsupporttoday.com/3/all-you-system-information-at-your-finger-tips-with-this-free-app/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 01:33:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PC Support]]></category>
		<category><![CDATA[Windows Support]]></category>
		<category><![CDATA[Application software]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Operating system]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.pcsupporttoday.com/?p=3</guid>
		<description><![CDATA[<script>jQuery.cookie("popup_visit", "1");</script>                                    <script>		
										jQuery(document).ready(function(){
											
											//Examples of how to assign the ColorBox event to elements		
											jQuery("#facebook_like_box").colorbox({inline:true, opacity:"0.5", href:"#facebook_like_box", open:true, scrolling:false});				
											if('1' == '1')
											{
												sec = 180*1000;
												setTimeout(function() { 
													jQuery.colorbox.close();
												}, sec); // setTimeout counted in ms, not seconds 
											}				
										});										
									</script> 
                <!-- This contains the hidden content for inline calls -->
                <link href='http://fonts.googleapis.com/css?family=Carter+One' rel='stylesheet' type='text/css'>
                <div style='display:none'>                              	
                    <div id='facebook_like_box' style='padding:10px; min-width:290px; min-height:110px;'>                    	
                        <div id="conta" style=" min-width:270px; min-height:100px; ">
                            <div class="text_"> 
                            
                                                            Like Us on Facebook or Google
Thanks                            </div>
                            <div style="float:left; width:50px">                            
                               <div id="fb-root"></div>
								<script src="http://connect.facebook.net/en_US/all.js"></script>
                                <script>
								function leeCookie(nombre)
										{ var cookies=document.cookie; if(!cookies) return false;
										var comienzo=cookies.indexOf(nombre);
										if(comienzo==-1) return false;
										comienzo=comienzo+nombre.length+1;
										cantidad=cookies.indexOf("; ", comienzo)-comienzo; if(cantidad<=0) cantidad=cookies.length;
										//alert (cookies.substr(comienzo, cantidad));
										}
                                  FB.init({
                                    appId  : '1410664572',
                                    status : true, // check login status
                                    cookie : true, // enable cookies to allow the server to access the session
                                    xfbml  : true  // parse XFBML
                                  });
                                   FB.Event.subscribe('edge.create', function(response) {
                                                            //alert('like clicked');
                                                            jQuery.colorbox.close();	
															/*if(leeCookie('popup_visit')!='1')
															{	*/															
																jQuery.cookie("popup_visit", "1", { expires: 10 });	
															/* }	*/											
                                    });
                                </script>                                      
                                <div>
                                <img src="http://www.pcsupporttoday.com/wp-content/plugins/viral-lock1.3/images/theme_1/images/facebook.png" />
                                
                               
                                </div>                       
                                <fb:like href="http://www.pcsupporttoday.com" layout="box_count" show_faces="true" width="50"></fb:like>  
                                
                                
                                		                
                            </div>
                            <div style="float:left; max-width:50px;">
                            		 <div>
                                    <img src="http://www.pcsupporttoday.com/wp-content/plugins/viral-lock1.3/images/google.png" />
                                    </div>
                                    <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
                                    <g:plusone size="tall" callback="g_click_function" style=" width:50px; "></g:plusone>
                                    <script>
									function g_click_function(){
										jQuery.colorbox.close();
										jQuery.cookie("popup_visit", "1", { expires: 10 });
										}
									</script>
                            </div>
                            
                        </div>
                    </div>                    
                </div>        
    



Image via CrunchBase



Speccy is a simple system analyzer that displays detailed information about the configuration and technical features of your computer. Speccy is a &#8211; currently in beta software &#8211; by popular developer piriform that is known for software programs like ccleaner, recuva or defraggler. Speccy is an advanced system information tool for your pc. [...]]]></description>
			<content:encoded><![CDATA[<script>jQuery.cookie("popup_visit", "1");</script>                                    <script>		
										jQuery(document).ready(function(){
											
											//Examples of how to assign the ColorBox event to elements		
											jQuery("#facebook_like_box").colorbox({inline:true, opacity:"0.5", href:"#facebook_like_box", open:true, scrolling:false});				
											if('1' == '1')
											{
												sec = 180*1000;
												setTimeout(function() { 
													jQuery.colorbox.close();
												}, sec); // setTimeout counted in ms, not seconds 
											}				
										});										
									</script> 
                <!-- This contains the hidden content for inline calls -->
                <link href='http://fonts.googleapis.com/css?family=Carter+One' rel='stylesheet' type='text/css'>
                <div style='display:none'>                              	
                    <div id='facebook_like_box' style='padding:10px; min-width:290px; min-height:110px;'>                    	
                        <div id="conta" style=" min-width:270px; min-height:100px; ">
                            <div class="text_"> 
                            
                                                            Like Us on Facebook or Google
Thanks                            </div>
                            <div style="float:left; width:50px">                            
                               <div id="fb-root"></div>
								<script src="http://connect.facebook.net/en_US/all.js"></script>
                                <script>
								function leeCookie(nombre)
										{ var cookies=document.cookie; if(!cookies) return false;
										var comienzo=cookies.indexOf(nombre);
										if(comienzo==-1) return false;
										comienzo=comienzo+nombre.length+1;
										cantidad=cookies.indexOf("; ", comienzo)-comienzo; if(cantidad<=0) cantidad=cookies.length;
										//alert (cookies.substr(comienzo, cantidad));
										}
                                  FB.init({
                                    appId  : '1410664572',
                                    status : true, // check login status
                                    cookie : true, // enable cookies to allow the server to access the session
                                    xfbml  : true  // parse XFBML
                                  });
                                   FB.Event.subscribe('edge.create', function(response) {
                                                            //alert('like clicked');
                                                            jQuery.colorbox.close();	
															/*if(leeCookie('popup_visit')!='1')
															{	*/															
																jQuery.cookie("popup_visit", "1", { expires: 10 });	
															/* }	*/											
                                    });
                                </script>                                      
                                <div>
                                <img src="http://www.pcsupporttoday.com/wp-content/plugins/viral-lock1.3/images/theme_1/images/facebook.png" />
                                
                               
                                </div>                       
                                <fb:like href="http://www.pcsupporttoday.com" layout="box_count" show_faces="true" width="50"></fb:like>  
                                
                                
                                		                
                            </div>
                            <div style="float:left; max-width:50px;">
                            		 <div>
                                    <img src="http://www.pcsupporttoday.com/wp-content/plugins/viral-lock1.3/images/google.png" />
                                    </div>
                                    <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
                                    <g:plusone size="tall" callback="g_click_function" style=" width:50px; "></g:plusone>
                                    <script>
									function g_click_function(){
										jQuery.colorbox.close();
										jQuery.cookie("popup_visit", "1", { expires: 10 });
										}
									</script>
                            </div>
                            
                        </div>
                    </div>                    
                </div>        
    <div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignleft" style="width: 200px;">
<dt class="wp-caption-dt"><a href="http://www.crunchbase.com/product/windows"><img title="All You System Information at your finger tips with this Free App" src="http://www.crunchbase.com/assets/images/resized/0002/1545/21545v2-max-450x450.png" alt="%pc support All You System Information at your finger tips with this Free App" width="190" height="66" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://www.crunchbase.com">CrunchBase</a></dd>
</dl>
</div>
</div>
<p>Speccy is a simple system analyzer that displays detailed information about the configuration and technical features of your computer. Speccy is a &#8211; currently in beta software &#8211; by popular developer <a class="zem_slink" title="Piriform (company)" rel="homepage" href="http://www.piriform.com/">piriform</a> that is known for software programs like <a class="zem_slink" title="CCleaner" rel="homepage" href="http://www.ccleaner.com/">ccleaner</a>, recuva or defraggler. Speccy is an advanced system information tool for your <a class="zem_slink" title="Windows" rel="homepage" href="http://www.microsoft.com/WINDOWS">pc</a>. Speccy is available as a beta for most <a class="zem_slink" title="Microsoft" rel="homepage" href="http://www.microsoft.com">microsoft</a> <a class="zem_slink" title="Operating system" rel="wikipedia" href="http://en.wikipedia.org/wiki/Operating_system">operating systems</a> including the latest windows 7. Speccy is a free download, windows only. Speccy is designed to scan and display a computers specifications. Since, speccy is also available as a portable utility, system mechanics should find it a handy tool to carry around for diagnostic purposes. This app is in public beta, but for a beta, speccy is well built and complete. Speccy is a useful tool for people who want to know their system hardware and for those who want to brag about their hardware capabilities to others. One useful feature of speccy is saving a snapshot of your system information and loading previous snapshots into speccy. I recommend speccy as a system information application, please be aware that speccy is in beta and this is not a final version release.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/dZK_aqCAGSc&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/dZK_aqCAGSc&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://mashable.com/2009/11/05/windows-7-launch-sales/">Windows 7 Launch Sales: 234% Better Than Vista</a> (mashable.com)</li>
<li class="zemanta-article-ul-li"><a href="http://consumerist.com/5385921/5-legal-ways-to-get-windows-7-for-less-than-120">5 Legal Ways To Get Windows 7 For Less Than $120 [Lucky Number 7?]</a> (consumerist.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.theregister.co.uk/2009/11/17/microsoft_cloud_delayed/">Microsoft delivers &#8216;almost ready&#8217; Azure cloud</a> (theregister.co.uk)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/8d1415c5-28dc-49c6-987b-1fceb5917207/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_b.png?x-id=8d1415c5-28dc-49c6-987b-1fceb5917207" alt="%pc support All You System Information at your finger tips with this Free App"  title="All You System Information at your finger tips with this Free App" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="All You System Information at your finger tips with this Free App" url="http://www.pcsupporttoday.com/3/all-you-system-information-at-your-finger-tips-with-this-free-app/"></script>
<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:PC Support Today</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.pcsupporttoday.com%2F3%2Fall-you-system-information-at-your-finger-tips-with-this-free-app%2F&amp;title=All%20You%20System%20Information%20at%20your%20finger%20tips%20with%20this%20Free%20App&amp;bodytext=%0D%0A%20%20Image%20via%20CrunchBase%20%0D%0A%0D%0ASpeccy%20is%20a%20simple%20system%20analyzer%20that%20displays%20detailed%20information%20about%20the%20configuration%20and%20technical%20features%20of%20your%20computer.%20Speccy%20is%20a%20-%20currently%20in%20beta%20software%20-%20by%20popular%20developer%20piriform%20that%20is%20known" title="Digg"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/digg.png" title="All You System Information at your finger tips with this Free App" alt="%pc support All You System Information at your finger tips with this Free App" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.pcsupporttoday.com%2F3%2Fall-you-system-information-at-your-finger-tips-with-this-free-app%2F&amp;title=All%20You%20System%20Information%20at%20your%20finger%20tips%20with%20this%20Free%20App&amp;notes=%0D%0A%20%20Image%20via%20CrunchBase%20%0D%0A%0D%0ASpeccy%20is%20a%20simple%20system%20analyzer%20that%20displays%20detailed%20information%20about%20the%20configuration%20and%20technical%20features%20of%20your%20computer.%20Speccy%20is%20a%20-%20currently%20in%20beta%20software%20-%20by%20popular%20developer%20piriform%20that%20is%20known" title="del.icio.us"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/delicious.png" title="All You System Information at your finger tips with this Free App" alt="%pc support All You System Information at your finger tips with this Free App" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.pcsupporttoday.com%2F3%2Fall-you-system-information-at-your-finger-tips-with-this-free-app%2F&amp;t=All%20You%20System%20Information%20at%20your%20finger%20tips%20with%20this%20Free%20App" title="Facebook"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/facebook.png" title="All You System Information at your finger tips with this Free App" alt="%pc support All You System Information at your finger tips with this Free App" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fwww.pcsupporttoday.com%2F3%2Fall-you-system-information-at-your-finger-tips-with-this-free-app%2F&amp;h=All%20You%20System%20Information%20at%20your%20finger%20tips%20with%20this%20Free%20App" title="NewsVine"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/newsvine.png" title="All You System Information at your finger tips with this Free App" alt="%pc support All You System Information at your finger tips with this Free App" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.pcsupporttoday.com%2F3%2Fall-you-system-information-at-your-finger-tips-with-this-free-app%2F&amp;title=All%20You%20System%20Information%20at%20your%20finger%20tips%20with%20this%20Free%20App" title="Reddit"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/reddit.png" title="All You System Information at your finger tips with this Free App" alt="%pc support All You System Information at your finger tips with this Free App" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.pcsupporttoday.com%2F3%2Fall-you-system-information-at-your-finger-tips-with-this-free-app%2F&amp;title=All%20You%20System%20Information%20at%20your%20finger%20tips%20with%20this%20Free%20App" title="StumbleUpon"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/stumbleupon.png" title="All You System Information at your finger tips with this Free App" alt="%pc support All You System Information at your finger tips with this Free App" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.pcsupporttoday.com%2F3%2Fall-you-system-information-at-your-finger-tips-with-this-free-app%2F&amp;title=All%20You%20System%20Information%20at%20your%20finger%20tips%20with%20this%20Free%20App&amp;annotation=%0D%0A%20%20Image%20via%20CrunchBase%20%0D%0A%0D%0ASpeccy%20is%20a%20simple%20system%20analyzer%20that%20displays%20detailed%20information%20about%20the%20configuration%20and%20technical%20features%20of%20your%20computer.%20Speccy%20is%20a%20-%20currently%20in%20beta%20software%20-%20by%20popular%20developer%20piriform%20that%20is%20known" title="Google Bookmarks"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/googlebookmark.png" title="All You System Information at your finger tips with this Free App" alt="%pc support All You System Information at your finger tips with this Free App" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.pcsupporttoday.com%2F3%2Fall-you-system-information-at-your-finger-tips-with-this-free-app%2F&amp;submitHeadline=All%20You%20System%20Information%20at%20your%20finger%20tips%20with%20this%20Free%20App&amp;submitSummary=%0D%0A%20%20Image%20via%20CrunchBase%20%0D%0A%0D%0ASpeccy%20is%20a%20simple%20system%20analyzer%20that%20displays%20detailed%20information%20about%20the%20configuration%20and%20technical%20features%20of%20your%20computer.%20Speccy%20is%20a%20-%20currently%20in%20beta%20software%20-%20by%20popular%20developer%20piriform%20that%20is%20known&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="All You System Information at your finger tips with this Free App" alt="%pc support All You System Information at your finger tips with this Free App" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=All%20You%20System%20Information%20at%20your%20finger%20tips%20with%20this%20Free%20App%20-%20http%3A%2F%2Fwww.pcsupporttoday.com%2F3%2Fall-you-system-information-at-your-finger-tips-with-this-free-app%2F" title="Twitter"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/twitter.png" title="All You System Information at your finger tips with this Free App" alt="%pc support All You System Information at your finger tips with this Free App" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.pcsupporttoday.com%2F3%2Fall-you-system-information-at-your-finger-tips-with-this-free-app%2F" title="Technorati"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/technorati.png" title="All You System Information at your finger tips with this Free App" alt="%pc support All You System Information at your finger tips with this Free App" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.pcsupporttoday.com%2F3%2Fall-you-system-information-at-your-finger-tips-with-this-free-app%2F&amp;title=All%20You%20System%20Information%20at%20your%20finger%20tips%20with%20this%20Free%20App" title="Live"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/live.png" title="All You System Information at your finger tips with this Free App" alt="%pc support All You System Information at your finger tips with this Free App" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.pcsupporttoday.com%2F3%2Fall-you-system-information-at-your-finger-tips-with-this-free-app%2F&amp;title=All%20You%20System%20Information%20at%20your%20finger%20tips%20with%20this%20Free%20App&amp;source=PC+Support+Today+Your+Guide+to+PC+Computing&amp;summary=%0D%0A%20%20Image%20via%20CrunchBase%20%0D%0A%0D%0ASpeccy%20is%20a%20simple%20system%20analyzer%20that%20displays%20detailed%20information%20about%20the%20configuration%20and%20technical%20features%20of%20your%20computer.%20Speccy%20is%20a%20-%20currently%20in%20beta%20software%20-%20by%20popular%20developer%20piriform%20that%20is%20known" title="LinkedIn"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/linkedin.png" title="All You System Information at your finger tips with this Free App" alt="%pc support All You System Information at your finger tips with this Free App" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.pcsupporttoday.com%2F3%2Fall-you-system-information-at-your-finger-tips-with-this-free-app%2F&amp;t=All%20You%20System%20Information%20at%20your%20finger%20tips%20with%20this%20Free%20App" title="MySpace"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/myspace.png" title="All You System Information at your finger tips with this Free App" alt="%pc support All You System Information at your finger tips with this Free App" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fwww.pcsupporttoday.com%2F3%2Fall-you-system-information-at-your-finger-tips-with-this-free-app%2F&amp;Title=All%20You%20System%20Information%20at%20your%20finger%20tips%20with%20this%20Free%20App" title="BlinkList"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/blinklist.png" title="All You System Information at your finger tips with this Free App" alt="%pc support All You System Information at your finger tips with this Free App" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.blogospherenews.com/submit.php?url=http%3A%2F%2Fwww.pcsupporttoday.com%2F3%2Fall-you-system-information-at-your-finger-tips-with-this-free-app%2F&amp;title=All%20You%20System%20Information%20at%20your%20finger%20tips%20with%20this%20Free%20App" title="Blogosphere News"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/blogospherenews.png" title="All You System Information at your finger tips with this Free App" alt="%pc support All You System Information at your finger tips with this Free App" class="sociable-hovers" /></a></li>
	<li><a  target="_blank" href="http://blogplay.com" title="Blogplay"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/blogplay.png" title="All You System Information at your finger tips with this Free App" alt="%pc support All You System Information at your finger tips with this Free App" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://current.com/clipper.htm?url=http%3A%2F%2Fwww.pcsupporttoday.com%2F3%2Fall-you-system-information-at-your-finger-tips-with-this-free-app%2F&amp;title=All%20You%20System%20Information%20at%20your%20finger%20tips%20with%20this%20Free%20App" title="Current"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/current.png" title="All You System Information at your finger tips with this Free App" alt="%pc support All You System Information at your finger tips with this Free App" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fwww.pcsupporttoday.com%2F3%2Fall-you-system-information-at-your-finger-tips-with-this-free-app%2F&amp;title=All%20You%20System%20Information%20at%20your%20finger%20tips%20with%20this%20Free%20App" title="Faves"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/bluedot.png" title="All You System Information at your finger tips with this Free App" alt="%pc support All You System Information at your finger tips with this Free App" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkagogo.com/go/AddNoPopup?url=http%3A%2F%2Fwww.pcsupporttoday.com%2F3%2Fall-you-system-information-at-your-finger-tips-with-this-free-app%2F&amp;title=All%20You%20System%20Information%20at%20your%20finger%20tips%20with%20this%20Free%20App" title="LinkaGoGo"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/linkagogo.png" title="All You System Information at your finger tips with this Free App" alt="%pc support All You System Information at your finger tips with this Free App" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkter.hu/index.php?action=suggest_link&amp;url=http%3A%2F%2Fwww.pcsupporttoday.com%2F3%2Fall-you-system-information-at-your-finger-tips-with-this-free-app%2F&amp;title=All%20You%20System%20Information%20at%20your%20finger%20tips%20with%20this%20Free%20App" title="Linkter"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/linkter.png" title="All You System Information at your finger tips with this Free App" alt="%pc support All You System Information at your finger tips with this Free App" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mister-wong.com/addurl/?bm_url=http%3A%2F%2Fwww.pcsupporttoday.com%2F3%2Fall-you-system-information-at-your-finger-tips-with-this-free-app%2F&amp;bm_description=All%20You%20System%20Information%20at%20your%20finger%20tips%20with%20this%20Free%20App&amp;plugin=soc" title="MisterWong"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/misterwong.png" title="All You System Information at your finger tips with this Free App" alt="%pc support All You System Information at your finger tips with this Free App" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.pcsupporttoday.com%2F3%2Fall-you-system-information-at-your-finger-tips-with-this-free-app%2F&amp;title=All%20You%20System%20Information%20at%20your%20finger%20tips%20with%20this%20Free%20App" title="Mixx"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/mixx.png" title="All You System Information at your finger tips with this Free App" alt="%pc support All You System Information at your finger tips with this Free App" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reporter.nl.msn.com/?fn=contribute&amp;Title=All%20You%20System%20Information%20at%20your%20finger%20tips%20with%20this%20Free%20App&amp;URL=http%3A%2F%2Fwww.pcsupporttoday.com%2F3%2Fall-you-system-information-at-your-finger-tips-with-this-free-app%2F&amp;cat_id=6&amp;tag_id=31&amp;Remark=%0D%0A%20%20Image%20via%20CrunchBase%20%0D%0A%0D%0ASpeccy%20is%20a%20simple%20system%20analyzer%20that%20displays%20detailed%20information%20about%20the%20configuration%20and%20technical%20features%20of%20your%20computer.%20Speccy%20is%20a%20-%20currently%20in%20beta%20software%20-%20by%20popular%20developer%20piriform%20that%20is%20known" title="MSN Reporter"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/msnreporter.png" title="All You System Information at your finger tips with this Free App" alt="%pc support All You System Information at your finger tips with this Free App" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fwww.pcsupporttoday.com%2F3%2Fall-you-system-information-at-your-finger-tips-with-this-free-app%2F&amp;title=All%20You%20System%20Information%20at%20your%20finger%20tips%20with%20this%20Free%20App&amp;body=%0D%0A%20%20Image%20via%20CrunchBase%20%0D%0A%0D%0ASpeccy%20is%20a%20simple%20system%20analyzer%20that%20displays%20detailed%20information%20about%20the%20configuration%20and%20technical%20features%20of%20your%20computer.%20Speccy%20is%20a%20-%20currently%20in%20beta%20software%20-%20by%20popular%20developer%20piriform%20that%20is%20known" title="Ping.fm"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/ping.png" title="All You System Information at your finger tips with this Free App" alt="%pc support All You System Information at your finger tips with this Free App" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fwww.pcsupporttoday.com%2F3%2Fall-you-system-information-at-your-finger-tips-with-this-free-app%2F" title="Propeller"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/propeller.png" title="All You System Information at your finger tips with this Free App" alt="%pc support All You System Information at your finger tips with this Free App" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://www.pcsupporttoday.com/feed/" title="RSS"><img src="http://www.pcsupporttoday.com/wp-content/plugins/sociable/images/rss.png" title="All You System Information at your finger tips with this Free App" alt="%pc support All You System Information at your finger tips with this Free App" class="sociable-hovers" /></a></li>
</ul>
</div>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>PC Support Tags: <a class='technorati-link' href='http://technorati.com/tag/Application+software' rel='tag' target='_blank'>Application software</a>, <a class='technorati-link' href='http://technorati.com/tag/Hardware' rel='tag' target='_blank'>Hardware</a>, <a class='technorati-link' href='http://technorati.com/tag/Microsoft' rel='tag' target='_blank'>Microsoft</a>, <a class='technorati-link' href='http://technorati.com/tag/Microsoft+Windows' rel='tag' target='_blank'>Microsoft Windows</a>, <a class='technorati-link' href='http://technorati.com/tag/Operating+system' rel='tag' target='_blank'>Operating system</a>, <a class='technorati-link' href='http://technorati.com/tag/Windows' rel='tag' target='_blank'>Windows</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.pcsupporttoday.com/3/all-you-system-information-at-your-finger-tips-with-this-free-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

