<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    
    <channel>
    
    <title>ExpressionEngine Community Forums</title>
    <link>http://expressionengine.com/forums/</link>
    <description>ExpressionEngine Community Forums</description>
    <dc:language>en</dc:language>
    <dc:rights>Copyright 2010</dc:rights>
    <dc:date>2010-03-19T13:21:31-06:00</dc:date>
    <admin:generatorAgent rdf:resource="http://www.pmachine.com/" />
    

    <item>
      <title>Plugin: Send Email</title>
      <link>http://expressionengine.com/forums/viewthread/149915/</link>
      <guid>http://expressionengine.com/forums/viewthread/149915/#When:13:21:31Z</guid>
      <description>&lt;p&gt;The free &lt;a href=&quot;http://engaging.net/products/send&#45;email&quot;&gt;Send Email&lt;/a&gt; plugin lets you send an email from within an ExpressionEngine template without the user submitting a form.&lt;/p&gt;

&lt;p&gt;It&#8217;s compatible with both EE v1.x and v2.x.&lt;/p&gt;

&lt;p&gt;It’s probably most likely to be useful when placed within an embedded template that is loaded using ajax by some user action in the parent template (at least, that&#8217;s what I used it for).&lt;/p&gt;

&lt;p&gt;Downloading the file requires registration at Engaging.net.
&lt;/p&gt;</description>
      <dc:date>2010-03-19T13:21:31-06:00</dc:date>
    </item>

    <item>
      <title>Plugin: Category Count</title>
      <link>http://expressionengine.com/forums/viewthread/101532/</link>
      <guid>http://expressionengine.com/forums/viewthread/101532/#When:06:59:11Z</guid>
      <description>&lt;p&gt;As I was working on this plugin, I kept thinking: I really hope that this is a core function that I just not finding.&amp;nbsp; This plugin does one simple thing.&amp;nbsp; It returns the number of entries associated with a given category.&lt;/p&gt;

&lt;p&gt;This is how it works:&lt;/p&gt;

&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;catcount cat_id&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;33&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;status&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;open|close&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;This would output a number, such as &#8220;12&#8221; where you place it.&lt;/p&gt;

&lt;p&gt;It can also work nested within the exp:weblog:categories like so:&lt;/p&gt;

&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;weblog&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;categories weblog&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&#123;current&#45;weblog&#125;&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;li&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;category_name&#125;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;catcount cat_id&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&#123;category_id&#125;&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;li&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;weblog&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;categories&#125; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;Please let me know if there is a core function that does this, and if not&#8230; enjoy &lt;img src=&quot;http://ellislab.com/images/smileys/smile.gif&quot; width=&quot;19&quot; height=&quot;19&quot; alt=&quot;smile&quot; style=&quot;border:0;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;i&gt;Edit Feb. 19, 2010&lt;/i&gt;&lt;br /&gt;
1.1 &#45; Added status parameter (Jan. 7, 2009)&lt;br /&gt;
2.0 &#45; EE2 compatible
&lt;/p&gt;</description>
      <dc:date>2009-01-07T06:59:11-06:00</dc:date>
    </item>

    <item>
      <title>Plugin: Structure Entries &#45; Add&#45;on for Structure module</title>
      <link>http://expressionengine.com/forums/viewthread/142988/</link>
      <guid>http://expressionengine.com/forums/viewthread/142988/#When:07:03:36Z</guid>
      <description>&lt;p&gt;Structure Entries v1.0.5 &lt;a href=&quot;http://www.twobelowzero.net/software/ee/structure&#45;entries/structure&#45;entries&#45;plugin&#45;v1.0.5.zip&quot;&gt;Download here&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;For support please post here: &lt;a href=&quot;http://www.getsatisfaction.com/twobelowzero/products/twobelowzero_ee_structure_entries_plugin&quot;&gt;Get Satisfaction&lt;/a&gt;. Please &lt;b&gt;don&#8217;t&lt;/b&gt; send issues to Travis/BuildWithStructure.&lt;/p&gt;

&lt;p&gt;Extends the excellent &lt;a href=&quot;http://www.buildwithstructure.com&quot;&gt;Structure module&lt;/a&gt; with a tag pair that allows you to output your Structure managed pages with your own html markup, with control on the depth of parent/child and doesn&#8217;t need to sit inside &#123;exp:weblog:entries&#125; tag pair. It also supports categories.&lt;/p&gt;

&lt;p&gt;Obviously you&#8217;ll need Structure installed!&lt;/p&gt;

&lt;p&gt;This can be used to output a menu, summary of a group of pages, bullet points on screen, whatever.&amp;nbsp; &lt;/p&gt;

&lt;p&gt;&lt;b&gt;Example Sites:&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.northstarenergy.co.uk&quot;&gt;Northstar Energy website&lt;/a&gt;: Used for the top navigation, the relevant pages are associated with a category called &#8220;main navigation&#8221; and the order is defined by Structure.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.angulocaboverde.com&quot;&gt;Angulo website&lt;/a&gt;: Used for the complete top navigation &#45; including the rollover dropdown menus and all images, titles, etc.&amp;nbsp; Originally done in native Structure, with loads of additional embeds and weblog:entries to pull the relevant information.&amp;nbsp; Now all done using 1 call to structure_entries and shaved 10 seconds off the loading time!&amp;nbsp; Also used on the footer navigation, the sponsors links (footer), which are all the children of the sponsors page and on the summary pages, to pull all or a limited amount of child pages (see &lt;a href=&quot;http://www.angulocaboverde.com/cabo&#45;verde/&quot;&gt;here&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/p&gt;

&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;structure_entries depth&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;2&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;parent&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;10&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;category_id&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;7&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;limit&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;4&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;...&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Your html markup &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;and &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;EE Fields&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;br /&gt;...&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;structure_entries&#125; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;It&#8217;s a tag pair, so always needs the closing tag. All parameters are optional, defaults are shown below.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Parameters:&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;depth &lt;/b&gt;&#45; to restrict how deep the output is (defaults to 0 &#45; all)&lt;br /&gt;
&lt;b&gt;parent &lt;/b&gt;&#45; to only show the children beneath the specified parent (including grand&#45;children, etc).&amp;nbsp; This can be either the entry_id of the parent or the path to the parent.&lt;br /&gt;
&lt;b&gt;category_id&lt;/b&gt; &#45; the category ID that you want shown &#45; only entries (including children) assigned to the specified category will be shown.&lt;br /&gt;
&lt;b&gt;limit&lt;/b&gt; &#45; restricts the output so only the amount of pages you specify will be shown (handy for summary pages, where you might only want to show a few of the child pages). Default is unlimited.&lt;br /&gt;
&lt;b&gt;status&lt;/b&gt; &#45; limit output to a specific status (can only handle one status), by default outputs all status except &#8220;closed&#8221;.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Variables:&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Additional variables available (beyond the standard EE fields and custom fields) include:&lt;br /&gt;
&lt;b&gt;&#123;page_uri&#125;&lt;/b&gt; = Is the entry URL value&lt;br /&gt;
&lt;b&gt;&#123;page_url&#125;&lt;/b&gt; = Is the URL to the entry as returned by Structure&lt;br /&gt;
&lt;b&gt;&#123;current_page&#125;&lt;/b&gt; = returns 1 (true) if the current page matches the page output by the entries loop&lt;br /&gt;
&lt;b&gt;&#123;depth&#125;&lt;/b&gt; = Displays the current level of pages deep this page is (how many parents it has)&lt;br /&gt;
&lt;b&gt;&#123;parent_id&#125;&lt;/b&gt; = Entry ID for the parent of the current page, if it&#8217;s top level, it returns 0&lt;br /&gt;
&lt;b&gt;&#123;count&#125;&lt;/b&gt; = running counter for all entries that match the supplied parameters&lt;br /&gt;
&lt;b&gt;&#123;total_children&#125;&lt;/b&gt; or &#123;children_total&#125; = Total entries that match the supplied parameters (depth, parent &amp;amp; category)&lt;br /&gt;
&lt;b&gt;&#123;last_child&#125;&lt;/b&gt; or &#123;last_sibling&#125; = Returns true or false boolean to indicate if the entry is the last sibling in the current group and level of entries&lt;br /&gt;
&lt;b&gt;&#123;sibling_count&#125;&lt;/b&gt; = running counter of siblings working through the current group at the same level&lt;br /&gt;
&lt;b&gt;&#123;total_siblings&#125;&lt;/b&gt; or &#123;sibling_total&#125; = total siblings for the current group at this level&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Example Code:&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Example 1 (very basic):
&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;structure_entries&#125;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&#123;title&#125;&lt;br /&gt;&#123;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;structure_entries&#125; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;Which will list all structure entries (any depth/level) and any fieldname/variable specified within the template tags will be shown.&lt;br /&gt;
FF Matrix is supported with a very minor amend to the FieldFrame code.&lt;/p&gt;

&lt;p&gt;Example 2:
&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;structure_entries parent&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;10&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;depth&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;1&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;li &#123;if &#123;current_page&#125;&#125;class&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;current&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;if&#125;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;a href&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&#123;page_uri&#125;&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;img src&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&#123;theme&#45;url&#125;/images/&#123;page_url&#125;.gif&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;alt&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&#123;if &quot; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;a&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;li&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;structure_entries&#125; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;Displays the children (1 level) of a specific parent, using images and custom fields as an alternative to &#123;title&#125;.&lt;/p&gt;

&lt;p&gt;Example 3:
&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;structure_entries category_id&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;6&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;depth&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;1&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;li &#123;if &#123;current_page&#125;&#125;class&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;current&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;if&#125;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;a href&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&#123;page_uri&#125;&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;if &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&#123;alternative&#45;title&#125;&quot; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;!= &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&#123;alternative&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;title&#125;&#123;if&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;else&#125;&#123;title&#125;&#123;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;if&#125;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;a&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;li&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;structure_entries&#125; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;Similar to example 2, but defined by a category.&lt;/p&gt;

&lt;p&gt;Example 4:
&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;ul&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;structure_entries&#125;&lt;br /&gt;&#123;if &#123;depth&#125; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;== &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;1&#125;&#123;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;!&#45;&#45; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Top Level &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;li&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;a href&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&#123;page_uri&#125;&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;title&#125; Depth&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;depth&#125; Parent&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;parent_id&#125;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;a&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;if &#123;children_total&#125; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;== &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;0&#125;&#123;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;!&#45;&#45; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;No Children &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;so close markup &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;li&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;if&#125;&lt;br /&gt;&lt;br /&gt;&#123;if&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;else&#125;&#123;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;!&#45;&#45; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Children &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;not top level&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) &#45;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&#123;if &#123;sibling_count&#125; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;== &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;1&#125;&#123;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;!&#45;&#45; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;First child &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;so open markup &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;ul &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;class=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;level&#123;depth&#125;&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;if&#125;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;li&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;a href&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&#123;page_uri&#125;&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;title&#125; Depth&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;depth&#125; Parent&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;parent_id&#125;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;a&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;if &#123;children_total&#125; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;== &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;0&#125;&#123;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;!&#45;&#45; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;No Children &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;so close markup &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;li&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;if&#125;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&#123;if &#123;last_sibling&#125;&#125;&#123;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;!&#45;&#45; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Last Child &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;so close markup &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;ul&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;!&#45;&#45; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;End of level&#123;depth&#125; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&#45;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;li&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;if&#125;&lt;br /&gt;&#123;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;if&#125;&lt;br /&gt;&#123;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;structure_entries&#125;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;ul&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;This will output any level of page depth with correct opening and closing of the list markup&lt;/p&gt;

&lt;p&gt;For support, more help, comments, slating, please post here: &lt;a href=&quot;http://www.getsatisfaction.com/twobelowzero/products/twobelowzero_ee_structure_entries_plugin&quot;&gt;Get Satisfaction&lt;/a&gt;
&lt;/p&gt;</description>
      <dc:date>2010-01-25T07:03:36-06:00</dc:date>
    </item>

    <item>
      <title>Plugin: Summary</title>
      <link>http://expressionengine.com/forums/viewthread/144973/</link>
      <guid>http://expressionengine.com/forums/viewthread/144973/#When:15:23:01Z</guid>
      <description>&lt;p&gt;This plugin will take a block of text and &lt;b&gt;only&lt;/b&gt; return the first line (e.g. everything before a newline/return). It&#8217;s useful for showing summaries/excerpts from blog entries or on EE search result pages where you don&#8217;t have an exceprt/summary field already setup. HTML is not stripped out either.&lt;/p&gt;

&lt;p&gt;Usage is simply:&lt;/p&gt;

&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;summary&#125;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Text to be processed&lt;br /&gt;&#123;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;trim_title&#125; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;An example would be as follows:&lt;/p&gt;

&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;summary&#125;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Lorem ipsum dolor sit amet&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;consectetur adipiscing elit&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;. &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Praesent nulla mauris&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;pharetra ac iaculis at&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;aliquet id diam&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Suspendisse sem massa&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;lacinia ac auctor at&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;fermentum sed arcu&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;. &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Quisque lobortis porta neque&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;ut venenatis magna feugiat vitae&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Mauris vehicula semper accumsan&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;. &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Proin mollis enim nec enim adipiscing congue&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;. &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Vestibulum vitae iaculis odio&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;. &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Ut tincidunt&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;dolor quis volutpat accumsan&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;ante massa feugiat nisl&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;vitae pulvinar leo ipsum at purus&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;trim_title&#125; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;What would be returned is this:&lt;/p&gt;

&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Lorem ipsum dolor sit amet&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;consectetur adipiscing elit&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;. &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Praesent nulla mauris&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;pharetra ac iaculis at&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;aliquet id diam&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;You can also specify how many lines to return by flagging the &lt;b&gt;returns&lt;/b&gt; parameter:&lt;/p&gt;

&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;summary returns&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;2&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Lorem ipsum dolor sit amet&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;consectetur adipiscing elit&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;. &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Praesent nulla mauris&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;pharetra ac iaculis at&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;aliquet id diam&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Suspendisse sem massa&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;lacinia ac auctor at&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;fermentum sed arcu&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;. &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Quisque lobortis porta neque&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;ut venenatis magna feugiat vitae&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Mauris vehicula semper accumsan&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;. &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Proin mollis enim nec enim adipiscing congue&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;. &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Vestibulum vitae iaculis odio&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;. &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Ut tincidunt&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;dolor quis volutpat accumsan&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;ante massa feugiat nisl&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;vitae pulvinar leo ipsum at purus&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;summary&#125; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;...will return the following:&lt;/p&gt;

&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Lorem ipsum dolor sit amet&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;consectetur adipiscing elit&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;. &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Praesent nulla mauris&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;pharetra ac iaculis at&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;aliquet id diam&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Suspendisse sem massa&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;lacinia ac auctor at&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;fermentum sed arcu&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;. &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Quisque lobortis porta neque&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;ut venenatis magna feugiat vitae&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;If you leave out the &lt;b&gt;returns&lt;/b&gt; parameter, it will default to only return the first line.&lt;/p&gt;

&lt;p&gt;You can download the latest version here:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://ee.cwhapps.com/plugins/summary/latest.zip&quot;&gt;http://ee.cwhapps.com/plugins/summary/latest.zip&lt;/a&gt;
&lt;/p&gt;</description>
      <dc:date>2010-02-08T15:23:01-06:00</dc:date>
    </item>

    <item>
      <title>Plugin: CSS3 (auto prefix CSS3 properties)</title>
      <link>http://expressionengine.com/forums/viewthread/148392/</link>
      <guid>http://expressionengine.com/forums/viewthread/148392/#When:18:08:23Z</guid>
      <description>&lt;p&gt;For each advanced CSS3 property, use this plugin in a CSS template to spew out all the supporting browser prefixes (supports Gecko, Konqueror, Opera, Trident, and Webkit).&lt;/p&gt;

&lt;p&gt;Refer to the Mozilla site for implementation style and ideas: &lt;a href=&quot;https://developer.mozilla.org/en/CSS_Reference/Mozilla_Extensions&quot;&gt;https://developer.mozilla.org/en/CSS_Reference/Mozilla_Extensions&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;For example:
&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #FF8000&quot;&gt;#rounded_box &#123;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;css3&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;borderRadius value&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;1em 2em 3em 4em&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&lt;br /&gt;&#125; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt;
...outputs:
&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #FF8000&quot;&gt;#rounded_box &#123;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;moz&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;border&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;radius&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;1em 2em 3em 4em&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;border&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;top&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;left&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;radius&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;1em&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;border&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;top&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;right&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;radius&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;2em&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;border&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;bottom&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;left&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;radius&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;3em&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;border&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;bottom&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;right&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;radius&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;4em&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;webkit&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;border&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;top&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;left&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;radius&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;1em&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;webkit&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;border&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;top&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;right&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;radius&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;2em&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;webkit&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;border&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;bottom&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;left&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;radius&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;3em&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;webkit&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;border&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;bottom&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;right&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;radius&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;4em&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;&amp;nbsp;   &lt;br /&gt;
MORE SAMPLES&lt;/p&gt;

&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;css3&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;backgroundClip value&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;content&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt;
see &lt;a href=&quot;https://developer.mozilla.org/en/CSS/&#45;moz&#45;background&#45;clip&quot;&gt;https://developer.mozilla.org/en/CSS/&#45;moz&#45;background&#45;clip&lt;/a&gt;&lt;/p&gt;

&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;css3&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;backgroundOrigin value&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;content&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt;
see &lt;a href=&quot;https://developer.mozilla.org/en/CSS/&#45;moz&#45;background&#45;origin&quot;&gt;https://developer.mozilla.org/en/CSS/&#45;moz&#45;background&#45;origin&lt;/a&gt;&lt;/p&gt;

&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;css3&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;backgroundSize value&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;100% 100%&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt;
see &lt;a href=&quot;https://developer.mozilla.org/en/CSS/&#45;moz&#45;background&#45;size&quot;&gt;https://developer.mozilla.org/en/CSS/&#45;moz&#45;background&#45;size&lt;/a&gt;&lt;/p&gt;

&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;css3&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;borderImage value&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;url(image.png) 1px 2px 3px 4px&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt;
see &lt;a href=&quot;https://developer.mozilla.org/en/CSS/&#45;moz&#45;border&#45;image&quot;&gt;https://developer.mozilla.org/en/CSS/&#45;moz&#45;border&#45;image&lt;/a&gt;&lt;/p&gt;

&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;css3&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;borderRadius value&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;1em&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&lt;br /&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;css3&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;borderRadius value&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;1em 2em 3em 4em&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&lt;br /&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;css3&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;borderRadius value&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;1em/1px&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&lt;br /&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;css3&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;borderRadius value&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;1em 2em 3em 4em / 1px 2px 3px 4px&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt;
see &lt;a href=&quot;https://developer.mozilla.org/en/CSS/&#45;moz&#45;border&#45;radius&quot;&gt;https://developer.mozilla.org/en/CSS/&#45;moz&#45;border&#45;radius&lt;/a&gt;&lt;br /&gt;
Note: Make sure you use 1 or 4 space&#45;delimited values. Since cases where 2 or 3 values would make sense seemed so rare, I didn&#8217;t bother supporting those. Also, for horizontal/vertical radii, use the Mozilla slash style.&lt;/p&gt;

&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;css3&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;boxShadow value&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;1px 2px 3px rgba(0,0,0,.5)&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt;
see &lt;a href=&quot;https://developer.mozilla.org/en/CSS/&#45;moz&#45;box&#45;shadow&quot;&gt;https://developer.mozilla.org/en/CSS/&#45;moz&#45;box&#45;shadow&lt;/a&gt;&lt;/p&gt;

&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;css3&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;boxSizing value&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;border&#45;box&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt;
see &lt;a href=&quot;https://developer.mozilla.org/en/CSS/box&#45;sizing&quot;&gt;https://developer.mozilla.org/en/CSS/box&#45;sizing&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;
&lt;b&gt;UPDATED 2010&#45;03&#45;18&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;EE 2.0 version&lt;/b&gt;&lt;br /&gt;
(branched at &lt;a href=&quot;http://github.com/stedman/sd.css3.ee_addon/tree/ee2&quot;&gt;http://github.com/stedman/sd.css3.ee_addon/tree/ee2&lt;/a&gt; )&lt;/p&gt;

&lt;p&gt;&lt;b&gt;background linear gradient&lt;/b&gt;
&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;css3&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;backgroundLinearGradient value&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;top, #fff, #000&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;css3&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;backgroundLinearGradient value&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;left, rgba(0,10,20,.5), rgba(200,210,220,.5)&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;IE example:&lt;/b&gt;
&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;!&#45;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#91;if IE 8&#93;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;shadow &#123;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;css3&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;boxShadow ie&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;8&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;value&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;1px 2px 3px #666&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&#125;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;!&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#91;endif&#93;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&#45;&amp;gt; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;...outputs:&lt;/p&gt;

&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;!&#45;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#91;if IE 8&#93;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;shadow &#123;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;ms&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;filter&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;progid:DXImageTransform.Microsoft.dropshadow(OffX=1px,OffY=2px,Color=&#39;#666&#39;)&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;!&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#91;endif&#93;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&#45;&amp;gt; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;IE Usage:&lt;/b&gt;
&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;css3&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;backgroundLinearGradient ie&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;8&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;value&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;top, #fff, #000&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;css3&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;boxShadow ie&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;6&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;value&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;1px 2px 3px #666666&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;css3&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;opacity ie&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;6&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;value&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;0.5&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;css3&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;transformRotate ie&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;6&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;value&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;10deg&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;&lt;br /&gt;
&lt;b&gt;DOWNLOAD from GitHub&lt;/b&gt;&lt;br /&gt;
&lt;a href=&quot;http://github.com/stedman/sd.css3.ee_addon&quot;&gt;http://github.com/stedman/sd.css3.ee_addon&lt;/a&gt;
&lt;/p&gt;</description>
      <dc:date>2010-03-05T18:08:23-06:00</dc:date>
    </item>

    <item>
      <title>plugin: Image Sizer</title>
      <link>http://expressionengine.com/forums/viewthread/62138/</link>
      <guid>http://expressionengine.com/forums/viewthread/62138/#When:08:01:37Z</guid>
      <description>&lt;p&gt;This plugin will resize any JPG GIF or PNG image to the desired size specified&lt;br /&gt;
in your EE tag and cache the resized image to the cache folder. If you update&lt;br /&gt;
the original image a new resized version will be created. If the image is not on the server the tag will not return anything.&lt;/p&gt;

&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;imgsizer&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;size image&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;/images/news/moped.jpg&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;width&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;200&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;alt&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;My Title&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;id&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;img_5334&quot; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;class=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;entry_img&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;will output
&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;img src&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;/images/news/cache/200x134&#45;moped.jpg&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;width&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;200&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;height&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;134&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;alt&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;My Title&quot; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;class=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;entry_img&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;id&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;img_5334&quot; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&amp;gt; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;you can &lt;a href=&quot;http://www.lumis.com/site/page/imgsizer/&quot;&gt;Download here&lt;/a&gt;
&lt;/p&gt;</description>
      <dc:date>2007-10-04T08:01:37-06:00</dc:date>
    </item>

    <item>
      <title>Plugin: FeedGrab</title>
      <link>http://expressionengine.com/forums/viewthread/37598/</link>
      <guid>http://expressionengine.com/forums/viewthread/37598/#When:08:49:03Z</guid>
      <description>&lt;p&gt;The aim of this plugin it to allow you to grab data from RSS feeds and insert it into your own weblog. &lt;/p&gt;

&lt;p&gt;The motivation behind it is to produce something similar to &lt;a href=&quot;http://www2.jeffcroft.com/tumblelog/&quot;&gt;http://www2.jeffcroft.com/tumblelog/&lt;/a&gt; where various sources of 3rd party information are brought together in a single place. On a simpler level it could be used to import links to, say, your flickr images so that the image appears as part of your weblog, on the correct day.&lt;/p&gt;

&lt;p&gt;The plug in has only been tested for my own purposes, but I&#8217;m posting it here in case any one else might find it useful.&lt;/p&gt;

&lt;p&gt;Basic usage is:&lt;/p&gt;

&lt;p&gt;1) Create a new template&lt;/p&gt;

&lt;p&gt;2) Add a call to the plugin, eg:&lt;/p&gt;

