I know it is a bit weird to begin a CMS application by implementing a Membership system but the simple raison why I start up with that is because I needed for my work (as you can see in my previous post ).
Too often, I saw developers rewriting their own membership system in place to [...]
Filed under: Kiwi MVC on May 14th, 2009 | 1 Comment »
A colleague gave me an article about things you have to do and things you do not have to do during a project. I found it very funny, true and usefull. Thus, I allow myself to recopy it on my blog.
Bookmark It
Hide Sites
$$(’div.d86′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });
Filed under: Agile on May 13th, 2009 | No Comments »
Well, with all the acronyms which exist in the software development world, Harry Potter should have found a lot of words for his magic formulas. Today, I will explain you two of them, AZAM and ADAM.
Bookmark It
Hide Sites
$$(’div.d39′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });
Filed under: .NET on May 12th, 2009 | 3 Comments »
In this part, I am going to explain you how to setup an MVC .Net application.
I will tell you often “I am not a senior .Net developer”, I assume that I can make some faults and have totally wrong. If you think I am, do not hesitate to contact me at pierre@dervalp.com or leave me [...]
Filed under: Kiwi MVC on May 8th, 2009 | 3 Comments »
If Ben Harper was a developper, sure, he would have use Scrum.
First of all, Scrum is just a methodology and not a magic word that would erase all the problems during your development lifecycle. Rather than invent a new definition of Scrum, look at the wikipedia definition:
Scrum is an iterative incremental process of software development [...]
Filed under: Agile on May 8th, 2009 | 2 Comments »