Select Page

Will Scrimshaw Continue?

I’ve been reading a ton about coding guidelines as I work to expand on Scrimshaw. I’ve come to realize two things. First, this coding style in itself is about helping me to be more productive. If it helps someone else, even better. But it’s for me....

The Value of Values

Within every Centeno-based application is a Values object. Many config.php files I’ve seen require that you then include the file into every page in the application. I’ll be looking through the code and find $someVar and I look through and I’m...

Creating a Centeno Service, Part 2

So below is our basic E-mail service for Centeno. The e-mail code is code based on what I usually use in projects, so feedback is welcome. Notice the use of the Values class. That’s another article I should do next I guess. Think of it as a valid values class or...

Creating a Centeno Service, Part 1

The bottom-level tier in the Centeno Framework are Services. Services are low-level concerns that could be applied to any project. They contain no business logic. Tate and Gehtland talk about aspect-oriented programming as a way to program better, so I’m going...

The Bluefish Splash Candidates

There are five. Please vote for one. If the one you like could be improved by something specific, please also note that in your comments. We need to get this decided. I know this is hard since there’s not really a ‘right’ one. Remember that the new...