<?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>ReloadedPC Ashland, Ohio &#187; Other</title>
	<atom:link href="http://www.reloadedpc.com/category/other/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reloadedpc.com</link>
	<description>Small Business Website Development</description>
	<lastBuildDate>Tue, 24 Jan 2012 18:36:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Samsung Fascinate + CM7 + usb tethering</title>
		<link>http://www.reloadedpc.com/other/samsung-fascinate-cm7-usb-tethering/</link>
		<comments>http://www.reloadedpc.com/other/samsung-fascinate-cm7-usb-tethering/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 19:18:10 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[cyanogenmod]]></category>
		<category><![CDATA[fascinate]]></category>
		<category><![CDATA[tether]]></category>

		<guid isPermaLink="false">http://www.reloadedpc.com/?p=302</guid>
		<description><![CDATA[I was recently needing Internet access on a desktop PC with Windows XP SP3 installed using a Samsung Fascinate running CyanogenMod 7(CM7). USB tethering had work easily using under Windows 7, but Windows XP would not recognize the USB device. Digging through dozens of posts and forums I found  the information from Google. Google as [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cyanogenmod.com"><img class="alignright size-full wp-image-305" title="CyanogenMod Logo" src="http://www.reloadedpc.com/wp-content/uploads/2011/12/cyan-logo.png" alt="Samsung Fascinate + CM7 + usb tethering cyan logo " width="111" height="105" /></a>I was recently needing Internet access on a desktop PC with Windows XP SP3 installed using a Samsung Fascinate running CyanogenMod 7(CM7). USB tethering had work easily using under Windows 7, but Windows XP would not recognize the USB device. Digging through dozens of posts and forums I found  the information from Google. Google as a help topic for installing Android based phones as USB modem interface using the <a href="http://support.google.com/mobile/bin/answer.py?hl=en&amp;answer=182134">tetherxp.inf</a> file. I downloaded the file, and tried plugging in my Fascinate, enabled USB tethering, and still could not get Windows XP to recognize the USB device for tethering. So, here was a simple fix I got to get this working.</p>
<p>I opened up the the tetherxp.inf file and save a few of the usb identifiers for installing the device. You will see a line like this.</p>

<div class="wp_syntax"><div class="code"><pre class="ini" style="font-family:monospace;"><span style="color: #000066; font-weight:bold;"><span style="">&#91;</span>AndroidDevices<span style="">&#93;</span></span>
<span style="color: #666666; font-style: italic;">; Google Nexus One without adb</span>
%AndroidDevice%    <span style="color: #000066; font-weight:bold;">=</span> RNDIS, USB\VID_18D1&amp;PID_4E13</pre></div></div>

<p>I then opened Device Manager in Windows XP by right-clicking on My Computer-&gt;Properties, click on Hardware tab, and then Device Manger button. There was the unrecognized USB device with the yellow question mark icon. I right-clicked on the item and chose Properties. Then click on the Details tab at the top. Here I could see the USB device ID. I copied those values into my tetherxp.inf file to see what would happen. My section of tetherxp.inf now looks like:</p>

<div class="wp_syntax"><div class="code"><pre class="ini" style="font-family:monospace;"><span style="color: #000066; font-weight:bold;"><span style="">&#91;</span>AndroidDevices<span style="">&#93;</span></span>
<span style="color: #666666; font-style: italic;">;Samsung Fascinate i500</span>
%AndroidDevice%    <span style="color: #000066; font-weight:bold;">=</span> RNDIS, USB\VID_18D1&amp;PID_4E24
&nbsp;
<span style="color: #000066; font-weight:bold;"><span style="">&#91;</span>AndroidDevices.NT.5.1<span style="">&#93;</span></span>
<span style="color: #666666; font-style: italic;">; Samsung Fascinate i500 with adb</span>
%AndroidDevice%    <span style="color: #000066; font-weight:bold;">=</span> RNDIS.NT.5.1, USB\VID_18D1&amp;PID_4E24</pre></div></div>

<p>Saved the file. Back on the Details tab, I clicked on the Driver tab for the device, and clicked Update Driver button. Choose the tetherxp.inf you have saved. Windows XP will propmpt to accept to install and unsigned driver. Click Continue Anyway. It will proceed to install the device and will be named Android USB/RNDIS Ethernet. Your computer should then be able to connect now being tethered via the USB cable.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.reloadedpc.com/other/samsung-fascinate-cm7-usb-tethering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeNAS + Mercurial</title>
		<link>http://www.reloadedpc.com/other/freenas-and-mercurial/</link>
		<comments>http://www.reloadedpc.com/other/freenas-and-mercurial/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 01:45:15 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[freenas]]></category>
		<category><![CDATA[hg]]></category>
		<category><![CDATA[mercurial]]></category>

		<guid isPermaLink="false">http://www.reloadedpc.com/?p=241</guid>
		<description><![CDATA[I was recently tinkering around with Mercurial and getting my feet wet using a distributed source version control. I have been using Subversion for about the past year, and has served me well. I wanted to get involved with some of the projects hosted on Bitbucket.org in order to fork some projects.  The are a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.reloadedpc.com/wp-content/uploads/2010/08/mercurial-logo.png"><img class="alignright size-full wp-image-242" title="mercurial" src="http://www.reloadedpc.com/wp-content/uploads/2010/08/mercurial-logo.png" alt="FreeNAS + Mercurial mercurial logo " width="184" height="61" /></a>I was recently tinkering around with <a href="http://mercurial.selenic.com/">Mercurial</a> and getting my feet wet using a distributed source version control. I have been using Subversion for about the past year, and has served me well. I wanted to get involved with some of the projects hosted on <a href="http://bitbucket.org">Bitbucket.org</a> in order to fork some projects.  The are a number of useful Codeigniter projects and zen-cart addons on there as well. One of the main ideas behind using a DSVC is not needing a centralized server. This seems great, if you are doing your work where will you have access to the network at some point to push/pull those changesets.  I work from a couple locations and need to be able to push/pull those changes. Pricing plans on Bitbucket.org are very reasonable, but I needed to host a few extra private repositories. Got me thinking to install mercurial on that FreeNAS box sitting quietly in my basement.  I am currently using FreeNAS .69. If you are running another build of FreeNAS, you will need to find the appropriate packages for your build.<span id="more-241"></span>It took a looking around in the FreeBSD ports to find the packages I needed. It was actually  a lot easier than  I though it would be. Here is a list of the packages you will need for FreeNAS:</p>
<ol>
<li><a href="ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/devel/mercurial-1.5.4.tbz">Mecurial 1.5.4</a></li>
<li><a href="ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/lang/python26-2.6.5.tbz">Python 2.6.5</a></li>
<li><a href="ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/converters/libiconv-1.13.1_1.tbz">Libiconv 1.13.1</a></li>
<li><a href="ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/converters/libiconv-1.13.1_1.tbz">Gettext 0.18</a></li>
</ol>
<p>Download each of the files to your desktop, and login into your FreeNAS webGUI. Then navigate to System-&gt;Packages. Click on the &#8220;Add&#8221; icon to install a new package. On the next screen you will see a browse button and install button.</p>
<div id="attachment_243" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.reloadedpc.com/wp-content/uploads/2010/08/freenas-06082010_212154.jpg"><img class="size-medium wp-image-243" title="FreeNAS install packages" src="http://www.reloadedpc.com/wp-content/uploads/2010/08/freenas-06082010_212154-300x224.jpg" alt="FreeNAS + Mercurial freenas 06082010 212154 300x224 " width="300" height="224" /></a><p class="wp-caption-text">Click to Enlarge</p></div>
<p>You will need to install the packages in the correct order to satisfy their dependencies. Click on the &#8220;Browse&#8221; button, then &#8220;Install&#8221; button for each in this order:</p>
<ol>
<li>libiconv-1.13.1_1.tbz</li>
<li>gettext-0.18_1.tbz</li>
<li>python26-2.6.5.tbz</li>
<li>mercurial-1.5.4.tbz</li>
</ol>
<p>Congratulations you now have mercurial installed on your FreeNAS box. You starting hosting your own repositories. I create a folder in my FreeNAS drive and issued a:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">$hg init</pre></div></div>

<p>I copied a few files in the folder from my laptop using Windows Explorer and then typed:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">$hg add
$hg commit -m &quot;Import new files into repo&quot;</pre></div></div>

<p>Now I clone the repo to my laptop using</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">$hg clone ssh://user:pass@freenas/path/to/repo local-folder</pre></div></div>

<p>If you omit the user and pass from the url, your will be prompted for them. This seemed like it would be a little more difficult to do as there is very little documentation on the FreeNAS website about packages. I was unable to find any other posts about this setup, so I hope someone else will find it useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.reloadedpc.com/other/freenas-and-mercurial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setup WAMP and SVN Subversion on Windows</title>
		<link>http://www.reloadedpc.com/other/setup-wamp-svn-subversion-windows/</link>
		<comments>http://www.reloadedpc.com/other/setup-wamp-svn-subversion-windows/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 05:17:04 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[wamp]]></category>

		<guid isPermaLink="false">http://www.reloadedpc.com/?p=175</guid>
		<description><![CDATA[Say you work on a desktop and a laptop computer, and you synchronize your laptop. Edit some files, save, and upload. Everything is fine. Now you get home or back in the office, sit down at the desktop, and forget to synchronize. You edit the files some more, upload, and save. Uh-oh, now you lost [...]]]></description>
			<content:encoded><![CDATA[<p>Say you work on a desktop and a laptop computer, and you synchronize your laptop. Edit some files, save, and upload. Everything is fine. Now you get home or back in the office, sit down at the desktop, and forget to synchronize. You edit the files some more, upload, and save. Uh-oh, now you lost the changes you made on your laptop. You&#8217;ll have to get a copy off the laptop, and find all the changes you made. Ever done this? Version Control makes this scenario so much easier to resolve.<br />
<strong><em>Update (2010-09-29):</em></strong> I&#8217;ve recently moved onto using mercurial for any new projects. Please let me know if you have any issues with the newer SVN server installers. I haven&#8217;t had a chance to update mine to the latest version. However, this tutorial should still work.<br />
<span id="more-175"></span></p>
<p>I&#8217;ve been putting off for quite some time setting up version control for the various websites I work on. I was finding myself sometimes editing a file, saving my changes, and getting uploaded to the site to find I had made an error or broke another feature. I&#8217;ve been using Dreamweaver to do my php coding and css editing, and enjoyed the easy benefit of using the synchronize feature.  Dreamweaver makes it easy to get the lastest edits off the server, and have a local copy to work on. Dreamweaver will also save automatically back via FTP. However, it makes for a better WYSIWYG editor than a development environment, and does not offer any backup option. </p>
<p>I tried out a few PHP IDE&#8217;s like <a href="http://netbeans.org/">Netbeans</a>. Wow, coding became alot simpler with the advantages of code completion and hints. Unfortunately, I didn&#8217;t seem to find an IDE that uses the synchronization feature, but all support SVN version control. I decided to take the plunge and setup my computers to harness the advantages of version control.</p>
<p>I&#8217;ve been using WAMP on several computers, and makes it just as easy to setup as it was in Ubuntu. WAMP is a pre-configured Apache, MySQL, PHP, phpMyAdmin, and SQLiteManager stack for Windows. You can setup a webserver in under 5 mins on your windows box. I have set this up on both Windows Vista x64 and Windows XP SP3. I followed several guides online, and each seemed to be missing a piece here or there. <strong>Also, beware of the SVN 1 click installer</strong>. The download contains a version of Subversion that&#8217;s not compatible with Apache 2.2.11 included with WAMP. I learned this the hard way.</p>
<h3>Summary of Folder Layout</h3>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">c:\clients\project1 -&gt; Working Copy
c:\svn -&gt; Subversion Installation
c:\svnrepos -&gt; Repository Parent Location
c:\svnrepos\project1 -&gt; Sample Repository
c:\wamp -&gt;WAMP Installation
c:\wamp\www\project1 -&gt; Live Copy
c:\Program Files\TortoiseSVN -&gt;TortoiseSVN Installation</pre></div></div>

<p>You will need 3 things to get a WAMP + Subversion up and running.</p>
<ol>
<li><a href="http://www.wampserver.com/en/download.php">Wamp</a> v2.0i</li>
<li><a href="http://www.reloadedpc.com/wp-content/uploads/2010/10/Setup-Subversion-1.6.6.zip">Subversion</a></li>
<li><a href="http://tortoisesvn.net/downloads">TortoiseSVN</a> v1.6.6</li>
</ol>
<p>First, you need to install each of the packages. During the install of Subversion, select &#8220;Bind to Apache 2.2.x&#8221;. I chose to install subversion to:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">c:\svn</pre></div></div>

<p>Try to prevent using spaces in your file paths to eliminate any problems in Apache. This will provide the right files to be installed that will work with the version of Apache that&#8217;s installed by WAMP. Now, that you have the packages installed, it&#8217;s time to marry WAMP with SVN. You will need to copy files between folders.</p>
<p>Copy <strong>mod_authz_svn.so</strong> and <strong>mod_dav_svn.so</strong> from</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">c:\svn\bin to C:\wamp\bin\apache\Apache2.2.11\modules</pre></div></div>

<p>Copy <strong>intl3_svn.dll</strong> and <strong>libdb44.dll</strong></p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">c:\svn\bin to C:\wamp\bin\apache\Apache2.2.11\bin</pre></div></div>

<p>Now click on the white half circle tray icon for WAMP->Apache->httpd.conf. We need to add these modules into Apache&#8217;s configuration file. Find the lines:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">#LoadModule dav_module modules/mod_dav.so
#LoadModule dav_fs_module modules/mod_dav_fs.so</pre></div></div>

<p>Change to:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">LoadModule dav_module modules/mod_dav.so
LoadModule dav_fs_module modules/mod_dav_fs.so
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so</pre></div></div>

<p>Save the file. Click on the WAMP tray icon again, and then click Restart All Services. Wait for the icon to turn all white again. When it does you are ready to proceed with setting up your first repository. If you have trouble, try exiting WAMP, and then start the application again.<br />
Now you need to create a repository folder. I chose:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">c:\svnrepos</pre></div></div>

<p>Since I will be hosting multiple projects go ahead and create another subfolder:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">c:\svnrepos\project1</pre></div></div>

<p><del datetime="2010-02-01T14:11:14+00:00">Now let&#8217;s create the repository by right clicking on the c:\svnrepos\project1 folder->TortoiseSVN->Create Repository Here. You will get a confirmation that folder was created successfully.</del><br />
<strong>Update 2010-02-01</strong>:<br />
I&#8217;ve noticed the latest build of TortoiseSVN is not creating compatible version for Apache, but will the command line version will work.<br />
Open command line, and type:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">cd c:\svnrepos\
svnadmin create c:\svnrepos\project1</pre></div></div>

<p>Time to setup Apache to allow browsing of the repository. Click on the WAMP icon->Apache->httpd.conf. Scroll to the bottom of the file and above:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">Include &quot;c:/wamp/alias/*&quot;</pre></div></div>

<p>Add:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">&lt;Location /svn&gt;
	DAV svn
	SVNParentPath C:/svnrepos
&lt;/Location&gt;</pre></div></div>

<p>Save the file. Leave it open, and click on WAMP tray icon->Restart All Services. Wait for icon to turn all white again. Now you should be able to navigate to <a href="http://localhost/svn/project1">http://localhost/svn/project1</a>. If successful, you should see a blank directory listing for project1 &#8211; Revision 0.</p>
<p>If you don&#8217;t require any authentication, you are done. Go have some fun and enjoy your free SVN repository. In Windows Explorer navigate again to c:\svnrepos\project1, right click on folder->TortoiseSVN->Repo-browser. In the right-hand pane right click again->Create directory. Then type in trunk. Repeat to create folders branches and tags. Now start importing your files into the trunk folder. Do this by right-click in right pane->Add File(Folder). Choose a file/folder, add a comment and click okay. You now have started your repository. You can refresh the browser page and check out the changes.</p>
<p>Ready to add user authentication? It&#8217;s easy to setup a basic user/password method. First we need to create a password file for Apache to protect the browsing of the repository. Create the password file by using the command line:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">cd C:\wamp\bin\apache\Apache2.2.11\bin
htpasswd -c svnpasswd username</pre></div></div>

<p>Open httpd.conf file again. You need to add a few commands to the <Location> block at the bottom of the file. Below the line:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">SVNParentPath C:/svnrepos</pre></div></div>

<p>Add:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">AuthType Basic
AuthName &quot;Subversion Repository&quot;
AuthUserFile bin/svnpasswd
Require valid-user</pre></div></div>

<p>Click on WAMP tray icon->Restart All Services. Refresh your browser page and you should be asked for your login credentials. Congrats! Remember this authentication method only protects browsing. It does not control who can read/write/edit/commit/delete file from the repository.</p>
<h3>Putting It All Together</h3>
<p>We&#8217;ve got WAMP/SVN up and running, but how do you use this? Here&#8217;s what I am doing right now. Get all the files imported into your repository /trunk folder using TortoiseSVN. I created folder for my working copies that I will be developing and testing. I used:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">c:\clients</pre></div></div>

<p>Navigate to this folder create a new folder (ie. project1). Right click on folder->SVN Checkout . Fill out as shown:<br />
<a href="http://www.reloadedpc.com/wp-content/uploads/2010/01/wamp-svn_19012010_223704.jpg"><img src="http://www.reloadedpc.com/wp-content/uploads/2010/01/wamp-svn_19012010_223704.jpg" alt="Setup WAMP and SVN Subversion on Windows wamp svn 19012010 223704 " title="wamp-svn_project1-checkout" width="468" height="361" class="alignleft size-full wp-image-180" /></a></p>
<p>Click OK, and all the files from the repository will be copied/downloaded to the folder. In order to be able to debug/test your working copy, create an alias that points to that folder. I use an alias because I use my WAMP webroot for serving real pages. Right click WAMP tray icon->Apache->Alias directories->Add alias. A command prompt will open, type in alias and the path to the folder using forward slashes.</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">svnproject1 [Press Enter]
c:/clients/project1</pre></div></div>

<p>Point your browser to <a href="http://localhost/svn/project1/">http://localhost/svn/project1</a>, and you should see your test site. You have a separate method to test your working copy. Make some changes/edits of files. Commit your changes to the repository by right click on the folder:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">c:\clients\project1</pre></div></div>

<p>Choose SVN Commit, enter a comment, and click OK. Once you have a working copy you would like to move to live, navigate to:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">c:\wamp\www</pre></div></div>

<p>Right click in Windows Explorer->SVN Checkout and fill out as shown:<br />
<a href="http://www.reloadedpc.com/wp-content/uploads/2010/01/wamp-svn_19012010_231759.jpg"><img src="http://www.reloadedpc.com/wp-content/uploads/2010/01/wamp-svn_19012010_231759.jpg" alt="Setup WAMP and SVN Subversion on Windows wamp svn 19012010 231759 " title="wamp-svn-live-checkout" width="468" height="361" class="alignleft size-full wp-image-181" /></a></p>
<p>Click OK, and the latest revision will be copied to the folder. Browse <a href="http://localhost/project1">http://localhost/project1</a>. You are running a live copy. Whenever you&#8217;ve ready to roll out an update, just right click on the folder->SVN Update. All changes will be synchronized.</p>
<p>I am running this setup at work for one of our small internal web applications. I have the repository on my computer. I&#8217;ve created a working copy. I work on adding some new reports, or improving the UI with some jQuery. Test it locally, and fix any bugs. Open a ssh session to the server an issue &#8220;svn update&#8221; in the webroot, and the applications are updated without going down.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.reloadedpc.com/other/setup-wamp-svn-subversion-windows/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Thunderbird 3 Search Not Working</title>
		<link>http://www.reloadedpc.com/other/thunderbird-3-search-working/</link>
		<comments>http://www.reloadedpc.com/other/thunderbird-3-search-working/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 15:32:18 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://www.reloadedpc.com/?p=151</guid>
		<description><![CDATA[Mozilla recently had Thunderbird 3 Release Candidate 2 available for download. I was interested in trying out the new version. I upgraded my XP machine from version 2 to the Release Candidate version. Upgrade completed successfully. I opened up Thunderbird, and all of my emails were imported fine after the upgrade, and the program proceeded [...]]]></description>
			<content:encoded><![CDATA[<p>Mozilla recently had Thunderbird 3 Release Candidate 2 available for download. I was <a href="http://www.mozillamessaging.com/en-US/thunderbird/"><img class="alignright size-medium wp-image-152" title="Thunderbird3" src="http://www.reloadedpc.com/wp-content/uploads/2009/12/Thunderbird3-300x113.png" alt="Thunderbird 3 Search Not Working Thunderbird3 300x113 " width="300" height="113" /></a>interested in trying out the new version. I upgraded my XP machine from version 2 to the Release Candidate version. Upgrade completed successfully. I opened up Thunderbird, and all of my emails were imported fine after the upgrade, and the program proceeded to index all of my emails.</p>
<p>I thought I would test out some the new features being touted in the new release. To my frustration, the new search feature would never complete. I would start typing in a search phrase, and then click on one of the terms suggested to me by sqlite. Thundbird opened a new tabbed, and the interface just showed my search criteria at the top with a dialog in the middle reading &#8220;Searching&#8230;&#8221;. The first couple of tries, I thought there was no matching criteria because Thunderbird&#8217;s search seemed to never complete.<span id="more-151"></span></p>
<p>My next step was to scour the <a href="http://getsatisfaction.com/mozilla_messaging">new</a> and <a href="http://forums.mozillazine.org/viewforum.php?f=39">old</a> message boards from Mozilla. Nothing matched my same problem. A number of people have mentioned and posted about long indexing times for accounts with a lot of email messages. I have about 2000 messages saved on my computer, so it was nearly as large as other users.</p>
<p>A few days passed, and I had kind of given up on the new search feature. Then, the update was pushed to me via automatic update with the final build. I upgraded several other computers from version 2 to the final public release version 3. The other workstations&#8217; search worked flawlessly. I decided to attempt the search function on my computer.</p>
<h3>First Solution Attempt:</h3>
<p>I opened my Application Data/Thunderbird/Profiles/(random).default/Mail and deleted the .msf files from each of my accounts. Reopened Thunderbird and the program proceeded to rebuild its index files. After it completed, search was still not working. Same result of &#8220;Searching&#8230;&#8221; which never finished.</p>
<h3>Second Solution Attempt:</h3>
<p>I tried uninstalling the program, and then reinstalled the program. Still no luck.</p>
<h3>Final Solution:</h3>
<p>I decided one more go. I opened my Application Data/Thunderbird/Profiles/(random).default folder and deleted the file global-messages-db.sqlite, and then restarted Thunderbird. I waited a few minutes for the indexing to complete. To my surprise, search worked perfectly. I am glad the feature is now working.</p>
<p>Hopefully,  anyone else experiences this issue with Thunderbird 3 search will be able to solve this problem.</p>
<p><a href="http://www.mozillamessaging.com/en-US/thunderbird/">Download Thunderbird 3</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.reloadedpc.com/other/thunderbird-3-search-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ResponsiBuilders</title>
		<link>http://www.reloadedpc.com/other/responsibuilders/</link>
		<comments>http://www.reloadedpc.com/other/responsibuilders/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 18:50:13 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://www.reloadedpc.com/?p=32</guid>
		<description><![CDATA[I&#8217;ve very excited about the launch of this product. The is a really neat game  being made by my relative. ResponsiBuilders is a creative card game to inspire your kids to complete chores around the house.  Somehow when sweeping the floor (amongst other household duties) is printed with neat artwork on a card, kids have [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve very excited about the launch of this product. The is a really neat game  being made by my relative. <a title="ResponsiBuilders.com" href="http://www.responsibuilders.com">ResponsiBuilders</a> is a creative card game to inspire your kids to complete chores around the house.  Somehow when sweeping the floor (amongst other household duties) is printed with neat artwork on a card, kids have fun doing it.<span id="more-32"></span></p>
<blockquote><p>&#8220;You’ve found a parenting tool that really works. It looks like a game and the kids will love it! <span style="color: #ff0000;"><strong>ResponsiBuilders </strong></span>is kid tested and mother approved. The<strong> </strong>cards were created to help parents guide their children toward being responsible, industrious people.&#8221;  -<a title="ResponsiBuilders.com" href="http://www.responsibuilders.com">RepsonsiBuilders.com</a></p></blockquote>
<p><a href="http://www.responsibuilders.com"><img class="aligncenter size-full wp-image-34" title="ResponsiBuilders.com" src="http://www.reloadedpc.com/wp-content/uploads/2009/07/responsibuilders.jpg" alt="ResponsiBuilders responsibuilders " width="492" height="359" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.reloadedpc.com/other/responsibuilders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 9/35 queries in 0.016 seconds using disk: basic
Object Caching 615/699 objects using disk: basic

Served from: www.reloadedpc.com @ 2012-02-05 03:58:00 -->
