<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Web's Wanderings</title>
	<atom:link href="http://webweaver64.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://webweaver64.wordpress.com</link>
	<description>my life working for myself</description>
	<lastBuildDate>Mon, 14 Jan 2008 08:27:38 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='webweaver64.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/66ca7f8057d8a377bb4e80fac3a94af7?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Web's Wanderings</title>
		<link>http://webweaver64.wordpress.com</link>
	</image>
			<item>
		<title>Installing WordPress</title>
		<link>http://webweaver64.wordpress.com/2007/10/04/installing-wordpress/</link>
		<comments>http://webweaver64.wordpress.com/2007/10/04/installing-wordpress/#comments</comments>
		<pubDate>Thu, 04 Oct 2007 21:52:57 +0000</pubDate>
		<dc:creator>webweaver64</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Local Multi Site]]></category>
		<category><![CDATA[Local Server]]></category>
		<category><![CDATA[WinXP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://webweaver64.wordpress.com/2007/10/04/installing-wordpress/</guid>
		<description><![CDATA[Now that I have that fixed&#8230; I&#8217;m off to setup WordPress
I&#8217;m using the instructions found here WordPress@T2
Ok, it didn&#8217;t start when I type the address, I&#8217;m sure because I have my files in www\foldername I also found out my drupal sites weren&#8217;t working.
Here is what I found out after playing around and searching out information [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webweaver64.wordpress.com&blog=174790&post=17&subd=webweaver64&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Now that I have that fixed&#8230; I&#8217;m off to setup WordPress<br />
I&#8217;m using the instructions found here <a href="http://www.tamba2.org.uk/wordpress/xampp/">WordPress@T2</a></p>
<p>Ok, it didn&#8217;t start when I type the address, I&#8217;m sure because I have my files in www\foldername I also found out my drupal sites weren&#8217;t working.</p>
<p>Here is what I found out after playing around and searching out information on the web.</p>
<p>xampp\appache\conf\extra\httpd-vhosts.conf needs:</p>
<p>NameVirtualHost 127.0.0.1:80</p>
<p>(for xampp)<br />
&lt;VirtualHost 127.0.0.1:80&gt;<br />
ServerName localhost<br />
DocumentRoot /xampp/htdocs/<br />
&lt;/VirtualHost&gt;</p>
<p>(for drupal)<br />
&lt;VirtualHost working.tst:80&gt;<br />
ServerName working.tst<br />
DocumentRoot /www/drupal-5/<br />
&lt;/VirtualHost&gt;</p>
<p>(for wordpress)<br />
&lt;VirtualHost wpworking.tst:80&gt;<br />
ServerName wpworking.tst<br />
DocumentRoot C:/www/wordpress/<br />
&lt;/VirtualHost&gt;</p>
<p>working.tst is one of my drupal sites, you can have more then one running on the same installation.<br />
wpworking.tst is my WordPress site, you need full intallations for each wordpress site you want.<br />
You need a VirtualHost for each site you want to run.</p>
<p>xampp\appache\conf\httpd.conf needs, in addition to the changes I made previously:</p>
<p><strong>Below</strong> &lt;IfModule dir_module&gt;&lt;/IfModule&gt;</p>
<p>&lt;Directory &#8220;/www/drupal-5&#8243;&gt;<br />
Order allow,deny<br />
Allow from all<br />
AllowOverride All<br />
&lt;/Directory&gt;</p>
<p>&lt;Directory &#8220;C:/www&#8221;&gt;<br />
Order allow,deny<br />
Allow from all<br />
AllowOverride All<br />
&lt;/Directory&gt;</p>
<p>To be honest I&#8217;m not sure if you need both, or if just moving it, made the difference, but at this point I&#8217;m not changing anything.</p>
<p>windows\system32\drivers\ect\hosts needs:</p>
<p>127.0.0.1  localhost<br />
127.0.0.1  working.tst<br />
127.0.0.1  wpworking.tst</p>
<p>After making the above changes, I can access drupal sites I&#8217;ve already created, install WordPress and access XXAMP starting page.</p>
<p>I haven&#8217;t tried adding an additional Drupal site, or another WordPress site. As WordPress requires an additional install, I&#8217;m sure I just need to add to each for the new location. As for Drupal, because I run it from an install.php I&#8217;m sure it would be the same. When I try, I&#8217;ll let you know if it worked.</p>
<p>Whew!</p>
<p>Sites that had information I used:<br />
<a href="http://geeksaresexy.blogspot.com/2006/06/installing-wordpress-locally-under.html" title="Geek Are Sexy">http://geeksaresexy.blogspot.com</a><br />
<a href="http://www.tamba2.org.uk/wordpress/xampp/" title="tamba2"> http://www.tamba2.org.uk/</a><br />
<a href="http://textbook.textpattern.net/wiki/index.php?title=Using_XAMPP_(Apache-MySQL-PHP-Perl)_for_Windows#VirtualHost_Containers_.28Optional.29" title="TextBook">http://textbook.textpattern.net/ </a><br />
<a href="http://www.clearpointsystems.com/ewpi.php" title="Clear Point Systems">http://www.clearpointsystems.com/</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/webweaver64.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/webweaver64.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webweaver64.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webweaver64.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webweaver64.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webweaver64.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webweaver64.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webweaver64.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webweaver64.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webweaver64.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webweaver64.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webweaver64.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webweaver64.wordpress.com&blog=174790&post=17&subd=webweaver64&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://webweaver64.wordpress.com/2007/10/04/installing-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2fc97a6ca1a0f475594c45e8fd080b00?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">webweaver64</media:title>
		</media:content>
	</item>
		<item>
		<title>And away we go</title>
		<link>http://webweaver64.wordpress.com/2007/10/04/and-away-we-go/</link>
		<comments>http://webweaver64.wordpress.com/2007/10/04/and-away-we-go/#comments</comments>
		<pubDate>Thu, 04 Oct 2007 17:52:32 +0000</pubDate>
		<dc:creator>webweaver64</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Local Server]]></category>
		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://webweaver64.wordpress.com/2007/10/04/and-away-we-go/</guid>
		<description><![CDATA[Tried changing a few things and it&#8217;s a no go. Again because I don&#8217;t actually understand what it is I&#8217;m doing. I&#8217;m screwed.
Did a search on Drupal and found this http://drupal.org/node/161975
Just needed to add the following to: xampp/apache/conf/httpd.conf
***edited*** I think this actually needs to be in \xampp\apache\conf\extra\httpd-vhost.conf
NameVirtualHost 127.0.0.1:80
&#60;VirtualHost 127.0.0.1:80&#62;
DocumentRoot C:/xampp/htdocs/
ServerName localhost
&#60;/VirtualHost&#62;
Thank Go*dess that there are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webweaver64.wordpress.com&blog=174790&post=16&subd=webweaver64&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Tried changing a few things and it&#8217;s a no go. Again because I don&#8217;t actually understand what it is I&#8217;m doing. I&#8217;m screwed.</p>
<p>Did a search on Drupal and found this http://drupal.org/node/161975</p>
<p>Just needed to add the following to: xampp/apache/conf/httpd.conf<br />
***edited*** I think this actually needs to be in <i>\xampp\apache\conf\extra\httpd-vhost.conf</i></p>
<p><code>NameVirtualHost 127.0.0.1:80</code></p>
<p>&lt;VirtualHost 127.0.0.1:80&gt;<br />
DocumentRoot C:/xampp/htdocs/<br />
ServerName localhost<br />
&lt;/VirtualHost&gt;</p>
<p>Thank Go*dess that there are people that write up how tos&#8230;..</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/webweaver64.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/webweaver64.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webweaver64.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webweaver64.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webweaver64.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webweaver64.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webweaver64.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webweaver64.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webweaver64.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webweaver64.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webweaver64.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webweaver64.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webweaver64.wordpress.com&blog=174790&post=16&subd=webweaver64&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://webweaver64.wordpress.com/2007/10/04/and-away-we-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2fc97a6ca1a0f475594c45e8fd080b00?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">webweaver64</media:title>
		</media:content>
	</item>
		<item>
		<title>Word Press AAARRRGGG</title>
		<link>http://webweaver64.wordpress.com/2007/10/03/word-press-aaarrrggg/</link>
		<comments>http://webweaver64.wordpress.com/2007/10/03/word-press-aaarrrggg/#comments</comments>
		<pubDate>Wed, 03 Oct 2007 21:17:04 +0000</pubDate>
		<dc:creator>webweaver64</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://webweaver64.wordpress.com/2007/10/03/word-press-aaarrrggg/</guid>
		<description><![CDATA[Ok, so now I&#8217;m trying to get a localhost of wordpress running and all I can get is&#8230; Drupal. I sure wish I understood what I&#8217;m doing LOL
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webweaver64.wordpress.com&blog=174790&post=15&subd=webweaver64&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Ok, so now I&#8217;m trying to get a localhost of wordpress running and all I can get is&#8230; Drupal. I sure wish I understood what I&#8217;m doing LOL</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/webweaver64.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/webweaver64.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webweaver64.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webweaver64.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webweaver64.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webweaver64.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webweaver64.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webweaver64.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webweaver64.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webweaver64.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webweaver64.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webweaver64.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webweaver64.wordpress.com&blog=174790&post=15&subd=webweaver64&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://webweaver64.wordpress.com/2007/10/03/word-press-aaarrrggg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2fc97a6ca1a0f475594c45e8fd080b00?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">webweaver64</media:title>
		</media:content>
	</item>
		<item>
		<title>Putting it all together</title>
		<link>http://webweaver64.wordpress.com/2007/08/21/putting-it-all-together/</link>
		<comments>http://webweaver64.wordpress.com/2007/08/21/putting-it-all-together/#comments</comments>
		<pubDate>Wed, 22 Aug 2007 04:04:20 +0000</pubDate>
		<dc:creator>webweaver64</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[WinXP]]></category>
		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://webweaver64.wordpress.com/2007/08/21/putting-it-all-together/</guid>
		<description><![CDATA[Well I needed a few days off, but I thought I&#8217;d try an put this altogether into some sort of cohesiveness. I have successfully set up 5 drupal5 installation.
Set password in security area for root mysql.
xampp\phpMyAdmin\config.inc.php made sure it said cookie
xampp\apache\bin\php.ini removed the ; from the mcrypt.dll line
xampp\apache\conf\httpd.conf changed Listen 80 to Listen 127.0.0.1:80
Made sure [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webweaver64.wordpress.com&blog=174790&post=14&subd=webweaver64&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Well I needed a few days off, but I thought I&#8217;d try an put this altogether into some sort of cohesiveness. I have successfully set up 5 drupal5 installation.</p>
<p>Set password in security area for root mysql.<br />
xampp\phpMyAdmin\config.inc.php made sure it said cookie<br />
xampp\apache\bin\php.ini removed the ; from the mcrypt.dll line<br />
xampp\apache\conf\httpd.conf changed Listen 80 to Listen 127.0.0.1:80<br />
Made sure Include conf/extra/httpd-vhosts.conf was unmasked<br />
xampp\apache\conf\extra\httpd-vhosts.conf <em>unmasked</em> NameVirtualHost<br />
and added:<br />
&lt;VirtualHost *:80&gt;<br />
ServerName fakesite.tst<br />
DocumentRoot /www/drupal-5/<br />
&lt;/VirtualHost&gt;</p>
<p>In xampp/appache/conf/httpd.conf add:<br />
&lt;Directory “/www/drupal-5″&gt;<br />
Order allow,deny<br />
Allow all<br />
AllowOverride ALL (this was added to allow clean urls<br />
&lt;/Directory&gt;</p>
<p>In xampp/appache/conf/httpd.conf to allow clean urls:<br />
uncomment LoadModule rewrite_module modules/mod_rewrite.so</p>
<p class="poweredbyperformancing">Powered by <a href="http://scribefire.com/">ScribeFire</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/webweaver64.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/webweaver64.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webweaver64.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webweaver64.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webweaver64.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webweaver64.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webweaver64.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webweaver64.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webweaver64.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webweaver64.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webweaver64.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webweaver64.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webweaver64.wordpress.com&blog=174790&post=14&subd=webweaver64&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://webweaver64.wordpress.com/2007/08/21/putting-it-all-together/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2fc97a6ca1a0f475594c45e8fd080b00?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">webweaver64</media:title>
		</media:content>
	</item>
		<item>
		<title>Local Server &amp; Drupal part Duex or maybe thrice</title>
		<link>http://webweaver64.wordpress.com/2007/08/19/local-server-drupal-part-duex-or-maybe-thrice/</link>
		<comments>http://webweaver64.wordpress.com/2007/08/19/local-server-drupal-part-duex-or-maybe-thrice/#comments</comments>
		<pubDate>Sun, 19 Aug 2007 07:33:24 +0000</pubDate>
		<dc:creator>webweaver64</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Local Server]]></category>
		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://webweaver64.wordpress.com/2007/08/19/local-server-drupal-part-duex-or-maybe-thrice/</guid>
		<description><![CDATA[The thing is you want something that is up-to-date, yet I also have seen where WAMP is a often used service for Drupal. I don&#8217;t have the cash right now to pay for support, so thought I&#8217;d go with the free supported XAMPP&#8230; had trouble installed WAMP however I then had trouble with WAMP. Decided [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webweaver64.wordpress.com&blog=174790&post=13&subd=webweaver64&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The thing is you want something that is up-to-date, yet I also have seen where WAMP is a often used service for Drupal. I don&#8217;t have the cash right now to pay for support, so thought I&#8217;d go with the free supported XAMPP&#8230; had trouble installed WAMP however I then had trouble with WAMP. Decided to throw a few cards&#8230; sot see what they had to say about either XAMPP or WAMPP. I drew the 8 of Pentacles &amp; 7 of Cups for XAMPP (8oP is my current 21Ways card), and for WAMP I drew, 4 of Swords, an 5 of Cups. I took it to mean with XAMPP I&#8217;d have work, but enjoyable work, and options. With WAMP I&#8217;d need a vacation when I was done and I&#8217;d feel like I lost or left something. So went with XAMPP.</p>
<p>Added a password to the mySQL, and then&#8230; changed the config.inc.php which I had never done in either previous installation. Although I went with the default for WAMP so I don&#8217;t know if this was my trouble or not.</p>
<p>I never did this:  NameVirtualHost *:80   in the virtual host file. This may have been my problem the entire time. I also found where I needed to change something in the config.inc.php to cookie. That I think might be XAMPP only. I&#8217;ve change the document root as well to /www. I did get an installation of Drupal to run, but it wasn&#8217;t working correctly. I couldn&#8217;t access it via extreem.tst nor could I get back to XAMPP&#8217;s starting page. So&#8230; here we go for a 4th time.</p>
<p>xampp\apache\bin\php.ini removed the ; from the mcrypt.dll line</p>
<p>accessed security through XAMPP and added a password to root for MySQL</p>
<p>xampp\phpMyAdmin\config.inc.php made sure it said cookie</p>
<p>xampp\apache\conf\httpd.conf changed Listen 80 to Listen 127.0.0.1:80 &amp; DocumentRoot to &#8220;/www&#8221; where I am locating my files (Drupal, WordPress). &lt;Directory to &#8220;/www&#8221;&gt; .  Made sure Include conf/extra/httpd-vhosts.conf is unmasked. (Added install.php to DirectoryIndex.)</p>
<p>xampp\apache\conf\extra\httpd-vhosts.conf unmasked NameVirtualHost  and made it 127.0.0.1:80(i&#8217;m using the 127.0.0.1 because I read somewhere that would make sure no one from the outside could access it, I&#8217;m not sure how true it is, but hey why not)</p>
<p>Going to 127.0.0.1 and it brings me to and index of www. this isn&#8217;t right.</p>
<p>Going to the security location I received accessed denied. I went into phpMyAdmin and entered a password into the MySQL Database and then click PHP Code</p>
<p>Stopped and Started everything. Got into the security place. But not xampp. Returned the root doc to xampp/htdocs and I can get there again. Now I can&#8217;t get apache to run..</p>
<p>Reinstall. Set password in security area for root mysql.</p>
<p>After setting up a virtual host I get accessed denied. sheessh!</p>
<p>Ok what was necessary was adding this to the xampp/apache/conf/httpd.conf</p>
<p>&lt;Directory &#8220;/www/drupal-5&#8243;&gt;<br />
Order allow,deny<br />
Allow all<br />
AllowOverride ALL (this was added to allow clean urls<br />
&lt;/Directory&gt;</p>
<p>To get clean urls I needed to uncomment LoadModule rewrite_module modules/mod_rewrite.so, it also send to uncomment (node 15365) AddModule mod-rewrite.c I didn&#8217;t find that and when I added it apache wouldn&#8217;t load. so with just the 1st uncommented clean url&#8217;s did work.</p>
<p>Whew! Got there!!!! Now tomorrow I&#8217;ll try adding the other sites.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/webweaver64.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/webweaver64.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webweaver64.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webweaver64.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webweaver64.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webweaver64.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webweaver64.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webweaver64.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webweaver64.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webweaver64.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webweaver64.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webweaver64.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webweaver64.wordpress.com&blog=174790&post=13&subd=webweaver64&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://webweaver64.wordpress.com/2007/08/19/local-server-drupal-part-duex-or-maybe-thrice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2fc97a6ca1a0f475594c45e8fd080b00?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">webweaver64</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing Drupal locally</title>
		<link>http://webweaver64.wordpress.com/2007/08/17/installing-drupal-locally/</link>
		<comments>http://webweaver64.wordpress.com/2007/08/17/installing-drupal-locally/#comments</comments>
		<pubDate>Sat, 18 Aug 2007 02:18:29 +0000</pubDate>
		<dc:creator>webweaver64</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Local Server]]></category>
		<category><![CDATA[computers]]></category>

		<guid isPermaLink="false">http://webweaver64.wordpress.com/2007/08/17/installing-drupal-locally/</guid>
		<description><![CDATA[So I have my local server running and I&#8217;m ready to install Drupal. I will install it into a folder inside the XAMPP folder called drupal.
I extracted the files into the drupal folder and it created a drupal-5.2 folder which I will leave as I may be installing 6.0 at some point to play with.
I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webweaver64.wordpress.com&blog=174790&post=12&subd=webweaver64&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>So I have my local server running and I&#8217;m ready to install Drupal. I will install it into a folder inside the XAMPP folder called drupal.</p>
<p>I extracted the files into the drupal folder and it created a drupal-5.2 folder which I will leave as I may be installing 6.0 at some point to play with.</p>
<p>I added to the folder sites/all a modules and themes folder as per node 53705. I will be adding the other folders it suggests as well. I&#8217;m creating 5 sites so will have 5 folders with a files, modules, themes, tmp, and settings.php in them.</p>
<p>Ok&#8230; don&#8217;t know what I just did. I went to start apache, and mysql and I clicked on Admin, and put in a user name and password, and mySQL quit. Unchecked service and restarted it.</p>
<p>Went to 127.0.0.1 in a brower and selected under tools. phpMyAdmin, had to log in with the root password.</p>
<p>before doing anything I read node 161975 so I decided to move my drupal sites to c:\sites for easy backup.</p>
<p>Ok I&#8217;m going to create my databases per my own instruction from node 120647#comment-207386<br />
I am naming the database the same name as the site address I&#8217;ve set up.</p>
<p>I noticed a error in MyPHPAdmin. Cannot load mcrypt extention. I found some information that said to uncomment the mcrypt extension in the php.ini files. I&#8217;m going to try it. Logging out of myPHP. Opened up the php.ini file in xampp\apache\bin, searched for mcrypt, and removed the ; in front of it closed and saved. Stopping the MySql and Apache services and restarting. Ok restarted reaccessed, and I appear to be good to go.</p>
<p>Ran into total problems, and lost everything I had typed&#8230; now I&#8217;m going to go back to WAMP.</p>
<p>I installed without any of the extra stuff like drupal&#8230; I did the security things like changing listen 80, and the password. If I did it right from the command prompt <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> /</p>
<p>Now I&#8217;m going back to drupal I hope</p>
<p>Created all my databases again&#8230;.</p>
<p>It was a no go. So I unstalled, and deleted and restored. Will have to start back at the beginning. I tried a ton of stuff to get access and nothing worked.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/webweaver64.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/webweaver64.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webweaver64.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webweaver64.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webweaver64.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webweaver64.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webweaver64.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webweaver64.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webweaver64.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webweaver64.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webweaver64.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webweaver64.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webweaver64.wordpress.com&blog=174790&post=12&subd=webweaver64&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://webweaver64.wordpress.com/2007/08/17/installing-drupal-locally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2fc97a6ca1a0f475594c45e8fd080b00?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">webweaver64</media:title>
		</media:content>
	</item>
		<item>
		<title>Getting back to Drupal installing a localhost server.</title>
		<link>http://webweaver64.wordpress.com/2007/08/17/getting-back-to-drupal-installing-a-localhost-server/</link>
		<comments>http://webweaver64.wordpress.com/2007/08/17/getting-back-to-drupal-installing-a-localhost-server/#comments</comments>
		<pubDate>Fri, 17 Aug 2007 21:02:15 +0000</pubDate>
		<dc:creator>webweaver64</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Local Server]]></category>

		<guid isPermaLink="false">http://webweaver64.wordpress.com/2007/08/17/getting-back-to-drupal-installing-a-localhost-server/</guid>
		<description><![CDATA[Well I&#8217;m ready to get back to designing and launching www.tarotweaving.com. I need to move it to my new host, so need to get my computer back into action as a server after my hd issues.
I&#8217;ve decided to stick with WAMP and not go with XAMP because I know I got the former working before&#8230; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webweaver64.wordpress.com&blog=174790&post=11&subd=webweaver64&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Well I&#8217;m ready to get back to designing and launching www.tarotweaving.com. I need to move it to my new host, so need to get my computer back into action as a server after my hd issues.</p>
<p>I&#8217;ve decided to stick with WAMP and not go with XAMP because I know I got the former working before&#8230; so why mess with a working thing right? Although looking at the installation stuff again has me a bit nervous again. I know I figured it out before right?</p>
<p>So hear we go&#8230; I started the install, and I&#8217;m going with the full installation, leaving everything that was checked checked, except I&#8217;m unchecking all the Web-Framework Applications cuz they are old versions. Actually now that I&#8217;m thinking about this&#8230; I might just give XAMP a try. As their version is newer&#8230; don&#8217;t you just hate having to decide what to go with??? I know I do&#8230;. the forum at XAMP is free, but their documentation isn&#8217;t so goo. WAMP&#8217;s documentation is good, but you can&#8217;t post at the forum unless you pay for support. What to do what to do. Because of versions and the forum I&#8217;m changing my mind and going with XAMP&#8230;</p>
<p>Using 7-zip I exacted to c:\xampp<br />Ok it did what I didn&#8217;t want it to do which was create a xampp folder so I have c:\xampp\xampp. I&#8217;m going to move everything from there into just xampp and then delete the xtra xampp folder.</p>
<p>Now lets see if it starts. From the looks of what I read I need to run xampp-control.exe it opens a small application window, and I did get a warning for directory mismatch? not sure why. Well see if that causes trouble later. The status check is OK. I&#8217;m just going to start Apache at this point.</p>
<p>I received a warning message from XP and selected unblock. The control Panel says it&#8217;s running&#8230; so let&#8217;s check it out. I&#8217;m opening my browser and going to access http://localhost and see what happens. Bingo! I&#8217;m selecting English.</p>
<p>It suggests checking my status so I&#8217;m doing that now.<br />I have mySQL database as deactivated<br />php activated<br />https activated<br />CGI: Activated<br />SSI: Activated<br />SMTP: Deactivated<br />FTP: Deactivated<br />As I didn&#8217;t start mysql this makes sense. I&#8217;m not sure I want smtp or ftp at this point so they are ok too.</p>
<p>I&#8217;m going to start it and see what happens. I clicked back on the CP for XAMPP and am selecting start for MySQL. I again got a warning from XP and clicked unblock. Status check shows MySQL Activated.</p>
<p>As I am only running this locally. I don&#8217;t really need to worry about security, but I had read something for WAMP that suggested there were some changes I should make to secure this from someone accessing some files via an incoming attack. So I&#8217;m going to do some security steps.</p>
<p>I&#8217;m going to access the security. I&#8217;m changing the password for the superuser in mysql, and adding a user and password for the directory.</p>
<p>I need to restart MySQL for it to take effect. Stopped and restarted. I didn&#8217;t reboot so I&#8217;m not sure if it actually changed.</p>
<p>I&#8217;m also going to look at something I read from WAMP. <br />Under C:/www/Apache22/conf/httpd.conf, change &#8216;Listen 80&#8242; to &#8216;Listen 127.0.0.1:80&#8242;</p>
<p>Under C:/www/Apache22/conf/extra/httpd-ssl.conf, change &#8216;Listen 443&#8242; to &#8216;Listen 127.0.0.1:443&#8242;</p>
<p>Shutting everything down to take a look.<br />I made the above changes, and I&#8217;m going to reboot, just to make sure everything is accepted as changed.</p>
<p>I&#8217;m in and everything is active&#8230; Drupal install next time.</p>
<p>Links:<br />http://www.apachefriends.org/en/index.html<br />http://www.devside.net/</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/webweaver64.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/webweaver64.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webweaver64.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webweaver64.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webweaver64.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webweaver64.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webweaver64.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webweaver64.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webweaver64.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webweaver64.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webweaver64.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webweaver64.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webweaver64.wordpress.com&blog=174790&post=11&subd=webweaver64&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://webweaver64.wordpress.com/2007/08/17/getting-back-to-drupal-installing-a-localhost-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2fc97a6ca1a0f475594c45e8fd080b00?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">webweaver64</media:title>
		</media:content>
	</item>
		<item>
		<title>Still working on getting back to normal 2 days later&#8230;</title>
		<link>http://webweaver64.wordpress.com/2007/07/26/still-working-on-getting-back-to-normal-2-days-later/</link>
		<comments>http://webweaver64.wordpress.com/2007/07/26/still-working-on-getting-back-to-normal-2-days-later/#comments</comments>
		<pubDate>Thu, 26 Jul 2007 15:44:03 +0000</pubDate>
		<dc:creator>webweaver64</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Virtual Office]]></category>
		<category><![CDATA[computers]]></category>

		<guid isPermaLink="false">http://webweaver64.wordpress.com/2007/07/26/still-working-on-getting-back-to-normal-2-days-later/</guid>
		<description><![CDATA[Well if any of you have had to reformat your hard drive (Tower) due to either you or something screwing up your stuff&#8230; well you know how I feel. I have made myself a promise&#8230; I am going to do a  full system backup once I have everything I use installed. I say this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webweaver64.wordpress.com&blog=174790&post=10&subd=webweaver64&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Well if any of you have had to reformat your hard drive (Tower) due to either you or something screwing up your stuff&#8230; well you know how I feel. I have made myself a promise&#8230; I am going to do a  full system backup once I have everything I use installed. I say this every time and never do it. But I wouldn&#8217;t be still working 2 days later if I had done it.</p>
<p>So instead of being the 8 of Wands, I&#8217;m going to be the 4 of Pents. No rushing&#8230; and keeping it all controlled.</p>
<p>Anyway with all this going on, I&#8217;ve gotten really behind with my VO work. Guess that&#8217;s the bummer of working alone and for yourself&#8230; you have no one to fall back on. I do actually have someone I could get to assist a bit, but she&#8217;s in Walt Disney World <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> ) I hope enjoying herself and her family.</p>
<p>I finally also got my answering machine&#8230; not sure how much switching to the $10 ATT line is going to be&#8230; but my connection should be better <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p class="poweredbyperformancing">Powered by <a href="http://scribefire.com/">ScribeFire</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/webweaver64.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/webweaver64.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webweaver64.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webweaver64.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webweaver64.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webweaver64.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webweaver64.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webweaver64.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webweaver64.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webweaver64.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webweaver64.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webweaver64.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webweaver64.wordpress.com&blog=174790&post=10&subd=webweaver64&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://webweaver64.wordpress.com/2007/07/26/still-working-on-getting-back-to-normal-2-days-later/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2fc97a6ca1a0f475594c45e8fd080b00?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">webweaver64</media:title>
		</media:content>
	</item>
		<item>
		<title>Reformat Arg!</title>
		<link>http://webweaver64.wordpress.com/2007/07/24/reformat-arg/</link>
		<comments>http://webweaver64.wordpress.com/2007/07/24/reformat-arg/#comments</comments>
		<pubDate>Tue, 24 Jul 2007 17:03:53 +0000</pubDate>
		<dc:creator>webweaver64</dc:creator>
				<category><![CDATA[Quick Post]]></category>
		<category><![CDATA[computers]]></category>

		<guid isPermaLink="false">http://webweaver64.wordpress.com/2007/07/24/reformat-arg/</guid>
		<description><![CDATA[Well I was trying to make my computer more secure, and totally frucked up. I couldn&#8217;t access files, and had my permissions all messed up&#8230; so guess what I&#8217;m doing today? A total reformat and then I&#8217;ll need to reinstall EVERYTHING&#8230;
Let me say the very 1st thing I&#8217;m doing once I have everything set is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webweaver64.wordpress.com&blog=174790&post=9&subd=webweaver64&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Well I was trying to make my computer more secure, and totally frucked up. I couldn&#8217;t access files, and had my permissions all messed up&#8230; so guess what I&#8217;m doing today? A total reformat and then I&#8217;ll need to reinstall EVERYTHING&#8230;</p>
<p>Let me say the very 1st thing I&#8217;m doing once I have everything set is a full backup so I don&#8217;t ever have to start all over again, and manually install everything. So the lesson in this is&#8230; yes you can do something to screw up your computer that isn&#8217;t fixable. Believe me I tried&#8230; but of course you can always reformat hahahaha</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/webweaver64.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/webweaver64.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webweaver64.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webweaver64.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webweaver64.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webweaver64.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webweaver64.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webweaver64.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webweaver64.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webweaver64.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webweaver64.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webweaver64.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webweaver64.wordpress.com&blog=174790&post=9&subd=webweaver64&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://webweaver64.wordpress.com/2007/07/24/reformat-arg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2fc97a6ca1a0f475594c45e8fd080b00?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">webweaver64</media:title>
		</media:content>
	</item>
		<item>
		<title>Still here</title>
		<link>http://webweaver64.wordpress.com/2007/06/19/still-here/</link>
		<comments>http://webweaver64.wordpress.com/2007/06/19/still-here/#comments</comments>
		<pubDate>Wed, 20 Jun 2007 02:39:34 +0000</pubDate>
		<dc:creator>webweaver64</dc:creator>
				<category><![CDATA[Quick Post]]></category>

		<guid isPermaLink="false">http://webweaver64.wordpress.com/2007/06/19/still-here/</guid>
		<description><![CDATA[Well I&#8217;ve gotten a few more clients for the VO side of my business, and have a web page now, not much on it need to add to that actually.

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webweaver64.wordpress.com&blog=174790&post=8&subd=webweaver64&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Well I&#8217;ve gotten a few more clients for the VO side of my business, and have a web page now, not much on it need to add to that actually.</p>
<p></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/webweaver64.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/webweaver64.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webweaver64.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webweaver64.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webweaver64.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webweaver64.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webweaver64.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webweaver64.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webweaver64.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webweaver64.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webweaver64.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webweaver64.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webweaver64.wordpress.com&blog=174790&post=8&subd=webweaver64&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://webweaver64.wordpress.com/2007/06/19/still-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2fc97a6ca1a0f475594c45e8fd080b00?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">webweaver64</media:title>
		</media:content>
	</item>
	</channel>
</rss>