<?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>Adventures, Tips, and Technology</title>
	<atom:link href="http://www.trentmueller.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.trentmueller.com/blog</link>
	<description>A blog by Trent Mueller</description>
	<lastBuildDate>Wed, 10 Mar 2010 06:12:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Winter Oregon Images</title>
		<link>http://www.trentmueller.com/blog/winter-oregon-images.html</link>
		<comments>http://www.trentmueller.com/blog/winter-oregon-images.html#comments</comments>
		<pubDate>Wed, 10 Mar 2010 04:43:28 +0000</pubDate>
		<dc:creator>Trent M</dc:creator>
				<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://www.trentmueller.com/blog/winter-oregon-images.html</guid>
		<description><![CDATA[It’s been a while since I’ve posted. Here are a few images I liked from my central Oregon visit in December.
 

Smith Rock – Terrebonne, Oregon
&#160;
 
Detroit Lake Dam, Oregon
&#160;
 
Detroit Lake, Oregon
]]></description>
			<content:encoded><![CDATA[<p>It’s been a while since I’ve posted. Here are a few images I liked from my central Oregon visit in December.</p>
<p><a href="http://www.trentmueller.com/blog/wp-content/uploads/2010/03/IMG_5688.jpg"><img title="Smith Rock" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="338" alt="Smith Rock" src="http://www.trentmueller.com/blog/wp-content/uploads/2010/03/IMG_5688_thumb.jpg" width="450" border="0" /></a> </p>
</p>
<p>Smith Rock – Terrebonne, Oregon</p>
<p>&#160;</p>
<p><a href="http://www.trentmueller.com/blog/wp-content/uploads/2010/03/IMG_5707.jpg"><img title="Detroit Lake Dam, Oregon" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="338" alt="Detroit Lake Dam, Oregon" src="http://www.trentmueller.com/blog/wp-content/uploads/2010/03/IMG_5707_thumb.jpg" width="450" border="0" /></a> </p>
<p>Detroit Lake Dam, Oregon</p>
<p>&#160;</p>
<p><a href="http://www.trentmueller.com/blog/wp-content/uploads/2010/03/IMG_5714.jpg"><img title="IMG_5714" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="338" alt="IMG_5714" src="http://www.trentmueller.com/blog/wp-content/uploads/2010/03/IMG_5714_thumb.jpg" width="450" border="0" /></a> </p>
<p>Detroit Lake, Oregon</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trentmueller.com/blog/winter-oregon-images.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert MySQL Timestamp into a Nicer-looking Date Format for PHP</title>
		<link>http://www.trentmueller.com/blog/convert-mysql-timestamp-into-a-nicer-looking-date-format-for-php.html</link>
		<comments>http://www.trentmueller.com/blog/convert-mysql-timestamp-into-a-nicer-looking-date-format-for-php.html#comments</comments>
		<pubDate>Tue, 12 Jan 2010 04:29:51 +0000</pubDate>
		<dc:creator>Trent M</dc:creator>
				<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://www.trentmueller.com/blog/convert-mysql-timestamp-into-a-nicer-looking-date-format-for-php.html</guid>
		<description><![CDATA[After spending 20 minutes searching online for a way to convert the date stored into MySQL into a human-readable format in php, I thought I would share my solution with the world.
Assuming you’re already doing a foreach or a loop to pull your MySQL variable (in this case, the ($row['timestamp']) below), use the following code:
$date [...]]]></description>
			<content:encoded><![CDATA[<p>After spending 20 minutes searching online for a way to convert the date stored into MySQL into a human-readable format in php, I thought I would share my solution with the world.</p>
<p>Assuming you’re already doing a foreach or a loop to pull your MySQL variable (in this case, the ($row['timestamp']) below), use the following code:</p>
<p><strong>$date = strtotime($row['timestamp']);      <br />$date = date(&#8217;n/d/Y, g:ia&#8217;, $date);       <br />echo $date;</strong></p>
<p>Hopefully that will save sometime time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trentmueller.com/blog/convert-mysql-timestamp-into-a-nicer-looking-date-format-for-php.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free Images Website</title>
		<link>http://www.trentmueller.com/blog/free-images-website.html</link>
		<comments>http://www.trentmueller.com/blog/free-images-website.html#comments</comments>
		<pubDate>Fri, 25 Dec 2009 20:17:13 +0000</pubDate>
		<dc:creator>Trent M</dc:creator>
				<category><![CDATA[Photos]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[free images]]></category>
		<category><![CDATA[photographs]]></category>
		<category><![CDATA[royalty-free]]></category>
		<category><![CDATA[stock images]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.trentmueller.com/blog/free-images-website.html</guid>
		<description><![CDATA[
&#160;
I’d like to introduce the new free images website with new images posted periodically.
The images come from my own collection that I personally took. Even though it took countless hours to capture, sort, cleanup and process all of these images, I thought it would be a good thing if I share them with the world. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.turbophoto.com/Free-Images/"><img title="Free Images" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="308" alt="Free Images" src="http://www.trentmueller.com/blog/wp-content/uploads/2009/12/freeimages.jpg" width="450" border="0" /></a></p>
<p>&#160;</p>
<p>I’d like to introduce the new <a href="http://www.turbophoto.com/Free-Images/">free images</a> website with new images posted periodically.</p>
<p>The images come from my own collection that I personally took. Even though it took countless hours to capture, sort, cleanup and process all of these images, I thought it would be a good thing if I share them with the world. They are all original, high-resolution, royalty-free, professional photographs free for commercial use. Visitors can subscribe to the blog’s RSS feed and get daily notifications. If traffic to the site proves to be successful, maybe someday I’ll wet my beak by adding a little Google AdSense advertising.</p>
<p><a href="http://www.turbophoto.com/Free-Images/">http://www.turbophoto.com/Free-Images/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trentmueller.com/blog/free-images-website.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Live Writer for WordPress</title>
		<link>http://www.trentmueller.com/blog/microsoft-live-writer-for-wordpress.html</link>
		<comments>http://www.trentmueller.com/blog/microsoft-live-writer-for-wordpress.html#comments</comments>
		<pubDate>Mon, 14 Dec 2009 04:24:49 +0000</pubDate>
		<dc:creator>Trent M</dc:creator>
				<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://www.trentmueller.com/blog/microsoft-live-writer-for-wordpress.html</guid>
		<description><![CDATA[ 
I’m actually honoring a Microsoft product in this post. I think Microsoft Writer is one of the nicer things since sliced bread. With a WYSIWYG editor, you can post images to your blog much faster. WAY faster. You just drag and drop images in the interface and when you post your new entry, it [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.trentmueller.com/blog/wp-content/uploads/2009/12/image.png"><img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" height="290" alt="image" src="http://www.trentmueller.com/blog/wp-content/uploads/2009/12/image_thumb.png" width="385" border="0" /></a> </p>
<p>I’m actually honoring a Microsoft product in this post. I think Microsoft Writer is one of the nicer things since sliced bread. With a WYSIWYG editor, you can post images to your blog much faster. WAY faster. You just drag and drop images in the interface and when you post your new entry, it uploads and takes care of the rest. When uploaded, the images seem to retain their filename for optimization purposes and doesn’t become some id number, which is good.</p>
<p>Even cooler is you can do basic image editing without having to use Photoshop and optimizing for the web. So, after you drag an image into your editor, you can adjust the brightness / contrast, if the image is too dark, for example. Very nice. </p>
<p>The image above was added in 2 seconds, by choosing About Windows Live Writer, pressing the print screen key and pasting direct from the clipboard into this editor. </p>
<p>You can also edit your blog post locally, by just tweaking in the editor and clicking ‘Publish’ again. It will automatically delete the old post and will post again, assuming that’s how it works.</p>
<p>You can store multiple blog accounts and it will post to many blogs besides WordPress. </p>
<p>Posting this entry took less than 10 minutes. Microsoft did a good thing. Kudos.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trentmueller.com/blog/microsoft-live-writer-for-wordpress.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding AdSense to a WordPress Blog</title>
		<link>http://www.trentmueller.com/blog/adding-adsense-to-a-wordpress-blog.html</link>
		<comments>http://www.trentmueller.com/blog/adding-adsense-to-a-wordpress-blog.html#comments</comments>
		<pubDate>Mon, 14 Dec 2009 03:56:26 +0000</pubDate>
		<dc:creator>Trent M</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.trentmueller.com/blog/adding-adsense-to-a-wordpress-blog.html</guid>
		<description><![CDATA[ 

I relented and added Google AdSense ads to my personal WordPress blog. Finally chose to convert some of the traffic to a little $ cash. I’ve been using it on two of my other sites and have been pleased with its performance. I was trying to avoid commercializing and spamacizing my blog, but oh [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.trentmueller.com/blog/wp-content/uploads/2009/12/adsense_logo.gif"><img title="adsense_logo" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="40" alt="adsense_logo" src="http://www.trentmueller.com/blog/wp-content/uploads/2009/12/adsense_logo_thumb.gif" width="203" border="0" /></a> </p>
</p>
<p>I relented and added Google AdSense ads to my personal WordPress blog. Finally chose to convert some of the traffic to a little $ cash. I’ve been using it on two of my other sites and have been pleased with its performance. I was trying to avoid commercializing and spamacizing my blog, but oh well.</p>
<p>It was fairly easy to install in WordPress. The configuration, however, takes a bit more time. </p>
<p>I downloaded the AdSense Manager plugin for WordPress, then uploaded the folder to the plugins folder. In the ‘plugins’ tab, activated the plugin, then went to Settings &gt; AdSense Manager to configure it. It involved copying the code I got from Google’s AdSense page and pasting it in my WordPress AdSense Manager config page. </p>
<p>I had thought it would then magically start displaying ads, but it really takes more work. You can manually type [ ad ] (without spaces) at the bottom of each post and it will show an ad, if you have the size configured properly where it fits in your WordPress theme. I had previously sized it too large 768&#215;60 or something, where it didn’t fit in the column of the template and didn’t display, so that’s something to be aware of.</p>
<p>Instead of typing the ad tag at the bottom of each post, it’s better to add it to the template. I had thought the footer would be the right choice, but it doesn’t display the ads correctly. Easier is to add to the bottom of the Main Index Template. Go to Appearance &gt; Editor, then select Main Index Template index.php on the right side of the screen. Then mid way in the code enter:</p>
<blockquote><p>&lt;?php adsensem_ad(); ?&gt;</p>
</blockquote>
<p>I placed it between &lt;?php wp_link_pages(); ?&gt; and a div tag &lt;/div&gt;, but this probably varies based on your theme. Just stick it in somewhere and do a preview to see how it looks.</p>
<p>Keep in mind these instructions don’t apply for older versions of WordPress. The admin interface was significantly changed in the last year or so.</p>
<p>If you don’t already have an AdSense account, it will take a few more steps to get running. The layout of the ads aren’t 100% to my liking, but it will do for now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trentmueller.com/blog/adding-adsense-to-a-wordpress-blog.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My New Toy</title>
		<link>http://www.trentmueller.com/blog/my-new-toy.html</link>
		<comments>http://www.trentmueller.com/blog/my-new-toy.html#comments</comments>
		<pubDate>Fri, 04 Dec 2009 06:01:19 +0000</pubDate>
		<dc:creator>Trent M</dc:creator>
				<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://www.trentmueller.com/blog/my-new-toy.html</guid>
		<description><![CDATA[ 
Yep, I bought a KX 250. I’m ready for next summer.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.trentmueller.com/blog/wp-content/uploads/2009/12/2002KX250.jpg"><img title="2002-KX-250" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="342" alt="2002-KX-250" src="http://www.trentmueller.com/blog/wp-content/uploads/2009/12/2002KX250_thumb.jpg" width="454" border="0" /></a> </p>
<p>Yep, I bought a KX 250. I’m ready for next summer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trentmueller.com/blog/my-new-toy.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coos Bay Trip</title>
		<link>http://www.trentmueller.com/blog/coos-bay-trip.html</link>
		<comments>http://www.trentmueller.com/blog/coos-bay-trip.html#comments</comments>
		<pubDate>Mon, 30 Nov 2009 04:06:20 +0000</pubDate>
		<dc:creator>Trent M</dc:creator>
				<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://www.trentmueller.com/blog/coos-bay-trip.html</guid>
		<description><![CDATA[&#160;&#160;      &#160;    






These photos were taken with a basic $150 point-and-shoot camera: Canon PowerShot SD790 and weren’t cropped or edited. 
Taking good pictures is more about composition than the type of camera.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.trentmueller.com/blog/wp-content/uploads/2009/11/Highway38Oregon2.jpg"><img title="Highway-38-Oregon (2)" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="342" alt="Highway-38-Oregon (2)" src="http://www.trentmueller.com/blog/wp-content/uploads/2009/11/Highway38Oregon2_thumb.jpg" width="454" border="0" /></a>&#160;&#160; <a href="http://www.trentmueller.com/blog/wp-content/uploads/2009/11/WhiskyRunBeach1.jpg"><img title="Whisky-Run-Beach (1)" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="342" alt="Whisky-Run-Beach (1)" src="http://www.trentmueller.com/blog/wp-content/uploads/2009/11/WhiskyRunBeach1_thumb.jpg" width="454" border="0" /></a><a href="http://www.trentmueller.com/blog/wp-content/uploads/2009/11/ShoreAcres2.jpg"><img title="Shore-Acres (2)" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="342" alt="Shore-Acres (2)" src="http://www.trentmueller.com/blog/wp-content/uploads/2009/11/ShoreAcres2_thumb.jpg" width="454" border="0" /></a> <a href="http://www.trentmueller.com/blog/wp-content/uploads/2009/11/ShoreAcres.jpg"><img title="Shore-Acres" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="342" alt="Shore-Acres" src="http://www.trentmueller.com/blog/wp-content/uploads/2009/11/ShoreAcres_thumb.jpg" width="454" border="0" /></a> <a href="http://www.trentmueller.com/blog/wp-content/uploads/2009/11/Highway38UmpquaOregon3.jpg"><img title="Highway-38-Umpqua-Oregon (3)" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="342" alt="Highway-38-Umpqua-Oregon (3)" src="http://www.trentmueller.com/blog/wp-content/uploads/2009/11/Highway38UmpquaOregon3_thumb.jpg" width="454" border="0" /></a><a href="http://www.trentmueller.com/blog/wp-content/uploads/2009/11/ShoreAcres1.jpg"><img title="Shore-Acres (1)" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="342" alt="Shore-Acres (1)" src="http://www.trentmueller.com/blog/wp-content/uploads/2009/11/ShoreAcres1_thumb.jpg" width="454" border="0" /></a> <a href="http://www.trentmueller.com/blog/wp-content/uploads/2009/11/Highway38Oregon.jpg"><img title="Highway-38-Oregon" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="342" alt="Highway-38-Oregon" src="http://www.trentmueller.com/blog/wp-content/uploads/2009/11/Highway38Oregon_thumb.jpg" width="454" border="0" /></a> <a href="http://www.trentmueller.com/blog/wp-content/uploads/2009/11/ShoreAcres3.jpg"><img title="Shore-Acres (3)" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="342" alt="Shore-Acres (3)" src="http://www.trentmueller.com/blog/wp-content/uploads/2009/11/ShoreAcres3_thumb.jpg" width="454" border="0" /></a> <a href="http://www.trentmueller.com/blog/wp-content/uploads/2009/11/WhiskyRunBeach.jpg"><img title="Whisky-Run-Beach" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="342" alt="Whisky-Run-Beach" src="http://www.trentmueller.com/blog/wp-content/uploads/2009/11/WhiskyRunBeach_thumb.jpg" width="454" border="0" /></a>&#160; <a href="http://www.trentmueller.com/blog/wp-content/uploads/2009/11/WhiskyRunBeach3.jpg"><img title="Whisky-Run-Beach (3)" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="342" alt="Whisky-Run-Beach (3)" src="http://www.trentmueller.com/blog/wp-content/uploads/2009/11/WhiskyRunBeach3_thumb.jpg" width="454" border="0" /></a> <a href="http://www.trentmueller.com/blog/wp-content/uploads/2009/11/WhiskyRunBeach7.jpg"><img title="Whisky-Run-Beach (7)" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="342" alt="Whisky-Run-Beach (7)" src="http://www.trentmueller.com/blog/wp-content/uploads/2009/11/WhiskyRunBeach7_thumb.jpg" width="454" border="0" /></a> <a href="http://www.trentmueller.com/blog/wp-content/uploads/2009/11/MingusPark.jpg"><img title="Mingus-Park" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="342" alt="Mingus-Park" src="http://www.trentmueller.com/blog/wp-content/uploads/2009/11/MingusPark_thumb.jpg" width="454" border="0" /></a> </p>
</p>
</p>
</p>
</p>
</p>
</p>
<p>These photos were taken with a basic $150 point-and-shoot camera: <a href="http://www.trentmueller.com/blog/field-test-of-canon-powershot-sd790-is.html">Canon PowerShot SD790</a> and weren’t cropped or edited. </p>
<p>Taking good pictures is more about composition than the type of camera.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trentmueller.com/blog/coos-bay-trip.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
