<?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>Brian Mangin &#187; Blog</title>
	<atom:link href="http://brianmangin.com/category/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://brianmangin.com</link>
	<description></description>
	<lastBuildDate>Tue, 29 Jun 2010 15:58:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>San Francisco To Do List</title>
		<link>http://brianmangin.com/2010/04/san-francisco-to-do-list/</link>
		<comments>http://brianmangin.com/2010/04/san-francisco-to-do-list/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 16:47:12 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://brianmangin.com/?p=390</guid>
		<description><![CDATA[With my recent move to San Francisco I&#8217;ve gotten a ton of advice on places to go and things to do. Figured I&#8217;d keep it all in one place for quick on-the-go reference (and so I can check off the ones I&#8217;ve done!).
Cultural

Palace of Fine Arts

Food

Blue (try the pot pie and mac &#38; cheese)
2223 Market
Tartine&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>With my recent move to San Francisco I&#8217;ve gotten a ton of advice on places to go and things to do. Figured I&#8217;d keep it all in one place for quick on-the-go reference (and so I can check off the ones I&#8217;ve done!).</p>
<p><strong>Cultural</strong></p>
<ul>
<li>Palace of Fine Arts</li>
</ul>
<p>Food</p>
<ul>
<li><span style="text-decoration: line-through;">Blue (try the pot pie and mac &amp; cheese)</span></li>
<li>2223 Market</li>
<li><span style="text-decoration: line-through;">Tartine&#8217;s (ham and cheese sandwich &#8220;like sex&#8221;)</span></li>
</ul>
<p><strong>Misc. Places/Sights</strong></p>
<ul>
<li><span style="text-decoration: line-through;">Ferry Building</span></li>
<li>Garden Court inside Palace Hotel</li>
<li>under the dome at City Hall</li>
</ul>
<p><strong>Driving / Day Trips</strong></p>
<ul>
<li>49 mile drive</li>
</ul>
<p><strong>Thrift Stores</strong></p>
<ul>
<li>Thrift Town (in the Mission)</li>
<li>Out of the Closet<strong><br />
</strong></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://brianmangin.com/2010/04/san-francisco-to-do-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inline links for Wordpress category pages</title>
		<link>http://brianmangin.com/2009/11/inline-links-for-wordpress-category-pages/</link>
		<comments>http://brianmangin.com/2009/11/inline-links-for-wordpress-category-pages/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 03:35:45 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://brianmangin.com/?p=335</guid>
		<description><![CDATA[As I was developing my online portfolio, I wanted to create a &#8220;single-page portfolio&#8221;-type view so visitors could quickly see all my work in a particular category on one page.  Each portfolio item is a Wordpress post, and they&#8217;re rather large, with screenshots and sometimes multiple images, so I needed a way to indicate [...]]]></description>
			<content:encoded><![CDATA[<p>As I was developing my online portfolio, I wanted to create a &#8220;single-page portfolio&#8221;-type view so visitors could quickly see all my work in a particular category on one page. <span id="more-335"></span> Each portfolio item is a Wordpress post, and they&#8217;re rather large, with screenshots and sometimes multiple images, so I needed a way to indicate more content below, and to make it cleaner I wanted to avoid a lot of scrolling. I decided that a simple inline link to the next post on the page would be cleanest.</p>
<p>Unfortunately WordPress doesn&#8217;t come with such a function out-of-the-box; after much searching and head-scratching, I figured it out:</p>
<pre>&lt;a href="#post-&lt;?php echo $wp_query-&gt;posts[$wp_query-&gt;current_post + 1]-&gt;ID; ?&gt;" title="View next item below"&gt;Next &amp;darr;&lt;/a&gt;</pre>
<p>Ultimately it&#8217;s very simple &#8211; the PHP in the above snippet displays the post id of the next post (which is, duh, the current_post + 1). This PHP is inserted into an inline link within the WordPress Loop and viola! The link created jumps to the next one on the page.</p>
<p>I added a little more logic to the page &#8211; the last item on the page doesn&#8217;t need a link like this, so for that one I created a link back to the top of the page.</p>
<p>Hope this helps anyone searching for a similar solution!</p>
]]></content:encoded>
			<wfw:commentRss>http://brianmangin.com/2009/11/inline-links-for-wordpress-category-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Barack Obama sighted in Puerto Rico</title>
		<link>http://brianmangin.com/2009/11/barack-obama-in-puerto-rico/</link>
		<comments>http://brianmangin.com/2009/11/barack-obama-in-puerto-rico/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 16:29:19 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://brianmangin.com/?p=358</guid>
		<description><![CDATA[While eating some delicious mofongo in San Juan last week (at a restaurant whose name I unfortunately can&#8217;t remember), I couldn&#8217;t help but notice the striking resemblance the woman in the wall mural had to Barack Obama. Coincidence or homage?

]]></description>
			<content:encoded><![CDATA[<p>While eating some delicious <a href="http://en.wikipedia.org/wiki/Mofongo" target="_self">mofongo</a> in San Juan last week (at a restaurant whose name I unfortunately can&#8217;t remember), I couldn&#8217;t help but notice the striking resemblance the woman in the wall mural had to Barack Obama. Coincidence or homage?</p>
<p><img class="alignnone size-full wp-image-360" src="http://brianmangin.com/wp-content/uploads/2009/11/obama_pr.jpg" alt="" width="620" height="396" /></p>
]]></content:encoded>
			<wfw:commentRss>http://brianmangin.com/2009/11/barack-obama-in-puerto-rico/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
