<?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>Mike&#039;s Blog &#187; Technology Recipes</title>
	<atom:link href="http://www.brintech.net/category/technology-recipes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brintech.net</link>
	<description>Gospel study notes and technical journal</description>
	<lastBuildDate>Sat, 04 Feb 2012 17:01:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Number Google Search Results In Firefox</title>
		<link>http://www.brintech.net/number-google-search-results-in-firefox/</link>
		<comments>http://www.brintech.net/number-google-search-results-in-firefox/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 04:32:43 +0000</pubDate>
		<dc:creator>mbrinson</dc:creator>
				<category><![CDATA[Technical Journal]]></category>
		<category><![CDATA[Technology Recipes]]></category>
		<category><![CDATA[firefox addon number google results]]></category>
		<category><![CDATA[firefox addons]]></category>

		<guid isPermaLink="false">http://www.brintech.net/?p=1430</guid>
		<description><![CDATA[This is the best (only) way I have found to do it with the new google search results.. Ie: instant preview, instant search, etc. All of the new features that google has added has broken other add-ons that I have used.  For it to work now I use two add-ons in conjunction with each other.  [...]]]></description>
			<content:encoded><![CDATA[<p>This is the best (only) way I have found to do it with the new google search results.. Ie: instant preview, instant search, etc.</p>
<p>All of the new features that google has added has broken other add-ons that I have used.  For it to work now I use two add-ons in conjunction with each other.  OH, three actually..</p>
<p><a href="http://http/www.greasespot.net/">http://http://www.greasespot.net/</a></p>
<p><a href="http://userscripts.org/scripts/show/11213">http://userscripts.org/scripts/show/11213</a></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/googleenhancer/">https://addons.mozilla.org/en-US/firefox/addon/googleenhancer/</a></p>
<p>The key to getting things working is to return google to it&#8217;s glory days when it didn&#8217;t have all of the extra stuff.  You can do that with one checkbox in the options for the google enhancer add-on.</p>
<p><a href="http://www.brintech.net/wp-content/uploads/2011/09/revert-to-classic-google.png"><img class="alignnone size-full wp-image-1433" title="revert-to-classic-google" src="http://www.brintech.net/wp-content/uploads/2011/09/revert-to-classic-google.png" alt="" width="357" height="71" /></a></p>
<p>You also need to install the greasemonkey add-on and then restart firefox.  After you&#8217;ve restarted you can navigate to the site where the greasemonkey script resides that will number the result for you.  You could also just turn on the numbering option in the GoogleEnhancer options</p>
<p><a href="http://www.brintech.net/wp-content/uploads/2011/09/number-search-results-checkbox.png"><img class="alignnone size-full wp-image-1432" title="number-search-results-checkbox" src="http://www.brintech.net/wp-content/uploads/2011/09/number-search-results-checkbox.png" alt="" width="149" height="53" /></a></p>
<p>but it wasn&#8217;t working for me for some reason.  Also, when it did work, it would include numbering for the blended results which would throw off the regular numbering.</p>
<p>To install the greasemonkey script you click on this button in the upper-right-hand corner at <a href="http://userscripts.org/scripts/show/11213">http://userscripts.org/scripts/show/11213</a></p>
<p><a href="http://www.brintech.net/wp-content/uploads/2011/09/install-button.png"><img class="alignnone size-full wp-image-1431" title="install-button" src="http://www.brintech.net/wp-content/uploads/2011/09/install-button.png" alt="" width="118" height="75" /></a></p>
<p>Then you get happy results:</p>
<p><a href="http://www.brintech.net/wp-content/uploads/2011/09/happy-numbered-results.png"><img class="alignnone size-full wp-image-1434" title="happy-numbered-results" src="http://www.brintech.net/wp-content/uploads/2011/09/happy-numbered-results.png" alt="" width="567" height="512" /></a></p>
<p>When the search results include a 7 pack, it does not number those.  But when we get blended results as in the image above, it does number those results, which is not the most ideal, but beggars can&#8217;t be choosers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brintech.net/number-google-search-results-in-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extract All Regular Expression Results (Copy all regex matches to clipboard)</title>
		<link>http://www.brintech.net/extract-all-regular-expression-results-copy-all-regex-matches-to-clipboard/</link>
		<comments>http://www.brintech.net/extract-all-regular-expression-results-copy-all-regex-matches-to-clipboard/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 20:23:14 +0000</pubDate>
		<dc:creator>mbrinson</dc:creator>
				<category><![CDATA[Technical Journal]]></category>
		<category><![CDATA[Technology Recipes]]></category>
		<category><![CDATA[microsoft word]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[regular expressions]]></category>

		<guid isPermaLink="false">http://www.brintech.net/?p=1345</guid>
		<description><![CDATA[This was difficult information to find.  I searched for a method using Notepad++, Vim for windows, and a few others, but finally found the easy way to do this using &#8211; of all things &#8211; Microsoft Word. I&#8217;ll spare you the details of the other methods I attempted and just give you the detailed answer [...]]]></description>
			<content:encoded><![CDATA[<ol>
<p>This was difficult information to  find.  I searched for a method using  Notepad++, Vim for windows, and a few others, but finally found the easy way  to do this using &#8211; of all things &#8211; Microsoft Word.</p>
<p><br class="spacer_" /></p>
<p>I&#8217;ll spare you the  details of the other methods I attempted and just give you the detailed answer  of how to accomplish this with Microsoft Word.</p>
<p><br class="spacer_" /></p>
<p>So I&#8217;ll use my  scenario as the example for what you might want to use this for.</p>
<p><br class="spacer_" /></p>
<p>I had a bunch of  html code from which I needed to extract every instance of anchor text between  the &lt;a href=&#8221;…&#8221;&gt;&lt;/a&gt; tags.  In this particular case here is how you  accomplish this:</p>
<p><br class="spacer_" /></p>
<li>Paste the html code you are      working on into a new word document.</li>
<p><a href="http://www.brintech.net/wp-content/uploads/2010/06/Step1.png"><img class="alignnone size-large wp-image-1346" title="Step1" src="http://www.brintech.net/wp-content/uploads/2010/06/Step1-1024x528.png" alt="" width="1024" height="528" /></a></p>
<p><br class="spacer_" /></p>
<li>Press ctrl+f to bring up the      &#8220;Find and Replace&#8221; dialog box.</li>
<p><a href="http://www.brintech.net/wp-content/uploads/2010/06/Step2.png"><img class="alignnone size-full wp-image-1347" title="Step2" src="http://www.brintech.net/wp-content/uploads/2010/06/Step2.png" alt="" width="974" height="550" /></a></p>
<p><br class="spacer_" /></p>
<li>In my particular case I used      this code in the &#8220;Find what:&#8221; field. -&gt;      \&#8221;\&gt;(*)\&lt;\/a\&gt;</li>
<p>Your needs will  most likely be different and you will need to research a bit if you&#8217;re  unfamiliar with regular expressions.   Even if you are familiar with regular expressions (as I am) you&#8217;ll  still probably need to do a little research to get the exact expression that  will work for you.  I&#8217;m sure there are  regex gurus out there who dream in regex, but in my case I find that I always  have to spend more time than I would like just coming up with the syntax for  the regular expression that will provide me the results I am looking for.  <a href="http://office.microsoft.com/en-us/help/ha010873051033.aspx">Microsoft  Word regular expressions</a>.</p>
<p><br class="spacer_" /></p>
<li>In the &#8220;Search      Options&#8221; portion on the bottom half of the dialog box you&#8217;ll need to      check the box &#8220;Use wildcards&#8221;.       This is what enables the regular expression functionality of      Microsoft Word.</li>
<p><br class="spacer_" /></p>
<li>Just to get a preview of your      results click on the &#8220;Reading Highlight&#8221; drop-down box and      choose &#8220;Highlight All&#8221;</li>
<p><a href="http://www.brintech.net/wp-content/uploads/2010/06/Step3.png"><img class="alignnone size-full wp-image-1348" title="Step5" src="http://www.brintech.net/wp-content/uploads/2010/06/Step3.png" alt="" width="547" height="385" /></a></p>
<p><br class="spacer_" /></p>
<p>Here are the  results in my scenario (which is exactly what I want… well, not exactly.  I&#8217;d like to just get the text in between the  &lt;a&gt; and &lt;/a&gt; tags, but I don&#8217;t know how to do that in one step.  The only way I know to do it is to include  the &#8220;&gt; and the &lt;/a&gt; at the beginning and end of the regular  expression so that it captures what I&#8217;m looking for):</p>
<p><a href="http://www.brintech.net/wp-content/uploads/2010/06/Step4.png"><img class="alignnone size-full wp-image-1349" title="Step5 Results" src="http://www.brintech.net/wp-content/uploads/2010/06/Step4.png" alt="" width="955" height="509" /></a></p>
<p><br class="spacer_" /></p>
<li>Once you&#8217;ve verified that      you&#8217;re getting the results you want by choosing &#8220;Highlight All&#8221;      to preview it, then you click on &#8220;Find in&#8221; and choose &#8220;Main      Document&#8221;</li>
<p><a href="http://www.brintech.net/wp-content/uploads/2010/06/Step5.png"><img class="alignnone size-full wp-image-1350" title="Step6" src="http://www.brintech.net/wp-content/uploads/2010/06/Step5.png" alt="" width="548" height="308" /></a></p>
<p><br class="spacer_" /></p>
<li>All of your highlighted text      will now actually♦ be selected.  Now      right click on top of any of the selected areas in the document and click      on &#8220;copy&#8221;.</li>
<p><a href="http://www.brintech.net/wp-content/uploads/2010/06/Step6.png"><img class="alignnone size-full wp-image-1351" title="Step7" src="http://www.brintech.net/wp-content/uploads/2010/06/Step6.png" alt="" width="831" height="481" /></a></p>
<p><br class="spacer_" /></p>
<li>Press ctrl+n to create a new      document.</li>
<p><br class="spacer_" /></p>
<li>Press ctrl+v to paste what      you&#8217;ve just copied to the clipboard into your new document.</li>
<p><br class="spacer_" /></p>
<li>Press ctrl+f to bring up the      &#8220;Find and Replace&#8221; dialog box again.  Now click on the &#8220;Replace&#8221;      tab.</li>
<p><a href="http://www.brintech.net/wp-content/uploads/2010/06/Step7.png"><img class="alignnone size-full wp-image-1352" title="Step10" src="http://www.brintech.net/wp-content/uploads/2010/06/Step7.png" alt="" width="831" height="611" /></a></p>
<p><br class="spacer_" /></p>
<li>In the &#8220;Find what:&#8221;      field make sure you still have this code -&gt;      \&#8221;\&gt;(*)\&lt;\/a\&gt;</li>
<p>In the  &#8220;Replace with:&#8221; field put this code -&gt; &#8220;\1&#8243; (without  the quotation marks)</p>
<p>Make sure the  &#8220;Use wildcards&#8221; checkbox is checked and then click &#8220;Replace  All&#8221;</p>
<p><br class="spacer_" /></p>
<li>&#8220;Wallah.  She is clean.&#8221;  (Jacques on &#8220;Finding Nemo&#8221;)</li>
<p><a href="http://www.brintech.net/wp-content/uploads/2010/06/Step8.png"><img class="alignnone size-full wp-image-1353" title="Step12" src="http://www.brintech.net/wp-content/uploads/2010/06/Step8.png" alt="" width="788" height="609" /></a></p>
<p><br class="spacer_" /></p>
<p>Kudos and thanks to  <a href="http://groups.google.com/group/regex/browse_thread/thread/d7db0f6c25477c38?pli=1">Ivaylo  for posting his workaround</a> which led to my finding this solution and  expanding on it here.</p>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.brintech.net/extract-all-regular-expression-results-copy-all-regex-matches-to-clipboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 to Windows 2000 network connection</title>
		<link>http://www.brintech.net/windows-7-to-windows-2000-network-connection/</link>
		<comments>http://www.brintech.net/windows-7-to-windows-2000-network-connection/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 18:54:59 +0000</pubDate>
		<dc:creator>mbrinson</dc:creator>
				<category><![CDATA[Technical Journal]]></category>
		<category><![CDATA[Technology Recipes]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.brintech.net/?p=1302</guid>
		<description><![CDATA[You need to tweak a registry setting in order to allow connecting to a windows share that is shared on a windows 2000 or xp machine from a Windows 7 machine. Here is the technet article that describes the registry setting that needs to be changed: http://technet.microsoft.com/en-us/library/cc960646.aspx Here is the relevant part from the post: [...]]]></description>
			<content:encoded><![CDATA[<p>You need to tweak a registry setting in order to allow connecting to a windows share that is shared on a windows 2000 or xp machine from a Windows 7 machine.  Here is the technet article that describes the registry setting that needs to be changed:</p>
<p><a href="http://technet.microsoft.com/en-us/library/cc960646.aspx">http://technet.microsoft.com/en-us/library/cc960646.aspx</a></p>
<p>Here is the relevant part from the post:</p>
<p>LmCompatibilityLevel</p>
<p>HKLM\SYSTEM\CurrentControlSet\Control\Lsa</p>
<p>Data type</p>
<p>Range</p>
<p>Default value</p>
<p>REG_DWORD</p>
<p>0–5</p>
<p>0</p>
<p>Description</p>
<p>Specifies the mode of authentication and session security to be used for network logons.</p>
<p>Value</p>
<p>Meaning</p>
<p>0</p>
<p>Clients use LM and NTLM authentication, but they never use NTLMv2 session security. Domain controllers accept LM, NTLM, and NTLMv2 authentication.</p>
<p>1</p>
<p>Clients use LM and NTLM authentication, and they use NTLMv2 session security if the server supports it. Domain controllers accept LM, NTLM, and NTLMv2 authentication.</p>
<p>2</p>
<p>Clients use only NTLM authentication, and they use NTLMv2 session security if the server supports it. Domain controller accepts LM, NTLM, and NTLMv2 authentication.</p>
<p>3</p>
<p>Clients use only NTLMv2 authentication, and they use NTLMv2 session security if the server supports it. Domain controllers accept LM, NTLM, and NTLMv2 authentication.</p>
<p>4</p>
<p>Clients use only NTLMv2 authentication, and they use NTLMv2 session security if the server supports it. Domain controller refuses LM authentication responses, but it accepts NTLM and NTLMv2.</p>
<p>5</p>
<p>Clients use only NTLMv2 authentication, and they use NTLMv2 session security if the server supports it. Domain controller refuses LM and NTLM authentication responses, but it accepts NTLMv2.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brintech.net/windows-7-to-windows-2000-network-connection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 old QuickLaunch</title>
		<link>http://www.brintech.net/windows-7-old-quicklaunch/</link>
		<comments>http://www.brintech.net/windows-7-old-quicklaunch/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 09:58:50 +0000</pubDate>
		<dc:creator>mbrinson</dc:creator>
				<category><![CDATA[Technical Journal]]></category>
		<category><![CDATA[Technology Recipes]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.brintech.net/?p=1265</guid>
		<description><![CDATA[I do not like the large spacing that does not seem to be adjustable in the Windows 7 taskbar. I spent some time googling and found the post below that I have re-posted here. Hooray! THE GOOD OL&#8217; QUICK LAUNCH SOLUTION 1.Right click on the taskbar 2.Select : Toolbars&#8212;&#62;&#8221;New Toolbar&#8221; 3.Enter this line in the [...]]]></description>
			<content:encoded><![CDATA[<p>I do not like the large spacing that does not seem to be adjustable in the Windows 7 taskbar.  I spent some time googling and found the post below that I have re-posted here.  Hooray!</p>
<blockquote>
<h5>THE GOOD OL&#8217; QUICK LAUNCH SOLUTION</h5>
<p>1.Right click on the taskbar<br />
2.Select : Toolbars&#8212;&gt;&#8221;New Toolbar&#8221;<br />
3.Enter this line in the folder line :</p>
<pre>%SystemDrive%\Users\%username%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch</pre>
<p>4.Make sure the right folder appeared on the list, then press &#8220;Select Folder&#8221;<br />
5.Unlock the taskbar</p>
<p>Voila! Seems like you got the good ol&#8217; quick launch bar</p></blockquote>
<p>via <a href="http://windows7forums.com/windows-7-discussion/1163-taskbar-customization.html">http://windows7forums.com/windows-7-discussion/1163-taskbar-customization.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.brintech.net/windows-7-old-quicklaunch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Hardy repositories</title>
		<link>http://www.brintech.net/ubuntu-hardy-repositories/</link>
		<comments>http://www.brintech.net/ubuntu-hardy-repositories/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 01:27:21 +0000</pubDate>
		<dc:creator>mbrinson</dc:creator>
				<category><![CDATA[Technical Journal]]></category>
		<category><![CDATA[Technology Recipes]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.brintech.net/?p=1263</guid>
		<description><![CDATA[Using Command Line (Only for advanced Users) To enable the universe and multiverse repositories using the command line, you can execute the following steps: Open a terminal and open your sources.list file using the following command sudo gedit /etc/apt/sources.list Assuming you are using the default sources.list, you should be able to replace everything currently in [...]]]></description>
			<content:encoded><![CDATA[<blockquote>
<p><strong>Using Command Line (Only for advanced Users)</strong></p>
<p>To enable the universe and multiverse repositories using the command line, you can execute the following steps:</p>
<p>Open a terminal and open your sources.list file using the following command</p>
<p>sudo gedit /etc/apt/sources.list</p>
<p>Assuming you are using the default sources.list, you should be able to replace everything currently in that file with the following</p>
<p>## MAIN REPOSITORIES<br />
deb http://gb.archive.ubuntu.com/ubuntu/ hardy main restricted universe multiverse</p>
<p>## MAJOR BUG FIX UPDATES produced after the final release<br />
deb http://gb.archive.ubuntu.com/ubuntu/ hardy-updates main restricted universe multiverse</p>
<p>## UBUNTU SECURITY UPDATES<br />
deb http://security.ubuntu.com/ubuntu hardy-security main restricted universe multiverse</p>
<p>If you wish to enable the backports and proposed repositories as well (recommended), then add these lines as well</p>
<p>## BACKPORTS REPOSITORY<br />
deb http://gb.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse</p>
<p>## PROPOSED REPOSITORY<br />
deb http://archive.ubuntu.com/ubuntu hardy-proposed main restricted universe multiverse</p>
<p>Now save and close the file, and then reload new source list using the following command</p>
<p>sudo apt-get update</p>
<p>If that command runs with no errors, then you have successfully enabled the universe and multiverse repositories.
</p></blockquote>
<p>via: <a href="http://www.ubuntugeek.com/how-to-enable-the-universe-and-multiverse-repositories-in-ubuntu-804-hardy.html">http://www.ubuntugeek.com/how-to-enable-the-universe-and-multiverse-repositories-in-ubuntu-804-hardy.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.brintech.net/ubuntu-hardy-repositories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare WordPerfect Dos printing</title>
		<link>http://www.brintech.net/vmware-wordperfect-dos-printing/</link>
		<comments>http://www.brintech.net/vmware-wordperfect-dos-printing/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 17:47:17 +0000</pubDate>
		<dc:creator>mbrinson</dc:creator>
				<category><![CDATA[Technical Journal]]></category>
		<category><![CDATA[Technology Recipes]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[wordperfect]]></category>

		<guid isPermaLink="false">http://www.brintech.net/?p=1220</guid>
		<description><![CDATA[I set up DOS printing from within a VM machine with Windows ME loaded for Allen Merrill.  Here are the steps I took. 1 &#8211; Download the AWESOME dos drivers made available here. 2 &#8211; Move the downloaded executable &#8220;wp51hplj.exe&#8221; to the WP folder. 3 &#8211; Double click it to extract the contents to the [...]]]></description>
			<content:encoded><![CDATA[<p>I set up DOS printing from within a VM machine with Windows ME loaded for Allen Merrill.  Here are the steps I took.</p>
<p>1 &#8211; Download the AWESOME dos drivers made available <a href="http://www.columbia.edu/~em36/wpdos/wp51hplj.exe" target="_blank">here.</a><br />
 2 &#8211; Move the downloaded executable &#8220;wp51hplj.exe&#8221; to the WP folder.<br />
 3 &#8211; Double click it to extract the contents to the current folder.<br />
 4 &#8211; I couldn&#8217;t figure out how to change the default printer that is selected within WP for dos.  It kept defaulting back to LaserJetIIIP for me.  So, my solution was to rename the file to match the name of the printer driver that would always come up as the default when I went into the WP printer options.</p>
<p>Go to this <a href="http://www.columbia.edu/~em36/wpdos/51printers.html#helpinstall5" target="_blank">columbia.edu</a> page for full instructions on how to install the print driver for WP for Dos 5.1+ that you have downloaded.</p>
<p>Based on info from <a href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1261414262608+28353475&amp;threadId=1173447" target="_blank">this site</a>, you may need to use the built-in HP Laserjet6L PCL driver.</p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<div id="attachment_1232" class="wp-caption alignleft" style="width: 477px"><img class="size-full wp-image-1232  " title="Word Perfect Shift F7 settings" src="http://www.brintech.net/wp-content/uploads/2009/12/WPshiftF7.jpg" alt="WordPerfect Shift F7 settings" width="467" height="355" /><p class="wp-caption-text">This is the Printer settings page for WP 5.1.  For me the printer would always default to HP LaserJet IIIP.  From here hit &quot;s&quot; and it will take you to the next screen.</p></div>
<p><br class="spacer_" /></p>
<div id="attachment_1227" class="wp-caption alignleft" style="width: 435px"><img class="size-full wp-image-1227  " title="LJ3pFileName" src="http://www.brintech.net/wp-content/uploads/2009/12/LJ3pFileName.jpg" alt="HP LaserJet IIIP file name" width="425" height="154" /><p class="wp-caption-text">Here we see the actual name of the HP LaserJet IIIP print driver -&gt; &quot;HPLASIII.PRS&quot;.</p></div>
<p><br class="spacer_" /></p>
<div id="attachment_1224" class="wp-caption alignleft" style="width: 292px"><img class="size-full wp-image-1224  " title="FileName" src="http://www.brintech.net/wp-content/uploads/2009/12/FileName.jpg" alt="We see here that the file name for the downloaded HP Dos printer driver is HL12SEPC.PRS" width="282" height="70" /><p class="wp-caption-text">We see here that the file name for the downloaded HP Dos printer driver is HL12SEPC.PRS</p></div>
<p><br class="spacer_" /></p>
<p><img class="size-full wp-image-1223 alignleft" style="clear: both;" title="ChoosePrinter" src="http://www.brintech.net/wp-content/uploads/2009/12/ChoosePrinter.jpg" alt="The new printer will show up after you have copied the .PRS file into the correct folder." width="295" height="356" /><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<div id="attachment_1226" class="wp-caption alignleft" style="width: 209px"><img class="size-full wp-image-1226  " title="LaserJetIIIp" src="http://www.brintech.net/wp-content/uploads/2009/12/LaserJetIIIp.jpg" alt="HP Laserjet IIIP" width="199" height="115" /><p class="wp-caption-text">Mine would always default to HP LaserJet IIIP even after I had selected the new 1200 laserjet driver.</p></div>
<p><br class="spacer_" /></p>
<div style="clear: both;">
<div id="attachment_1230" class="wp-caption alignleft" style="width: 124px"><img class="size-full wp-image-1230 " title="RenameOld" src="http://www.brintech.net/wp-content/uploads/2009/12/RenameOld.jpg" alt="Rename the HPLASIII.PRS file to HPLASIII.old" width="114" height="92" /><p class="wp-caption-text">Rename the HPLASIII.PRS file to HPLASIII.old</p></div>
</div>
<div id="attachment_1229" class="wp-caption alignleft" style="width: 135px"><img class="size-full wp-image-1229  " title="RenameNew" src="http://www.brintech.net/wp-content/uploads/2009/12/RenameNew.jpg" alt="Rename the new HL12SEPC.PRS file.." width="125" height="65" /><p class="wp-caption-text">Rename the new HL12SEPC.PRS file..</p></div>
<div id="attachment_1228" class="wp-caption alignleft" style="width: 127px"><img class="size-full wp-image-1228   " title="RenamedNew" src="http://www.brintech.net/wp-content/uploads/2009/12/RenamedNew.jpg" alt="to HPLASIII.PRS" width="117" height="61" /><p class="wp-caption-text">to HPLASIII.PRS.  Now it will show that you are using the HP LaserJet IIIP printer, but you are actually using the new print driver for the HL12SEPC.PRS</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.brintech.net/vmware-wordperfect-dos-printing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing CS4</title>
		<link>http://www.brintech.net/installing-cs4/</link>
		<comments>http://www.brintech.net/installing-cs4/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 23:38:02 +0000</pubDate>
		<dc:creator>mbrinson</dc:creator>
				<category><![CDATA[Technical Journal]]></category>
		<category><![CDATA[Technology Recipes]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.brintech.net/2009/11/10/installing-cs4/</guid>
		<description><![CDATA[First uninstalled CS3. &#8211; 1 hour, 10 minutes! Wow.. I uninstalled and then ran the &#8220;WinCS3Clean&#8221; application provided by Adobe here -> http://www.adobe.com/support/contact/cs3clean.html On Amber&#8217;s computer I was unable to uninstall at first. Then I logged off her profile and then logged in under mine and proceeded to uninstall under that profile. That worked without [...]]]></description>
			<content:encoded><![CDATA[<p>First uninstalled CS3. &#8211; 1 hour, 10 minutes!  Wow..
</p>
<p>I uninstalled and then ran the &#8220;WinCS3Clean&#8221; application provided by Adobe here -> <a href="http://www.adobe.com/support/contact/cs3clean.html">http://www.adobe.com/support/contact/cs3clean.html</a>
	</p>
<p>On Amber&#8217;s computer I was unable to uninstall at first.  Then I logged off her profile and then logged in under mine and proceeded to uninstall under that profile.  That worked without issue.
</p>
<p><span style="background-color:yellow">So be sure to uninstall under the same profile you installed it under if you have multiple profiles you use.</span>
	</p>
<p>On my laptop I ran into a problem installing CS4.  It spent about 20 minutes installing and then put up an error:
</p>
<p>&#8220;Error 1603.  Fatal error during installation.&#8221;  I found this page at adobe&#8217;s site -> <a href="http://kb2.adobe.com/cps/408/kb408436.html">http://kb2.adobe.com/cps/408/kb408436.html</a>
	</p>
<p>This seems to be a common error.  The fix is to go to c:\windows\system32\spool\drivers\color\ and unlock the &#8220;sRGB Color Space Profile.icm&#8221; file.  Use the great freeware tool &#8220;Unlocker&#8221; to do this.
</p>
<p>Download unlocker here -> <a href="http://ccollomb.free.fr/unlocker">http://ccollomb.free.fr/unlocker</a>
	</p>
<p>Best to check this file beforehand and make sure it is unlocked, then you won&#8217;t get interrupted in the installation and have to start the install over again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brintech.net/installing-cs4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Extract Audio from DVD (VOB files)</title>
		<link>http://www.brintech.net/extract-audio-from-dvd-vob-files/</link>
		<comments>http://www.brintech.net/extract-audio-from-dvd-vob-files/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 01:35:00 +0000</pubDate>
		<dc:creator>mbrinson</dc:creator>
				<category><![CDATA[Technical Journal]]></category>
		<category><![CDATA[Technology Recipes]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[dvd]]></category>

		<guid isPermaLink="false">http://www.brintech.net/2009/11/01/extract-audio-from-dvd-vob-files/</guid>
		<description><![CDATA[Best and easiest way (that I&#8217;ve found) to extract audio from a DVD. 1 &#8211; Use DVD shrink 3.2 to save the VOB files for the part you want to extract. Choose &#8220;Full disc&#8221; and then look through the structure and try different Titles (you can play it in the bottom left side) to see [...]]]></description>
			<content:encoded><![CDATA[<p style="margin-left: 1pt">Best and easiest way (that I&#8217;ve found) to extract audio from a DVD.</p>
<p style="margin-left: 1pt">1 &#8211; Use DVD shrink 3.2 to save the VOB files for the part you want to extract.</p>
<p style="margin-left: 1pt"><img src="http://www.brintech.net/wp-content/uploads/2009/11/110209_0134_ExtractAudi1.png" alt="" /><span style="font-family:Times New Roman; font-size:12pt"><br />
 </span></p>
<p style="margin-left: 1pt">Choose &#8220;Full disc&#8221; and then look through the structure and try different Titles (you can play it in the bottom left side) to see which part you&#8217;re trying to find.</p>
<p style="margin-left: 1pt">Once you&#8217;ve figured out which &#8220;Title #&#8221; you want, then switch over to &#8220;Re-author&#8221; mode.</p>
<p style="margin-left: 1pt"><img src="http://www.brintech.net/wp-content/uploads/2009/11/110209_0134_ExtractAudi2.png" alt="" /><span style="font-family:Times New Roman; font-size:12pt"><br />
 </span></p>
<p style="margin-left: 1pt">Scroll down on the right side until you get to the title (in this case &#8220;Title 5&#8243;) and double click it to add it to the compilation on the left.</p>
<p style="margin-left: 1pt"><img src="http://www.brintech.net/wp-content/uploads/2009/11/110209_0134_ExtractAudi3.png" alt="" /><span style="font-family:Times New Roman; font-size:12pt"><br />
 </span></p>
<p style="margin-left: 1pt">Click on &#8220;Backup!&#8221; and then choose &#8220;Hard Disk Folder&#8221; for the &#8220;Select backup target:&#8221; field.</p>
<p style="margin-left: 1pt">Choose a location to save the files to.  You can either check or uncheck the &#8220;Create VIDEO_TS and AUDIO_TS subfolders checkbox depending on your preference (it actually doesn&#8217;t create any AUDIO_TS files in this case, so just leave it unchecked.. I guess it depends on the DVD)</p>
<p style="margin-left: 1pt">Now use &#8220;<a href="http://www.free-codecs.com/download/smartripper.htm">SmartRipper</a>&#8221; to actually extract the audio from the VOB files that DVDShrink created.</p>
<p style="margin-left: 1pt">I followed <a href="http://forum.videohelp.com/topic187078.html">this</a> tutorial for this part.  But I&#8217;m reproducing it here in case it ever goes away and is not available.</p>
<p style="margin-left: 1pt"><img src="http://www.brintech.net/wp-content/uploads/2009/11/110209_0134_ExtractAudi4.png" alt="" /> Don&#8217;t worry if this screen pops up.  It still seems to work.</p>
<p style="margin-left: 1pt"><img style="float: left;" src="http://www.brintech.net/wp-content/uploads/2009/11/110209_0134_ExtractAudi5.png" alt="" width="546" height="99" /></p>
<p><img style="clear: none;" src="http://www.brintech.net/wp-content/uploads/2009/11/110209_0134_ExtractAudi9.png" alt="" width="88" height="29" /></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p style="margin-left: 1pt"> </p>
<p style="margin-left: 1pt">Choose the file location that you saved the VOB files to from DVDShrink in the first part by clicking on the folder and choosing it (in the upper-right corner)</p>
<p><br class="spacer_" /></p>
<p style="margin-left: 1pt"><img src="http://www.brintech.net/wp-content/uploads/2009/11/110209_0134_ExtractAudi6.png" alt="" /><span style="font-family:Times New Roman; font-size:12pt"><br />
 </span></p>
<p style="margin-left: 1pt">Make sure everything is selected in the &#8220;Input&#8221; tab.  Then click on the &#8220;Stream Processing&#8221; tab.</p>
<p><br class="spacer_" /></p>
<p style="margin-left: 1pt"><img src="http://www.brintech.net/wp-content/uploads/2009/11/110209_0134_ExtractAudi7.png" alt="" /><span style="font-family:Times New Roman; font-size:12pt"><br />
 </span></p>
<p style="margin-left: 1pt">Make sure the &#8220;Enable Stream Processing&#8221; checkbox is checked.  You can uncheck the &#8220;Video NTSC…&#8221; if you only are wanting to extract audio.</p>
<p><br class="spacer_" /></p>
<p style="margin-left: 1pt">Also on the right side change the radio button to &#8220;Demux to extra file&#8221;</p>
<p style="margin-left: 1pt"><img src="http://www.brintech.net/wp-content/uploads/2009/11/110209_0134_ExtractAudi8.png" alt="" /></p>
<p><br class="spacer_" /></p>
<p style="margin-left: 1pt">If the &#8220;Start&#8221; button on the left side doesn&#8217;t show up, then be sure that you&#8217;ve selected a valid &#8220;Target&#8221; in that field.  It didn&#8217;t show up for me at first because it was just pointing to &#8220;vts_01&#8243; instead of &#8220;C:\INC0NNS1\vts_01&#8243;</p>
<p style="margin-left: 1pt">It needs a full path.</p>
<p><br class="spacer_" /></p>
<p style="margin-left: 1pt">Now you can look in the folder you&#8217;re working with and there will be a file with an &#8220;AC3&#8243; extension at the end.</p>
<p style="margin-left: 1pt">You can open the AC3 file in Audacity just by clicking and dragging it into an open session of Audacity.</p>
<p style="margin-left: 1pt">From there you can figure out the rest.</p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.brintech.net/extract-audio-from-dvd-vob-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fslint</title>
		<link>http://www.brintech.net/fslint/</link>
		<comments>http://www.brintech.net/fslint/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 01:41:46 +0000</pubDate>
		<dc:creator>mbrinson</dc:creator>
				<category><![CDATA[Technical Journal]]></category>
		<category><![CDATA[Technology Recipes]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.brintech.net/?p=1076</guid>
		<description><![CDATA[findup find DUPlicate files findnl find Name Lint (problems with filenames) findu8 find filenames with invalid utf8 encoding findbl find Bad Links (various problems with symlinks) findsn find Same Name (problems with clashing names) finded find Empty Directories findid find files with dead user IDs findns find Non Stripped executables findrs find Redundant Whitespace in [...]]]></description>
			<content:encoded><![CDATA[<table border="0">
<tbody>
<tr>
<td>findup</td>
<td>find DUPlicate files</td>
</tr>
<tr>
<td>findnl</td>
<td>find Name Lint (problems with filenames)</td>
</tr>
<tr>
<td>findu8</td>
<td>find filenames with invalid utf8 encoding</td>
</tr>
<tr>
<td>findbl</td>
<td>find Bad Links (various problems with symlinks)</td>
</tr>
<tr>
<td>findsn</td>
<td>find Same Name (problems with clashing names)</td>
</tr>
<tr>
<td>finded</td>
<td>find Empty Directories</td>
</tr>
<tr>
<td>findid</td>
<td>find files with dead user IDs</td>
</tr>
<tr>
<td>findns</td>
<td>find Non Stripped executables</td>
</tr>
<tr>
<td>findrs</td>
<td>find Redundant Whitespace in files</td>
</tr>
<tr>
<td>findtf</td>
<td>find Temporary Files</td>
</tr>
<tr>
<td>findul</td>
<td>find possibly Unused Libraries</td>
</tr>
<tr>
<td>zipdir</td>
<td>Reclaim wasted space in ext2 directory entries</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.brintech.net/fslint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Block for </title>
		<link>http://www.brintech.net/css-block-for/</link>
		<comments>http://www.brintech.net/css-block-for/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 16:49:04 +0000</pubDate>
		<dc:creator>mbrinson</dc:creator>
				<category><![CDATA[Technology Recipes]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.brintech.net/?p=1068</guid>
		<description><![CDATA[code{ background:#EEEEEE none repeat scroll 0 0; border-bottom:1px solid #999999; font-family:LiberationMono,consolas,monaco,&#8221;courier new&#8221;,courier,monospace; overflow:auto; display:block; margin: 1em 0; }]]></description>
			<content:encoded><![CDATA[<p>code{<br />
 background:#EEEEEE none repeat scroll 0 0;<br />
 border-bottom:1px solid #999999;<br />
 font-family:LiberationMono,consolas,monaco,&#8221;courier new&#8221;,courier,monospace;<br />
 overflow:auto;<br />
 display:block;<br />
 margin: 1em 0;<br />
 }</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brintech.net/css-block-for/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