&lt;p&gt;&#123;exp:feedgrab url=&#8220;http://api.flickr.com/services/feeds/photos_public.gne?id=25509357@N00&amp;amp;format=rss_200&#8221; &lt;br /&gt;
weblog=&#8220;1&#8221; &lt;br /&gt;
title=&#8220;title&#8221;&lt;br /&gt;
date=&#8220;dc:date.Taken&#8221;&lt;br /&gt;
use=&#8220;link|description&#8221; &lt;br /&gt;
fields=&#8220;extended|body&#8221; &#125;&lt;/p&gt;

&lt;p&gt;(This tells the plugin to grab the feed and for each item in the feed put its link and description in the weblog entry&#8217;s extended and body custom fields, using the feed item&#8217;s title as the entry title and its dc:data.Taken field as the entry&#8217;s publish date. The weblog parameter allows you to specify which weblog to put the data in.)&lt;/p&gt;

&lt;p&gt;3) Call the template, either by hand or through a cron job&lt;/p&gt;

&lt;p&gt;A known issue is that it breaks the Plugin Manager! I&#8217;m pretty sure that this is because it &#8216;shares&#8217; code with the magpie plugin. Any help to get around this would be appreciated&#8230;&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;
Edit: Please see the &lt;a href=&quot;http://www.brandnewbox.co.uk/products/details/feedgrab/&quot;&gt;FeedGrab&lt;/a&gt; page to download current version&lt;/p&gt;

