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

<channel>
	<title>www.amandabrooke.net &#187; Technical</title>
	<atom:link href="http://www.amandabrooke.net/category/google/technical/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amandabrooke.net</link>
	<description></description>
	<lastBuildDate>Tue, 24 Mar 2009 16:30:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Require Subject for Outlook eMails</title>
		<link>http://www.amandabrooke.net/2009/03/24/require-subject-for-outlook-emails/</link>
		<comments>http://www.amandabrooke.net/2009/03/24/require-subject-for-outlook-emails/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 16:30:31 +0000</pubDate>
		<dc:creator>Faille</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[outlook]]></category>

		<guid isPermaLink="false">http://www.amandabrooke.net/?p=21</guid>
		<description><![CDATA[This function will prompt for confirmation if you try to send an email with no Subject. Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)  Dim strSubject As String strSubject = Item.Subject If Len(strSubject) = 0 Then Prompt$ = “Subject is Empty. Are you sure you want to send the Mail?” If MsgBox(Prompt$, vbYesNo + [...]]]></description>
			<content:encoded><![CDATA[<p>This function will prompt for confirmation if you try to send an email with no Subject.</p>
<p><CODE>Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean) <br />
     Dim strSubject As String<br />
     strSubject = Item.Subject<br />
     If Len(strSubject) = 0 Then<br />
          Prompt$ = “Subject is Empty. Are you sure you want to send the Mail?”<br />
          If MsgBox(Prompt$, vbYesNo + vbQuestion + vbMsgBoxSetForeground, “Check for Subject”) = vbNo Then<br />
               Cancel = True<br />
          End If<br />
     End If<br />
End Sub</CODE> </p>
<p>Add it to the &#8220;ThisOutlookSession&#8221; part of the VB Code.  See the source below for full details</p>
<p>Source: <a href="http://sarathc.wordpress.com/2006/06/29/forgot-to-mention-subject-in-outlook/">http://sarathc.wordpress.com/2006/06/29/forgot-to-mention-subject-in-outlook/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.amandabrooke.net/2009/03/24/require-subject-for-outlook-emails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Word Doc &#8220;is reserved by&#8221;</title>
		<link>http://www.amandabrooke.net/2008/11/13/word-doc-is-reserved-by/</link>
		<comments>http://www.amandabrooke.net/2008/11/13/word-doc-is-reserved-by/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 22:59:37 +0000</pubDate>
		<dc:creator>Faille</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[microsoft word]]></category>

		<guid isPermaLink="false">http://www.amandabrooke.net/?p=17</guid>
		<description><![CDATA[The project that I am working on right now is using Microsoft SharePoint.  It has some convenient features, but I absolutely hate how it does change control for documents.  Maybe I just don&#8217;t know how to use it.  Anyway, a common problem we are having is documents are staying &#8220;Reserved By&#8221; people who have left [...]]]></description>
			<content:encoded><![CDATA[<p>The project that I am working on right now is using Microsoft SharePoint.  It has some convenient features, but I absolutely hate how it does change control for documents.  Maybe I just don&#8217;t know how to use it.  Anyway, a common problem we are having is documents are staying &#8220;Reserved By&#8221; people who have left the project, and our only option is to open them as Read Only.  If those documents are then saved using SAVE AS&#8230; so we can create a new version, the save as is password protected too.  Highly annoying.</p>
<p>Here is the solution (I apologize for losing the source of this tip &#8211; I will add it and pictures when I can)</p>
<ul>
<li>Go to File &gt; Save As&#8230;</li>
<li>On the top right of the window, there will be a Tools option.  Click this, and choose Security Options&#8230;</li>
<li>Delete the password and uncheck the Read-only recommended checkbox</li>
<li>Save the document</li>
</ul>
<p>You do still have to Save As&#8230; the document, but you can always rename the document once the password is removed</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amandabrooke.net/2008/11/13/word-doc-is-reserved-by/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change the words at top of Internet Explorer browser window</title>
		<link>http://www.amandabrooke.net/2008/09/05/change-the-words-at-top-of-internet-explorer-browser-window/</link>
		<comments>http://www.amandabrooke.net/2008/09/05/change-the-words-at-top-of-internet-explorer-browser-window/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 18:33:51 +0000</pubDate>
		<dc:creator>Faille</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[registry]]></category>

		<guid isPermaLink="false">http://www.amandabrooke.net/?p=9</guid>
		<description><![CDATA[When I was working in Hawaii, I had a lapse in judgment and installed the internet company&#8217;s CD when I was setting up my internet.  This resulted in me having &#8220;by Hawaiian Telcom&#8221; at the top of every browser window. [Img to come] Uninstalling the software didn&#8217;t remove it, so I decided to look for [...]]]></description>
			<content:encoded><![CDATA[<p>When I was working in Hawaii, I had a lapse in judgment and installed the internet company&#8217;s CD when I was setting up my internet.  This resulted in me having &#8220;by Hawaiian Telcom&#8221; at the top of every browser window.</p>
<p>[Img to come]</p>
<p>Uninstalling the software didn&#8217;t remove it, so I decided to look for a better answer.</p>
<p>I did a google search for &#8220;how do i remove &#8220;by Hawaiian telcom&#8221; from my browser&#8221;, and found this site: <a href="http://forums.techguy.org/malware-removal-hijackthis-logs/581290-solved-trojanspm-lx.html">http://forums.techguy.org/malware-removal-hijackthis-logs/581290-solved-trojanspm-lx.html</a></p>
<p>It was actually referring to how to remove a trojan, but the user was a Hawaiian Telcom customer, and the log they posted had the dreaded &#8220;By Hawaiian Telcom&#8221; in their registry entries.</p>
<p>&#8220;R1 &#8211; HKCU\Software\Microsoft\Internet Explorer\Main,Window Title = By Hawaiian Telcom&#8221;</p>
<p>A quick trip to regedit, and I have now eliminated this phrase from my machine!  I actually went down HKLM, as well as HKCU.  For more details on how to do this change, click after the jump!</p>
<p>[img to come]</p>
<p>Yay for Google!</p>
<p><span id="more-9"></span></p>
<p>[instructions to come]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amandabrooke.net/2008/09/05/change-the-words-at-top-of-internet-explorer-browser-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Default Font on Outlook Notes</title>
		<link>http://www.amandabrooke.net/2008/08/20/change-default-font-on-outlook-notes/</link>
		<comments>http://www.amandabrooke.net/2008/08/20/change-default-font-on-outlook-notes/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 22:35:24 +0000</pubDate>
		<dc:creator>Faille</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://amandabrooke.net/?p=4</guid>
		<description><![CDATA[This tip will allow you to change the default font for notes you create in Outlook from Comic Sans (a sin) to something more palatable (generic Arial or ?). Tools &#62; Options &#62; Preferences Tab &#62; Note Options&#8230; Button &#62; Font&#8230; Button source: http://malektips.com/outlook_2003_notes_0002.html]]></description>
			<content:encoded><![CDATA[<p>This tip will allow you to change the default font for notes you create in Outlook from Comic Sans (a sin) to something more palatable (generic Arial or ?).</p>
<p>Tools &gt; Options &gt; Preferences Tab &gt; Note Options&#8230; Button &gt; Font&#8230; Button</p>
<p>source: <a href="http://malektips.com/outlook_2003_notes_0002.html" target="_blank">http://malektips.com/outlook_2003_notes_0002.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.amandabrooke.net/2008/08/20/change-default-font-on-outlook-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

