<?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>Computer Tips and Tricks</title>
	<atom:link href="http://picobits.com/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://picobits.com/tips</link>
	<description>real problems, with real solutions</description>
	<pubDate>Wed, 13 Feb 2008 20:47:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Solution to the missing &#8220;Up&#8221; button in Vista&#8217;s Windows Explorer</title>
		<link>http://picobits.com/tips/2008/02/01/solution-to-the-missing-up-button-in-vistas-windows-explorer/</link>
		<comments>http://picobits.com/tips/2008/02/01/solution-to-the-missing-up-button-in-vistas-windows-explorer/#comments</comments>
		<pubDate>Sat, 02 Feb 2008 03:41:22 +0000</pubDate>
		<dc:creator>Angela</dc:creator>
		
		<category><![CDATA[easy]]></category>

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

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

		<guid isPermaLink="false">http://picobits.com/tips/2008/02/01/solution-to-the-missing-up-button-in-vistas-windows-explorer/</guid>
		<description><![CDATA[I started using Vista when it was RTM well over a year ago.  Currently, I use XP Pro on my home desktop and Vista Ultimate 64bit on my laptop.  All in all, I&#8217;ve had no issues.  But one continued to bother me.  When using Windows Explorer, the &#8220;Up&#8221; button was missing.  On XP, I used [...]]]></description>
			<content:encoded><![CDATA[<p>I started using Vista when it was RTM well over a year ago.  Currently, I use XP Pro on my home desktop and Vista Ultimate 64bit on my laptop.  All in all, I&#8217;ve had no issues.  But one continued to bother me.  When using Windows Explorer, the &#8220;Up&#8221; button was missing.  On XP, I used this all the time.  It was quite handy.</p>
<p><em>Most</em> of the time you can just click the folder name in the address bar to go up one folder.  But sometimes, like when you&#8217;re in folder on your desktop, you have to manually edit the location in the address bar.  Kind of a pain.</p>
<p>I figured it was some setting that I had to modify rather than using the default, but never bothered to look for it.  After some searching, I found two ways around this problem.  I prefer the first.  <img src='http://picobits.com/tips/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>1.  It&#8217;s so simple.  Use ALT + Up Arrow.  Genius.  ;)  This shortcut didn&#8217;t exist in previous versions of Windows.</p>
<p>2.  Go to <a href="http://mavisapps.com/">MavisApps</a> and download the Mavis Up Button for Vista.  ($4.95 with a 5 day trial.)  I didn&#8217;t give this a try as option 1 is sufficient, but if you do, let me know how it turns out.</p>
]]></content:encoded>
			<wfw:commentRss>http://picobits.com/tips/2008/02/01/solution-to-the-missing-up-button-in-vistas-windows-explorer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to create a contact form on a GoDaddy hosting account</title>
		<link>http://picobits.com/tips/2007/12/20/how-to-create-a-contact-form-on-a-godaddy-hosting-account/</link>
		<comments>http://picobits.com/tips/2007/12/20/how-to-create-a-contact-form-on-a-godaddy-hosting-account/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 17:29:43 +0000</pubDate>
		<dc:creator>Angela</dc:creator>
		
		<category><![CDATA[intermediate]]></category>

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

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

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

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

		<category><![CDATA[godaddy sucks]]></category>

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

		<guid isPermaLink="false">http://picobits.com/tips/2007/12/20/how-to-create-a-contact-form-on-a-godaddy-hosting-account/</guid>
		<description><![CDATA[Let me start by saying I hate GoDaddy.  Their customer service sucks, you get little to no useful help.  Their user interface sucks, it&#8217;s ad-laden and not user-friendly.  And today I&#8217;ve learned their hosting environment sucks too.
Also let me lay down this disclaimer:  I&#8217;m not a website designer.  I can [...]]]></description>
			<content:encoded><![CDATA[<p>Let me start by saying I hate GoDaddy.  Their customer service sucks, you get little to no useful help.  Their user interface sucks, it&#8217;s ad-laden and not user-friendly.  And today I&#8217;ve learned their hosting environment sucks too.</p>
<p>Also let me lay down this disclaimer:  I&#8217;m not a website designer.  I can do simple HTML, simple image manipulation, I know just enough to be dangerous about ASP and PHP (and that&#8217;s not much), and I can create easy-to-use and functional websites.</p>
<p>If you&#8217;re unfortunate enough to be a GoDaddy customer, you may have encountered this issue.  I created a simple ASP contact form to use on a site I was designing for a friend.  It&#8217;s very simple &#8212; just a name, email address, and text area for comments.  No required fields.  I&#8217;ve used this form in the past with no problems.  Alas, it didn&#8217;t work.  With the internet at my fingertips, I encountered <a href="http://www.codefixer.com/forum/topic.asp?TOPIC_ID=349">various</a> <a href="http://forums.aspfree.com/asp-development-5/asp-email-form-on-godaddy-114110.html">other</a> <a href="http://nicole.cfwebtools.com/index.cfm/2007/12/6/ASP%20form%20mail">people</a> with this problem, and not just because something was wrong with the code, but because GoDaddy uses CDO.Message rather than CDONTS.  Not only that, but you also need the SMTP server information in order to use it, which they don&#8217;t publicly address anywhere.</p>
<p>GoDaddy support says to use their own special <a href="http://help.godaddy.com/article.php?article_id=512&amp;topic_id=100">gdform.asp</a> (or gdform.php depending on your package), which also seems to require you &#8220;activate&#8221; it using your hosting control panel.  I didn&#8217;t have access to this (I only had FTP access) so I had to find an alternative.</p>
<p>Finally, with the help of <a href="http://www.issociate.de/board/post/455626/GoDaddy_script_problems,_Dave!.html">this post</a>, I was able get it working.  I modified the code slightly to redirect to a thank you page.</p>
<p>Use the code below to create your own.  Copy the code into your contact.htm (or whatever you&#8217;re using) and customize the form, copy the code for the contact.asp page and modify the redirect (or remove it if you like) to the page you&#8217;d like to send them to after the form is submitted.</p>
<p><strong>Contact.htm</strong></p>
<p>&lt;form name=&#8221;email&#8221; action=&#8221;contact.asp&#8221; method=post&gt;<br />
&lt;p&gt;Name:&lt;br /&gt;<br />
&lt;input type=&#8221;text&#8221; name=&#8221;name&#8221; size=&#8221;25&#8243; /&gt;&lt;/p&gt;<br />
&lt;p&gt;Email address:&lt;br /&gt;<br />
&lt;input type=&#8221;text&#8221; name=&#8221;name&#8221; size=&#8221;25&#8243; /&gt;&lt;/p&gt;<br />
&lt;p&gt;Questions, comments?&lt;br /&gt;<br />
&lt;textarea rows=&#8221;10&#8243; cols=&#8221;60&#8243; name=&#8221;comments&#8221;&gt;&lt;/textarea&gt;&lt;/p&gt;<br />
&lt;input type=&#8221;submit&#8221; value=&#8221;Send&#8221; /&gt;&lt;/p&gt;<br />
&lt;/form&gt;</p>
<p><strong>Contact.asp</strong></p>
<p>&lt;% @ Language=&#8221;VBSCRIPT&#8221; %&gt;</p>
<p>&lt;% If Request.ServerVariables(&#8221;REQUEST_METHOD&#8221;) = &#8220;POST&#8221; Then<br />
&#8216;*<br />
&#8216;* Send Email<br />
&#8216;*<br />
Dim strBOD<br />
strBOD = &#8220;Name: &#8221; &amp; Request.Form(&#8221;name&#8221;) &amp; vbCrLf _<br />
&amp; &#8220;Email: &#8221; &amp; Request.Form(&#8221;email&#8221;) &amp; vbCrLf &amp; vbCrLf _<br />
&amp; Request.Form(&#8221;comments&#8221;)<br />
Dim objCFG<br />
Set objCFG = Server.CreateObject(&#8221;CDO.Configuration&#8221;)<br />
objCFG.Fields.Item(aCDO &amp; &#8220;sendusing&#8221;) = 2<br />
objCFG.Fields.Item(aCDO &amp; &#8220;smtpserver&#8221;) = &#8220;<strong>relay-hosting.secureserver.net</strong>&#8221;<br />
objCFG.Fields.Item(aCDO &amp; &#8220;smtpserverport&#8221;) = <strong>25</strong><br />
objCFG.Fields.Update<br />
Dim objCDO<br />
Set objCDO = Server.CreateObject(&#8221;CDO.Message&#8221;)<br />
objCDO.Configuration = objCFG<br />
objCDO.From = Request.Form(&#8221;email&#8221;)<br />
objCDO.To = &#8220;<strong>inquiries@yourwebsitehere.ca</strong>&#8221;<br />
objCDO.Subject = &#8220;<strong>Website inquiry</strong>&#8221;<br />
objCDO.TextBody = strBOD<br />
objCDO.Send<br />
Response.Redirect &#8220;<strong>thanks.shtml</strong>&#8221;<br />
Set objCDO = Nothing<br />
Set objCFG = Nothing<br />
End If</p>
<p>%&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://picobits.com/tips/2007/12/20/how-to-create-a-contact-form-on-a-godaddy-hosting-account/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Exchange Server Tip - Database and log files</title>
		<link>http://picobits.com/tips/2007/11/26/exchange-server-tip-database-and-log-files/</link>
		<comments>http://picobits.com/tips/2007/11/26/exchange-server-tip-database-and-log-files/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 22:23:06 +0000</pubDate>
		<dc:creator>Angela</dc:creator>
		
		<category><![CDATA[advanced]]></category>

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

		<category><![CDATA[database files]]></category>

		<category><![CDATA[log files]]></category>

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

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

		<guid isPermaLink="false">http://picobits.com/tips/2007/11/26/exchange-server-tip-database-and-log-files/</guid>
		<description><![CDATA[If you&#8217;re running Exchange Server, Microsoft recommends you store the database and log files on separate drives, and both of those drives should NOT be your OS drive.
To move the transaction logs in Exchange 2000 or 2003:

In Exchange System Manager, expand the appropriate Exchange server object, right-click the storage group you want, and then click [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re running Exchange Server, Microsoft recommends you store the database and log files on separate drives, and both of those drives should NOT be your OS drive.</p>
<p>To move the transaction logs in Exchange 2000 or 2003:</p>
<ol>
<li>In Exchange System Manager, expand the appropriate Exchange server object, right-click the storage group you want, and then click <strong>Properties</strong>.</li>
<li>On the <strong>General</strong> tab, specify a new location for the files. For example, if the E:\ drive will contain only log files for this storage group, in <strong>Transaction log location</strong>, click <strong>Browse</strong>, and then choose the E:\ drive.</li>
</ol>
<p>To move the database file for a mailbox store in Exchange 2000 or 2003:</p>
<ol>
<li>In Exchange System Manager, expand the Exchange server object on which the store resides, expand the appropriate storage group container, right-click the mailbox store object you want, and then click <strong>Properties</strong>.</li>
<li>Specify new file locations on the <strong>Database</strong> tab of the <strong>Properties</strong> dialog box.</li>
</ol>
<p>To move the transaction logs in in Exchange 2007:</p>
<ol>
<li>Start the Exchange Management Console on the server on which the storage group is located.</li>
<li>In the console tree, expand <strong>Server Configuration</strong>, and then click <strong>Mailbox</strong>.</li>
<li>In the result pane, click the Mailbox server that contains the storage group for which you want to change the log file location.</li>
<li>In the work pane, click the storage group for which you want to change the log file location.</li>
<li>In the action pane, click <strong>Move Storage Group Path</strong>. The Move Storage Group Path wizard appears.</li>
<li>On the <strong>Introduction</strong> page, the <strong>Log files path</strong> box displays the location where your log files are currently stored. Click <strong>Browse</strong> to specify a location to which to move these files..</li>
<li>Click <strong>Move</strong>. A warning appears that all databases in the storage group must be temporarily dismounted, which will make them inaccessible to any user. To continue, click <strong>Yes</strong>.</li>
<li>On the <strong>Completion</strong> page, confirm whether the log file path was changed successfully. A status of <strong>Completed</strong> indicates that the wizard completed the task successfully. A status of <strong>Failed</strong> indicates that the task was not completed. If the task fails, review the summary for an explanation, and then click <strong>Back</strong> to make any configuration changes. Click <strong>Finish </strong>to complete the Move Storage Group Path wizard.</li>
</ol>
<p>To move the database file for a mailbox store in Exchange 2007:</p>
<ol>
<li>Start the Exchange Management Console on the server on which the storage group is located.</li>
<li>In the console tree, expand <strong>Server Configuration</strong>, and then click <strong>Mailbox</strong>.</li>
<li>In the results pane, expand the appropriate storage group container, right-click the mailbox database object you want, and then click <strong>Move Database Path</strong>. The Move Database Path wizard appears.</li>
<li>On the Introduction page, the Database files path box displays the location where your database files are currently stored. Click Browse to specify a location to which to move these files.</li>
<li>Click Move.</li>
<li>On the Completion page, confirm whether the database file path was changed successfully. A status of Completed indicates that the wizard completed the task successfully. A status of Failed indicates that the task was not completed. If the task fails, review the summary for an explanation, and then click Back to make any configuration changes. Click Finish to complete the Move Database Path wizard.</li>
</ol>
<p><em>Please note that moving the database or log file will temporarily unmount the information store, making mail inaccessible for users with mailboxes in the store.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://picobits.com/tips/2007/11/26/exchange-server-tip-database-and-log-files/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Vista:  A program needs your permission to continue</title>
		<link>http://picobits.com/tips/2007/11/15/vista-a-program-needs-your-permission-to-continue/</link>
		<comments>http://picobits.com/tips/2007/11/15/vista-a-program-needs-your-permission-to-continue/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 17:32:41 +0000</pubDate>
		<dc:creator>Angela</dc:creator>
		
		<category><![CDATA[intermediate]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://picobits.com/tips/2007/11/15/vista-a-program-needs-your-permission-to-continue/</guid>
		<description><![CDATA[If you&#8217;ve recently switched to Vista, you&#8217;re probably aware of the really annoying prompt asking you if you really want to continue every time you&#8217;re making a change, installing a program, breathing, moving your mouse&#8230;  (If you&#8217;ve got some time, check out the really funny Mac commercial making fun of MS due to this &#8220;feature&#8221;.)

Well, [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve recently switched to Vista, you&#8217;re probably aware of the <em>really annoying</em> prompt asking you if you really want to continue every time you&#8217;re making a change, installing a program, breathing, moving your mouse&#8230;  (If you&#8217;ve got some time, check out the <a href="http://www.youtube.com/watch?v=VKM1cAtAdtQ">really funny Mac commercial</a> making fun of MS due to this &#8220;feature&#8221;.)</p>
<p><img src="http://picobits.com/tips/wp-content/uploads/2007/11/vistauac.gif" alt="Vista User Account Control Nag Screen" /></p>
<p>Well, the good news is, you can turn it off.  The bad news is, if you&#8217;re not technically savvy at all, I wouldn&#8217;t recommend it.  A general rule of thumb I would say is if you know what C:\windows\system32 is (and don&#8217;t say &#8220;a folder&#8221;), you can probably go ahead and turn it off.</p>
<p>1.  Open Control Panel.</p>
<p>2.  Open the Security Center.</p>
<p>3.  Click &#8220;Change the way Security Center alerts me&#8221; (on the left)</p>
<p>4.  Click &#8220;Don&#8217;t notify me and don&#8217;t display the icon (not recommended)</p>
<p><img src="http://picobits.com/tips/wp-content/uploads/2007/11/vistanotify.jpg" alt="Don’t notify me!" /></p>
]]></content:encoded>
			<wfw:commentRss>http://picobits.com/tips/2007/11/15/vista-a-program-needs-your-permission-to-continue/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cut and paste from Word to Wordpress</title>
		<link>http://picobits.com/tips/2007/11/13/cut-and-paste-from-word-to-wordpress/</link>
		<comments>http://picobits.com/tips/2007/11/13/cut-and-paste-from-word-to-wordpress/#comments</comments>
		<pubDate>Wed, 14 Nov 2007 02:32:30 +0000</pubDate>
		<dc:creator>Angela</dc:creator>
		
		<category><![CDATA[easy]]></category>

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

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

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

		<guid isPermaLink="false">http://picobits.com/tips/2007/11/13/cut-and-paste-from-word-to-wordpress/</guid>
		<description><![CDATA[If you cut and paste a section of text that includes links and other formatting from Microsoft Word to the Wordpress WYSIWYG, you will end up with a nasty mess of code and will have problems getting the text to format to your site the way you want.  When you cut HTML from Word, there&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>If you cut and paste a section of text that includes links and other formatting from Microsoft Word to the Wordpress WYSIWYG, you will end up with a nasty mess of code and will have problems getting the text to format to your site the way you want.  When you cut HTML from Word, there&#8217;s a lot of extra code (which you won&#8217;t see unless you look for it) that overrides your CSS values.   You <em>could</em> click on the &#8220;Code&#8221; tab in Wordpress and manually remove the extra code, but that&#8217;s very time consuming and if you don&#8217;t know what you&#8217;re doing, you could delete something important.</p>
<p>Instead, do this:</p>
<p class="post">While you&#8217;re in the Wordpress post editor, hover your cursor over the buttons to see the labels.  Click on the button labeled &#8220;Show/Hide Advanced Toolbar&#8221;.  You can also press Alt+Shift+V (Firefox) or Alt+V (IE) to show the Advanced Toolbar.  This will add some extra functionality, like buttons to undo and format your font, to your toolbar.  You will then see a button labeled &#8220;Paste from Word&#8221;.  When you click it, a small window will pop open and you can paste your text there and click &#8220;Insert&#8221;.  This will insert the text into your post and remove the unnecessary formatting.</p>
<p>Please note that if you are copying an image, it may not show up and the code may not format properly for the image.  Other non-image formatting should be fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://picobits.com/tips/2007/11/13/cut-and-paste-from-word-to-wordpress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Customize your quick access toolbar in Office 2007</title>
		<link>http://picobits.com/tips/2007/11/13/customize-your-quick-access-toolbar-in-office-2007/</link>
		<comments>http://picobits.com/tips/2007/11/13/customize-your-quick-access-toolbar-in-office-2007/#comments</comments>
		<pubDate>Tue, 13 Nov 2007 21:57:51 +0000</pubDate>
		<dc:creator>Angela</dc:creator>
		
		<category><![CDATA[easy]]></category>

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

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

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

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

		<guid isPermaLink="false">http://picobits.com/tips/?p=3</guid>
		<description><![CDATA[Did you know you can add just about any command to to the quick access toolbar in Office 2007?

There are a few items I like to have at my disposal when working in Word and Excel.  The Print Preview command is very nice and convenient, as well as the &#8220;Switch Window&#8221; command when working [...]]]></description>
			<content:encoded><![CDATA[<p>Did you know you can add just about any command to to the quick access toolbar in Office 2007?</p>
<p><img src="http://picobits.com/tips/wp-content/uploads/2007/11/quickaccesstoolbar.jpg" alt="Quick access toolbar, Office 2007" /></p>
<p>There are a few items I like to have at my disposal when working in Word and Excel.  The Print Preview command is very nice and convenient, as well as the &#8220;Switch Window&#8221; command when working in Excel (when Alt-Tab won&#8217;t do).  Here&#8217;s how you do it.</p>
<p>Click on the small down arrow to the right of the quick access toolbar.  You&#8217;ll see a menu.  You can easily add one of the most common items by choosing one from the list.  If you don&#8217;t see the one you need, click &#8220;More Commands&#8221;.</p>
<p><img src="http://picobits.com/tips/wp-content/uploads/2007/11/quickaccessmore.jpg" alt="Quick access toolbar, more commands" /></p>
<p>Now you can select anything from the left box, click Add, and it will add it to the right box.  The right box lists all the items in your quick access toolbar.  If you still don&#8217;t see what you&#8217;re looking for, open the drop-down menu under &#8220;Choose commands from:&#8221;, and you can select &#8220;All Commands&#8221;. (<a href="http://picobits.com/tips/?attachment_id=7" rel="attachment wp-att-7" title="Quick access toolbar, all commands">Example</a>)</p>
<p>You can also rearrange your quick access toolbar and place the shortcuts in the order you choose by selecting an item from the right window, and then clicking the up or down arrow (on the right) to move it.Once you&#8217;re done, click OK.  That&#8217;s it!</p>
]]></content:encoded>
			<wfw:commentRss>http://picobits.com/tips/2007/11/13/customize-your-quick-access-toolbar-in-office-2007/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tips and tricks for everyone!</title>
		<link>http://picobits.com/tips/2007/11/12/hello-world/</link>
		<comments>http://picobits.com/tips/2007/11/12/hello-world/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 19:57:02 +0000</pubDate>
		<dc:creator>Angela</dc:creator>
		
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://picobits.com/tips/?p=1</guid>
		<description><![CDATA[Everyone has a question about their computer, server, or network at one point or another.  When I run into one of those really odd problems, or find a useful solution, I keep notes on it so I can refer back to it later.
This blog is the new version of my notes, so everyone can benefit.  [...]]]></description>
			<content:encoded><![CDATA[<p>Everyone has a question about their computer, server, or network at one point or another.  When I run into one of those really odd problems, or find a useful solution, I keep notes on it so I can refer back to it later.</p>
<p>This blog is the new version of my notes, so everyone can benefit.  Basic questions, advanced issues, general annoyances and how to fix them, all right here!</p>
]]></content:encoded>
			<wfw:commentRss>http://picobits.com/tips/2007/11/12/hello-world/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