&lt;p&gt;Edit:&lt;b&gt;I&#8217;ve created a support forum on my own site:&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://brandnewbox.co.uk/forums&quot;&gt;http://brandnewbox.co.uk/forums&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Can I recommend further problems are raised there. I am more likely to see them and each can have there own thread.&lt;/b&gt;
&lt;/p&gt;</description>
      <dc:date>2006-08-29T08:49:03-06:00</dc:date>
    </item>

    <item>
      <title>Video Player plugin for Youtube, Vimeo, Dailymotion, Veoh, MySpace &amp;amp; more</title>
      <link>http://expressionengine.com/forums/viewthread/134343/</link>
      <guid>http://expressionengine.com/forums/viewthread/134343/#When:09:26:20Z</guid>
      <description>&lt;p&gt;Video Player is a plugin that lets you easily get the embed player code for Youtube, Vimeo, Dailymotion, Veoh, MySpace, Metacafe and Revver videos, from the video URL.&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:green;&quot;&gt;Video Player is available on EE 1.6 &amp;amp; EE 2.0&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:red;&quot;&gt;Notice : You have to set the Weblog/Channel preference &#8220;Automatically turn URLs and email addresses into links?&#8221; to &#8220;No&#8221;&amp;nbsp; in order to make the plugin work&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;
