I was reading in information week about Microsoft’s new MVC framework for .Net. What struck me was that I always associated model-view-controller frameworks with Microsoft. It is a roughly based on a design pattern that I used years ago in developing native Windows applications. It just makes life easier and it is nice to see that Microsoft is now providing it as part of .Net. So what is MVC and how can it be used in almost any application? Read more
July 1, 2010 is quickly approaching. I know this, because I am currently working on a couple of ecommerce projects. One thing that struck me is the number of custom built shopping cart solutions out there. Personally I like these custom solutions, because they can be tailored to the specific needs of a client’s customers. You can support odd configurations and logic that an off-the-shelf solution may not support. The challenge is making sure the solution is compliant with credit card regulations otherwise known as PCI-DSS.
It took some trial and error to create an appropriate paint method for inactive items in an item delegate for QT’s list view. Here are some pointers.