You are hereWeb Development
Web Development
The RDS System and Tools for Development
In my quest in becoming a better developer. I am using the Retrieve, Develop, and Stage System to rapidly develop web applications. This system is where I store and retrieve my commonly used code in a source controlled repository, develop and configure a customized website from a working copy of the code on my local development system, and then stage a working copy of the application in order to release it into production. Just the basic three step process where I refine it with each project site I develop.
Directory Structure and Naming Conventions for Web Development
On my path to becoming a better developer. This is the directory structure and file naming conventions to implement a website with Drupal 6. We will map the directories in another message.