A Guide To Website Structure/Organization

Today I want to talk to you about how I go about setting up my websites to ensure an organized structure and accessible code. This blog post covers these sections:

  1. Folder Structure/Organization
  2. The Critical Boot File
  3. Accessible Classes

Now without any more frivolous details, let’s dig in.

Continue reading “A Guide To Website Structure/Organization”

A Guide To Website Structure/Organization

A First Analysis – Clockwork Constructors

I’ve never written a blog post discussing things I’ve programmed and I thought it would be a good idea to try it out, I’ve heard that it brings good things. I don’t really know where to start with regards to discussing so I suppose I’ll talk about how I started designing Clockwork Constructors, but first a story…

This idea of Clockwork Constructors branched off of a desktop application I had made in C# called the (legacy) Plugin Constructor. I used Microsoft Visual Studio to make it, and that was actually the first time I had used the program.

If you’d like to take a look at the legacy Plugin Constructor program, you can download it here: http://clockwork.exiguousproductions.com/pluginconstructor/pluginconstructor-1.09.zip

Before I delve in to the details I’ll first show some pictures of what the legacy Plugin Constructor looks like.

Continue reading “A First Analysis – Clockwork Constructors”

A First Analysis – Clockwork Constructors