5 things I do to get myself back on focus

February 4th, 2010 by rvdavid 2 comments »

Well it’s the last week of my half week holidays and I had a blast. I found myself going from missing work to not thinking about work at all. I know though, that once I got back here at the helm at DP HQ, I’ll be needing some time to get back into the swing of things.

Of course, this is not the first time I’ve taken time off, so I thought I’d warm up my blogging again and talk about what I do to get my mind into gear. So here are 5 things that I like to do to get myself back into focus:

» Read more: 5 things I do to get myself back on focus

Is it important that Views pull data from Models on their own?

January 22nd, 2010 by rvdavid 19 comments »

In my recent post regarding the Model Service layer, there was one query about me mentioning that the View is configured by the Controller which goes against the grain of traditional MVC idea of “Views Should handle their own Models / data”.

There is nothing wrong with Views being able to handle their own models, I’m not suggesting that this shouldn’t be the case. You can also do it this way. That is the “traditional MVC” way of doing things and it works fine which is why I’m questioning why I’ve moved away from it. I’m just typing as I go so hopefully by the end of it, we’ll have something that makes a point.

I used to Really love this sh*t!

I used to trumpet the sh*t out of this because I had it figured out and it made me feel smart ;) . I thought hey, I can adhere to the traditional MVC way of things and make the View select it’s own Model (or models) and gather information on it’s own – all I need is a View Helper. Further along came the question “What about the times when the Model needs to be used by the Controller?” well I got a plan for this too, then there’s the “What about when the Controller and View need access to the same model?” case. I needed to create a strategy to make sure that the Model isn’t instantiated twice in these cases.

» Read more: Is it important that Views pull data from Models on their own?

My Zend Framework Model Layer: Part Service, Part ORM

January 20th, 2010 by rvdavid 32 comments »

The Model Layer of the MVC triad: I’ve been thinking this over for the past few months since using the Doctrine ORM and I think I’ve finally made some progress to get this issue licked. In the past, I’ve agonised over this issue and blogged about my progress. Some weeks or days later I tried to probe the community on what they would do, Now I think I’d have an idea on what I would do.

After some more thought and lots of research on the subject, I’ve come to a solid point where I actually have something to try out which seems semantic aside from the naming of the class (Service Class) – but this is derived from what some people are talking about in ZF circles starting from Matthew Weier O’Phinney who was coining it as the “Gateway to the Domain” from early on, then later changing it to “Service Class”.

» Read more: My Zend Framework Model Layer: Part Service, Part ORM

Added New Feature: Top Commentators

January 18th, 2010 by rvdavid No comments »

I’m on Holiday at the moment and loving every minute of it! During the Weekend, I’ve decided to add a little something to my blog and installed a new feature which somewhat gives back to those who comment on my blog. I’ve added the Top Commentators feature which lists the top 10 people who have commented on posts within my blog throughout it’s existance. At the moment, I’ve got laserlight with 11 comments.

» Read more: Added New Feature: Top Commentators

Client Gets Screwed by Under skilled and disorganised Developers

January 16th, 2010 by rvdavid 2 comments »

Last week I received a phone call of distress from one of our clients. The were asking for some advice regarding issues they were having with a Web Application that was developed for them by another company and was released into production the week before. Now I’m not going to name names, or even mention what Web Technology was used – this is not what this rant is about.

Introduction

The plea for help was pre-empted with a light-hearted exchange between the Client and I where the client jokingly blamed me for the predicament that they were currently in.

“You said late last year that you had a full schedule and that you were not taking on any new projects until February (resulting in them hiring these guys) [...] so it’s your fault!”

I know the Client very well and they are very reliant upon the technical consultants that they hire to provide direction and complete the project as they have no technical expertise themselves or technical staff internally. This Client needs to be taken good care of (of course, as do all clients) since they put total trust into the technical consultants that they hire and have no real input into the direction of the development aside from the business rules.

The problem is, with the exception of the Web Development company I work for, it seems as though they keep picking the wrong Web Development companies when they are not with us.

From what I hear, the web development companies they hire are full of hype and seem to be stepping into the projects without covering the usual bases. Now, for a company whose average project consists of Mission Critical Web Applications as opposed to your run of the mill Joomla CMS, Sugar CRMs or E-Commerce websites, this is very dangerous.

» Read more: Client Gets Screwed by Under skilled and disorganised Developers