<?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>Third Error &#187; Software</title>
	<atom:link href="http://www.thirderror.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thirderror.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 18 Aug 2010 23:29:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Setup a Personal Forum</title>
		<link>http://www.thirderror.com/setup-a-personal-forum/</link>
		<comments>http://www.thirderror.com/setup-a-personal-forum/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 14:07:28 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Frontpage]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Forum]]></category>

		<guid isPermaLink="false">http://thirderror.com/?p=538</guid>
		<description><![CDATA[In this post we&#8217;ll be describing the process to install a personal forum on your computer using the XAMPP server for Windows, and phpBB3, a free forum script with a decent number of features. We&#8217;ll be describing how to setup &#8230; <a href="http://www.thirderror.com/setup-a-personal-forum/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In this post we&#8217;ll be describing the process to install a personal forum on your computer using the XAMPP server for Windows, and phpBB3, a free forum script with a decent number of features. We&#8217;ll be describing how to setup the MySQL database and the installation of the forum. You&#8217;ll need your <a href="http://thirderror.com/deploy-a-local-web-server-on-windows/">local server set up at this point</a>.</p>
<p style="text-align: center;"><img class="size-medium wp-image-539 aligncenter" title="phpBB Logo" src="http://thirderror.com/wp-content/uploads/2008/12/logo_phpbb.png" alt="phpBB Logo" width="152" height="53" /></p>
<p>After installing phpBB3 you&#8217;ll be able to deploy a forum across your network (or Internet, if publicly accessible) which can be used for a variety of purposes, including discussion, file uploading, etc.<span id="more-538"></span></p>
<h2>Downloading phpBB3</h2>
<p><a href="http://thirderror.com/wp-content/uploads/2008/12/download_phpbb.png"><img class="size-medium wp-image-540 alignnone" title="Downloading phpBB 3.0.3 Package (zip)" src="http://thirderror.com/wp-content/uploads/2008/12/download_phpbb.png" alt="Downloading phpBB 3.0.3 Package (zip)" width="284" height="204" /></a></p>
<p>At the time of this writing, phpBB 3.0.3 is the latest phpBB version. Head to the <a href="http://phpbb.com">phpBB website</a> and hit the green block that says <strong>Download Latest Release</strong>. You&#8217;ll be directed to another page, and under <strong>Full Package</strong>, download either file (they&#8217;re both the same). Save it to your <strong>xampp/htdocs</strong> folder.</p>
<h2>Extracting phpBB3</h2>
<p><a href="http://thirderror.com/wp-content/uploads/2008/12/extracted.png"><img class="size-medium wp-image-541 alignnone" title="phpBB ZIP Package with Extracted Folder" src="http://thirderror.com/wp-content/uploads/2008/12/extracted.png" alt="phpBB ZIP Package with Extracted Folder" width="170" height="99" /></a></p>
<p>Head over to the <strong>xampp/htdocs</strong> folder and right click <strong>phpBB-3.0.3.zip</strong> and select <strong>7zip, Extract Here</strong> (or equivalent, if using a different archive utility). A folder called <strong>phpBB3</strong> will be created, which you can rename (I renamed it to <strong>forum</strong>).</p>
<h2>Setting up the MySQL Database</h2>
<p><em>(This section will assume that you have <a href="http://localhost/security/index.php">setup a password for XAMPP&#8217;s MySQL Database</a>)</em></p>
<p><a href="http://thirderror.com/wp-content/uploads/2008/12/xampp_panel.png"><img class="size-medium wp-image-542 alignnone" title="XAMPP Control Panel" src="http://thirderror.com/wp-content/uploads/2008/12/xampp_panel-300x236.png" alt="XAMPP Control Panel" width="300" height="236" /></a></p>
<p>In your XAMPP folder, open <strong>xampp-control.exe</strong>, and start Apache and MySQL (so that both of them are running, as per the screenshot above).</p>
<p><a href="http://thirderror.com/wp-content/uploads/2008/12/phpmyadmin_login.png"><img class="size-medium wp-image-543 alignnone" title="Login to phpMyAdmin" src="http://thirderror.com/wp-content/uploads/2008/12/phpmyadmin_login-300x296.png" alt="Login to phpMyAdmin" width="300" height="296" /></a></p>
<p>Direct your web browser to the <a href="http://localhost/phpmyadmin/">phpMyAdmin page</a>, and enter your username (<strong>root</strong>) and your password, which was setup when you went to the XAMPP security page.</p>
<p><a href="http://thirderror.com/wp-content/uploads/2008/12/phpmyadmin_create_db.png"><img class="size-medium wp-image-544 alignnone" title="phpMyAdmin: Create Database" src="http://thirderror.com/wp-content/uploads/2008/12/phpmyadmin_create_db-300x33.png" alt="phpMyAdmin: Create Database" width="300" height="33" /></a></p>
<p>Once you login, you should see a <strong>Create new database</strong> section. Type in a name (I chose <strong>forum</strong>) and hit <strong>Create</strong>.</p>
<h2>Installing phpBB</h2>
<p><a href="http://thirderror.com/wp-content/uploads/2008/12/phpbb_req_check.png"><img class="size-medium wp-image-545 alignnone" title="phpBB: Checking Requirements" src="http://thirderror.com/wp-content/uploads/2008/12/phpbb_req_check-300x71.png" alt="phpBB: Checking Requirements" width="300" height="71" /></a></p>
<p>Direct your browser to the phpBB forum directory (mine would be <strong>http://localhost/forum/</strong>) which should autodirect you to the installation page. Hit the <strong>Install</strong> tab at the top, then hit the <strong>Next Step</strong> button at the bottom of the following page. You shuold then come to a page called <strong>Installation Compatibility</strong> (pictured above). Scroll to the bottom, and hit <strong>Start Install</strong>.</p>
<p><a href="http://thirderror.com/wp-content/uploads/2008/12/phpbb_db_details.png"><img class="size-full wp-image-546 alignnone" title="phpBB Database Details Form" src="http://thirderror.com/wp-content/uploads/2008/12/phpbb_db_details.png" alt="phpBB Database Details Form" width="400" height="129" /></a></p>
<p>You&#8217;ll reach a <strong>Database configuration</strong> page. Leave all but the last four fields alone.</p>
<ul>
<li><strong>Database Name</strong>: This is the name of the database you chose when you created a new database in phpMyAdmin. Mine is <strong>forum</strong></li>
<li><strong>Database Username: root</strong></li>
<li><strong>Database Password:</strong> Either the password you setup with XAMPP security or no password.</li>
<li><strong>Prefix for database tables</strong>: Can be left alone, unless you&#8217;ve installed phpBB before in the same database.</li>
</ul>
<p>Hit <strong>Proceed to Next Step</strong>, and again, if the test connection is successful.</p>
<p><a href="http://thirderror.com/wp-content/uploads/2008/12/admin_details.png"><img class="size-medium wp-image-547 alignnone" title="phpBB Administrator Details" src="http://thirderror.com/wp-content/uploads/2008/12/admin_details-300x91.png" alt="phpBB Administrator Details" width="300" height="91" /></a></p>
<p>phpBB will ask for some basic information. Fill the form in, and hit <strong>Proceed to Next Step</strong> (3 times, if everything goes well).</p>
<p><a href="http://thirderror.com/wp-content/uploads/2008/12/adv_settings.png"><img class="size-medium wp-image-548 alignnone" title="Advanced Settings Page" src="http://thirderror.com/wp-content/uploads/2008/12/adv_settings-300x139.png" alt="Advanced Settings Page" width="300" height="139" /></a></p>
<p>The key thing here to change is to disable all board-wide emails. Once that&#8217;s done, you can <strong>Proceed to Next Step</strong> (twice). Hit <strong>Login</strong> at the end.</p>
<h2>Finishing Up</h2>
<p><a href="http://thirderror.com/wp-content/uploads/2008/12/admin_panel.png"><img class="size-medium wp-image-549 alignnone" title="phpBB Administration Control Panel" src="http://thirderror.com/wp-content/uploads/2008/12/admin_panel-300x83.png" alt="phpBB Administration Control Panel" width="300" height="83" /></a></p>
<p>You&#8217;ll be greeted with this page, which looks eerily similar to the installation pages. As you can see from the big red box, you&#8217;ll need to delete the install folder (<strong>xampp/htdocs/forum/install/)</strong> (replace <strong>forum</strong> with whatever directory you chose). The blue message can be ignored.</p>
<p><a href="http://thirderror.com/wp-content/uploads/2008/12/finished_forum.png"><img class="size-medium wp-image-550 alignnone" title="phpBB Forum Setup" src="http://thirderror.com/wp-content/uploads/2008/12/finished_forum-300x203.png" alt="phpBB Forum Setup" width="300" height="203" /></a></p>
<p>Hit <strong>Board Index</strong> at the top right of the admin panel (or go to http://localhost/forum/) and see the results. You can add more forums and setup many other options via the admin panel (which you can always access with the link at the bottom).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thirderror.com/setup-a-personal-forum/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Record Game Sounds with Fraps</title>
		<link>http://www.thirderror.com/record-game-sounds-with-fraps/</link>
		<comments>http://www.thirderror.com/record-game-sounds-with-fraps/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 07:11:09 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Frontpage]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Sound]]></category>

		<guid isPermaLink="false">http://thirderror.com/?p=531</guid>
		<description><![CDATA[For those of you wondering how to record the sounds outputted by your computer, this simple post should configure Windows to allow you to record the sounds with programs such as Fraps. Load up Fraps and hit the Movies tab. &#8230; <a href="http://www.thirderror.com/record-game-sounds-with-fraps/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For those of you wondering how to record the sounds outputted by your computer, this simple post should configure Windows to allow you to record the sounds with programs such as Fraps.</p>
<p><a href="http://thirderror.com/wp-content/uploads/2008/12/fraps_settings.jpg"><img class="size-medium wp-image-533 alignnone" title="Fraps Recording Settings" src="http://thirderror.com/wp-content/uploads/2008/12/fraps_settings-300x225.jpg" alt="Fraps Recording Settings" width="300" height="225" /></a></p>
<p>Load up Fraps and hit the Movies tab. Make sure <strong>Record Sound</strong> is checked and <strong>Detect best sound input</strong> is selected. Next, head into <strong>Control Panel</strong>, <strong>Sounds and Audio Devices</strong> (in classic view).<span id="more-531"></span></p>
<p><a href="http://thirderror.com/wp-content/uploads/2008/12/recording_volume.jpg"><img class="size-medium wp-image-534 alignnone" title="Sound Recording Volume Options" src="http://thirderror.com/wp-content/uploads/2008/12/recording_volume-246x300.jpg" alt="Sound Recording Volume Options" width="246" height="300" /></a></p>
<p>Click the <strong>Audio</strong> tab, and under the <strong>Sound Recording</strong> section hit <strong>Volume&#8230;</strong></p>
<p><a href="http://thirderror.com/wp-content/uploads/2008/12/enable_stereo_mix.jpg"><img class="size-medium wp-image-532 alignnone" title="Enable Stereo Mix" src="http://thirderror.com/wp-content/uploads/2008/12/enable_stereo_mix-238x300.jpg" alt="Enable Stereo Mix" width="238" height="300" /></a></p>
<p>Click <strong>Options</strong>, <strong>Properties</strong> at the top and you should see a window similar to the above. Check the box that says <strong>Stereo Mix</strong> and hit <strong>OK</strong>.</p>
<p><a href="http://thirderror.com/wp-content/uploads/2008/12/stereo_mix.jpg"><img class="size-medium wp-image-535 alignnone" title="Stereo Mix Recording Options" src="http://thirderror.com/wp-content/uploads/2008/12/stereo_mix-300x192.jpg" alt="Stereo Mix Recording Options" width="300" height="192" /></a></p>
<p>A new section should pop up in the main window called <strong>Stereo Mix</strong>. Unmute it if necessary, and you should be good to go to record sounds from your system.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thirderror.com/record-game-sounds-with-fraps/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Check if Your Computer Can Run a Specific Game</title>
		<link>http://www.thirderror.com/check-if-your-computer-can-run-a-specific-game/</link>
		<comments>http://www.thirderror.com/check-if-your-computer-can-run-a-specific-game/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 19:50:14 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Frontpage]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Games]]></category>

		<guid isPermaLink="false">http://thirderror.com/?p=526</guid>
		<description><![CDATA[System Requirements Lab is a simple tool designed to help you check your computer&#8217;s hardware and detect whether it meets the official minimum and recommended requirements of a PC game. It requires the installation of a quick Java applet (SRLApplet &#8230; <a href="http://www.thirderror.com/check-if-your-computer-can-run-a-specific-game/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://systemrequirementslab.com/">System Requirements Lab</a> is a simple tool designed to help you check your computer&#8217;s hardware and detect whether it meets the official minimum and recommended requirements of a PC game. It requires the installation of a quick Java applet (SRLApplet from Husdawg, LLC).</p>
<h2>Select Your Game</h2>
<p><a href="http://thirderror.com/wp-content/uploads/2008/11/select_game.png"><img class="size-medium wp-image-529 alignnone" title="Selecting Game: Far Cry 2" src="http://thirderror.com/wp-content/uploads/2008/11/select_game-300x81.png" alt="Selecting Game: Far Cry 2" width="300" height="81" /></a></p>
<p>On the front page you&#8217;ll see a box asking you to select a product. It lists many of the newer generation games. Pick one and hit <strong>Can You Run It?</strong></p>
<p>A loading bar will appear, and depending on whether you&#8217;ve used it before, it&#8217;ll ask you to install the applet. Let the applet install, and your results should appear shortly.</p>
<h2>The Results</h2>
<p><a href="http://thirderror.com/wp-content/uploads/2008/11/quick_glance.png"><img class="size-medium wp-image-528 alignnone" title="Quick Glance" src="http://thirderror.com/wp-content/uploads/2008/11/quick_glance-300x96.png" alt="Quick Glance" width="300" height="96" /></a></p>
<p>The first thing you&#8217;ll see is a quick glance at where your PC stands relative to the minimum and recommended requirements.</p>
<p><a href="http://thirderror.com/wp-content/uploads/2008/11/long_rundown.png"><img class="size-medium wp-image-527 alignnone" title="Detailed Information" src="http://thirderror.com/wp-content/uploads/2008/11/long_rundown-244x300.png" alt="Detailed Information" width="244" height="300" /></a></p>
<p>The second thing you&#8217;ll see below is a list of the required PC specifications, and then your PC specifications with a rating bar relative to the requires specifications. It&#8217;ll also list any &#8220;helpful&#8221; information, including links to free driver updates, and if your hardware does not meet the requirements, a link to their recommendations (which uses a page from the store TigerDirect).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thirderror.com/check-if-your-computer-can-run-a-specific-game/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Back Up Pidgin Settings and Data</title>
		<link>http://www.thirderror.com/back-up-pidgin-settings-and-data/</link>
		<comments>http://www.thirderror.com/back-up-pidgin-settings-and-data/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 07:17:08 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Frontpage]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Quick Tip]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Pidgin]]></category>

		<guid isPermaLink="false">http://thirderror.com/?p=520</guid>
		<description><![CDATA[Pidgin stores the buddy list, pounces, preferences, and other data as XML files in a &#8220;hidden&#8221; directory in Windows. This data can be useful for transferring data between Pidgin clients without reentering your data each time. To copy/backup your data, &#8230; <a href="http://www.thirderror.com/back-up-pidgin-settings-and-data/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://thirderror.com/wp-content/uploads/2008/09/logopidgin.png"><img class="size-medium wp-image-521 alignleft" style="border: 0pt none; margin-left: 10px; margin-right: 10px; float:left;" title="Pidgin Logo" src="http://thirderror.com/wp-content/uploads/2008/09/logopidgin.png" alt="Pidgin Logo" width="107" height="185" /></a></p>
<p><a href="http://pidgin.im">Pidgin</a> stores the buddy list, pounces, preferences, and other data as XML files in a &#8220;hidden&#8221; directory in Windows. This data can be useful for transferring data between Pidgin clients without reentering your data each time.</p>
<p>To copy/backup your data, head over to <strong>C:\Documents and Settings\[your username]\Application Data\.purple\</strong> and copy the XML files.</p>
<p>To transfer them to a <a href="http://portableapps.com/apps/internet/pidgin_portable">Pidgin Portable installation</a>, paste the files in <strong>\PidginPortable\Data\settings\.purple\</strong> overwriting any existing files.</p>
<p>Pidgin also stores cached buddy icons in the <strong>icons</strong> folder of the same directory and HTML logs (if enabled) in the <strong>logs</strong> folder (which can also be viewed through the main window with <strong>Buddies</strong> →<strong> View User Log</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thirderror.com/back-up-pidgin-settings-and-data/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Custom Buddy Notifications with Pidgin</title>
		<link>http://www.thirderror.com/custom-buddy-notifications-with-pidgin/</link>
		<comments>http://www.thirderror.com/custom-buddy-notifications-with-pidgin/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 12:29:16 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Frontpage]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Pidgin]]></category>

		<guid isPermaLink="false">http://thirderror.com/?p=493</guid>
		<description><![CDATA[Alert yourself to events in instant messaging, such as a contact signing on or sending you a message using Buddy Pounces in Pidgin. Buddy Pounces allow you to notify yourself in a variety of ways, including playing custom sounds and &#8230; <a href="http://www.thirderror.com/custom-buddy-notifications-with-pidgin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Alert yourself to events in instant messaging, such as a contact signing on or sending you a message using Buddy Pounces in Pidgin. Buddy Pounces allow you to notify yourself in a variety of ways, including playing custom sounds and running programs. We&#8217;ll show you how to setup a simple buddy pounce that will alert you when a contact signs on.<span id="more-493"></span></p>
<h2>Adding a New Buddy Pounce</h2>
<p><a href="http://thirderror.com/wp-content/uploads/2008/09/open_buddy_pounces.png"><img class="img1 size-medium wp-image-498 alignnone" title="Open Buddy Pounces Window" src="http://thirderror.com/wp-content/uploads/2008/09/open_buddy_pounces.png" alt="Open Buddy Pounces Window" width="234" height="75" /></a></p>
<p>Open the <strong>Buddy List</strong>, hit <strong>Tools</strong>, then <strong>Buddy Pounces</strong>.</p>
<p><a href="http://thirderror.com/wp-content/uploads/2008/09/add_pounce.png"><img class="img1 size-medium wp-image-496 alignnone" title="Main Buddy Pounce Window" src="http://thirderror.com/wp-content/uploads/2008/09/add_pounce-300x197.png" alt="Main Buddy Pounce Window" width="300" height="197" /></a></p>
<p>In the window that appears, hit <strong>Add</strong>.</p>
<p><a href="http://thirderror.com/wp-content/uploads/2008/09/new_pounce.png"><img class="img1 size-medium wp-image-497 alignnone" title="New Buddy Pounce Dialog" src="http://thirderror.com/wp-content/uploads/2008/09/new_pounce-240x300.png" alt="New Buddy Pounce Dialog" width="240" height="300" /></a></p>
<p>You&#8217;ll be greeted with a New Buddy Pounce dialog. We&#8217;ll explain some of the options available.</p>
<ul>
<li><strong>Account</strong>: A dropdown menu listing all of your accounts appears. Select the one with the contact that you want a new buddy pounce to be added to.</li>
<li><strong>Buddy Name</strong>: Type your contact&#8217;s name/email.</li>
<li><strong>Pounce When Buddy</strong>: Should be self explanatory. Check all the options you want special notification for.</li>
<li><strong>Action</strong>: Also self explanatory. <strong>Open an IM Window</strong> opens a new window with the contact, <strong>Pop-up a notification</strong> pops up a new notification, <strong>Send a message</strong> sends a message to the contact in question, <strong>Execute a command</strong> runs a program, and <strong>Play a sound</strong> plays a sound of your choice. If you leave Play a sound blank, it will play a different Pidgin sound.</li>
<li><strong>Pounce only when my status is not available</strong>: The action only occurs if your status is Not Available.</li>
<li><strong>Recurring</strong>: Have this action occur every time. For the purpose of having a special notification every time the contact signs on, we checked the box.</li>
</ul>
<p>That basically outlines the options available. For our purposes, we checked <strong>Sign in</strong> under <strong>Pounce When Buddy</strong>, <strong>Open an IM Window </strong>and <strong>Play a Sound</strong> under <strong>Action</strong>, and <strong>Recurring</strong>. Hit <strong>Save</strong> and you now have a new buddy pounce.</p>
<p>On another note, I apologize for the drop in posting frequency, as I am busy with school and cannot dedicate as much time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thirderror.com/custom-buddy-notifications-with-pidgin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Keep Pidgin Always on Top</title>
		<link>http://www.thirderror.com/keep-pidgin-always-on-top/</link>
		<comments>http://www.thirderror.com/keep-pidgin-always-on-top/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 12:33:48 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Quick Tip]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Pidgin]]></category>

		<guid isPermaLink="false">http://thirderror.com/?p=489</guid>
		<description><![CDATA[For Windows &#8211; Keep Pidgin&#8217;s buddy list &#8220;always on top&#8221; of other windows for easy access to instant messaging without the hassle of switching windows. First, head to Tools → Plugins in the buddy list. Scroll to the bottom, make &#8230; <a href="http://www.thirderror.com/keep-pidgin-always-on-top/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For Windows &#8211; Keep Pidgin&#8217;s buddy list &#8220;always on top&#8221; of other windows for easy access to instant messaging without the hassle of switching windows. First, head to <strong>Tools</strong> → <strong>Plugins</strong> in the buddy list.</p>
<p><a href="http://thirderror.com/wp-content/uploads/2008/09/conf_plugins.png"><img class="img1 size-medium wp-image-490 alignnone" title="Configure Windows Pidgin Options" src="http://thirderror.com/wp-content/uploads/2008/09/conf_plugins-236x300.png" alt="Configure Windows Pidgin Options" width="236" height="300" /></a></p>
<p>Scroll to the bottom, make sure <strong>Windows Pidgin Options</strong> is checked, then click it and <strong>Configure Plugin</strong>.</p>
<p><a href="http://thirderror.com/wp-content/uploads/2008/09/windows_plugin.png"><img class="img1 size-medium wp-image-491 alignnone" title="Windows Pidgin Options Window" src="http://thirderror.com/wp-content/uploads/2008/09/windows_plugin-295x300.png" alt="Windows Pidgin Options Window" width="295" height="300" /></a></p>
<p>Next to <strong>Keep Buddy List window on top</strong>, click the menu and select <strong>Always</strong>. Hit Close to both windows and Pidgin should now remain on top of your other windows.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thirderror.com/keep-pidgin-always-on-top/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Open Firefox Searches in a New Tab</title>
		<link>http://www.thirderror.com/open-firefox-searches-in-a-new-tab/</link>
		<comments>http://www.thirderror.com/open-firefox-searches-in-a-new-tab/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 21:50:15 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Quick Tip]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://thirderror.com/?p=483</guid>
		<description><![CDATA[When you search using Firefox&#8217;s Search form, it&#8217;ll automatically open the queries in the same tab that was open. This behavior can be annoying, but luckily there&#8217;s an about:config setting to tell Firefox to open searches in a new tab. &#8230; <a href="http://www.thirderror.com/open-firefox-searches-in-a-new-tab/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When you search using Firefox&#8217;s Search form, it&#8217;ll automatically open the queries in the same tab that was open. This behavior can be annoying, but luckily there&#8217;s an about:config setting to tell Firefox to open searches in a new tab.</p>
<p><a href="http://thirderror.com/wp-content/uploads/2008/08/setting_is_true.png"><img class="img1 size-medium wp-image-484 alignnone" title="Firefox Searches in a New Tab - True" src="http://thirderror.com/wp-content/uploads/2008/08/setting_is_true-300x127.png" alt="Firefox Searches in a New Tab - True" width="300" height="127" /></a></p>
<p>Head over to <strong>about:config</strong> in the location bar, then type the following in <strong>Filter</strong>:</p>
<pre>browser.search.openintab</pre>
<p>Double click it so that the value becomes <strong>true</strong>, then restart Firefox.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thirderror.com/open-firefox-searches-in-a-new-tab/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Disable &#8220;Phrase Not Found&#8221; Sound in Firefox</title>
		<link>http://www.thirderror.com/disable-phrase-not-found-sound-in-firefox/</link>
		<comments>http://www.thirderror.com/disable-phrase-not-found-sound-in-firefox/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 19:47:25 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Frontpage]]></category>
		<category><![CDATA[Quick Tip]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://thirderror.com/?p=480</guid>
		<description><![CDATA[Firefox, by default, makes an annoying sound everytime you type an additional letter in the &#8220;Find&#8221; field which it cannot find. A quick trip to about:config will easily resolve this problem. Type about:config into the URL bar and in the &#8230; <a href="http://www.thirderror.com/disable-phrase-not-found-sound-in-firefox/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Firefox, by default, makes an annoying sound everytime you type an additional letter in the &#8220;Find&#8221; field which it cannot find. A quick trip to <strong>about:config</strong> will easily resolve this problem.</p>
<p><a href="http://thirderror.com/wp-content/uploads/2008/08/phrase_not_found_sound_false.png"><img class="size-full wp-image-481" title="&quot;Phrase Not Found&quot; Sound Setting - False" src="http://thirderror.com/wp-content/uploads/2008/08/phrase_not_found_sound_false.png" alt="&quot;Phrase Not Found&quot; Sound Setting - False" width="500" height="212" /></a></p>
<p>Type <strong>about:config</strong> into the URL bar and in the <strong>Filter</strong>, type the following:</p>
<pre>accessibility.typeaheadfind.enablesound</pre>
<p>One entry should show up, and the value should by default be <strong>true</strong>. Double click it to change the value to <strong>false</strong>. Restart your browser, and changes have been applied.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thirderror.com/disable-phrase-not-found-sound-in-firefox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Demo Software in a Sandbox</title>
		<link>http://www.thirderror.com/demo-software-in-a-sandbox/</link>
		<comments>http://www.thirderror.com/demo-software-in-a-sandbox/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 04:59:08 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Frontpage]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://thirderror.com/?p=470</guid>
		<description><![CDATA[Sandboxie, a free application, creates a virtual layer on your computer where you can run and install various software applications without actual changes to your true hard disk. Simply, Sandboxie forces applications to write to the layer instead of the &#8230; <a href="http://www.thirderror.com/demo-software-in-a-sandbox/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sandboxie.com/">Sandboxie</a>, a free application, creates a virtual layer on your computer where you can run and install various software applications without actual changes to your <em>true</em> hard disk.</p>
<p>Simply, Sandboxie forces applications to write to the layer instead of the hard disk, and is able to wipe everything clean afterwards, perfect for demoing software<em></em>. In this post we&#8217;ll be explaining the very basic usage of Sandboxie so you can run and install programs into a layer (sandbox). <a href="http://www.sandboxie.com/index.php?DownloadSandboxie">Download and install from here</a>.<span id="more-470"></span></p>
<h2>Running Windows Explorer in a Sandbox</h2>
<p><a href="http://thirderror.com/wp-content/uploads/2008/08/run_windows_explorer.png"><img class="img1 size-medium wp-image-471 alignnone" title="Run Windows Explorer in a Sandbox" src="http://thirderror.com/wp-content/uploads/2008/08/run_windows_explorer-300x204.png" alt="Run Windows Explorer in a Sandbox" width="300" height="204" /></a></p>
<p>When it finishes installing, you&#8217;ll be greeted with this window. We want to run Windows Explorer (which will allow us to access all our programs), so hit <strong>Sandbox</strong> → <strong>DefaultBox</strong> → <strong>Run Sandboxed</strong> → <strong>Windows Explorer</strong>.</p>
<p><a href="http://thirderror.com/wp-content/uploads/2008/08/sandbox_open_firefox.png"><img class="img1 size-medium wp-image-472 alignnone" title="Open Firefox from Sandboxed Windows Explorer" src="http://thirderror.com/wp-content/uploads/2008/08/sandbox_open_firefox-300x215.png" alt="Open Firefox from Sandboxed Windows Explorer" width="300" height="215" /></a></p>
<p>See the <strong>[#]</strong> around the window title? This designates that the program is sandboxed. If you want to double check, just take a look at the main window and which processes are running inside the sandbox.</p>
<p>I decided to run Firefox, so I browsed over to <strong>C:\Program Files\Mozilla Firefox</strong> and double clicked on <strong>firefox.exe</strong>. This will execute Firefox in a sandbox as you&#8217;re running it from a sandboxed Windows Explorer. Any attempts of Firefox to write to the cache, history, bookmarks, etc. will be erased on quit, allowing you to hide your tracks.</p>
<p><a href="http://thirderror.com/wp-content/uploads/2008/08/sandboxed_firefox.png"><img class="img1 size-medium wp-image-473 alignnone" title="Sandboxed Firefox" src="http://thirderror.com/wp-content/uploads/2008/08/sandboxed_firefox-300x211.png" alt="Sandboxed Firefox" width="300" height="211" /></a></p>
<p>Firefox is now contained in a sandbox, as indicated by the <strong>[#]</strong> surrounding the title. Your browsing history and such will be erased upon exit, allowing for privacy.</p>
<p>Using Sandboxie, you can install programs onto a virtual layer, allowing you to erase them once you are finished using them as all registry and file changes are caught by the layer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thirderror.com/demo-software-in-a-sandbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploy a Local Web Server on Windows</title>
		<link>http://www.thirderror.com/deploy-a-local-web-server-on-windows/</link>
		<comments>http://www.thirderror.com/deploy-a-local-web-server-on-windows/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 06:56:53 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Frontpage]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Web Server]]></category>

		<guid isPermaLink="false">http://thirderror.com/?p=442</guid>
		<description><![CDATA[In this tutorial, we&#8217;re going to show you how to quickly deploy a local WAMP (Windows Apache MySQL PHP) server in a few minutes using XAMPP. Using a local webserver, you can install PHP web applications on your local computer &#8230; <a href="http://www.thirderror.com/deploy-a-local-web-server-on-windows/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In this tutorial, we&#8217;re going to show you how to quickly deploy a local WAMP (Windows Apache MySQL PHP) server in a few minutes using XAMPP. Using a local webserver, you can install PHP web applications on your local computer (such as a personal wiki, chat, forum, etc).</p>
<p>For this tutorial, we&#8217;ll be showing you how to setup XAMPP using the self extracting 7-Zip file.<span id="more-442"></span></p>
<h2>Downloading XAMPP</h2>
<p><a href="http://thirderror.com/wp-content/uploads/2008/08/xampp_file.png"><img class="img1 size-medium wp-image-450 alignnone" title="XAMPP 7-Zip Download" src="http://thirderror.com/wp-content/uploads/2008/08/xampp_file-300x235.png" alt="XAMPP 7-Zip Download" width="300" height="235" /></a></p>
<p>Head over to <a href="http://www.apachefriends.org/en/xampp-windows.html#641">this page to download XAMPP</a>, and pick the <strong>EXE (7-zip) </strong>as it&#8217;s the smallest package size. Save it to your main drive (usually <strong>C:\</strong>).</p>
<h2>Setting up XAMPP</h2>
<p><a href="http://thirderror.com/wp-content/uploads/2008/08/7-zip_extract.png"><img class="img1 size-medium wp-image-447 alignnone" title="7-Zip Extract XAMPP" src="http://thirderror.com/wp-content/uploads/2008/08/7-zip_extract-300x130.png" alt="7-Zip Extract XAMPP" width="300" height="130" /></a></p>
<p>Double click the archive, and just accept the default location. It&#8217;ll automatically create a folder called <strong>xampp</strong>.</p>
<p><a href="http://thirderror.com/wp-content/uploads/2008/08/setup_xamppbat.png"><img class="img1 size-medium wp-image-448 alignnone" title="Setup XAMPP" src="http://thirderror.com/wp-content/uploads/2008/08/setup_xamppbat-300x224.png" alt="Setup XAMPP" width="300" height="224" /></a></p>
<p>Head into the newly created <strong>xampp</strong> folder and double click on <strong>setup_xampp.bat</strong>, where an install script will configure XAMPP. It&#8217;ll prompt you to press a key once you&#8217;re done.</p>
<p><a href="http://thirderror.com/wp-content/uploads/2008/08/xampp_control.png"><img class="img1 size-medium wp-image-449 alignnone" title="XAMPP Control Panel" src="http://thirderror.com/wp-content/uploads/2008/08/xampp_control-300x236.png" alt="XAMPP Control Panel" width="300" height="236" /></a></p>
<p>Double click on <strong>xampp_control.exe</strong>, where a control panel will launch. For basic functionality, you&#8217;ll need to start Apache, and for most needs, you&#8217;ll need to launch MySQL. Closing the window will minimize it to the system tray.</p>
<p>That&#8217;s it! To access your new webserver, head to <strong>http://localhost/</strong> to see the default XAMPP pages. To place pages on your website, place your HTML files in the <strong>htdocs</strong> folder.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thirderror.com/deploy-a-local-web-server-on-windows/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