&lt;span style=&quot;font&#45;size:16px;&quot;&gt;The Tag&lt;/span&gt;&lt;/p&gt;

&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;videoplayer src&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;http://www.youtube.com/watch?v=h1qYN3YtPfU&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;width&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;800&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;height&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;600&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;&lt;br /&gt;
&lt;span style=&quot;font&#45;size:16px;&quot;&gt;Tag Parameters&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;src=&lt;br /&gt;
[REQUIRED] The URL of the Youtube, Vimeo or Daily motion video you want to embed in the player.&lt;/p&gt;

&lt;p&gt;width= &lt;br /&gt;
[OPTIONAL] The height of the player. The default value is (425).&lt;/p&gt;

&lt;p&gt;height=&lt;br /&gt;
[OPTIONAL] The width of the player. The default value is (344).&lt;/p&gt;

&lt;p&gt;error=&lt;br /&gt;
[OPTIONAL] The error message displayed if the video service can’t be found. The default value is an empty string.&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;
&lt;span style=&quot;font&#45;size:16px;&quot;&gt;Change Log&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Video Player 1.1&lt;/b&gt; (12/01/2010)&lt;br /&gt;
&#45; New video services supported : Veoh, MySpace, Metacafe and Revver&lt;br /&gt;
&#45; Optimized video id detection with the use of regular expressions&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Video Player 1.0.1&lt;/b&gt; (17/11/2009)&lt;br /&gt;
&#45; Using preg_match() instead of ereg() (ereg function has been deprecated in the upcoming PHP 5.3.0)&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Video Player 1.0&lt;/b&gt; (17/11/2009)&lt;br /&gt;
&#45; Customizable error message with the new “error” parameter&lt;br /&gt;
&#45; Handles urls with and without the &#8220;www.&#8221; segment
&lt;/p&gt;</description>
      <dc:date>2009-11-05T09:26:20-06:00</dc:date>
    </item>

    <item>
      <title>Plugin/template embed parse order</title>
      <link>http://expressionengine.com/forums/viewthread/149599/</link>
      <guid>http://expressionengine.com/forums/viewthread/149599/#When:19:30:07Z</guid>
      <description>&lt;p&gt;Hi &#45; I&#8217;m wondering if it&#8217;s possible to pass the value from a plugin as a variable in a template embed &#45; something like this:&lt;/p&gt;

