<?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>Chris Monnat &#187; ExpressionEngine</title>
	<atom:link href="http://www.christophermonnat.com/topics/expressionengine/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.christophermonnat.com</link>
	<description>Programmer Extraordinaire</description>
	<lastBuildDate>Thu, 02 Feb 2012 14:26:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Introducing dashEE &#8211; The Missing ExpressionEngine Dashboard</title>
		<link>http://www.christophermonnat.com/2011/09/introducing-dashee-the-missing-expressionengine-dashboard/</link>
		<comments>http://www.christophermonnat.com/2011/09/introducing-dashee-the-missing-expressionengine-dashboard/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 10:00:16 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[ExpressionEngine]]></category>

		<guid isPermaLink="false">http://www.christophermonnat.com/?p=1381</guid>
		<description><![CDATA[Today I&#8217;m excited to announce the release of a new EE module called dashEE. dashEE is a completely customizable control panel dashboard alternative that gives developers the ability to create custom widgets either as stand alone add-ons or as part of their existing custom modules. Check out the new code section of my blog for more details.]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;m excited to announce the release of a new EE module called dashEE. dashEE is a completely customizable control panel dashboard alternative that gives developers the ability to create custom widgets either as stand alone add-ons or as part of their existing custom modules. Check out the new <a href="http://www.christophermonnat.com/code/dashee/" title="dashEE – EE Dashboard Alternative">code section</a> of my blog for more details.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christophermonnat.com/2011/09/introducing-dashee-the-missing-expressionengine-dashboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EE 2.0 Module: Oneliners</title>
		<link>http://www.christophermonnat.com/2010/04/ee-2-0-module-oneliners/</link>
		<comments>http://www.christophermonnat.com/2010/04/ee-2-0-module-oneliners/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 17:00:06 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[ExpressionEngine]]></category>

		<guid isPermaLink="false">http://www.christophermonnat.com/?p=951</guid>
		<description><![CDATA[As you may know, I&#8217;m in the process of re-developing Sign-Up-Sheet.com. When it came time to start building the new website I decided to use ExpressionEngine 2.0. I have been a long time fan of EE and now that it&#8217;s running on CodeIgniter I just had to use it for this project. Content management systems are handy but I think of EE more as a website framework because you can do just about anything with it (with a little bit of PHP). In building the new Sign-Up-Sheet.com I needed a simple way of managing little chunks of content so I decided to build a custom module. The module is called Onliners and in this post I&#8217;ll give you the details on what it does and how to use it. Features Oneliners gives you a super simple clean interface to manage little bits of content. By &#8220;little bits of content&#8221; I&#8217;m referring to nothing more than a sentence long. Using the module you can group your content into logical groupings and then display those groups using variables in your templates. In the template you can control the order and number of records returned by the module. Demo Requirements Oneliners is an ExpressionEngine module which requires ExpressionEngine 2.0.1+. Installation Download the latest version of the Oneliners module. Extract the .zip file. Copy the Onliners folder to your /system/expressionengine/third_party directory. Open the Module Manager. Install the Oneliners module. Usage The control panel side is pretty self explanatory, refer to the demo video above for more details. There is only one variable pair available with this module and it is describe below: lines Lines can be used to show all the lines belonging to the provided group ID. This variable pair has one required attribute: group_id. This attribute references the ID of the of the Onliner group you wish to display. Order Parameter You can specify the order in which your lines are displayed by including the optional &#8220;order&#8221; parameter: Choices for the &#8220;order&#8221; parameter are: {exp:oneliners:lines order=&#8221;alpha&#8221;} {exp:oneliners:lines order=&#8221;id&#8221;} {exp:oneliners:lines order=&#8221;rand&#8221;} Limit Parameter You can specify the number of lines you wish to display by including the optional &#8220;limit&#8221; parameter. If this attribute is not provided then all lines for the specified group will be displayed. Free to Use Feel free to download this module and use it for yourself. Post a comment if you have any issues or ideas on how to improve.]]></description>
			<content:encoded><![CDATA[<p>As you may know, I&#8217;m in the process of re-developing <a href="http://www.sign-up-sheet.com">Sign-Up-Sheet.com</a>. When it came time to start building the new website I decided to use <a href="http://expressionengine.com/public_beta/">ExpressionEngine 2.0</a>. I have been a long time fan of EE and now that it&#8217;s running on CodeIgniter I just had to use it for this project. Content management systems are handy but I think of EE more as a website framework because you can do just about anything with it (with a little bit of PHP). In building the new Sign-Up-Sheet.com I needed a simple way of managing little chunks of content so I decided to build a custom module. The module is called Onliners and in this post I&#8217;ll give you the details on what it does and how to use it.</p>
<p><span id="more-951"></span></p>
<h2>Features</h2>
<p>Oneliners gives you a super simple clean interface to manage little bits of content. By &#8220;little bits of content&#8221; I&#8217;m referring to nothing more than a sentence long. Using the module you can group your content into logical groupings and then display those groups using variables in your templates. In the template you can control the order and number of records returned by the module.</p>
<h2>Demo</h2>
<p><!-- VZAAR START --></p>
<div class="vzaar_media_player"><object id="video" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="590" height="409" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="data" value="http://view.vzaar.com/262687.flashplayer" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent" /><param name="src" value="http://view.vzaar.com/262687.flashplayer" /><param name="allowfullscreen" value="true" /><embed id="video" type="application/x-shockwave-flash" width="590" height="409" src="http://view.vzaar.com/262687.flashplayer" wmode="transparent" allowfullscreen="true" allowscriptaccess="always" data="http://view.vzaar.com/262687.flashplayer"></embed></object></div>
<p><!-- VZAAR END --></p>
<h2>Requirements</h2>
<p>Oneliners is an ExpressionEngine <a href="http://expressionengine.com/public_beta/docs/cp/add-ons/module_manager.html">module</a> which requires ExpressionEngine 2.0.1+.</p>
<h2>Installation</h2>
<ol>
<li><a href="http://www.christophermonnat.com/wp-content/uploads/2010/04/Oneliner-EE2-Module.zip">Download</a> the latest version of the Oneliners module.</li>
<li>Extract the .zip file.</li>
<li>Copy the Onliners folder to your /system/expressionengine/third_party directory.</li>
<li>Open the <a href="http://expressionengine.com/public_beta/docs/cp/add-ons/module_manager.html">Module Manager</a>.</li>
<li>Install the Oneliners module.</li>
</ol>
<h2>Usage</h2>
<p>The control panel side is pretty self explanatory, refer to the demo video above for more details. There is only one variable pair available with this module and it is describe below:</p>
<h3>lines</h3>
<pre class="brush: xml; title: ; notranslate">
{exp:oneliners:lines group_id=&quot;1&quot;}
&lt;p&gt;{line}&lt;/p&gt;
{/exp_oneliners:lines}
</pre>
<p>Lines can be used to show all the lines belonging to the provided group ID. This variable pair has one required attribute: group_id. This attribute references the ID of the of the Onliner group you wish to display.</p>
<p><strong>Order Parameter</strong></p>
<p>You can specify the order in which your lines are displayed by including the optional &#8220;order&#8221; parameter:</p>
<pre class="brush: xml; title: ; notranslate">
{exp:oneliners:lines group_id=&quot;1&quot; order=&quot;rand&quot;}
</pre>
<p>Choices for the &#8220;order&#8221; parameter are:</p>
<ul>
<li>{exp:oneliners:lines order=&#8221;alpha&#8221;}</li>
<li>{exp:oneliners:lines order=&#8221;id&#8221;}</li>
<li>{exp:oneliners:lines order=&#8221;rand&#8221;}</li>
</ul>
<p><strong>Limit Parameter</strong></p>
<p>You can specify the number of lines you wish to display by including the optional &#8220;limit&#8221; parameter. If this attribute is not provided then all lines for the specified group will be displayed.</p>
<pre class="brush: xml; title: ; notranslate">
{exp:oneliners:lines group_id=&quot;1&quot; limit=&quot;3&quot;}
</pre>
<h2>Free to Use</h2>
<p>Feel free to download this module and use it for yourself. Post a comment if you have any issues or ideas on how to improve.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christophermonnat.com/2010/04/ee-2-0-module-oneliners/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

