<?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>Rob Barrett Design &#187; ExpressionEngine</title>
	<atom:link href="http://www.rob-barrett.com/post/category/expressionengine/feed" rel="self" type="application/rss+xml" />
	<link>http://www.rob-barrett.com</link>
	<description></description>
	<lastBuildDate>Wed, 10 Feb 2010 23:15:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Fixed navigation!</title>
		<link>http://www.rob-barrett.com/post/fixed-navigation</link>
		<comments>http://www.rob-barrett.com/post/fixed-navigation#comments</comments>
		<pubDate>Thu, 31 Jul 2008 16:28:00 +0000</pubDate>
		<dc:creator>Rob Barrett</dc:creator>
				<category><![CDATA[ExpressionEngine]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.rob-barrett.com/index.php/blog/post/fixed_navigation/#When:16:28:00Z</guid>
		<description><![CDATA[Well, my main navigation is all up and running again. Seems I omitted a necessary question mark from my redirect rules. I don&#8217;t remember having changed the .htaccess recently, but perhaps my server or ExpressionEngine just got a little more picky about their rules… Or just maybe I accidentally uploaded an old version when I [...]]]></description>
			<content:encoded><![CDATA[<p>Well, my main navigation is all up and running again. Seems I omitted a necessary question mark from my redirect rules. I don&#8217;t remember having changed the .htaccess recently, but perhaps my server or ExpressionEngine just got a little more picky about their rules… Or just maybe I accidentally uploaded an old version when I set up redirects to my CV and Portfolio earlier this month… maybe.</p>
<p>Whatever it was, thankfully it&#8217;s sorted now — it was starting to really confuse me for a while there!</p>
        <hr /><p><a href="http://www.rob-barrett.com"><img src="http://www.rob-barrett.com/images/banner-468x60.gif" width="468" height="60" border="0" alt="Rob Barrett Design"></a><p>&copy; Rob Barrett Design.</p>      ]]></content:encoded>
			<wfw:commentRss>http://www.rob-barrett.com/post/fixed-navigation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screwy navigation!</title>
		<link>http://www.rob-barrett.com/post/screwy-navigation</link>
		<comments>http://www.rob-barrett.com/post/screwy-navigation#comments</comments>
		<pubDate>Thu, 31 Jul 2008 12:26:00 +0000</pubDate>
		<dc:creator>Rob Barrett</dc:creator>
				<category><![CDATA[ExpressionEngine]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.rob-barrett.com/index.php/blog/post/screwy_navigation/#When:12:26:00Z</guid>
		<description><![CDATA[Ok, so any recent visitors to my site will have noticed that my navigation links just don&#39;t work. I kind of know the reason why, but I&#39;m having trouble fixing it right now, which is more than a little frustrating seeing as I&#39;ve been applying for a new job this past month&#160;&#8212; a broken site&#39;s [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, so any recent visitors to my site will have noticed that my navigation links just don&#39;t work. I kind of know the reason why, but I&#39;m having trouble fixing it right now, which is more than a little frustrating seeing as I&#39;ve been applying for a new job this past month&#160;&#8212; a broken site&#39;s not the best commendation&#8230; but I&#39;m on the case, hopefully it&#39;ll be sorted shortly.</p>
        <hr /><p><a href="http://www.rob-barrett.com"><img src="http://www.rob-barrett.com/images/banner-468x60.gif" width="468" height="60" border="0" alt="Rob Barrett Design"></a><p>&copy; Rob Barrett Design.</p>      ]]></content:encoded>
			<wfw:commentRss>http://www.rob-barrett.com/post/screwy-navigation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A behind-the-scenes look at my EE code</title>
		<link>http://www.rob-barrett.com/post/behind-the-scenes-expressionengine-code</link>
		<comments>http://www.rob-barrett.com/post/behind-the-scenes-expressionengine-code#comments</comments>
		<pubDate>Thu, 28 Feb 2008 00:24:00 +0000</pubDate>
		<dc:creator>Rob Barrett</dc:creator>
				<category><![CDATA[ExpressionEngine]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.rob-barrett.com/index.php/blog/post/a_behind_the_scenes_look_at_my_ee_code/#When:00:24:00Z</guid>
		<description><![CDATA[
My blog no longer uses ExpressionEngine, so this code doesn&#8217;t apply to this site.

I love using ExpressionEngine for my site, but to be honest, the documentation around it can be pretty confusing at times.
For instance, I spent well over an hour just finding out how to include a list of relevant categories for each post. [...]]]></description>
			<content:encoded><![CDATA[<div class="note">
<p>My blog no longer uses ExpressionEngine, so this code doesn&#8217;t apply to this site.</p>
</div>
<p>I love using ExpressionEngine for my site, but to be honest, the documentation around it can be pretty confusing at times.</p>
<p>For instance, I spent well over an hour just finding out how to include a list of relevant categories for each post. So, here&#8217;s a pared-down version of what I&#8217;m using on my blog homepage. Take what you want of it, play around with it, and hopefully save yourself some searching around.</p>
<p>This code calls up the first 15 posts (ordered by descending date). It starts by displaying the post title as a link to the full post. It then checks to see if a summary has been written for the post. If so, it displays it; if not, the <a href="http://expressionengine.com/downloads/details/word_limit_plus/" title="Word Limit Plus ExpressionEngine Plug-in">Word Limit Plus plug-in</a> displays the first 100 words of the post, followed by a &#8216;Read more&#8217; link.</p>
<p>The next section displays an information paragraph on each post, starting with the time and date of writing, a list of categories each post has been placed into, and (if any exist) a tally of how many comments each post has.</p>
<p>The final paginate section checks the number of posts. If there are more than 15 (or, in other words, more than will fill one page as specified above), then it displays links to go to further pages of entries.</p>
<p><code>{exp:weblog:entries weblog=&quot;my_weblog&quot; orderby=&quot;date&quot; sort=&quot;desc&quot; limit=&quot;15&quot;}<br />
&nbsp;<br />
&lt;p&gt;&lt;a href=&quot;{title_permalink=&quot;site/post&quot;}&quot;&gt;{title}&lt;/a&gt;&lt;/p&gt;<br />
&nbsp;<br />
{if blog-summary}<br />
{blog-summary}<br />
{if:else}<br />
{exp:word_limit_plus if_exceeds=&quot;100&quot; stop_after=&quot;100&quot; the_link=&quot;&lt;a href=&#039;{title_permalink=site/post}&#039;&gt;Read the rest of this post&amp;hellip;&lt;/a&gt;&quot;}<br />
{blog-body}<br />
{/exp:word_limit_plus}<br />
{/if}<br />
&nbsp;<br />
&lt;p&gt;Posted on {entry_date format=&#039;%j%S %F, %Y&#039;} at {entry_date format=&#039;%g:%i%a&#039;}&lt;br /&gt;<br />
Categories:{categories} &lt;a href=&quot;{path=site/index}&quot;&gt;{category_name}&lt;/a&gt; {/categories}<br />
{if allow_comments}{if comment_total &gt; 0}&amp;#8226; ({comment_total}) &lt;a href=&quot;#&quot;&gt;Comments&lt;/a&gt;{/if}{/if}&lt;/p&gt;<br />
&nbsp;<br />
{/exp:weblog:entries}<br />
&nbsp;<br />
{exp:weblog:entries weblog=&quot;my_weblog&quot; orderby=&quot;date&quot; sort=&quot;desc&quot; limit=&quot;15&quot;}<br />
&nbsp;<br />
{paginate}<br />
&lt;span class=&quot;pagecount&quot;&gt;Page {current_page} of {total_pages} pages&lt;/span&gt;{pagination_links}<br />
{/paginate}<br />
&nbsp;<br />
{/exp:weblog:entries}</code></p>
        <hr /><p><a href="http://www.rob-barrett.com"><img src="http://www.rob-barrett.com/images/banner-468x60.gif" width="468" height="60" border="0" alt="Rob Barrett Design"></a><p>&copy; Rob Barrett Design.</p>      ]]></content:encoded>
			<wfw:commentRss>http://www.rob-barrett.com/post/behind-the-scenes-expressionengine-code/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