&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;embed&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;my_template&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;variable&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&#123;exp:my_plugin:value&#125;&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;I thought embeds were parsed right at the end, but perhaps they&#8217;re parsed before plugins?&lt;/p&gt;

&lt;p&gt;Any ideas would be much appreciated!&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Tim&lt;/p&gt;

&lt;p&gt;ps &#45; I&#8217;m using EE2 at the moment
&lt;/p&gt;</description>
      <dc:date>2010-03-16T19:30:07-06:00</dc:date>
    </item>

    <item>
      <title>Plugin: Tweet This</title>
      <link>http://expressionengine.com/forums/viewthread/115527/</link>
      <guid>http://expressionengine.com/forums/viewthread/115527/#When:21:21:51Z</guid>
      <description>&lt;p&gt;I am proud to release my first Expression Engine plugin. This one is named Tweet This which will allow you to add a &#8220;Tweet This&#8221; link in your blog entries. This will enable visitors to tweet the entry. By default it will use the is.gd url shortening service to make the link short and also trim the title to less than 70 characters. &lt;/p&gt;

&lt;p&gt;&lt;b&gt;Example Usage&lt;/b&gt;
&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;tweet_this title&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&#123;title&#125;&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;url&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&#123;title_permalink=blog/entry&#125;&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;PARAMETERS&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;title=&#8221;&#123;title&#125;&#8221;&lt;br /&gt;
&#45; The title of the entry.&lt;br /&gt;
&amp;nbsp;  &amp;nbsp;  &amp;nbsp; &lt;br /&gt;
url=&#8221;&#123;title_permalink=blog/entry&#125;&#8221;&lt;br /&gt;
&#45; The url or permalink to the entry.&lt;br /&gt;
&amp;nbsp;  &amp;nbsp;  &amp;nbsp; &lt;br /&gt;
no_short_url=&#8220;TRUE&#8221;&lt;br /&gt;
&#45; Do you not want to use the is.gd url shortening server?&lt;/p&gt;

