<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2" -->
<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/"
	>

<channel>
	<title>Smiling Human Technical Services</title>
	<link>http://www.smilinghuman.com</link>
	<description>Work with a friendly, courteous, dependable, capable smiling human. Your personal geek.</description>
	<pubDate>Sat, 16 Feb 2008 03:33:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>
	<language>en</language>
			<item>
		<title>Moving Your Site with Wget</title>
		<link>http://www.smilinghuman.com/2007/05/18/moving-your-site-with-wget/</link>
		<comments>http://www.smilinghuman.com/2007/05/18/moving-your-site-with-wget/#comments</comments>
		<pubDate>Fri, 18 May 2007 23:58:04 +0000</pubDate>
		<dc:creator>chris</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.smilinghuman.net/2007/05/18/moving-your-site-with-wget/</guid>
		<description><![CDATA[I recently needed to move a site from my old host to new. I set up my shell access at the new location so that I could use Wget to move the site and take advantage of my host&#8217;s fat pipes. I looked around and found tips in various locations on how to use Wget, [...]]]></description>
			<content:encoded><![CDATA[<p>I recently needed to move a site from my old host to new. I set up my shell access at the new location so that I could use Wget to move the site and take advantage of my host&#8217;s fat pipes. I looked around and found tips in various locations on how to use Wget, yet nothing worked as I needed. The code below is what ultimately worked for me after some trial and error.<br />
<code></code></p>
<p><code>Wget -rc -nH --cut-dirs=1 --level=20 ftp://your-username:your-password@ftp-address/your-subdirectory/</code></p>
<p><code>-r</code>     recursive to retrieve all files and subdirectories</p>
<p><code>-c</code>     Continue getting a partially-downloaded file.</p>
<p><code>-nH</code> No host directories - by default, Wget was replicating the remote host as part of the directory structure, and this option got rid of that for me.</p>
<p><code>--level=20</code> By default, recursion only goes 5 levels deep, if you need more, this allows you to customize it. I knew I needed more than five, but less than 20. It was easier to set it for much more than I needed than to try to hunt down the exact number. So&#8230; call me lazy.</p>
<p><code>--cut-dirs=1</code> this was the last little bugger that helped me along. It helps you control the location of your recursive results, by trimming the topmost directory.</p>
<p>For more detailed information and other options, check out the <a href="http://www.gnu.org/software/wget/manual/wget.html" title="Wget at gnu.org">Wget manual at GNU</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.smilinghuman.com/2007/05/18/moving-your-site-with-wget/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cutline Theme For WordPress</title>
		<link>http://www.smilinghuman.com/2007/05/18/cutline-theme-for-wordpress/</link>
		<comments>http://www.smilinghuman.com/2007/05/18/cutline-theme-for-wordpress/#comments</comments>
		<pubDate>Fri, 18 May 2007 22:15:28 +0000</pubDate>
		<dc:creator>chris</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.smilinghuman.net/2007/05/18/cutline-theme-for-wordpress/</guid>
		<description><![CDATA[I like to start a new WordPress theme by finding one that is close to what I need and work from there customizing it to meet my needs. As I began to think about what to do for Smiling Human, I luckily stumbled across the Cutline Theme for WordPress designed by Chris Pearson (www.pearsonified.com). I [...]]]></description>
			<content:encoded><![CDATA[<p>I like to start a new WordPress theme by finding one that is close to what I need and work from there customizing it to meet my needs. As I began to think about what to do for Smiling Human, I luckily stumbled across the <a href="http://cutline.tubetorial.com/" title="Cutline Theme For WordPress">Cutline Theme for WordPress</a> designed by Chris Pearson (<a href="http://www.pearsonified.com/" title="Pearsonified">www.pearsonified.com</a>). I just needed to pass on my gratitude for the sweet theme. In addition to the great design, the Cutline site is chock full of supporting information. I know it needs to be customized so my site will be unique, but it just looks so darn good out of the box. Many thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.smilinghuman.com/2007/05/18/cutline-theme-for-wordpress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hello World from Smiling Human</title>
		<link>http://www.smilinghuman.com/2007/05/18/hello-world-from-smiling-human/</link>
		<comments>http://www.smilinghuman.com/2007/05/18/hello-world-from-smiling-human/#comments</comments>
		<pubDate>Fri, 18 May 2007 22:02:59 +0000</pubDate>
		<dc:creator>chris</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.smilinghuman.net/2007/05/18/hello-world-from-smiling-human/</guid>
		<description><![CDATA[I just launched Smiling Human Technical Services and chose WordPress for the site. With the ability to generate static pages, it will easily handle the various content elements that must be presented in a static format. While the blog capability will serve two purposes. One, to provide a repository of basic information for potential clients [...]]]></description>
			<content:encoded><![CDATA[<p>I just launched <a href="http://www.smilinghuman.com" title="Smiling Human">Smiling Human Technical Services</a> and chose <a href="http://wordpress.org/" title="WordPress">WordPress</a> for the site. With the ability to generate static pages, it will easily handle the various content elements that must be presented in a static format. While the blog capability will serve two purposes. One, to provide a repository of basic information for potential clients about the importance of CSS, XHTML and clean design. Two, to contribute back to the technical community of web developers that has been so helpful in my development as a web designer and programmer. I have benefited numerous times from the information left by someone before me who ran into a similar problem, and my blog will serve as a place to share my own struggles and triumphs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.smilinghuman.com/2007/05/18/hello-world-from-smiling-human/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
