Development Blog


Adapting the Model-View-Controller pattern for PHP
Much discussion has gone into the relevance of the model-view-controller (MVC) pattern in web development. While it may have its uses, when implemented in its full level of abstraction, it is generally overkill for smaller websites with only a few developers. But that doesn't mean aspects of MVC can't be modified to work in a more limited environment.


Accessibility consideration and web design
While accessibility may not be high on the list of considerations for many web developers, there are many good reasons for making the effort. Least of all is the legal ramifications, especially for large organisations, should somebody feel discriminated against.