&lt;p&gt;link_title=&#8220;Tweet This!&#8221;&lt;br /&gt;
&#45; This is the link title. Could be text or image.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Requirements&lt;/b&gt;&lt;br /&gt;
 &#45; Curl&lt;br /&gt;
 &#45; json_decode for bit.ly&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Help &amp;amp; Support&lt;/b&gt;&lt;br /&gt;
I make absolutely no guarantee I can offer support but if you need help post here or leave a comment on my site: &lt;a href=&quot;http://ericlbarnes.com/blog/develop/ee&#45;tweet&#45;this/&quot;&gt;http://ericlbarnes.com/blog/develop/ee&#45;tweet&#45;this/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;UPDATE&lt;/b&gt;&lt;br /&gt;
mdesign has put up a repo on GitHub that is extensively updated: Short’n Tweet There are comments in the plugin about the bit.ly stuff. If anyone wants to fork it, optimize and improve it…have at it! &lt;br /&gt;
&lt;a href=&quot;http://github.com/mdesign/shortn&#45;tweet.ee_addon&quot;&gt;http://github.com/mdesign/shortn&#45;tweet.ee_addon&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;UPDATE December 06, 2009&lt;/b&gt;&lt;br /&gt;
Now forked to work with EE 2.0: &lt;br /&gt;
&lt;a href=&quot;http://github.com/ericbarnes/shortn&#45;tweet.ee_addon&quot;&gt;http://github.com/ericbarnes/shortn&#45;tweet.ee_addon&lt;/a&gt;
&lt;/p&gt;</description>
      <dc:date>2009-05-25T21:21:51-06:00</dc:date>
    </item>

    
    </channel>
</rss>