<?xml version="1.0" encoding="utf-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">ExpressionEngine Community Forums</title>
    <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/" />
    <link rel="self" type="application/atom+xml" href="http://expressionengine.com/forums/atom/" />
    <updated>2008-06-27T09:55:46Z</updated>
    <rights>Copyright (c) 2008</rights>
    <generator uri="http://www.pmachine.com/" version="1.6.3">ExpressionEngine</generator>
    <id>tag:expressionengine.com,2008:10:12</id>


    <entry>
      <title>REEOrder Module (Custom ordering of entries)</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/43903/" />      
      <id>tag:expressionengine.com,2007:forums/viewthread/.43903</id>
      <published>2007-02-20T12:15:13Z</published>
      <updated>2008-06-27T09:55:46Z</updated>
      <author><name>Cocoaholic</name></author>
      <content type="html">
      <![CDATA[
        <p>The REEOrder module allows you to easily re-order your entries.</p>

<p>The module uses EE’s ability to order Weblog Entries by a Custom Field, it does not add any queries or other additional processing to your templates.</p>

<p>Installation and usage:</p>

<p><b>Step 1:</b><br />
Create a new Custom Field in your Field Group, this field will hold the sorting value. You aren’t actually going to use this field. The REEOrder Module will do all the heavy lifting. (The actual sorting.)<br />
- The preferred &#8220;Field Type&#8221; would be &#8220;Text Input&#8221;<br />
- Name it anything you like, and feel free to set any other options</p>

<p><b>Step 2:</b><br />
Install the &#8220;REEOrder&#8221; Module</p>

<p><b>Step 3:</b><br />
In the module&#8217;s Preferences page, select the Custom Field you just created.</p>

<p><b>Step 4:</b><br />
Select a weblog and re-order your entries</p>

<p><b>Step 5:</b><br />
Create or modify a template and change the &#8220;orderby&#8221; parameter in the weblog tag to the name of your new Custom Field</p>

<p>Example of the weblog tag:</p>

<p></p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">weblog</span><span style="color: #007700">:</span><span style="color: #0000BB">entries weblog</span><span style="color: #007700">=</span><span style="color: #DD0000">"default_site" </span><span style="color: #0000BB">orderby</span><span style="color: #007700">=</span><span style="color: #DD0000">"your_new_custom_field" </span><span style="color: #0000BB">disable</span><span style="color: #007700">=</span><span style="color: #DD0000">"categories|member_data|pagination|trackbacks"</span><span style="color: #0000BB">&#125;<br /><br /></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">h3</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;title&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">h3</span><span style="color: #007700">&gt;<br /></span><span style="color: #0000BB">&#123;body&#125;<br /><br />&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">weblog</span><span style="color: #007700">:</span><span style="color: #0000BB">entries&#125; </span>
</span>
</code></div><p></p>

<p>If you change Sort Order to &#8220;Ascending&#8221; in the module&#8217;s Preferences, make sure you also add sort"asc&#8221; to your weblog tag.</p>

<p><b>Step 6:</b> (optional)<br />
If you like you can install the additional &#8220;REEOrder&#8221; Extension, this will remove the Custom Field from the Entry Form. (so your client won&#8217;t accidentally mess with it).</p>

<p>Download: <a href="http://www.elwinzuiderveld.nl/downloads/reeorder_module_1.0.1.zip">REEOrder Module 1.0.1</a></p>

<p>Let me know if you have any questions.</p>

<p>EDIT: updated to v1.0.1</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>NEW!&amp;nbsp;  Fielder Module: (Mass Custom Fields)</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/92967/" />      
      <id>tag:expressionengine.com,2008:forums/viewthread/.92967</id>
      <published>2008-10-05T11:36:17Z</published>
      <updated>2008-10-05T11:43:20Z</updated>
      <author><name>Victor Gutierrez</name></author>
      <content type="html">
      <![CDATA[
        <p>So you ever wanted to make a specifications list that has 100+ items in it? But don&#8217;t want to make 100 custom fields. Fielder is your choice then.</p>

<p>Fielder enables you to make mass custom fields without using traditional ExpressionEngine Custom Fields.</p>

<p>As we all know having 100+ custom fields will slow things down, because each EE custom field creates a new column in the entries table and all MYSQL guru&#8217;s know that the more you have the slower things become. And your also limited to around 250 columns anyway, so you could only have 250 custom fields orso. Fielder does not have this limitation it stores each field in it&#8217;s own row (not column) and the field data is stored in it&#8217;s own table. So it&#8217;s always snappy!</p>

<p><span style="font-size:16px;"><b>Features</b></span></p>

<p>&nbsp;   * Mass custom fields creation<br />
&nbsp;   * Uses it&#8217;s own table for custom fields<br />
&nbsp;   * Offloads the process of mass custom fields from the standard entries table<br />
&nbsp;   * Supports custom fields sorting with AJAX/jQuery magic<br />
&nbsp;   * Fielder Field Groups (Sets)<br />
&nbsp;   * Supports all types of input fields: Text / Radio / Checkbox / Drop-Down / Multi-Select / Textarea<br />
&nbsp;   * Multiple Fielder Sets on one Fielder Custom Field<br />
&nbsp;   * Optional Unit property per field</p>

<p><span style="font-size:16px;"><b><a href="http://www.trulyee.com/addons/fielder/">Download and view more info at my website</a></b></span></p>

<p>Now find me some bugs <img src="http://ellislab.com/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;" /></p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>New Module: Structure &#45; Uses entries to create a page hierarchy for static and listing pages</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/91290/" />      
      <id>tag:expressionengine.com,2008:forums/viewthread/.91290</id>
      <published>2008-09-17T14:30:29Z</published>
      <updated>2008-09-26T10:52:44Z</updated>
      <author><name>rockthenroll</name></author>
      <content type="html">
      <![CDATA[
        <p><span style="font-size:14px;">Structure is a new way to build ExpressionEngine sites</span></p>

<p>It forgoes the current template_group/template setup and creates “static” and “listing” pages that are all editable through a tree sitemap view. Now, traditional page style content and multiple entry pages can live within the same area. Your clients &amp; authors will rejoice.</p>

<p><b>Structure includes:</b></p>

<p>• A simple interface to edit all your content in one location <br />
• Dynamic output of navigation and breadcrumbs<br />
• Permission system to allow certain access and editing capabilities for each of your member groups</p>

<p><span style="font-size:14px;"><b>Download and get details: <a href="http://www.ngenworks.com/software/ee/structure">http://www.ngenworks.com/software/ee/structure</a></b></span></p>

<p>A few extra details on our blog: <a href="http://www.ngenworks.com/blog/detail/new_expressionengine_module_structure/">http://www.ngenworks.com/blog/detail/new_expressionengine_module_structure/</a></p>

<p>&#8212;&#8212;&#8212;</p>

<p><b>UPDATES:</b></p>

<p>• 1.0.1 9/25/2008 - Subnav tag nested li bug fix<br />
• 1.0 9/19/2008 - Released</p>

<p>&#8212;&#8212;&#8212;</p>

<p><b>KNOWN BUG:</b> Structure currently does not work with the core version of EE by default. We&#8217;re using a variable that is shared with the Pages module, so without the proper lang.pages.php file in place it causes errors. To correct this, if needed, place a blank lang.pages.php file in your /system/english/ folder. Everyone should buy a license though! It&#8217;s money well spent.</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>File upload and Freeform</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/93346/" />      
      <id>tag:expressionengine.com,2008:forums/viewthread/.93346</id>
      <published>2008-10-08T21:26:38Z</published>
      <updated>2008-10-08T21:38:10Z</updated>
      <author><name>Eric Snyder</name></author>
      <content type="html">
      <![CDATA[
        <p>I am using the most excellent module <a href="http://www.solspace.com/software/detail/freeform/c/modules/">Freeform </a>for a form. The customer wants to collect certain documents but wants to know if the attachments are virus scanned when they are uploaded to the server. I am sure that the answer is &#8220;NO&#8221; but I thought I would ask. I have also just posted at the Freeform forum and do not have an answer from there yet.</p>

<p><span style="font-size:9px;"><b>Mod Edit:</b> <i>Moved to the Modules: Discussion and Questions forum.</i></span></p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Emma Extension</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/41757/" />      
      <id>tag:expressionengine.com,2006:forums/viewthread/.41757</id>
      <published>2006-12-17T09:56:40Z</published>
      <updated>2006-12-17T11:35:50Z</updated>
      <author><name>mbagnall</name></author>
      <content type="html">
      <![CDATA[
        <p>Hey Everyone;</p>

<p>I don&#8217;t know how many EE folks out there use Emma for their email marketing campaigns, but I am working on an extension that will automatically add new registrants to EE to an Emma mailing list. There are some things you need to do with regards to Emma to make this work, but the script I am developing should be ready later today or the first part of this week.</p>

<p>If anyone is interested in an Emma extension hook for EE, please don&#8217;t hesitate to send your comments and emails/pm&#8217;s to me.</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>FreeForm and AOL</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/93178/" />      
      <id>tag:expressionengine.com,2008:forums/viewthread/.93178</id>
      <published>2008-10-07T12:18:33Z</published>
      <updated></updated>
      <author><name>digitalscientist</name></author>
      <content type="html">
      <![CDATA[
        <p>Good Evening, Everyone!</p>

<p>I have developed a site for a client who uses AOL.</p>

<p>On the contact page of their site, I have placed a contact form with FreeForm. It works fine for all users except for those who are logged into their AOL account and using and AOL browser. The message they get is:<br />
<i><br />
You are not authorized to perform this action.</i></p>

<p>Could someone please suggest a reason why it is functioning this way, and a possible solution to the issue?</p>

<p>You can view the site here:</p>

<p>http://savannahcathedral.org/contact</p>

<p>Thank you!</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>eeFlickr : Flickr photo gallery</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/61515/" />      
      <id>tag:expressionengine.com,2007:forums/viewthread/.61515</id>
      <published>2007-09-21T21:20:28Z</published>
      <updated>2007-11-22T03:44:46Z</updated>
      <author><name>lumis</name></author>
      <content type="html">
      <![CDATA[
        <p>eeFlickr is a Module for Expression Engine which allows you to pull your photo stream, your photos and sets and more you can sort by date, interestingness tags etc. Basically allowing you to put your Flickr into your ExpressionEngine Templates.</p>

<p>Still a very early beta but someone may find it useful as is.<br />
I have allot more i am going to add to this. </p>

<p><br />
<a href="http://www.lumis.com/eeflickr/">Download and Doc&#8217;s here</a></p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Looking for beta tester</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/93331/" />      
      <id>tag:expressionengine.com,2008:forums/viewthread/.93331</id>
      <published>2008-10-08T17:59:29Z</published>
      <updated></updated>
      <author><name>silenz</name></author>
      <content type="html">
      <![CDATA[
        <p>I&#8217;m looking for one or two beta-testers for a <a href="http://utilitees.silenz.org/index.php/addons/software/listening-to/">new module</a>.</p>

<p>It would be cool if<br />
- you like music (optional)<br />
- you use Winamp to listen to MP3s or are willing to do so (mandatory)<br />
- you are willing to install a Winamp plug-in (mandatory)<br />
- you are an Amazon affiliate (optional)</p>

<p>Any volunteers?</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Reading a non&#45;standard XML Feed</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/93231/" />      
      <id>tag:expressionengine.com,2008:forums/viewthread/.93231</id>
      <published>2008-10-08T02:41:25Z</published>
      <updated></updated>
      <author><name>dangriffey</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi, <br />
I would like to know people&#8217;s experience of parsing a non standard (eg not RSS or Atom) XML feed with something like Magpie or another module / plugin / extension.</p>

<p>A snippet of the code we are tring to parse is below</p>

<p></p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #007700">&lt;</span><span style="color: #0000BB">item</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">vor</span><span style="color: #007700">:</span><span style="color: #0000BB">team</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">vor</span><span style="color: #007700">:</span><span style="color: #0000BB">name</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Pirates of the Caribbean</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">vor</span><span style="color: #007700">:</span><span style="color: #0000BB">name</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">vor</span><span style="color: #007700">:</span><span style="color: #0000BB">legcode</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">LEG09</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">vor</span><span style="color: #007700">:</span><span style="color: #0000BB">legcode</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">vor</span><span style="color: #007700">:</span><span style="color: #0000BB">latitude</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">57 41.03N</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">vor</span><span style="color: #007700">:</span><span style="color: #0000BB">latitude</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">vor</span><span style="color: #007700">:</span><span style="color: #0000BB">longititude</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">11 53.01E</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">vor</span><span style="color: #007700">:</span><span style="color: #0000BB">longititude</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">vor</span><span style="color: #007700">:</span><span style="color: #0000BB">legposition</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">1</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">vor</span><span style="color: #007700">:</span><span style="color: #0000BB">legposition</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">vor</span><span style="color: #007700">:</span><span style="color: #0000BB">dtf</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">0</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">vor</span><span style="color: #007700">:</span><span style="color: #0000BB">dtf</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">vor</span><span style="color: #007700">:</span><span style="color: #0000BB">dul</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">0</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">vor</span><span style="color: #007700">:</span><span style="color: #0000BB">dul</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">vor</span><span style="color: #007700">:</span><span style="color: #0000BB">eta</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">17</span><span style="color: #007700">/</span><span style="color: #0000BB">06</span><span style="color: #007700">/</span><span style="color: #0000BB">2006 13</span><span style="color: #007700">:</span><span style="color: #0000BB">44</span><span style="color: #007700">:</span><span style="color: #0000BB">06</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">vor</span><span style="color: #007700">:</span><span style="color: #0000BB">eta</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">vor</span><span style="color: #007700">:</span><span style="color: #0000BB">status</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">FIN</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">vor</span><span style="color: #007700">:</span><span style="color: #0000BB">status</span><span style="color: #007700">&gt;<br />&lt;/</span><span style="color: #0000BB">vor</span><span style="color: #007700">:</span><span style="color: #0000BB">team</span><span style="color: #007700">&gt;<br />&lt;/</span><span style="color: #0000BB">item</span><span style="color: #007700">&gt; </span>
</span>
</code></div><p></p>

<p>So far have tried Magpie and lucked out on getting the ano_xml_parser module to work.</p>

<p>Any suggestions / examples would be great.</p>

<p>Thankyou.<br />
Dan<br />
ocvision.com</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Easy Gallery Module: (BETA)</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/58393/" />      
      <id>tag:expressionengine.com,2007:forums/viewthread/.58393</id>
      <published>2007-08-11T17:26:48Z</published>
      <updated>2007-08-21T19:10:30Z</updated>
      <author><name>wiL.Laxa</name></author>
      <content type="html">
      <![CDATA[
        <p><b>Official Page: </b> <a href="http://laxa.ca/ee_easy_gallery.html">http://laxa.ca/ee_easy_gallery.html</a></p>

<p>This gallery module is designed to allow individual galleries to be tied to individual blog entries. So, for example, if you were to have an entry reviewing a video game then you could set up a small gallery right on the entry to show off screen shots.</p>

<p><span style="color:red;"><b>Great for:</b><br />
- Review items like Products, Games, Restaurants, etc&#8230;<br />
- Games: screen shots.<br />
- Product: photos of different angles and different variations.<br />
- Real Estate: showing different photos of the place and rooms.<br />
- Events: events photos, random pictures of previous shows.<br />
- Articles, Weblog: photo gallery related to a particular weblog entry.</span></p>

<p>I’m just creating a module that functions similarly to my previous CMS’s gallery functionality.&nbsp; This is not an extension nor a modification of the standard EE Photo Gallery Module.</p>

<p><span style="color:brown;"><i>This will be a ‘<b>donate ware</b>’ Extension/Module, something that’s will help me out and motivate me to develop this software. You can send you donations by clicking the &#8220;Make Donation&#8221; link below at <a href="http://laxa.ca/ee_home.html">http://laxa.ca/ee_home.html</a> .</i></span></p>

<p><b>Easy Gallery has these features:</b></p>

<p>&nbsp;   * Use existing EE Weblog fields (categories, url_title, date stamp, date expire, etc.)<br />
&nbsp;   * Integrates with the Weblog, one weblog entry = one gallery<br />
&nbsp;   * Upload multiple images using Flash<br />
&nbsp;   * Automatically create thumbnails and resized images (Small, Medium, Large)<br />
&nbsp;   * Add image captions, date modified, date stamp information<br />
&nbsp;   * Extract the URL to be used on the weblog entry.<br />
&nbsp;   * Add, edit, delete images.<br />
&nbsp;   * Batch process thumbnails and data.<br />
&nbsp;   * Use Expression Engine Gallery Tags<br />
&nbsp;  &nbsp;  &lt;exp:easy_gallery:image&gt;&lt;/exp:easy_gallery:image&gt;</p>

<p><b>Future features:</b></p>

<p>&nbsp;   * HTML JPEG Uploading<br />
&nbsp;   * Enable only on certain Weblog<br />
&nbsp;   * Different image directory structure (entry_id, site_id, weblog_id)<br />
&nbsp;   * Image Ordering and Sorting<br />
&nbsp;   * Java/Flash/Javascript based PHP image cropping<br />
&nbsp;   * Watermarking Images<br />
&nbsp;   * Integration into the Easy Shop Module<br />
&nbsp;   * Slide Show (Flash or Javascript)<br />
&nbsp;   * More detailed options (hooks to flash slideshows, xml feeds, etc&#8230;)<br />
&nbsp;   * Image Comments</p>

<p><b>Required</b></p>

<p>&nbsp;   * (Included) jQuery for AJAX style functionality (http://jquery.com/)<br />
&nbsp;   * (Included) SWFUpload (for flash upload) might change. (http://swfupload.praxion.co.za/)<br />
&nbsp;   * PHP4 (not working yet on PHP5)<br />
&nbsp;   * Tested on EE v1.6</p>

<p><b>Bugs</b></p>

<p>* Currently will clash with other Extensions that use Publish / Edit &#8220;TABS&#8221;.<br />
* Keywords are currently not being used<br />
* No way to show the &#8220;Caption&#8221; when Editing Images<br />
* Some mysterious &#8220;Warning&#8221; messages on the &#8220;Publish / Edit&#8221; section</p>

<p><b>Troubleshooting</b></p>

<p>1) If you receive a Error Code: HTTP Error, Message: &#8220;404&#8221; dialog box when uploading pictures through &#8220;Flash Upload&#8221; then follow the directions below.&nbsp; This is related to the mod_security bug:</p>

<p>If you are using Apache with mod_security this will not work, you need to put the following in your .htaccess file to disable mod_security:</p>

<p></p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">SecFilterEngine Off<br />SecFilterScanPOST Off </span>
</span>
</code></div><p></p>

<p>2) Publish / Edit: Clashing TABS, Blocks, Headers<br />
This might be an issue of other extensions conflicting.&nbsp; One important code that I just implemented on to Easy_gallery allows it to play nice to with other extensions.&nbsp; Other Extensions might not use the extension and therefore conflict not just with Easy_gallery but other extensions that it co-exists with.&nbsp; To remedy this you might want to check out the other extensions and make sure they use the $EXT-&gt;last_call variable.</p>

<p></p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #007700">if(</span><span style="color: #0000BB">$EXT</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">last_call</span><span style="color: #007700">)</span><span style="color: #0000BB">&#123;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return </span><span style="color: #0000BB">$r </span><span style="color: #007700">. </span><span style="color: #0000BB">$EXT</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">last_call</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">&#125; </span><span style="color: #007700">else </span><span style="color: #0000BB">&#123;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return </span><span style="color: #0000BB">$r</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">&#125; </span>
</span>
</code></div><p></p>

<p><b>Bugs</b><br />
* Javascript errors on Internet Explorer<br />
* LIMIT=&#8220;3&#8221; when using the EE Tags</p>

<p><b>Feedback</b></p>

<p>* What do you think of the script?<br />
* How do you feel about having jQuery running on the Control Panel?<br />
* Is the Flash Uploader and external &#8220;upload.php&#8221; too cumbersome to use?<br />
* Any Ideas to make it better?</p>
      ]]>
      </content>
    </entry>


</feed>