Developers
The following tutorials will explain a lot about my thought process that went into the core.
Site Data
The core of this system is a very flexible data model that lets you build most custom content modules without touching the database. The database largely consists of one main content table that can serve a very wide range of content types. This content table is connected to through the Content...
Setting up a Testing Server on Windows
Building a proper testing server can make a giant difference in the efficiency of your development. I personally use WampServer. I have used several other packages, but found that WampServer made the job easier than anything else I have worked with. Installing the server 1.Download the source files and install First download WampServer. ...