Posted by Akparawa
| Tags:
modx, wamp, web development
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 enhanc…
Read more
|
| Aug 06, 2011
Posted by Akparawa
| Tags:
modx, wamp, web development
Following on from Modx Revolution Development Part 08 - Membership, we will now implement restrictions on how users may access certain resources on our website. Our …
Read more
|
| Aug 04, 2011
Posted by Akparawa
| Tags:
modx, wamp, web development
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
Read more
|
| Aug 03, 2011
Posted by Akparawa
| Tags:
modx, wamp, web development
Earlier, in Modx Revolution Development - Part 03 - Basic Systems Settings, we dipped our toes in Modx Revolution Resources when we created some required…
Read more
|
| Jul 30, 2011
Posted by Akparawa
| Tags:
modx, wamp, web development
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.
Chunks are html codes we can place in our template …
Read more
|
| Jul 27, 2011
Posted by Akparawa
| Tags:
modx, wamp, web development
Modx Revolution comes with a basic but helpful template as reproduced below:
<html>
<head>
<title>[[++site_name]] - [[*pagetitle]]</title>
<base href="[[++site_url]]" />...
Read more
|
| Jul 26, 2011
Posted by Akparawa
| Tags:
modx, wamp, web development
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:
Breadcrumbs - for navigation trail...
Read more
|
| Jul 25, 2011
Posted by Akparawa
| Tags:
modx, wamp, web development
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 imme…
Read more
|
| Jul 24, 2011
Posted by Akparawa
| Tags:
modx, wamp, web development
Having installed Wampserver in Modx Revolution Development with Wampserver - Part 01 - Installation of Wampserver, we now need to visit the download page of Modx Revolution at http://modx.com/revolution/download/ for the program we will be working with. There are two types...
Read more
|
| Jul 24, 2011
Posted by Akparawa
| Tags:
modx, wamp, web development
To get started, we need to visit Wampserver to download the program. The version at the time of this writing is 2.1e with a size of just under …
Read more
|
| Jul 23, 2011