<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lily Avida &#187; CMS</title>
	<atom:link href="http://eavida.com/wordpress/category/technology/cms/feed/" rel="self" type="application/rss+xml" />
	<link>http://eavida.com/wordpress</link>
	<description>Making the web better, one page at a time</description>
	<lastBuildDate>Sun, 22 Jan 2012 04:17:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Inline PHP &#8211; plugin that let you excute PHP code inside the post/page</title>
		<link>http://eavida.com/wordpress/2010/04/test-3/</link>
		<comments>http://eavida.com/wordpress/2010/04/test-3/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 15:05:09 +0000</pubDate>
		<dc:creator>Lily Avida</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://eavida.com/wordpress/?p=514</guid>
		<description><![CDATA[For future reference Inline PHP is the best one I have tested (on version 2.9 &#8211; even though currently it is not &#8220;approved&#8221; for 2.9). However when switching to visual all of the &#60;exec&#62; and &#60;/exec&#62; tags disappear and all that is left is the code raw and fragile. I tested the following code: &#60;exec&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>For future reference <a href="http://wordpress.org/extend/plugins/inline-php/">Inline PHP</a> is the best one I have tested (on version 2.9 &#8211; even though currently it is not &#8220;approved&#8221; for 2.9).<br />
However when switching to visual all of the &lt;exec&gt; and &lt;/exec&gt; tags disappear and all that is left is the code raw and fragile.</p>
<p>I tested the following code:</p>
<p><span style="color: #008000;">&lt;exec&gt;<br />
$test=&#8217;My big test&lt;br /&gt;&#8217;;<br />
echo $test;<br />
echo &#8216;This is a test&#8217;;<br />
&lt;/exec&gt;</span></p>
<p>And this is what it shows:</p>
<p>My big test<br />This is a test</p>
<p>I am really excited. This plugin has a lot of potential.</p>
]]></content:encoded>
			<wfw:commentRss>http://eavida.com/wordpress/2010/04/test-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress user registration plugin &#8211; where is the Typo3 counterpart?</title>
		<link>http://eavida.com/wordpress/2010/04/wordpress-user-registratoin-plugin-where-is-the-typo3-counterpart/</link>
		<comments>http://eavida.com/wordpress/2010/04/wordpress-user-registratoin-plugin-where-is-the-typo3-counterpart/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 03:53:16 +0000</pubDate>
		<dc:creator>Lily Avida</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://eavida.com/wordpress/?p=491</guid>
		<description><![CDATA[I have spent a large portion of today fighting the good fight with Typo3. Typo3 won the battle. I am sure if I knew what I am doing it would have been an easy task, but since I am still fumbling with that CMS, it was very hard and didn&#8217;t yield anything like what I [...]]]></description>
			<content:encoded><![CDATA[<p>I have spent a large portion of today fighting the good fight with Typo3. Typo3 won the battle. I am sure if I knew what I am doing it would have been an easy task, but since I am still fumbling with that CMS, it was very hard and didn&#8217;t yield anything like what I hoped it would do. Bummer!</p>
<p>Out of morbid curiosity I looked for a similar plugin in WordPress and I found <a href="http://wordpress.org/extend/plugins/register-plus/">this one</a>. Switching to WordPress looks like a brilliant idea right now&#8230; Sob! registration </p>
]]></content:encoded>
			<wfw:commentRss>http://eavida.com/wordpress/2010/04/wordpress-user-registratoin-plugin-where-is-the-typo3-counterpart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Custome page/template in WordPress</title>
		<link>http://eavida.com/wordpress/2010/03/creating-custome-pagetemplate-in-wordpress/</link>
		<comments>http://eavida.com/wordpress/2010/03/creating-custome-pagetemplate-in-wordpress/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 22:20:08 +0000</pubDate>
		<dc:creator>lily</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://eavida.com/wordpress/?p=486</guid>
		<description><![CDATA[Read the official documentation on Wrodpress.org codex.wordpress.org/Pages Watch a short movie that explains how to create custom pages on a WordPress site. www.wordpresswizards.com/how-to-create-salespages-landing-pages-and-custom-page-templates-with-wordpress Real simple!]]></description>
			<content:encoded><![CDATA[<p>Read the official documentation on Wrodpress.org<br />
<a href="http://codex.wordpress.org/Pages">codex.wordpress.org/Pages</a></p>
<p>Watch a short movie that explains how to create custom pages on a  WordPress site.<br />
<a href="http://www.wordpresswizards.com/how-to-create-salespages-landing-pages-and-custom-page-templates-with-wordpress/">www.wordpresswizards.com/how-to-create-salespages-landing-pages-and-custom-page-templates-with-wordpress</a></p>
<p>Real simple!</p>
]]></content:encoded>
			<wfw:commentRss>http://eavida.com/wordpress/2010/03/creating-custome-pagetemplate-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

