Simple Permissions The permission system is simple in design but allows complicted permissions to be created by layering the mixed key, role and level properties. The concept is that we have permissions that any item wanting to check just asks…Continue Reading →
When we create a class we get given a default blank constructor which is provided by the framework. Its equivalent to public ClassName() {}public ClassName() {} We can create constructors with different parameters: public ClassName(int One) { this.One = One;…Continue Reading →
This is a mini article I wrote to go along with my presentation on modern development. Â I’ve tried to explain to our designers how they can help us by understanding why we sometimes have difficulty converting their photoshop files into…Continue Reading →