<?xml version="1.0"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<atom:link href="http://akparawa.net//rss-feeds.xml" rel="self" type="application/rss+xml" />

<title>Akparawa.net RSS Feeds</title>
<description>Latest updates from Akparawa.net</description>
<link>href="http://akparawa.net/"</link>
<item>
<title>Modx Revolution Development with Wampserver - Part 10 - Contexts</title>
<description><![CDATA[ <p>Context in Modx Revolution provides us with the ability to maintain separate configuration files which we can use to run a language-specific version of our website, for example, or locate our core files outside of the site's root folder for enhanced security.</p>

<p>In this section, we will use &hellip;</p> ]]> </description>
<pubDate>Sat, 06 Aug 2011 07:33:18 -0600</pubDate>
<guid isPermaLink="false">http://www.akparawa.net/modx-revolution-development-with-wampserver-part-10-contexts.html</guid>
<link>http://www.akparawa.net/modx-revolution-development-with-wampserver-part-10-contexts.html</link>
</item>
<item>
<title>Modx Revolution Development with Wampserver - Part 09 - Security</title>
<description><![CDATA[ <p>Following on from <a href="modx-revolution-development-with-wampserver-part-08-membership.html">Modx Revolution Development Part 08 - Membership</a>, we will now implement restrictions on how users may access certain resources on our website. Our emphasis in this section will be on defining permi&hellip;</p> ]]> </description>
<pubDate>Thu, 04 Aug 2011 02:30:27 -0600</pubDate>
<guid isPermaLink="false">http://www.akparawa.net/modx-revolution-development-with-wampserver-part-09-security.html</guid>
<link>http://www.akparawa.net/modx-revolution-development-with-wampserver-part-09-security.html</link>
</item>
<item>
<title>Modx Revolution Development with Wampserver - Part 08 - Membership</title>
<description><![CDATA[ <p>Our objective in this section is to implement the files necessary for enabling user registration/membership. Most of what we do here will be driven by the Login snippet which we installed when we looked at Modx Revolution Development - Part 04 - Packages</p> ]]> </description>
<pubDate>Wed, 03 Aug 2011 05:43:00 -0600</pubDate>
<guid isPermaLink="false">http://www.akparawa.net/modx-revolution-development-with-wampserver-part-08-membership.html</guid>
<link>http://www.akparawa.net/modx-revolution-development-with-wampserver-part-08-membership.html</link>
</item>
<item>
<title>Modx Revolution Development with Wampserver - Part 07 - Creating Resources</title>
<description><![CDATA[ <p>Earlier, in <a href="modx-revolution-development-with-wampserver-part-03-basic-systems-settings.html">Modx Revolution Development - Part 03 - Basic Systems Settings</a>, we dipped our toes in Modx Revolution Resources when we created some required pages for Site Settings. We have also made provis&hellip;</p> ]]> </description>
<pubDate>Fri, 29 Jul 2011 20:40:00 -0600</pubDate>
<guid isPermaLink="false">http://www.akparawa.net/modx-revolution-development-with-wampserver-part-07-creating-resources.html</guid>
<link>http://www.akparawa.net/modx-revolution-development-with-wampserver-part-07-creating-resources.html</link>
</item>
<item>
<title>Modx Revolution Development with Wampserver - Part 06 - Chunks, Snippets and Template Variables</title>
<description><![CDATA[ <p>In this part, we will create the elements required to complete our Base Template. At this juncture, it probably is a good idea to provide a summary of what these elements actually mean.</p>

<p>Chunks are html codes we can place in our template or page content. This is similar to Include Files &hellip;</p> ]]> </description>
<pubDate>Tue, 26 Jul 2011 19:15:00 -0600</pubDate>
<guid isPermaLink="false">http://www.akparawa.net/modx-revolution-development-with-wampserver-part-06-chunks,-snippets-and-template-variables.html</guid>
<link>http://www.akparawa.net/modx-revolution-development-with-wampserver-part-06-chunks,-snippets-and-template-variables.html</link>
</item>
<item>
<title>Modx Revolution Development with Wampserver - Part 05 - Building Templates</title>
<description><![CDATA[ <p>Modx Revolution comes with a basic but helpful template as reproduced below:</p>
<pre class="brush: js ruler: true;">
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;&#91;&#91;++site_name&#93;&#93; - &#91;&#91;*pagetitle&#93;&#93;&lt;/title&gt;
&lt;base href=&quot;&#91;&#91;++site_url&#93;&#93;&quot; /&gt;...
</pre> ]]> </description>
<pubDate>Mon, 25 Jul 2011 19:30:00 -0600</pubDate>
<guid isPermaLink="false">http://www.akparawa.net/modx-revolution-development-with-wampserver-part-05-building-templates.html</guid>
<link>http://www.akparawa.net/modx-revolution-development-with-wampserver-part-05-building-templates.html</link>
</item>
<item>
<title>Modx Revolution Development with Wampserver - Part 04 - Required Packages</title>
<description><![CDATA[ <p>Packages, or Extras, are specialist modx revolution applications that help us accomplish useful tasks without having to write the code ourselves. We are interested in the following packages:</p>
<p>Breadcrumbs - for navigation trail...</p> ]]> </description>
<pubDate>Sun, 24 Jul 2011 20:25:00 -0600</pubDate>
<guid isPermaLink="false">http://www.akparawa.net/modx-revolution-development-with-wampserver-part-04-required-packages.html</guid>
<link>http://www.akparawa.net/modx-revolution-development-with-wampserver-part-04-required-packages.html</link>
</item>
<item>
<title>Modx Revolution Development with Wampserver - Part 03 - Basic Systems Settings</title>
<description><![CDATA[ <p>Before we go into system settings, we need to create a couple of resources. Resources are basically pages. It is not mandatory to create these pages but we should do so since we need to provide their ID when we set some system parameters. The immediate resources we need are: </p>
<ol><li>Error P&hellip;</p> ]]> </description>
<pubDate>Sun, 24 Jul 2011 16:52:00 -0600</pubDate>
<guid isPermaLink="false">http://www.akparawa.net/modx-revolution-development-with-wampserver-part-03-basic-systems-settings.html</guid>
<link>http://www.akparawa.net/modx-revolution-development-with-wampserver-part-03-basic-systems-settings.html</link>
</item>
<item>
<title>Modx Revolution Development with Wampserver - Part 02 - Installation of Modx Revolution</title>
<description><![CDATA[ <p>Having installed Wampserver in <a href="modx-revolution-development-with-wampserver-part-01-installation-of-wampserver.html">Modx Revolution Development with Wampserver - Part 01 - Installation of Wampserver</a>, we now need to visit the download page of Modx Revolution at <a href="http://modx.com/revolution/download/">http://modx.com/revolution/download/</a> for the program we will be working with. There are two types...</p> ]]> </description>
<pubDate>Sun, 24 Jul 2011 05:19:00 -0600</pubDate>
<guid isPermaLink="false">http://www.akparawa.net/modx-revolution-development-with-wampserver-part-02-installation-of-modx-revolution.html</guid>
<link>http://www.akparawa.net/modx-revolution-development-with-wampserver-part-02-installation-of-modx-revolution.html</link>
</item>
<item>
<title>Modx Revolution Development with Wampserver - Part 01 - Installation of Wampserver</title>
<description><![CDATA[ <p>To get started, we need to visit <a onclick="window.open(this.href); return false;" href="http://www.wampserver.com/en/download.php">Wampserver</a> to download the program. The version at the time of this writing is 2.1e with a size of just under 20mb for the 32bits version and which includes apa&hellip;</p> ]]> </description>
<pubDate>Sat, 23 Jul 2011 16:03:00 -0600</pubDate>
<guid isPermaLink="false">http://www.akparawa.net/modx-revolution-development-with-wampserver-part-01-installation-of-wampserver.html</guid>
<link>http://www.akparawa.net/modx-revolution-development-with-wampserver-part-01-installation-of-wampserver.html</link>
</item>
</channel>
</rss>
