<?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>TEValentine.com</title>
	<atom:link href="http://tevalentine.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tevalentine.com</link>
	<description>Things Computer, Software And Internet Business</description>
	<lastBuildDate>Sun, 05 Sep 2010 11:54:01 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Delete Digg Profile Images</title>
		<link>http://tevalentine.com/social/how-to-delete-digg-profile-images/</link>
		<comments>http://tevalentine.com/social/how-to-delete-digg-profile-images/#comments</comments>
		<pubDate>Thu, 06 May 2010 18:03:08 +0000</pubDate>
		<dc:creator>Tim Valentine</dc:creator>
				<category><![CDATA[Social]]></category>
		<category><![CDATA[Digg]]></category>

		<guid isPermaLink="false">http://tevalentine.com/?p=240</guid>
		<description><![CDATA[
If you&#8217;re like me, for one reason or another you may end up with several images in your Digg profile. And, you&#8217;re having a tough time finding out how to delete these images. So I posted this right after I figured it out.
1. Go to your Digg Profile page.


2. In the right hand column on [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/examples/digg_post_1.png" alt="" /><img src="/examples/digg_post_2.png" alt="" /></p>
<p>If you&#8217;re like me, for one reason or another you may end up with several images in your Digg profile. And, you&#8217;re having a tough time finding out how to delete these images. So I posted this right after I figured it out.</p>
<p>1. Go to your Digg Profile page.<span id="more-240"></span><br />
<img src="/examples/digg_1.png" alt="" /></p>
<hr /></hr>
<p>2. In the right hand column on your profile page choose the &#8216;View All Photos&#8217; link.<br />
<img src="/examples/digg_2.png" alt="" /></p>
<hr /></hr>
<p>3. Choose (left click) the image you want to remove.</p>
<hr /></hr>
<p>4. In the right hand column of the page choose the &#8216;delete image&#8217; option.<br />
<img src="/examples/digg_3.png" alt="" /></p>
<p>There you go&#8230;</p>
<div class="align_right"><a class="a2a_dd" href="http://www.addtoany.com/share_save?linkname=How%20To%20Delete%20Digg%20Profile%20Images&amp;linkurl=http%3A%2F%2Ftevalentine.com%2Fsocial%2Fhow-to-delete-digg-profile-images%2F"><img src="http://static.addtoany.com/buttons/share_save_171_16.png" width="171" height="16" border="0" alt="Share/Bookmark"/></a><script type="text/javascript">a2a_linkname="How To Delete Digg Profile Images";a2a_linkurl="http://tevalentine.com/social/how-to-delete-digg-profile-images/";a2a_prioritize=["twitter","facebook","digg","stumbleupon"];</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script></div>
]]></content:encoded>
			<wfw:commentRss>http://tevalentine.com/social/how-to-delete-digg-profile-images/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Virtual Hosts Example</title>
		<link>http://tevalentine.com/general/virtual-hosts-example/</link>
		<comments>http://tevalentine.com/general/virtual-hosts-example/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 17:18:38 +0000</pubDate>
		<dc:creator>Tim Valentine</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Virtual Hosts]]></category>

		<guid isPermaLink="false">http://tevalentine.com/?p=235</guid>
		<description><![CDATA[A working Virtual Hosts file example
I&#8217;ve seen many times where people (myself included) had trouble getting their Virtual Hosts configuration to work properly. There are several issues that can keep a Virtual Host from working, but many times the problem is directly related to the Virtual Hosts file itself.
Below is an example of a Virtual [...]]]></description>
			<content:encoded><![CDATA[<h2>A working Virtual Hosts file example</h2>
<p>I&#8217;ve seen many times where people (myself included) had trouble getting their Virtual Hosts configuration to work properly. There are several issues that can keep a Virtual Host from working, but many times the problem is directly related to the Virtual Hosts file itself.<span id="more-235"></span></p>
<p>Below is an example of a Virtual Hosts file that is working properly on one of my localhost testing servers via XAMPP on a Windows 7 Machine. This file will work the same directly in Apache from within Linux as well. </p>
<p>I&#8217;m not saying it&#8217;s the best configuration, I&#8217;m just saying it works. Anyway, I hope it helps someone. </p>
<p><strong>All you have to do is change the paths, server names and whatever else is custom in your situation.</strong></p>
<div class="align_right"><a class="a2a_dd" href="http://www.addtoany.com/share_save?linkname=A%20working%20Virtual%20Hosts%20file%20example%20&amp;linkurl=http%3A%2F%2Ftevalentine.com%2Fgeneral%2Fvirtual-hosts-example%2F"><img src="http://static.addtoany.com/buttons/share_save_171_16.png" width="171" height="16" border="0" alt="Share/Bookmark"/></a><script type="text/javascript">a2a_linkname="A working Virtual Hosts file example ";a2a_linkurl="http://tevalentine.com/general/virtual-hosts-example/";a2a_prioritize=["twitter","facebook","digg"];</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script></div>
<hr /></hr>
<pre class="brush: plain;">NameVirtualHost *:80

&lt;VirtualHost *:80&gt;
  DocumentRoot C:/xampp/htdocs
  ServerName localhost
&lt;/VirtualHost&gt;

&lt;VirtualHost *:80&gt;
  DocumentRoot &quot;C:/xampp/htdocs/wordpress.local&quot;
  ServerName wordpress.local
  ServerAlias www.wordpress.local
  DirectoryIndex index.php

CustomLog &quot;C:/xampp/htdocs/wordpress.local/logs/access.log&quot; combined
ErrorLog &quot;C:/xampp/htdocs/wordpress.local/logs/error.log&quot;

&lt;Directory &quot;C:/xampp/htdocs/wordpress.local&quot;&gt;
    Options Indexes FollowSymLinks
    AllowOverride All
    Order allow,deny
    Allow from all
  &lt;/Directory&gt;
&lt;/VirtualHost&gt;

##Second Virtual Host

&lt;VirtualHost *:80&gt;
  DocumentRoot C:/xampp/htdocs
  ServerName localhost
&lt;/VirtualHost&gt;

&lt;VirtualHost *:80&gt;
  DocumentRoot &quot;C:/xampp/htdocs/modx&quot;
  ServerName modx
  ServerAlias www.modx
  DirectoryIndex index.php

CustomLog &quot;C:/xampp/htdocs/modx/logs/access.log&quot; combined
ErrorLog &quot;C:/xampp/htdocs/modx/logs/error.log&quot;

&lt;Directory &quot;C:/xampp/htdocs/modx&quot;&gt;
    Options Indexes FollowSymLinks
    AllowOverride All
    Order allow,deny
    Allow from all
  &lt;/Directory&gt;
&lt;/VirtualHost&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://tevalentine.com/general/virtual-hosts-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VirtualBox Guest Additions Manual Install</title>
		<link>http://tevalentine.com/software/virtualbox-guest-additions-manual-install/</link>
		<comments>http://tevalentine.com/software/virtualbox-guest-additions-manual-install/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 18:19:55 +0000</pubDate>
		<dc:creator>Tim Valentine</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://tevalentine.com/?p=228</guid>
		<description><![CDATA[My Scenario: Ubuntu 10.04 beta 1 64-bit guest on a Windows 7 host
In the case with Ubuntu 10.04 beta 1 64-bit guest on a Windows 7 host, and in some other situations, the VirtualBox Guest Additions may not install automatically.
Possible problems during manual install of VirtualBox Guest Additions:
Error: sh can&#8217;t open VBoxLinuxAdditions-amd64.run
Also make sure Dynamic [...]]]></description>
			<content:encoded><![CDATA[<p><strong>My Scenario: Ubuntu 10.04 beta 1 64-bit guest on a Windows 7 host</strong></p>
<p>In the case with Ubuntu 10.04 beta 1 64-bit guest on a Windows 7 host, and in some other situations, the VirtualBox Guest Additions may not install automatically.<span id="more-228"></span></p>
<p><strong>Possible problems during manual install of VirtualBox Guest Additions:</strong></p>
<p>Error: sh can&#8217;t open VBoxLinuxAdditions-amd64.run</p>
<p>Also make sure Dynamic Kernel Module Support (DKMS) is installed on your Linux guest: sudo apt-get install dkms </p>
<p>The biggest problem I have seen with installing Guest Additions manually is that we tend to assume we should change directory (cd) to cdrom or cdrom0. You must cd to the directory the guest additions are actually in. In my case it was:<br />
/media/VBOXADDITIONS_3.1.6_59338</p>
<p>So after you choose to &#8216;Install Guest Additions&#8230;&#8217; under &#8216;Devices&#8217; in the VirtualBox Menu, navigate to the /media folder in your Linux Guest OS and observe the name of the mounted folder the Guest Additions are actually in. It will also be the same name as the ss the VBOXADDITIONS Shortcut on your Guests Desktop (if it appeared).</p>
<p>After you cd to the right directory it&#8217;s a piece of cake.</p>
<ol>Steps Involved:</p>
<li>Choose &#8216;Install Guest Additions&#8230;&#8217; under &#8216;Devices&#8217; in the VirtualBox Menu. NOTE: You may have to mount the VBOXADDITION image before being able to proceed. It will be visible in your file browser menu sidebar inside the guest OS. Just right click and choose mount.</li>
<li>Open a Terminal window in your Linux Guest and cd to the folder containing your VirtualBox Guest Addition files.</li>
<li>Type &#8216;dir&#8217; (without quotes) to display the Directory contents.</li>
<li>Copy and Paste the correct Additions file after the command: sudo sh</li>
</ol>
<p><strong><br />
Below is a successful installation example copied from Terminal inside the Linux Guest:</strong></p>
<div class="align_right"><a class="a2a_dd" href="http://www.addtoany.com/share_save?linkname=VirtualBox%20Guest%20Additions%20Manual%20Install&amp;linkurl=http%3A%2F%2Ftevalentine.com%2Fsoftware%2Fvirtualbox-guest-additions-manual-install%2F"><img src="http://static.addtoany.com/buttons/share_save_171_16.png" width="171" height="16" border="0" alt="Share/Bookmark"/></a><script type="text/javascript">a2a_linkname="VirtualBox Guest Additions Manual Install";a2a_linkurl="http://tevalentine.com/software/virtualbox-guest-additions-manual-install/";a2a_prioritize=["twitter","facebook","digg","stumbleupon"];</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script></div>
<pre class="brush: plain;">timothy@ubuntu64:~$ cd /media/VBOXADDITIONS_3.1.6_59338
timothy@ubuntu64:/media/VBOXADDITIONS_3.1.6_59338$ dir
32Bit	     VBoxLinuxAdditions-amd64.run    VBoxWindowsAdditions.exe
64Bit	     VBoxLinuxAdditions-x86.run      VBoxWindowsAdditions-x86.exe
AUTORUN.INF  VBoxSolarisAdditions.pkg
autorun.sh   VBoxWindowsAdditions-amd64.exe
timothy@ubuntu64:/media/VBOXADDITIONS_3.1.6_59338$ sudo sh VBoxLinuxAdditions-amd64.run
[sudo] password for timothy:
Verifying archive integrity... All good.
Uncompressing VirtualBox 3.1.6 Guest Additions for Linux.........
VirtualBox Guest Additions installer
tar: Record size = 8 blocks
Building the VirtualBox Guest Additions kernel modules
Building the main Guest Additions module ...done.
Building the shared folder support module ...done.
Building the OpenGL support module ...done.
Doing non-kernel setup of the Guest Additions ...done.
Starting the VirtualBox Guest Additions ...done.
Installing the Window System drivers
Installing experimental X.Org Server 1.7 modules ...done.
Setting up the Window System to use the Guest Additions ...done.
You may need to restart the hal service and the Window System (or just restart
the guest system) to enable the Guest Additions.

Installing graphics libraries and desktop services components ...done.
timothy@ubuntu64:/media/VBOXADDITIONS_3.1.6_59338$</pre>
<div class="align_right"><a class="a2a_dd" href="http://www.addtoany.com/share_save?linkname=VirtualBox%20Guest%20Additions%20Manual%20Install&amp;linkurl=http%3A%2F%2Ftevalentine.com%2Fsoftware%2Fvirtualbox-guest-additions-manual-install%2F"><img src="http://static.addtoany.com/buttons/share_save_171_16.png" width="171" height="16" border="0" alt="Share/Bookmark"/></a><script type="text/javascript">a2a_linkname="VirtualBox Guest Additions Manual Install";a2a_linkurl="http://tevalentine.com/software/virtualbox-guest-additions-manual-install/";a2a_prioritize=["twitter","facebook","digg","stumbleupon"];</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script></div>
]]></content:encoded>
			<wfw:commentRss>http://tevalentine.com/software/virtualbox-guest-additions-manual-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dealing With Factory State Partition Schemes</title>
		<link>http://tevalentine.com/computer/dealing-with-factory-state-partition-schemes/</link>
		<comments>http://tevalentine.com/computer/dealing-with-factory-state-partition-schemes/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 16:23:39 +0000</pubDate>
		<dc:creator>Tim Valentine</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[HP Pavilion dv7]]></category>
		<category><![CDATA[partition schemes]]></category>

		<guid isPermaLink="false">http://tevalentine.com/?p=214</guid>
		<description><![CDATA[Hard Drive Partition Scheme &#8211; HP Pavilion dv7 3085dx Notebook PC
For many of us, finding our new computer hard drive divided into four primary partitions is a surprise say the least. In my case it was a HP Pavilion dv7 3085dx Notebook with a partition scheme as such: SYSTEM, OS, RECOVERY, and HP_TOOLS.
It&#8217;s not so [...]]]></description>
			<content:encoded><![CDATA[<h3>Hard Drive Partition Scheme &#8211; HP Pavilion dv7 3085dx Notebook PC</h3>
<p>For many of us, finding our new computer hard drive divided into four primary partitions is a surprise say the least.<span id="more-214"></span> In my case it was a HP Pavilion dv7 3085dx Notebook with a partition scheme as such: SYSTEM, OS, RECOVERY, and HP_TOOLS.</p>
<p>It&#8217;s not so much how the hard drive comes from the factory, those of us who create our own partition schemes, for our own reasons, know how to customize our drives to meet our personal needs. But add in the new recovery method used by most manufactures these days (recovery partition with an option to make a set of recovery disks) along with the fact that most of the programs and utilities on the other partitions are of some value and our options become confusing and limited. </p>
<h3>What the recovery disks actually do.</h3>
<p>My main questions were: Do the recovery disks I created restore all aspects of the computer back to the original factory state, including the partition scheme? Making the recovery partition disposable. Or, will the recovery disks expect to see the original partition scheme and get hung up? After a lengthy online search, which surprisingly turned up no definitive answer, I had a productive talk with HP support and the answer was as I  suspected. The recovery disks will completely restore the computer back to the original factory state, including the original hard drive partition scheme.</p>
<p>Okay, this meant that I could partition the hard drive to my liking, and the worse thing that could happen was that everything would go back to its original state if I had to use the recovery disks. Whether or not you would want to do a full recovery this way after repartitioning would depend on your reasons for customizing your partitions in the first place. Files can be backed up and restored. However a more complex scenario such as dual booting operating systems would be another story. </p>
<p>You certainly would not have to recover your system with the default restore disks. You could simply create your own recovery option using hard drive slash partition imaging or cloning software. Keep your files backed up along the way and your good to go.</p>
<h3>Dealing with it.</h3>
<p>Personally I decided it was not worth the hassle (for now anyway) and came up with my own solutions to meat my needs. NOTE: If you decide to remove the RECOVER and HP_TOOLS partitions be sure to backup the SWSETUP &#038; HP folders on C drive. And even though the recovery disk set you make (you did or are going to make them right?) will restore all partitions, you may also want to Backup the RECOVERY and HP_TOOLS partitions if it is convenient.</p>
<p><strong>Problem 1:</strong><br />
I prefer keeping data files like my documents and pictures on a separate partition from Windows and programs. This has to do with ease of recovery from a Windows repair, how often files are accessed and differing fragmentation  re-occurrence with different file types. I also feel that large files such as video, virtual hard drives and such, should be kept on separate partitions. I don&#8217;t like large video and virtual machines being tossed around the hard drive every time Windows needs to be defragmented.</p>
<p><strong>Solution 1:</strong><br />
There was nothing I could do about keeping one type of file separate from another since I was stuck with this huge partition containing the operating system and everything else. However I happen to use Diskkeeper 2010 (no affiliation). Anyway, Diskeeper has an option to exclude files and folders you don&#8217;t want to be defragmented. This helped me with only one aspect of this problem but it was good enough for me.</p>
<p><strong>Problem 2:</strong><br />
I use Linux as much as I use Windows. Since I decided to avoid repartitioning my hard drive, I could not run a dual boot system. </p>
<p><strong>Solution 2:</strong><br />
I went virtual using VirtualBox. I loose some of the benefits of running  Linux but it suites me for now.</p>
<p>There are other options in dealing with factory state partition schemes. Some obvious and some not so obvious. Hopefully this post has helped someone in some way. I was happy just learning what the recovery disk set actually did, so there would be no surprises.</p>
<div class="align_right"><a class="a2a_dd" href="http://www.addtoany.com/share_save?linkname=Dealing%20With%20Factory%20State%20Partition%20Schemes&amp;linkurl=http%3A%2F%2Ftevalentine.com%2Fcomputer%2Fdealing-with-factory-state-partition-schemes%2F"><img src="http://static.addtoany.com/buttons/share_save_171_16.png" width="171" height="16" border="0" alt="Share/Bookmark"/></a><script type="text/javascript">a2a_linkname="Dealing With Factory State Partition Schemes";a2a_linkurl="http://tevalentine.com/computer/dealing-with-factory-state-partition-schemes/";a2a_prioritize=["twitter","facebook","digg"];</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script></div>
<p><span class="highlight_red">FTC Compliance</span> <span class="highlight_black">Disclosure:</span> There is no connection between me and any product listed in this post. I have not been paid or otherwise compensated. These are my own opinions.</p>
]]></content:encoded>
			<wfw:commentRss>http://tevalentine.com/computer/dealing-with-factory-state-partition-schemes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows Quick Tips</title>
		<link>http://tevalentine.com/quick-tips-solutions/windows-quick-tips/</link>
		<comments>http://tevalentine.com/quick-tips-solutions/windows-quick-tips/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 06:04:07 +0000</pubDate>
		<dc:creator>Tim Valentine</dc:creator>
				<category><![CDATA[Quick Tips & Soluions]]></category>
		<category><![CDATA[Linux guest]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[Windows host]]></category>

		<guid isPermaLink="false">http://tevalentine.com/?p=202</guid>
		<description><![CDATA[Windows – Quick Tips &#38; Solutions
The tips below have been tried and proven. They worked for me in my circumstances. Unfortunately, many times there is more than one possible solution to fix any given problem.  It shall be your own responsibility to ensure that any information provided on this page meet your specific requirements. [...]]]></description>
			<content:encoded><![CDATA[<h2>Windows – Quick Tips &amp; Solutions</h2>
<p>The tips below have been tried and proven. They worked for me in my circumstances. Unfortunately, many times there is more than one possible solution to fix any given problem.  It shall be your own responsibility to ensure that any information provided on this page meet your specific requirements. :>)</p>
<h3>How to Install a Font in Windows 7</h2>
<p>There are several ways to install a font in Windows 7, this is the quickest method:<br />
Right click the font file and choose install.</p>
<hr /></hr>
<h3>Adobe Acrobat Reader will not print in Windows 7</h3>
<p>Solution: Go to &#8216;Contol Panel&#8217; &#8594; &#8216;Devices and Printers&#8217; and make sure that &#8216;print to file&#8217; (Microsoft XPS Document Writer) is not set as default. If it is, set your printer to the default printing device by right clicking and choose &#8216;Set as default printer&#8217;.</p>
<hr /></hr>
<h3>No valid ip address &#8211; Windows 7</h3>
<p>If Windows 7 can&#8217;t repair your connection via the Network and Sharing Center, this notice could have many solutions. After trying all of the usual ones this worked for me:</p>
<p>1. Go to Start &#8594; All Programs &#8594; Accessories &#8594; Command Prompt &#8211; right click Command Prompt and choose &#8216;Run as administrator&#8217; </p>
<p>2. Enter: netsh int ip reset reset.log and hit Enter. The results in Command Promt should be:<br />
<img src="/pics/netsh.png" alt="" /></p>
<p>3. Restart your computer.</p>
<p>4. Leaving the network cable plugged into your computer, disconnect your modem / router from its power supply for at least one minute. NOTE: You may or may not need to shutdown your PC as well. If so, wait until your modem / router reboots completely before starting your computer.</p>
<p>5. Reboot your modem / router and then start your computer (if you shut if off ). With some luck you will be back online.</p>
<hr /></hr>
<h3>VirtualBox Linux guest on Windows host goes blank after logging in.</h3>
<p><img class="alignleft" src="/pics/vbox_seamless.png" alt="" /><br />
If your Linux guest goes blank showing only the top and bottom of the Linux desktop: Try choosing &#8216;Cancel&#8217; when the &#8217;switch to seamless mode&#8217; window opens (see image). You are already in seamless mode and your virtual desktop will load.</p>
<hr /></hr>
<h3>The Chkdsk.exe program does not start correctly on a Windows 7 based computer.</h3>
<p>Windows 7 Check Disk may also freeze at 1 second countdown.</p>
<p>Solution 1:<br />
1. Reboot your computer into safe mode and schedule a disk check from there.</p>
<p>2. Reboot again and Chkdsk.exe should start and finish.</p>
<p>Solution 2:<br />
If that does not work (which it probably will) there is a hot fix available at the Microsoft support site: <a href="http://support.microsoft.com/kb/975778">http://support.microsoft.com/kb/975778</a></p>
<hr /></hr>
<div class="align_right"><a class="a2a_dd" href="http://www.addtoany.com/share_save?linkname=Windows%20%E2%80%93%20Quick%20Tips%20%26%20Solutions&amp;linkurl=http%3A%2F%2Ftevalentine.com%2Fquick-tips-solutions%2Fwindows-quick-tips%2F"><img src="http://static.addtoany.com/buttons/share_save_171_16.png" width="171" height="16" border="0" alt="Share/Bookmark"/></a><script type="text/javascript">a2a_linkname="Windows – Quick Tips &#038; Solutions";a2a_linkurl="http://tevalentine.com/quick-tips-solutions/windows-quick-tips/";a2a_prioritize=["twitter","facebook","digg"];</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script></div>
]]></content:encoded>
			<wfw:commentRss>http://tevalentine.com/quick-tips-solutions/windows-quick-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Quick Tips</title>
		<link>http://tevalentine.com/quick-tips-solutions/wordpress-quick-tips/</link>
		<comments>http://tevalentine.com/quick-tips-solutions/wordpress-quick-tips/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 05:32:46 +0000</pubDate>
		<dc:creator>Tim Valentine</dc:creator>
				<category><![CDATA[Quick Tips & Soluions]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress default admin]]></category>
		<category><![CDATA[wordpress post revisions]]></category>

		<guid isPermaLink="false">http://tevalentine.com/?p=197</guid>
		<description><![CDATA[WordPress &#8211; Quick Tips &#38; Solutions
The tips below have been tried and proven. They worked for me in my circumstances. Unfortunately, many times there is more than one possible solution to fix any given problem.  It shall be your own responsibility to ensure that any information provided on this page meet your specific requirements. [...]]]></description>
			<content:encoded><![CDATA[<h2>WordPress &#8211; Quick Tips &amp; Solutions</h2>
<p>The tips below have been tried and proven. They worked for me in my circumstances. Unfortunately, many times there is more than one possible solution to fix any given problem.  It shall be your own responsibility to ensure that any information provided on this page meet your specific requirements. :>)</p>
<h3>Change the default admin WordPress login name</h3>
<ol>
Option 1:</p>
<li>Using your MySQL admin program (ie: phpmyadmin), find and select your WordPress database</li>
<li>From your WordPress database, find and select the wp_users (or whatever_users) table and then click the browse icon</li>
<li>Locate admin and click the edit icon</li>
<li>Under the user_login column, change admin to your new WordPress admin login name and then click go</li>
</ol>
<p>That&#8217;s it, you should now be able to login with your new administrative WordPress login username.</p>
<p>Option 2 &#8211; SQL query (mind the changes &#8211; YourDatabaseName &amp; NewLoginName):</p>
<pre class="brush: sql;">UPDATE `YourDatabaseName`.`wp_users` SET `user_login` = 'NewLoginName' WHERE `wp_users`.`ID` =1 LIMIT 1 ;</pre>
<hr /></hr>
<h3>Delete WordPress post revisions from MySQL database.</h3>
<p>SQL query: </p>
<pre class="brush: sql;">DELETE FROM wp_posts WHERE post_type='revision';</pre>
<hr /></hr>
<h3>Turn off WordPress post revisions</h3>
<p>Add the code below to wp-config.php under “define(‘DB_COLLATE’, ”);”</p>
<pre class="brush: php;">define ('WP_POST_REVISIONS', 0);    //  TURN OFF POST REVISIONS.</pre>
<hr /></hr>
<h3>Enable comments on a page &#8211; Thematic Theme</h3>
<p>This example was used in the Thematic theme. However it may be similar in other themes.</p>
<p>To enable comments on a page:<br />
1. In your editor go to the Page menu and expand the Custom Fields box<br />
2. In the Custom Fields box, add a new key with the text: comments<br />
3. Add any text for a value (some text must be included for the key to save). For this I also used: comments<br />
4. Click Add Custom Field to save the key and value<br />
5. Then under (Discussion) on the same page, make sure Allow Comments is checked<br />
6. Comments should now be enabled on that page</p>
<p>&#9733; <a target="_blank" href="/examples/comments_pages.html">See example images.</a></p>
<hr /></hr>
<div class="align_right"><a class="a2a_dd" href="http://www.addtoany.com/share_save?linkname=WordPress%20%E2%80%93%20Quick%20Tips%20%26%20Solutions&amp;linkurl=http%3A%2F%2Ftevalentine.com%2Fquick-tips-solutions%2Fwordpress-quick-tips%2F"><img src="http://static.addtoany.com/buttons/share_save_171_16.png" width="171" height="16" border="0" alt="Share/Bookmark"/></a><script type="text/javascript">a2a_linkname="WordPress – Quick Tips &#038; Solutions";a2a_linkurl="http://tevalentine.com/quick-tips-solutions/wordpress-quick-tips/";a2a_prioritize=["twitter","facebook","digg"];</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script></div>
]]></content:encoded>
			<wfw:commentRss>http://tevalentine.com/quick-tips-solutions/wordpress-quick-tips/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Move WordPress Without Reinstalling</title>
		<link>http://tevalentine.com/quick-tips-solutions/move-wordpress-without-reinstalling/</link>
		<comments>http://tevalentine.com/quick-tips-solutions/move-wordpress-without-reinstalling/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 04:45:55 +0000</pubDate>
		<dc:creator>Tim Valentine</dc:creator>
				<category><![CDATA[Quick Tips & Soluions]]></category>
		<category><![CDATA[move wordpress]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress test site]]></category>

		<guid isPermaLink="false">http://tevalentine.com/?p=191</guid>
		<description><![CDATA[Move WordPress to a new, or another test server without reinstalling.
Maybe this is common knowledge to some, but I just discovered it lately. I needed to reinstall  a test server and an already established WordPress test site on this server. I thought, can I eliminate a few steps in this procedure simply by copying [...]]]></description>
			<content:encoded><![CDATA[<h3>Move WordPress to a new, or another test server without reinstalling.</h3>
<p>Maybe this is common knowledge to some, but I just discovered it lately. I needed to reinstall  a test server and an already established WordPress test site on this server. I thought, can I eliminate a few steps in this procedure simply by copying files back to the new server without actually running wp-install.php, importing the database, re-enabling widgets etc., etc.. So I proceeded copying backed up files to the server.<span id="more-191"></span></p>
<p>For me this involved Apache server and MySQL database on localhost. After installing the server, configuring, setting up the virtual host and such, I simply:</p>
<p>1. Copied the old folder with the database file (which I had backed up along with my exports) back to the (in my case) mysql/data folder.</p>
<p>2. Copied the backed up WordPress site folder along with any other needed files/folders to the original location on the server.</p>
<p>And that was it. When I fired up phpMyAdmin it recognized the WordPress database. When I typed in the URL and sent the browser to fetch, my local site returned in it&#8217;s original condition. End of story.</p>
<div class="align_right"><a class="a2a_dd" href="http://www.addtoany.com/share_save?linkname=Move%20WordPress%20to%20a%20new%2C%20or%20another%20test%20server%20without%20reinstalling.&amp;linkurl=http%3A%2F%2Ftevalentine.com%2Fquick-tips-solutions%2Fmove-wordpress-without-reinstalling%2F"><img src="http://static.addtoany.com/buttons/share_save_171_16.png" width="171" height="16" border="0" alt="Share/Bookmark"/></a><script type="text/javascript">a2a_linkname="Move WordPress to a new, or another test server without reinstalling.";a2a_linkurl="http://tevalentine.com/quick-tips-solutions/move-wordpress-without-reinstalling/";a2a_prioritize=["twitter","facebook","digg"];</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script></div>
]]></content:encoded>
			<wfw:commentRss>http://tevalentine.com/quick-tips-solutions/move-wordpress-without-reinstalling/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Buying Your First Notebook Computer</title>
		<link>http://tevalentine.com/computer/buying-your-first-notebook-computer/</link>
		<comments>http://tevalentine.com/computer/buying-your-first-notebook-computer/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 19:52:25 +0000</pubDate>
		<dc:creator>Tim Valentine</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[notebook]]></category>

		<guid isPermaLink="false">http://tevalentine.com/?p=151</guid>
		<description><![CDATA[One thing about buying your first notebook, laptop, or desktop replacement is that you will never have to go through the experience again. By the way, is there a difference between a notebook and a laptop? There use to be, but from what I&#8217;ve seen in the market place, these two terms have been tossed [...]]]></description>
			<content:encoded><![CDATA[<p>One thing about buying your first notebook, laptop, or desktop replacement is that you will never have to go through the experience again. By the way, is there a difference between a notebook and a laptop? There use to be, but from what I&#8217;ve seen in the market place, these two terms have been tossed around into a meaningless soup. Don&#8217;t give it a second thought &#8211; if you&#8217;re buying one for the first time, you have better things to worry about. I call them notebooks.<span id="more-151"></span></p>
<p>If you&#8217;re use to desktops and have never researched the notebook computer technologies, making an informed decision can be extremely frustrating to say the least. In the end I got just what I wanted (what I needed anyway) and I am happy. In fact I am writing this post on it. I nearly settled for less by rushing the buying process and trying to save a dollar or two. Don&#8217;t let that happen, you&#8217;re going to spend a pretty good chunk of change regardless, so you may as well end up happy with no regrets.</p>
<p>Help</p>
<p>I can certainly help if you&#8217;re the same kind of buyer and have similar computing needs as me. Then again, if you&#8217;re not the same kind of buyer and have different needs than I do, my choices may still enlighten you in regard to what you do or do not need/want. </p>
<p>Narrow Down Your Search</p>
<p>You will find that the huge selection of makes and models shrink considerably as you narrow down your search by making a list of your wants and needs in regard to hardware, software, notebook size and such.</p>
<p>I think that deep inside, most of us know what we really want. There was a machine selling for over two thousand dollars sitting next to the notebook I ended up buying. I wanted it really bad and for a moment actually considered buying it, but that would have been silly. Unfortunately, cost does matter to most of us.</p>
<p>Choices – making a list</p>
<p>First I made a list of what I could live with in a notebook computer, and then a list of what I actually wanted.  As you can imagine the price difference was huge, but I knew that my new notebook computer was in the middle of this price range. </p>
<ol>
This made me aware of two things. </p>
<li>I wasn&#8217;t going to get exactly what I wanted because I refused to dish out that kind of doe.</li>
<li> I was going to spend more than I had planned because I needed a certain amount of performance.</li>
</ol>
<ul>
Here is what I wanted going in:</p>
<li>Display: large &#8211; 17.3 or larger.</li>
<li>Video: graphics card with dedicated memory – no on-board graphics.</li>
<li>Audio: decent sound card and speakers.</li>
<li>Processor: 2 or 4 core 64bit with virtual technology (AMD or Intel)<br />
I ended up going with the Core i7 CPU by Intel.</li>
<li>4 to 8 GB RAM &#8211; preferably the newest DDR3.</li>
<li>A healthy array of external ports.</li>
</ul>
<p>I also wanted to buy in person rather than have my new notebook computer shipped. I didn&#8217;t like the idea of my computer going through any more shipping than it already had been &#8211; not after seeing what some of my Christmas packages looked like last year. To bad there wasn&#8217;t a new notebook computer in one of them.</p>
<p>Nothing on this list needed to be extremely high end. This small list narrowed down my search to an acceptable number of notebooks. It was then just a matter of what was in stock and available.</p>
<p>The end result – my new notebook computer</p>
<p>The end result for me was a nice, fairly high end workstation/entertainment center. Just what I needed and most of what I wanted. I spent more than what I had planned in the beginning, but far less than what I would have if I had not listed my wants and needs in the list above and started my research from there.</p>
<p>I decided on the HP Pavilion dv7-3085dx. And after three weeks of nonstop work and play, it&#8217;s done me right and I am pleased. I hope this has helped you in some way. Happy computing&#8230;</p>
<div class="align_right"><a class="a2a_dd" href="http://www.addtoany.com/share_save?linkname=Buying%20Your%20First%20Notebook%20Computer&amp;linkurl=http%3A%2F%2Ftevalentine.com%2Fcomputer%2Fbuying-your-first-notebook-computer%2F"><img src="http://static.addtoany.com/buttons/share_save_171_16.png" width="171" height="16" border="0" alt="Share/Bookmark"/></a><script type="text/javascript">a2a_linkname="Buying Your First Notebook Computer";a2a_linkurl="http://tevalentine.com/computer/buying-your-first-notebook-computer/";</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script></div>
<p><span class="highlight_red">FTC Compliance</span> <span class="highlight_black">Disclosure:</span> There is no connection between me and any product listed in this post. I have not been paid or otherwise compensated. These are my own opinions.</p>
]]></content:encoded>
			<wfw:commentRss>http://tevalentine.com/computer/buying-your-first-notebook-computer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Twitter And Me</title>
		<link>http://tevalentine.com/social/twitter-and-me/</link>
		<comments>http://tevalentine.com/social/twitter-and-me/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 19:51:07 +0000</pubDate>
		<dc:creator>Tim Valentine</dc:creator>
				<category><![CDATA[Social]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://tevalentine.com/?p=131</guid>
		<description><![CDATA[When I was first inspired to write this post, the title was to be: social networking and me. But taking into account the social  media and social networking sites I frequent, Twitter had the greatest impact and the most profound effect. There is a “Twitter and me” in all who appreciate the many aspects [...]]]></description>
			<content:encoded><![CDATA[<p>When I was first inspired to write this post, the title was to be: social networking and me. But taking into account the social  media and social networking sites I frequent, Twitter had the greatest impact and the most profound effect. There is a “Twitter and me” in all who appreciate the many aspects of the site.<span id="more-131"></span></p>
<p>All of this is fairly new to me. When I first started using the Internet, sites like Facebook, MySpace and Digg were just getting started and Twitter was not yet founded (started as a side project in March of 2006). </p>
<p>Twitter was a hit with me from the start. The mechanics fit my personality, allowing me to say what I wanted and then move on. And the information available in the form of tweets, was easily found and categorized by who I chose to follow and creating lists. It is by far the fastest means of sharing and gathering knowledge I&#8217;ve ever seen. I also found it to be just plain fun.</p>
<h3>Twitter had the most profound effect on me. The experience was humbling to say the least.</h3>
<p>I must say that the people I found there changed the way I view my little corner of the world and made me wonder where I&#8217;m actually going in life. Especially in regard to blogging and business online. Good timing I suppose, since I recently wiped the slate clean and started over. I mean, some of these people and organizations really have their act together, pure class and very influential. And here I am, just starting out with my little blog and a few online business opportunities. The experience was humbling to say the least. I was amazed that some of them actually followed me.</p>
<h3>My Twitter etiquette in regard to tweeting, following and following back.</h3>
<p>How I Tweet: I tweet and retweet about things I value. In other words, I don&#8217;t tweet just to tweet. Although I do make an effort to say something every day when possible.</p>
<p>How I Follow &#038; Follow Back: I found many of the people I follow by searching Twitter for things I wanted to learn about and from other peoples retweets. I check each of my new followers profile and look at their bio, tweets and website. If they have a website that I find useful, but they tweet and retweet about things I find to be useless to me, I will bookmark the website but will not necessarily follow back. So, if I do not follow you in return via Twitter, I may be following your website. I would have to say that your tweets are what I go by in regards to following you on Twitter.</p>
<p>Follow me on Twitter: <a title="link to follow me on twitter - opens in new window or tab" target="_blank" href="http://twitter.com/timvalen">open in new window/tab</a> | <a title="link to follow me on twitter - opens in same window or tab" href="http://twitter.com/timvalen">open in same window tab</a></p>
<div class="align_right"><a class="a2a_dd" href="http://www.addtoany.com/share_save?linkname=Twitter%20And%20Me&amp;linkurl=http%3A%2F%2Ftevalentine.com%2Fsocial%2Ftwitter-and-me%2F"><img src="http://static.addtoany.com/buttons/share_save_171_16.png" width="171" height="16" border="0" alt="Share/Bookmark"/></a><script type="text/javascript">a2a_linkname="Twitter And Me";a2a_linkurl="http://tevalentine.com/social/twitter-and-me/";a2a_prioritize=["twitter","facebook","digg"];</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script></div>
<h3>Interesting Reading &amp; Resources</h3>
<p>Links open in new window/tap.<br />
<a target="_blank" title="Link to Social Media vs. Social Networking: What's the difference?" href="http://www.examiner.com/x-10924-Networking-Examiner~y2009m5d22-Social-Media-vs-Social-Networking-Whats-the-difference">Social Media vs. Social Networking: What&#8217;s the difference?</a><br />
<a target="_blank" title="Link to The Twitter Guide Book At Mashable.com" href="http://mashable.com/guidebook/twitter/">The Twitter Guide Book At Mashable.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tevalentine.com/social/twitter-and-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online Biz Opps &#8211; What To Look For</title>
		<link>http://tevalentine.com/business/online-biz-opps-what-to-look-for/</link>
		<comments>http://tevalentine.com/business/online-biz-opps-what-to-look-for/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 05:35:22 +0000</pubDate>
		<dc:creator>Tim Valentine</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[business online]]></category>
		<category><![CDATA[opportunities]]></category>

		<guid isPermaLink="false">http://wordpress.local/?p=86</guid>
		<description><![CDATA[Online Business Opportunities &#8211; What To Look For
This is a fairly brief description on what to look for in online business opportunities, but they are foremost in my mind. Your thoughts and recommendations would be appreciated.
You can read more about my involvement with business online on the About page of this site.
Business Opportunities I&#8217;m affiliated [...]]]></description>
			<content:encoded><![CDATA[<h3>Online Business Opportunities<br /> &#8211; What To Look For</h3>
<p>This is a fairly brief description on what to look for in online business opportunities, but they are foremost in my mind. Your thoughts and recommendations would be appreciated.</p>
<p>You can read more about my involvement with business online on the <a title="link to about me page" href="/about-2">About page</a> of this site.</p>
<p>Business Opportunities I&#8217;m affiliated with: <a title="link to opportunities page" href="/opportunities">Opportunities page</a>.</p>
<p>&#8727; Support &#8211; The company should be accessible. Communication with other associates and an active support forum are good signs.<span id="more-86"></span></p>
<p>&#8727; Established methods for your success should be outlined.</p>
<p>&#8727; Access to upline and/or downline (if applicable).</p>
<p>&#8727; Commission Tracking &#8211; real time reports showing everything earned to date. Payment methods and payment times should be clear.</p>
<p>&#8727; Membership fees and other. &#8211; Member fees can be justified in many conditions. You can&#8217;t always expect to earn money without an investment. Affiliate programs and other online business opportunities have overhead. Not all affiliates / associates are active and successful (dead weight) and some costs can overwhelm a business if enough revenue is not being generated.</p>
<p>Membership fees can also be justified if some kind of benefit to insure your success is made available. It costs money to run a business and in many cases it takes money to make money. An example would be if the company hosts websites and/or other promotional aids to help you succeed (a detailed back office for instance).</p>
<p>&#8727; Work only two hours a week &#8211; No selling &#8211; No dealing with customers &#8211; Make millions &#8211; No way&#8230;</p>
<p>Your thoughts and recommendations would be appreciated.</p>
<h3>Resources</h3>
<p><a target="_blank" href="http://www.businessknowhow.com/homeoffice/work-home-scams.htm">Avoiding Common Work at Home Scams</a></p>
<div class="align_right"><a class="a2a_dd" href="http://www.addtoany.com/share_save?linkname=Online%20Business%20Opportunities%20-%20What%20To%20Look%20For&amp;linkurl=http%3A%2F%2Ftevalentine.com%2Fbusiness%2Fonline-biz-opp%E2%80%A6at-to-look-for%2F%20"><img src="http://static.addtoany.com/buttons/share_save_171_16.png" width="171" height="16" border="0" alt="Share/Bookmark"/></a><script type="text/javascript">a2a_linkname="Online Business Opportunities - What To Look For";a2a_linkurl="http://tevalentine.com/business/online-biz-opp…at-to-look-for/ ";a2a_prioritize=["twitter","facebook","digg","blogger_post"];</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>
</div>
]]></content:encoded>
			<wfw:commentRss>http://tevalentine.com/business/online-biz-opps-what-to-look-for/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
