<?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 2008</dc:rights>
    <dc:date>2008-07-04T15:41:21-06:00</dc:date>
    <admin:generatorAgent rdf:resource="http://www.pmachine.com/" />
    

    <item>
      <title>Future of Forums&#63;</title>
      <link>http://expressionengine.com/forums/viewthread/84120/</link>
      <guid>http://expressionengine.com/forums/viewthread/84120/#When:09:48:10Z</guid>
      <description>&lt;p&gt;I am excited about the new features in v2, but the upgrade seems to focus on the backend (the experience of the admins) and on the already strong CMS capabilities.
&lt;/p&gt;
&lt;p&gt;
Will the forums be supported in v2?&amp;nbsp; Will they receive any love or better integration?
&lt;/p&gt;
&lt;p&gt;
Also, is EE2 releasing this year?
&lt;/p&gt;
&lt;p&gt;
(yes, I&#8217;ve checked out the EE2 preview page)
&lt;/p&gt;</description>
      <dc:date>2008-07-03T09:48:10-06:00</dc:date>
    </item>

    <item>
      <title>Top Ten Tags poll&#63;</title>
      <link>http://expressionengine.com/forums/viewthread/84225/</link>
      <guid>http://expressionengine.com/forums/viewthread/84225/#When:14:03:15Z</guid>
      <description>&lt;p&gt;When coding an EE site what are the top 10 tags, you go to after setting up the templates in customizing the newly created websites? Given that you&#8217;ve already setup the weblogs, categories and relationships.
&lt;/p&gt;</description>
      <dc:date>2008-07-04T14:03:15-06:00</dc:date>
    </item>

    <item>
      <title>Is it not time for Expressionegine team to start making some stuning templates for Expressionengine&#63;</title>
      <link>http://expressionengine.com/forums/viewthread/72526/</link>
      <guid>http://expressionengine.com/forums/viewthread/72526/#When:10:39:38Z</guid>
      <description>&lt;p&gt;I was so turned off of the default template! i don&#8217;t know what to say really!
&lt;/p&gt;
&lt;p&gt;
Expressionengine looks like such a nice cms, why not have it show that in the design also?
&lt;/p&gt;
&lt;p&gt;
id be great full for some good answer on this!
&lt;/p&gt;
&lt;p&gt;
Cheers Daniel
&lt;/p&gt;</description>
      <dc:date>2008-02-24T10:39:38-06:00</dc:date>
    </item>

    <item>
      <title>PHP Security Question &#45; Preventing Injections and Other Wonkiness</title>
      <link>http://expressionengine.com/forums/viewthread/83172/</link>
      <guid>http://expressionengine.com/forums/viewthread/83172/#When:01:52:52Z</guid>
      <description>&lt;p&gt;&lt;span style=&quot;font&#45;size:11px;&quot;&gt;&lt;b&gt;Moderator&#8217;s note:&lt;/b&gt; Moved to General.&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
I&#8217;m just about to take my site live, but have one important security base to cover.&amp;nbsp; I&#8217;ve got a form which sends a variable to an independent PHP page, and I want to make sure that I am protected from attacks or other weirdness.&amp;nbsp; I really don&#8217;t know very much about PHP at all, so I&#8217;d appreciate any support someone knowledgeable of the language can offer.
&lt;/p&gt;
&lt;p&gt;
Here&#8217;s an example of the code:
&lt;/p&gt;
&lt;p&gt;
My HTML:
&lt;br /&gt;
&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;
&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;form action&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&#123;site_url&#125;otherpage.php&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;method&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;post&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;target&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;_blank&quot;&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;input name&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;variable&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;type&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;text&quot;&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;input type&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;submit&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;&quot;&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;form&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
otherpage.php:
&lt;br /&gt;
&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php $variable &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$_POST&#91;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;variable&apos;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#93;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;br /&gt;&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;frameset rows&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;125, *&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;frame 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.mr&#45;frame.com&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;frame 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.some&#45;site.com/search&amp;lt;?php echo &quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;?&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;, $variable; ?&amp;gt;&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;frameset&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
Is this vulnerable to attack?&amp;nbsp; And if so, what can I do to secure the vulnerability?
&lt;/p&gt;</description>
      <dc:date>2008-06-24T01:52:52-06:00</dc:date>
    </item>

    <item>
      <title>User submitted blog&#63;&#63;</title>
      <link>http://expressionengine.com/forums/viewthread/84116/</link>
      <guid>http://expressionengine.com/forums/viewthread/84116/#When:08:56:35Z</guid>
      <description>&lt;p&gt;Is there a way that I can have user authored blog?&amp;nbsp; Something where users could fill out a form and have the content put into a blog&#8230; sort of like comments but with custom fields??&amp;nbsp; Can I add custom fields to the comment system?
&lt;/p&gt;
&lt;p&gt;
ideas, please
&lt;/p&gt;</description>
      <dc:date>2008-07-03T08:56:35-06:00</dc:date>
    </item>

    <item>
      <title>&#8220;Disable&#8221; parameters on weblogs boost performance</title>
      <link>http://expressionengine.com/forums/viewthread/84028/</link>
      <guid>http://expressionengine.com/forums/viewthread/84028/#When:12:10:13Z</guid>
      <description>&lt;p&gt;Hello people,
&lt;br /&gt;
While using &#8220;disable&#8221; parameters helps with queries and processing time I was curious if they are a needed/of use if certain features were disabled on weblog preferences level.
&lt;br /&gt;
eg.
&lt;br /&gt;
&#45;myweblog = do not use trackbacks
&lt;/p&gt;
&lt;p&gt;
then
&lt;br /&gt;
&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&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;entries weblog&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;myweblog&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;dynamic&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;off&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;disable&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;trackbacks&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
would this &#8216;trackback&#8217; parameter then even make any difference with respect to processing performance of the query?
&lt;br /&gt;
Thanks for sharing!
&lt;/p&gt;</description>
      <dc:date>2008-07-02T12:10:13-06:00</dc:date>
    </item>

    <item>
      <title>Templates using headers &amp;amp; footer</title>
      <link>http://expressionengine.com/forums/viewthread/83850/</link>
      <guid>http://expressionengine.com/forums/viewthread/83850/#When:16:44:37Z</guid>
      <description>&lt;p&gt;I&#8217;m interested to hear thoughts on using embeddable headers and footers for templates. The pros of using a global embedded header and footer is that wrapper HTML can be edited in one place (e.g., global/.header and global/.footer) ... the downside is that it can get quite complex with a large amount of template logic in the nested templates.
&lt;/p&gt;
&lt;p&gt;
&lt;span style=&quot;font&#45;size:11px;&quot;&gt;&lt;i&gt;&lt;b&gt;Mod Edit:&lt;/b&gt;&lt;/i&gt; Moved to the General Forum&lt;/span&gt;
&lt;/p&gt;</description>
      <dc:date>2008-06-30T16:44:37-06:00</dc:date>
    </item>

    <item>
      <title>WHEW! My first EE site and I have a few questions</title>
      <link>http://expressionengine.com/forums/viewthread/82373/</link>
      <guid>http://expressionengine.com/forums/viewthread/82373/#When:17:02:54Z</guid>
      <description>&lt;p&gt;I am about to step away from this computer for a little bit but I have a few questions regarding EE as I am developing my first site on this platform so let me begin.
&lt;/p&gt;
&lt;p&gt;
I understand templates are basically pages, so I have created a template called Page_Layout and I use it as a base for all my main pages, i.e about us, contact, company info, etc. This appears to work fine for me being the site admin but there will be someone else doing minor updates to the site from time to time, like updated company news and there will be a blog. I am a little confused how I would set that up. It sounds like I would setup a weblog for just news and then one that will be a dedicated blog. 
&lt;/p&gt;
&lt;p&gt;
Then I would like to pull entries from both and list them on the homepage along with some static content from the template.
&lt;/p&gt;
&lt;p&gt;
Can someone give me some direction to this
&lt;/p&gt;
&lt;p&gt;
Next is a member list, the site lists companies in various markets like advertising and communications, I want each company to have their own page but I want that page to belong in a category like advertising so if someone is looking for such a company they can click the name advertising and it list all the companies. Any suggestions on setting that up?
&lt;/p&gt;
&lt;p&gt;
Like I said this is my first site with EE and I hope I havent bitten off too much to begin, thanks so much for any suggestions you all may have.
&lt;/p&gt;</description>
      <dc:date>2008-06-14T17:02:54-06:00</dc:date>
    </item>

    <item>
      <title>Email Console Javascript</title>
      <link>http://expressionengine.com/forums/viewthread/84079/</link>
      <guid>http://expressionengine.com/forums/viewthread/84079/#When:22:17:38Z</guid>
      <description>&lt;p&gt;Hello all. 
&lt;/p&gt;
&lt;p&gt;
Can someone tell me in what template is the javascript that controls the size of the popup window for the email console template when it&#8217;s accessed from the public profile templates in the forums.
&lt;/p&gt;
&lt;p&gt;
Thanks.
&lt;/p&gt;</description>
      <dc:date>2008-07-02T22:17:38-06:00</dc:date>
    </item>

    <item>
      <title>how do you think EE would perform in this case&#63;&#63;&#63;</title>
      <link>http://expressionengine.com/forums/viewthread/84032/</link>
      <guid>http://expressionengine.com/forums/viewthread/84032/#When:12:37:55Z</guid>
      <description>&lt;p&gt;today i read a blog post about a site running Drupal. because of a promotion to win a Wii FIT the site has received 20k+ comments in 24 hrs, and about 33k in just 3 days. the site had no problem what so ever, even though it was running on a single server without much tuning and performance cashing.
&lt;/p&gt;
&lt;p&gt;
I&#8217;m wondering if EE could have done the same thing? has anybody tried this?
&lt;/p&gt;
&lt;p&gt;
&amp;gt;link&#45; the original blog post with 33k comments &amp;gt; http://www.dooce.com/2008/06/30/my&#45;hearts&#45;beating&#45;rabbit
&lt;/p&gt;
&lt;p&gt;
&amp;gt;link&#45; the guy that manages the site &amp;gt; http://blurbomat.com/archives/2008/06/30/drupal&#45;is&#45;rad/
&lt;/p&gt;</description>
      <dc:date>2008-07-02T12:37:55-06:00</dc:date>
    </item>

    
    </channel>
</rss>