<?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"
	>

<channel>
	<title>How To Solutions</title>
	<atom:link href="http://how-to-solutions.com/feed" rel="self" type="application/rss+xml" />
	<link>http://how-to-solutions.com</link>
	<description>Giving You Computer Solutions</description>
	<pubDate>Sun, 04 Jan 2009 19:31:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>How to print a list of files from a Windows directory</title>
		<link>http://how-to-solutions.com/print-a-list-of-files-from-a-windowsdirectory-folder.html</link>
		<comments>http://how-to-solutions.com/print-a-list-of-files-from-a-windowsdirectory-folder.html#comments</comments>
		<pubDate>Sun, 04 Jan 2009 19:31:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://how-to-solutions.com/?p=312</guid>
		<description><![CDATA[


Click on Start, then Run. In the run dialogue box type cmd and click OK.
This will open a DOS prompt usually pointing to your users My Documents folder in Documents and Settings.
If you wanted to get to a folder called Movies on your E drive then you would type:
E: and then &#8220;cd Movies&#8220;. This is [...]]]></description>
			<content:encoded><![CDATA[<p>Click on <strong>Start</strong>, then <strong>Run</strong>. In the run dialogue box type <strong>cmd</strong> and click <strong>OK</strong>.</p>
<p>This will open a DOS prompt usually pointing to your users My Documents folder in Documents and Settings.</p>
<p>If you wanted to get to a folder called Movies on your E drive then you would type:</p>
<p><strong>E:</strong> and then &#8220;<strong>cd Movies</strong>&#8220;. This is demonstrated in the image below.<br />
<img src="http://how-to-solutions.com/images/list-windows-directory/list-windows-directory.png" border="2" alt="List a Windows directory" /></p>
<p>To create the list then type &#8220;<strong>dir &gt; movielist.txt</strong>&#8221; naming the text file anything you want. If you want to only export the file names without the file size details then use &#8220;<strong>dir /b &gt; movielist.txt</strong>&#8220;. The movielist.txt file will be within the directory it has listed.</p>
]]></content:encoded>
			<wfw:commentRss>http://how-to-solutions.com/print-a-list-of-files-from-a-windowsdirectory-folder.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>How To enable Windows remote desktop remotely</title>
		<link>http://how-to-solutions.com/how-to-enable-windows-remote-desktop-remotely.html</link>
		<comments>http://how-to-solutions.com/how-to-enable-windows-remote-desktop-remotely.html#comments</comments>
		<pubDate>Fri, 02 Jan 2009 22:30:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://how-to-solutions.com/?p=305</guid>
		<description><![CDATA[Often at work I need to use another PC or log onto a server. Windows systems don&#8217;t have remote desktop working by default so rather than have to walk somewhere I&#8217;d rather just do it remotely. Here&#8217;s how&#8230;
Firstly click on Start and then Run. In the box type in &#8220;regedit&#8221; and hit Enter.
Then click on [...]]]></description>
			<content:encoded><![CDATA[<p>Often at work I need to use another PC or log onto a server. Windows systems don&#8217;t have remote desktop working by default so rather than have to walk somewhere I&#8217;d rather just do it remotely. Here&#8217;s how&#8230;</p>
<p>Firstly click on <strong>Start</strong> and then <strong>Run</strong>. In the box type in &#8220;<strong>regedit</strong>&#8221; and hit Enter.</p>
<p>Then click on <strong>File</strong> and <strong>Connect Network Registry</strong> as shown in the image below.</p>
<p><img src="http://how-to-solutions.com/images/remote-desktop/regedit.gif" border="2" alt="Connect Network Registry - Regedit" /></p>
<p>This will allow you to connect to another computers registry settings and make the needed changes.</p>
<p>In the next box you can enter the name of the remote computer or browse for it. This will work if you&#8217;re on either a Windows workgroup or on a domain. See the image below.</p>
<p><img src="http://how-to-solutions.com/images/remote-desktop/computer.png" border="2" alt="Remote Registry Connection" /></p>
<p>Once you&#8217;ve selected the computer click <strong>OK</strong> and the computer should now be listed in your Registry Editor at the bottom on the left. You need to navigate your way through the hierarchy and go to the following directory: <strong>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server</strong>.</p>
<p>Clicking on the <strong>Terminal Server</strong> folder you should see the window on the right populate with about 20 files. Look for <strong>fDenyTSConnections</strong>. Right click it and click <strong>Modify</strong>. A box similar to the one below should appear. Simply change the Value Data from 1 (Remote Desktop enabled) to 0 (Remote Desktop enabled).</p>
<p><img src="http://how-to-solutions.com/images/remote-desktop/DWORD-RemoteDesktop.png" border="2" alt="DWORD Remote Desktop Registry" /></p>
<p>Once this is changed then click OK to save the change. Remote Desktop will only be enabled once the machine is rebooted; this can also be done remotely. Open up a command prompt (<strong>Start</strong> &gt; <strong>Run</strong> &gt; &#8220;<strong>cmd</strong>&#8220;) and type: &#8220;<em>shutdown -m \\WORKGROUP\PROMETHEUS  										-r</em>&#8221; changing the computer name to the one you connected to.</p>
]]></content:encoded>
			<wfw:commentRss>http://how-to-solutions.com/how-to-enable-windows-remote-desktop-remotely.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>How To Solutions PageRank Update and 2009</title>
		<link>http://how-to-solutions.com/how-to-solutions-pagerank-update-and-2009.html</link>
		<comments>http://how-to-solutions.com/how-to-solutions-pagerank-update-and-2009.html#comments</comments>
		<pubDate>Thu, 01 Jan 2009 19:46:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[How To Solutions]]></category>

		<guid isPermaLink="false">http://how-to-solutions.com/?p=302</guid>
		<description><![CDATA[Just yesterday on New Years Eve 2008 Google did their quarterly PageRank (PR) update. How To Solutions jumped from PR3 to PR4 - back to where it was shortly before this site went live. Not only that but some of the individual pages got their own PageRank.
SQL Week by Week - Now PR2
How To Audit [...]]]></description>
			<content:encoded><![CDATA[<p>Just yesterday on New Years Eve 2008 Google did their quarterly PageRank (PR) update. How To Solutions jumped from PR3 to PR4 - back to where it was shortly before this site went live. Not only that but some of the individual pages got their own PageRank.</p>
<p><a title="SQL Week by Week" href="http://how-to-solutions.com/sql-week-by-week.html">SQL Week by Week</a> - Now PR2</p>
<p><a title="How To Audit Your Computer" href="http://how-to-solutions.com/computer-audit-software-retrieve-software-serials-cdkey-hardware.html">How To Audit Your Computer</a> - Now PR2</p>
<p><a title="Change default font Office 2007" href="http://how-to-solutions.com/change-default-font-office-2007-word-outlook.html">Changing the default font in Office 2007</a> - Now PR2</p>
<p><a title="HTML signature Outlook 2007" href="http://how-to-solutions.com/html-signature-outlook-2007.html">How to add a HTML signature to Outlook 2007</a> - Now PR2</p>
<p><a title="JS Wildcard with jQuery" href="http://how-to-solutions.com/javascript-wildcard-with-jquery.html">Javascript Wildcard with jQuery</a> - Now PR2</p>
<p><a title="add my blog to Google blog search" href="http://how-to-solutions.com/how-to-add-my-blog-to-google-blog-search.html">How to add my blog to Google Blog Search</a> - Now PR2</p>
<p>It seems that Google has ranked these pages as they are some of the older and better established pages on the site. Not only that but these pages perform the best through organic search (users typing a search term directly into Google and coming to the site). Considering I have very very few inbound links then the increased PR should greatly help the strength of the site. The <a title="Installing Trac on Windows" href="http://how-to-solutions.com/how-to-install-trac-on-windows.html">How To Install Trac on Windows</a> guide still gets the most daily traffic but this is purely from links and not Google searches.</p>
<p>In 2009 How To Solutions hope to provide more technology solutions. These will probably be based around more javascript, PHP/ASP, SQL, and Wordpress/SEO matters. One of these days I&#8217;ll actually put up a form on the contact page.</p>
]]></content:encoded>
			<wfw:commentRss>http://how-to-solutions.com/how-to-solutions-pagerank-update-and-2009.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Map a shared network drive on a domain with a batch file</title>
		<link>http://how-to-solutions.com/map-shared-network-drive-on-domain-with-a-batch-file.html</link>
		<comments>http://how-to-solutions.com/map-shared-network-drive-on-domain-with-a-batch-file.html#comments</comments>
		<pubDate>Tue, 23 Dec 2008 21:34:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://how-to-solutions.com/?p=299</guid>
		<description><![CDATA[This is the scenario: You have VPN access to a LAN running on a Windows domain. Once you connect through the VPN you don&#8217;t want to remote desktop to a machine but you still need access to the shared network drives that you would get via active directory.
So the easiest solution is to create a [...]]]></description>
			<content:encoded><![CDATA[<p>This is the scenario: You have VPN access to a LAN running on a Windows domain. Once you connect through the VPN you don&#8217;t want to remote desktop to a machine but you still need access to the shared network drives that you would get via active directory.</p>
<p>So the easiest solution is to create a batch file that will map to to where the shared drive is using proper Windows authentication across the domain. This is what you need in the batch file.</p>
<p>NET USE Z: \\targetIP\drivename password /USER:domain\username /SAVECRED /PERSISENT:YES</p>
<p>So for How To Solutions it could be something like&#8230;</p>
<p><strong>NET USE Z: \\192.168.0.1\solutions$ passw0rd /USER:HowToSolutions\admin /SAVECRED /PERSISENT:YES</strong></p>
<p>This assume that&#8230;</p>
<ul>
<li>192.168.0.1 - This is the local IP address of the target machine sharing the drive.</li>
<li>solutions$ - Is the name of the folder on the target machine.</li>
<li>passw0rd - Is the password used for your username.</li>
<li>HowToSolutions - This is the Windows domain you&#8217;ve VPN&#8217;d to.</li>
<li>admin - Is the username of the Windows account</li>
<li>SAVECRED - To use credentials previously saved by the user</li>
<li>PERSISTENT:YES - This will connect the share the next time you logon.</li>
</ul>
<p>Put the single line in Notepad or something similar and save it as connect.bat. Now whenever you connect remotely to a network you can access the shared drives. It will use your Windows credentials so make sure you have sharing permissions on any folder/subfolders you try and access.</p>
]]></content:encoded>
			<wfw:commentRss>http://how-to-solutions.com/map-shared-network-drive-on-domain-with-a-batch-file.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Remove or Edit Internet Explorer 7 Header Footer Text</title>
		<link>http://how-to-solutions.com/remove-or-edit-internet-explorer-7-header-footer-text.html</link>
		<comments>http://how-to-solutions.com/remove-or-edit-internet-explorer-7-header-footer-text.html#comments</comments>
		<pubDate>Sun, 21 Dec 2008 21:31:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://how-to-solutions.com/?p=291</guid>
		<description><![CDATA[Background
By default Internet Explorer 7 (IE7) includes header and footer text onto web pages that are printed out. This is fine for most users as be default it lists the date &#38; time and the URL. But you may want a clean page when printing or customised text for the date time etc. Here&#8217;s the [...]]]></description>
			<content:encoded><![CDATA[<h3>Background</h3>
<p>By default Internet Explorer 7 (IE7) includes header and footer text onto web pages that are printed out. This is fine for most users as be default it lists the date &amp; time and the URL. But you may want a clean page when printing or customised text for the date time etc. Here&#8217;s the How To Solutions guide.</p>
<h3>Removing the Header Footer Text</h3>
<p>In Internet Explorer go to File &gt; Page Setup. You&#8217;ll see a box like the one below. In the Headers and Footers section you can remove the default text (<em>&amp;w&amp;bPage &amp;p of &amp;P</em> and <em>&amp;u&amp;b&amp;d</em>). Just delete those bits and press OK.</p>
<p><img src="http://how-to-solutions.com/images/IE7-header-footer/IE7-page-setup.png" alt="Internet Explorer 7 Header Footer Setup" /></p>
<h3>Creating Custom Header Footer Text</h3>
<p>You can also create custom header footer text to print out only the information you want to appear on every page. Use the set of functions below to create your own header footer text.</p>
<ul>
<li>&amp;w - Window Title</li>
<li>&amp;u - Page URL</li>
<li>&amp;d - Date in short format</li>
<li>&amp;D - Date in long format</li>
<li>&amp;t - Time in regular format as shown on the clock</li>
<li>&amp;T - Time in 24-hour format</li>
<li>&amp;p - Current page number</li>
<li>&amp;P - Total number of pages</li>
<li>&amp;b - right align the next text. (You can see it in the default header, where &amp;b is placed before the Page text)</li>
<li>&amp;b[TEXT]&amp;b - If you surround the text in &amp;b on either side, it will center the text.</li>
<li>&amp;&amp; - A single ampersand (&amp;)</li>
</ul>
<p>And that&#8217;s how to delete or edit the header footer text that appears when printing from Internet Explorer 7.</p>
]]></content:encoded>
			<wfw:commentRss>http://how-to-solutions.com/remove-or-edit-internet-explorer-7-header-footer-text.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Outlook ActiveX Object Error from Signature</title>
		<link>http://how-to-solutions.com/outlook-activex-object-error-in-signature.html</link>
		<comments>http://how-to-solutions.com/outlook-activex-object-error-in-signature.html#comments</comments>
		<pubDate>Thu, 18 Dec 2008 23:03:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MS Office]]></category>

		<guid isPermaLink="false">http://how-to-solutions.com/?p=272</guid>
		<description><![CDATA[Ever created a new signature file in Microsoft Outlook and when you go to send a new message an ActiveX control box appears telling you of an error? Here&#8217;s a quick fix that will stop the error from appearing but let you keep your fancy signature.

The Error Message
One or more ActiveX controls could not be [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Ever created a new signature file in Microsoft Outlook and when you go to send a new message an ActiveX control box appears telling you of an error? Here&#8217;s a quick fix that will stop the error from appearing but let you keep your fancy signature.<br />
</strong></p>
<p><strong>The Error Message</strong></p>
<p><span id="_ctl0_RightContentPlaceHolder_BoxContainer2_1_questionTextLabel">One or more ActiveX controls could not be displayed because either:</span></p>
<p><span id="_ctl0_RightContentPlaceHolder_BoxContainer2_1_questionTextLabel">1) Your current security settings prohibit running ActiveX controls on this page, or</span></p>
<p>2) You have blocked a publisher of one of the controls.</p>
<p><span id="_ctl0_RightContentPlaceHolder_BoxContainer2_1_questionTextLabel">As a result, the page may not display correctly.</span></p>
<p><strong>The Fix</strong></p>
<p>Firstly, let&#8217;s locate your signature folder. Copy one of the following lines (starting at the first %) depending on what your operating system is.</p>
<ul>
<li><strong>Vista</strong>:  %userprofile%\AppData\Roaming\Microsoft\Signatures</li>
<li><strong>XP-2003</strong>:  %userprofile%\Application Data\Microsoft\Signatures</li>
</ul>
<p>Click on <strong>Start</strong> and then <strong>Run</strong> - paste the line you copied into the Run box and hit <strong>Enter</strong>.</p>
<p>You should see 3 files created for your signature file (in .htm, .txt and .rtf formats). If you can&#8217;t see the file extensions, go to Tools / Folder Options / View and untick &#8216;Hide extensions for known file types&#8217;, or right-click the file and select &#8216;Properties&#8217; to determine the file type.</p>
<p>Open the .htm signature file in Notepad or any other text editor. Then go to <strong>Edit &gt; Find</strong> and type in &#8220;object&#8221;. You should see that the text editor has highlighted a bit of the signature code. Look for the bit that looks something like this:</p>
<p>&lt;OBJECT id=ieooui classid=clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D&gt;&lt;/OBJECT&gt;.</p>
<p>Simply remove that whole bit - everything from &lt;OBJECT to /OBJECT&gt;. Save the file and to make sure the ActiveX object doesn&#8217;t come back I recommend making the file read only - do this by right clicking the file, going to Properties and making &#8216;Read-only&#8217; checked.</p>
<p>Go back to Outlook and when you go to send a new message, no more annoying ActiveX object warning.</p>
]]></content:encoded>
			<wfw:commentRss>http://how-to-solutions.com/outlook-activex-object-error-in-signature.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>How to undo a Wordpress spam comment</title>
		<link>http://how-to-solutions.com/how-to-undo-a-wordpress-spam-comment.html</link>
		<comments>http://how-to-solutions.com/how-to-undo-a-wordpress-spam-comment.html#comments</comments>
		<pubDate>Sun, 14 Dec 2008 19:38:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://how-to-solutions.com/?p=261</guid>
		<description><![CDATA[Just the other day I was deleting a few Wordpress comments  due to their spammy nature. Unfortunately I marked a very genuine comment as spam and didn&#8217;t immediately see a way to recover it. A quick Google search suggested installing myPHPadmin and seeing if I could edit a value in the comment tables, or [...]]]></description>
			<content:encoded><![CDATA[<p>Just the other day I was deleting a few Wordpress comments  due to their spammy nature. Unfortunately I marked a very genuine comment as spam and didn&#8217;t immediately see a way to recover it. A quick Google search suggested installing myPHPadmin and seeing if I could edit a value in the comment tables, or something similar. However I have found such an easier method&#8230;</p>
<p>Firstly, go to your Comments page and then click on the &#8216;Approved&#8217; link highlighted in the image below.</p>
<p class="MsoNormal" style="line-height: normal;">
<p><img src="http://how-to-solutions.com/images/spam-comment/manage-comments.gif" border="2" alt="Wordpress Comments" /></p>
<p>This will show all of the comments you&#8217;ve approved to be shown on your site. What you need to do is go to the address bar in the browser you&#8217;re using. It should look something like the image below.</p>
<p><img src="http://how-to-solutions.com/images/spam-comment/approved-comments-URL.gif" border="2" alt="Approved Comments URL" /></p>
<p>Change the end of the URL so it reads <strong>comment_status=spam</strong> - see the image below.</p>
<p><img src="http://how-to-solutions.com/images/spam-comment/approved-comments-URL2.gif" border="2" alt="Approved Comments URL" /></p>
<p>Changing the URL and hitting Enter will show you all of the comments that have been marked as spam. Simply select the comment that was accidentally marked as spam and click Approve. The comment will be removed from spam and approved to be shown as one of the comments on your site. Easy as that.</p>
]]></content:encoded>
			<wfw:commentRss>http://how-to-solutions.com/how-to-undo-a-wordpress-spam-comment.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Screenshot Windows Media Player</title>
		<link>http://how-to-solutions.com/screenshot-windows-media-player.html</link>
		<comments>http://how-to-solutions.com/screenshot-windows-media-player.html#comments</comments>
		<pubDate>Thu, 13 Nov 2008 22:51:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://how-to-solutions.com/?p=256</guid>
		<description><![CDATA[I&#8217;ve wondered how to do this a few times. Having been watching a great film or TV programme through Windows Media Player I&#8217;ve wanted a single screenshot of one particular frame. Using the Print Screen button has never worked by default but there is a fix. Read on&#8230;.

In Windows Media Player click on Tools and [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve wondered how to do this a few times. Having been watching a great film or TV programme through <em>Windows Media Player</em> I&#8217;ve wanted a <strong>single screenshot</strong> of one particular frame. Using the Print Screen button has never worked by default but there is a fix. Read on&#8230;.</p>
<ol>
<li>In Windows Media Player click on <strong>Tools</strong> and then <strong>Options</strong>.</li>
<li>This will bring up the Options dialogue box and you&#8217;ll need to choose the <strong>Performance tab</strong> as shown in RED in the image below.</li>
<p><img title="Screenshot Windows Media Player" src="http://how-to-solutions.com/images/screenshot-media-player/screenshot-media-player-1.gif" border="2" alt="Screenshot Windows Media Player" /></p>
<li>In the Performance tab click on the Advanced button towards the bottom.</li>
<li>In the dialogue box that appears uncheck the <strong>Use Overlays</strong> tick box again shown in RED below and click OK.</li>
<p><img title="Screenshot Windows Media Player" src="http://how-to-solutions.com/images/screenshot-media-player/screenshot-media-player-2.gif" border="2" alt="Screenshot Windows Media Player" /></p>
<li>You can now capture a screenshot of any file you&#8217;re playing in Media Player with the Print Screen button.</li>
</ol>
<p>There shouldn&#8217;t be any loss of quality or noticeable differences so capture screenshots using Print Screen at will!</p>
]]></content:encoded>
			<wfw:commentRss>http://how-to-solutions.com/screenshot-windows-media-player.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Change the default font in Office 2007</title>
		<link>http://how-to-solutions.com/change-default-font-office-2007-word-outlook.html</link>
		<comments>http://how-to-solutions.com/change-default-font-office-2007-word-outlook.html#comments</comments>
		<pubDate>Wed, 12 Nov 2008 22:39:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MS Office]]></category>

		<guid isPermaLink="false">http://how-to-solutions.com/?p=238</guid>
		<description><![CDATA[
I&#8217;ve been using Microsoft Office 2007 for a few months now and I&#8217;ve come to hate the default font used among the different products. They use Calibri size 11 (so bad I won&#8217;t show you what it looks like) which wasn&#8217;t even a default font in Office 2003. So let&#8217;s change it quick.
Change the default [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="line-height: normal;">
<p>I&#8217;ve been using <strong>Microsoft Office 2007</strong> for a few months now and I&#8217;ve come to <em>hate</em> the <strong>default font</strong> used among the different products. They use Calibri size 11 (so bad I won&#8217;t show you what it looks like) which wasn&#8217;t even a default font in Office 2003. So let&#8217;s change it quick.</p>
<h2>Change the default Office 2007 font for Word</h2>
<ol>
<li>In Microsoft Word make sure you you have the <strong>Home</strong> tab selected at the top of Word</li>
<li>In the Styles section of the menu right click in left most text box and then click <strong>Modify</strong>. See the image below.</li>
<p class="MsoNormal" style="line-height: normal;">
<p><img title="Change Default Font Office Word 2007" src="http://how-to-solutions.com/images/font-office-2007/word-2007-default-font-1.gif" border="2" alt="Change Default Font Office Word 2007" /></p>
<li>You&#8217;ll get the <strong>Modify Style</strong> dialogue box appear. See the image below.</li>
<p class="MsoNormal" style="line-height: normal;">
<p><img title="Change Default Font Office Word 2007" src="http://how-to-solutions.com/images/font-office-2007/word-2007-default-font-2.gif" border="2" alt="Change Default Font Office Word 2007" /></p>
<li>Scroll through Font stypes and various styling.</li>
<li>At the bottom of the image below you&#8217;ll see two radio buttons. If you want to permanently change the default font in Word then choose the &#8220;New documents based on this template&#8221; button.</li>
<li>Click OK to confirm.</li>
</ol>
<p>Now you no longer have to format your Word 2007 font document each time.</p>
<h2>Change the default Office 2007 font for Outlook</h2>
<p>It&#8217;s easy in Word 2007… but in Outlook 2007 it is a little more long winded. Here&#8217;s how&#8230;</p>
<ol>
<li>In Outlook 2007 click <strong>Tools</strong> then <strong>Options</strong>.</li>
<li>Select the <strong>Mail Format</strong> tab highlighted in RED at the top of the image below.</li>
<li>Click the Stationery and Fonts button again highlighted in RED in the image below.</li>
<p class="MsoNormal" style="line-height: normal;">
<p><img title="Change Default Font Office Outlook 2007" src="http://how-to-solutions.com/images/font-office-2007/outlook-2007-default-font-1.gif" border="2" alt="Change Default Font Office Outlook 2007" /></p>
<p class="MsoNormal" style="line-height: normal;">
<li>A dialogue box will appear that will let you change your default font in Office Outlook</li>
<p class="MsoNormal" style="line-height: normal;">
<p><img title="Change Default Font Office Outlook 2007" src="http://how-to-solutions.com/images/font-office-2007/outlook-2007-default-font-2.gif" border="2" alt="Change Default Font Office Outlook 2007" /></ol>
<p>Select your favourite font, style, size, colour, and effects… and then click OK to confirm.</p>
]]></content:encoded>
			<wfw:commentRss>http://how-to-solutions.com/change-default-font-office-2007-word-outlook.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>How To add my blog to Google Blog Search</title>
		<link>http://how-to-solutions.com/how-to-add-my-blog-to-google-blog-search.html</link>
		<comments>http://how-to-solutions.com/how-to-add-my-blog-to-google-blog-search.html#comments</comments>
		<pubDate>Mon, 03 Nov 2008 21:53:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<category><![CDATA[Blog Search]]></category>

		<guid isPermaLink="false">http://how-to-solutions.com/?p=227</guid>
		<description><![CDATA[
By looking at my Google Analytics account I am able to see the search terms people have put into Google to get to my site. These are what are known as organic searches as they come straight from what a user types into the Google search box, rather than a link to the site. It&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="line-height: normal;">
<p>By looking at my Google Analytics account I am able to see the search terms people have put into Google to get to my site. These are what are known as <strong>organic searches</strong> as they come straight from what a user types into the Google search box, rather than a link to the site. It&#8217;s an incredibly useful tool as it shows you what your visitors are looking for even if your site has the information they want or not.</p>
<p>The search term &#8220;<strong>add my blog to google blog search</strong>&#8221; has come up a few times and upon further investigation I read up on <a title="Google Blog Search" href="http://blogsearch.google.com/" target="_blank">Google Blog Search</a>. It&#8217;s where you can use Google search technology to look specifically at blogs (user generated content) for the topic you&#8217;ve searched for. So then, how do you as a blog owner get your content listed on Google Blog Search?</p>
<p class="MsoNormal" style="line-height: normal;">
<h2>The Short Answer&#8230;</h2>
<p>All you need is a site feed! That is to say you need something like an RSS feed coming from your website. If you&#8217;re on Wordpress your theme has a 99.99% chance of having an RSS feed built into it. When Google comes along and spiders/crawls your site it will think &#8220;hey, here&#8217;s a feed&#8230;add this to Google Blog Search&#8221;. It&#8217;s all done for you! So my RSS feed(http://how-to-solutions.com/feed) was added the first time Google crawled this site and now I&#8217;m added to Google Blog Search.</p>
<p class="MsoNormal" style="line-height: normal;">
<h2>How To Solutions on Google Blog Search</h2>
<p>Just to prove that it really is that simple, let&#8217;s have a look at this site on <a title="Google Blog Search" href="http://blogsearch.google.com/" target="_blank">Google Blog Search</a>. Firstly let me say that I never &#8220;added&#8221; myself to Blog Search, it was done for me automatically by Google. Yet I&#8217;m still listed in Blog Search, sometimes in the number one spot depending on the keywords. Let&#8217;s have a look.</p>
<p class="MsoNormal" style="line-height: normal;">
<p><img title="Add my blog to Google Blog Search" src="http://how-to-solutions.com/images/google-blog-search/HTML-signature-outlook-2007.gif" border="2" alt="Add my blog to Google Blog Search" /></p>
<p>So we can see that for the keywords I used in my post covering a <a title="HTML Signature Outlook 2007" href="http://how-to-solutions.com/html-signature-outlook-2007.html" target="_blank">HTML Signature in Outlook 2007</a> the actual blog post has made it into the #1 position in Google Blog Search. Similarly the same has happened for my <a title="SEO my Wordpress Blog - Beginners Guide Part 1" href="http://how-to-solutions.com/beginners-guide-seo-wordpress-blog.html" target="_blank">SEO for Wordpress Beginners Guide</a>, also reaching #1 for certain keywords.</p>
<p class="MsoNormal" style="line-height: normal;">
<p><img title="SEO Wordpress blog - a beginners guide" src="http://how-to-solutions.com/images/google-blog-search/SEO-Wordpress-Beginner.gif" border="2" alt="SEO Wordpress blog - a beginners guide" /></p>
<p>I hope this has helped answer a question a few people seem to have been asking recently. To find out more look at <a title="Google Blog Search Help" href="http://www.google.com/help/about_blogsearch.html" target="_blank">Google Blog Search Help</a>. The help page does state &#8220;<span>&#8230;we will soon be providing             a form that you can use to manually add your blog to our index, in             case we haven&#8217;t picked it up automatically. Stay tuned for more information..&#8221;. So people, get an RSS feed active on your Wordpress blog and get that site indexed.<br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://how-to-solutions.com/how-to-add-my-blog-to-google-blog-search.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
