<?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>podq live &#187; Travelogue Theme</title>
	<atom:link href="http://www.podq.com/category/travelogue-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.podq.com</link>
	<description>The personal site and portfolio of Joshua Lyman.</description>
	<lastBuildDate>Fri, 03 Sep 2010 15:12:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Travelogue 2.7 Final Released</title>
		<link>http://www.podq.com/2010/03/travelogue-2-7-final-released/</link>
		<comments>http://www.podq.com/2010/03/travelogue-2-7-final-released/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 00:02:01 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[Travelogue Theme]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[travelogue]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.podq.com/?p=363</guid>
		<description><![CDATA[Travelogue 2.7 is officially available from the WordPress Themes Repository. It contains a few small bug fixes that should be helpful to many.]]></description>
			<content:encoded><![CDATA[<p>The full version 2.7 of my WordPress theme Travelogue was released today on WordPress&#8217;s Theme Repository. You can download it below.</p>
<p><a href="http://wordpress.org/extend/themes/travelogue"><strong>Download Travelogue v 2.7 (includes PSDs)</strong></a></p>
<p>This finally bumps it up past 2.6.9 with a couple small but important bug fixes. Here&#8217;s the lowdown:</p>
<p>Changelog for v 2.7:</p>
<ul>
<li>Fixed a bug caused by a deprecated function called in sidebar.php if no widgets were activated.</li>
<li>Fixed a formatting issue when using the Search widget in the sidebar, causing all widgets after to be messed up.</li>
<li>Changed the default rotating script for the polaroid images to rotatorm.php instead of rotator.php. Hopefully that helps people have less issues with the polaroid images.</li>
<li>A couple other very small things.</li>
</ul>
<p>If you have questions about the polaroid images, <em>please</em> search on this site and read the comments before you send me an email. I&#8217;m often happy to help, but I have very little free time, and many of the questions have already been answered multiple times. Other than that, enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.podq.com/2010/03/travelogue-2-7-final-released/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Travelogue Polaroid Images</title>
		<link>http://www.podq.com/2010/02/travelogue-polaroid-images/</link>
		<comments>http://www.podq.com/2010/02/travelogue-polaroid-images/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 16:19:15 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[Travelogue Theme]]></category>

		<guid isPermaLink="false">http://www.podq.com/?p=346</guid>
		<description><![CDATA[Questions about Travelogue? I try to answer some key ones here, including random images, folder locations, and readme.txt.]]></description>
			<content:encoded><![CDATA[<p>There have been many questions recently regarding how the random polaroid images in the Travelogue theme works, so I wanted to set the record straight.</p>
<p><strong>Here&#8217;s the deal:</strong> the Travelogue theme was unfortunately not designed to be administered wholly from the WordPress Dashboard, and it requires a certain minimal level of computer expertise in order to use. I apologize to all users who are not familiar with their server&#8217;s folder structure, editing code, or the like, but let me say that you can definitely learn if you put your mind to it. Please search other resources as well, such as the <a href="http://codex.wordpress.org/">WordPress Codex</a> and the web to learn more about WordPress and other topics.</p>
<p><strong>Question: Where is this &#8220;randimages&#8221; folder?</strong></p>
<p>The randimages folder is located inside the travelogue theme folder. On a default WordPress installation, you will find this in wp/content/themes/travelogue/randimages. You <em>cannot</em> access this folder directly from the WordPress Dashboard, nor can you upload files to it from using the WordPress Media Uploader. Please use an FTP program to access your web host and upload files that way.</p>
<p><strong>Question: How do I get my pictures to show up?</strong></p>
<p>Stick them in the randimages folder. You cannot use images from a post&#8217;s gallery or from typical WordPress media uploads. Perhaps I might code this in the future, but professional obligations are keeping me away from it for the foreseeable future. Use an FTP application to connect to your web host, find the folder listed above, and put the images <em>directly</em> into that folder (not in any subfolders inside that folder).</p>
<p><strong>Question: No images are showing up, but I know I have them in the right folder.</strong></p>
<p>Some hosts don&#8217;t support the original image rotating script that it uses. Luckily, I&#8217;ve included two! <img src='http://www.podq.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Here&#8217;s what you&#8217;ll need to do. Go into the theme&#8217;s folder (wp-content/themes/travelogue) and open the header.php file. Note that you <em>can</em> also do this from the WordPress Dashboard by going to Appearance &gt; Editor and find the header.php file on the side. Go to line 39, which reads like this:</p>
<p><code>&lt;a href="#"&gt;&lt;img src="&lt;?php bloginfo('template_directory'); ?&gt;/randimages/rotator.php" width="202px" height="187px" alt="Polaroid Photo" /&gt;&lt;/a&gt;</code></p>
<p>and add one letter to rotator.php to become rotatorm.php:</p>
<p><code>&lt;a href="#"&gt;&lt;img src="&lt;?php bloginfo('template_directory'); ?&gt;/randimages/rotatorm.php" width="202px" height="187px" alt="Polaroid Photo" /&gt;&lt;/a&gt;</code></p>
<p>Return to your site and do a refresh and the images should start rotating in. If not, double check that your images are in the correct folder. If this still hasn&#8217;t solved it, go directly to the rotating script and see if it coughs up an image by going to {yourblogurl}/wp-content/themes/travelogue/randimages/rotator.php or rotatorm.php. An image should show up on the screen. If not, go back and check that everything is in order.</p>
<p><strong>Question: How big should my images be?</strong></p>
<p>I have forced the images to size to fit inside the polaroid frame, but this may distort your images if they are not of the same dimensions. You can fix this by resizing the images with an image editing application to be 202 pixels in width and 187 pixels in height. No image editing application on your computer? (There probably is, with all the pre-installed junk these days.) Try any of the following free online photo editors: <a href="http://aviary.com/">Aviary</a>, <a href="http://www.photoshop.com/">Photoshop.com</a>, or <a href="http://www.picnik.com/">Picnik</a>. Then place the correctly sized photos into the randimages folder.</p>
<p><strong>Question: Where is this mythical readme.txt file everyone is talking about?</strong></p>
<p>You have to look in the theme&#8217;s folder, located at wp-content/themes/travelogue, in order to read it. If you installed the theme directly from the WordPress repository, then you&#8217;ll have to log in to your web host to look at it. If you downloaded then uploaded it to your host, then you should have it on your hard drive and should probably know how to find it. Basically everything that I&#8217;m writing in this post are also in the readme.txt file.</p>
<p><em>Phew!</em> I hope that helps out those with questions! Again, sorry that the theme isn&#8217;t super advanced or ridiculously easy to use, but hey, it can&#8217;t help to learn a bit about web development, right? <img src='http://www.podq.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Good luck to everyone, and if you still have questions, feel free to contact through the comments. Just make sure you&#8217;ve tried everything here and have looked around yourself to learn the necessary skills; you might surprise yourself and figure it out on your own! Carpe diem!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.podq.com/2010/02/travelogue-polaroid-images/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Travelogue 2.5 &#8211; Beta Testers Needed</title>
		<link>http://www.podq.com/2008/12/travelogue-25-beta-testers-needed/</link>
		<comments>http://www.podq.com/2008/12/travelogue-25-beta-testers-needed/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 17:30:19 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[Travelogue Theme]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[travelogue]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.podq.com/?p=141</guid>
		<description><![CDATA[The Travelogue 2.5 theme is coming soon, and I need some beta testers to find bugs and help get it ready for release.]]></description>
			<content:encoded><![CDATA[<p>Good afternoon world. Many of you have been asking about the availability of a new WordPress Travelogue Theme update, and have been very patiently waiting. Today I am pleased to announce Travelogue 2.5b, or beta.</p>
<p>I have been working with the WordPress Themes team to get this update ready, and I&#8217;ve submitted it to the themes directory and received feedback on a couple of things to improve before it goes live. I would also like to turn it over to you, my favorite readers, to test it out as well.</p>
<p>I will leave the beta testing period open for about two weeks, because during that time, I am going to be getting married!!! Hooray! As such, I obviously won&#8217;t be focusing too much on active development of the theme. However, all of your feedback is highly valued, and everything reported back to me will be taken into account.</p>
<p>All I ask if you decide to download and test the theme is that you <em>please <strong>please</strong></em> provide feedback, even if it is just to say &#8220;Hey, everything&#8217;s working fine!&#8221; Therefore, if you download the beta, you are on the honor system to <a href="mailto:uplink@podq.com">drop me a note</a> to let me know you are going to be testing it out, and then please just send any bugs, quirks, or suggestions you have. So have at it!</p>
<p><span style="text-align:center;"><a href="http://www.podq.com/wp-content/travelogue/travelogue2-5.zip">Download the Travelogue 2.5 Beta Theme</a></span></p>
<h5>Noteable changes:</h5>
<ul>
<li> Made the theme WP2.3+ compatible, or in large part, widgetized.</li>
<li>A few deprecated functions were replaced with their more current counterparts.</li>
<li>Removed the Travelogue Options page &#8211; all is taken care of by built-in WP widgets.</li>
<li>Gravatar compatible.</li>
<li>A slight facelift.</li>
<li>Per request of the WordPress team, the Polaroid picture now links to a very very simple gallery, which is meant to be replaced by the user with a more robust, appropriate option (such as WordPress&#8217;s own gallery features).</li>
</ul>
<p><strong>Update:</strong> So far, Travelogue 2.5b seems to be completely WordPress 2.7 compatible as well!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.podq.com/2008/12/travelogue-25-beta-testers-needed/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Travelogue to soon be resurrected</title>
		<link>http://www.podq.com/2008/05/travelogue-to-soon-be-resurrected/</link>
		<comments>http://www.podq.com/2008/05/travelogue-to-soon-be-resurrected/#comments</comments>
		<pubDate>Thu, 08 May 2008 08:10:37 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[Travelogue Theme]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[travelogue]]></category>

		<guid isPermaLink="false">http://www.podq.com/?p=132</guid>
		<description><![CDATA[Thanks for using my Travelogue theme for the past couple of years! I'm back and plan to dust off the old friend soon.]]></description>
			<content:encoded><![CDATA[<p>Thank you thank you to all who have found and used the Travelogue Theme for WordPress over the past couple years. I was elated to find that it has been ported to several other systems as well, and occasionally run across a site using it, which really makes me giddy!</p>
<p>I realize that there have been many problems trying to access it, download the PSD files, or locate the fonts. Time has a way of changing everything. I have finally gotten around to locating the original source files I have, and will reupload them, along with the updated 2.0 (finished before I left) so that they will again be available.</p>
<p>I have a few ideas churning around in my head for a future version of Travelogue, but it has not even begun to be truly mapped out yet, so if you have any ideas, requests, or suggestions, please feel free to let me know.</p>
<p>Thank you again to all who have found and used this theme, as it encourages me to continue to learn and produce new things myself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.podq.com/2008/05/travelogue-to-soon-be-resurrected/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Editing the Travelogue Polaroid</title>
		<link>http://www.podq.com/2005/05/editing-the-travelogue-polaroid/</link>
		<comments>http://www.podq.com/2005/05/editing-the-travelogue-polaroid/#comments</comments>
		<pubDate>Sat, 21 May 2005 02:58:02 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[Travelogue Theme]]></category>
		<category><![CDATA[travelogue]]></category>

		<guid isPermaLink="false">http://www.podq.com/2005/05/20/editing-the-travelogue-polaroid/</guid>
		<description><![CDATA[There have been many requests on how to edit and insert a customized picture into the polaroid in my Travelogue theme. It does take a bit of Photoshop know-how, perhaps in the future I&#8217;ll make it easier to do. That said, it really isn&#8217;t all that difficult, just follow these steps: Copy the picture you [...]]]></description>
			<content:encoded><![CDATA[<p>There have been many requests on how to edit and insert a customized picture into the polaroid in my Travelogue theme. It does take a bit of Photoshop know-how, perhaps in the future I&#8217;ll make it easier to do. That said, it really isn&#8217;t all that difficult, just follow these steps:</p>
<ol>
<li>Copy the picture you want to insert as the polaroid, but do not paste it yet.</li>
<li>Turn off the top three layers that serve as an intro to the PSD.</li>
<li>Open the &#8220;Polaroid&#8221; layer set, and find the layer with the current image in it (should be the fourth one), click it.</li>
<li>Paste your new image in. It should appear as a new layer above almost everything, but below the polaroid. If not, move the layer around until it does.</li>
<li>You may wish to rotate your picture layer to make it appear straight inside the box. This is kind of a &#8220;tweak it till it&#8217;s right&#8221; step.</li>
<li>Now Ctrl + Click on the vector mask (the little grey looking box next to the actual preview) of the old polaroid picture layer. This should load up a selection of the outline of the inside of the polaroid. Hopefully you can get the step in correctly, it&#8217;s the tricky/important one.</li>
<li>Finally, making sure that your new polaroid picture layer is still selected, click on the &#8220;Quick Mask&#8221; button at the bottom of the layers palette, should be the second one from the left, a grey box with a white circle in the middle.</li>
</ol>
<p>If all done correctly, you should now have a perfectly masked new polaroid picture! Just pop into ImageReady and export that slice with the new pic! Oh, how to do this? Well&#8230;</p>
<ol>
<li>Save the file you have just edited.</li>
<li>Go File > Jump to ImageReady. Photoshop will now open up ImageReady with your file.</li>
<li>In the toolbar, select and hold the Slice button (looks like a knife) until other buttons pop up, then select the Slice Select button (looks the same, but with an arrow).</li>
<li>Select the slice that contains the polaroid. You should only have to click on it.</li>
<li>Go File > Save Optimized As, and change the bottom drop-down to &#8220;Selected Slice Only&#8221;. Then save it where you want!</li>
<p>And that&#8217;s it, you should now be set. I would highly encourage you to <a href="http://www.google.com/search?q=photoshop,+tutorials">learn Photoshop</a>, if you have it at your disposal. You will be a better webizen for doing so. Good luck!</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.podq.com/2005/05/editing-the-travelogue-polaroid/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>
