Giving up Mambo
I have given up to learn Mambo. Mainly, I can't find any resource to say Mambo supporting MVC. But I found a lot of resources and tutorial for Joomla 1.5 about MVC. Thus, I am learning Joomla 1.5
Database Design
Last night I have talked with a IT student.
We were talking about a database design. There are a lot of theories about design, normalization and denormalization.
In the world, that is very different. The database design is not only talking about database. For example, I have a lot of Object mapping framework. My database design need to suit the framework. In addition, currently, diskspace is very cheap. I will pay more attentions of efficiency rather than saving the column save. For example, I like to put some calculate value into a column rather than using "SUM".
Real world is about money. Student life is only for examination.
I watched the latest webcast about VS 2008
I watched the latest webcast about VS 2008. MS seem to integrate some function which is currently provide by opensource into VS 2008. For example LINQ is similar with what currently NHibernate doing. VS team system will have more testing functions, that is what NUnit is doing now. Well, I am a kind of Mono person, I will continue those open source framework. Moreover, I am doing a lot of things in Java too. Those framework have Java version. This is good for me jumping between C# and Java.
Documentation is importance too.
I am a opensource programmer. I am looking for some opensource packages for my personal projects. Mainly, they are a new presonal website and a website for my fellowship. They are not some kind of serious projects. But there are some common requirements same as other kinds of commerical projects. Firstly, the packages need to do the tasks I need. Moreover, I need they have some kinds of documentations. Well, you can say they are opensource. I can understand the functions by looking into the codes. But the code is the logic from others people and this kind of task is very time consuming. I really don't want to spend three years just to understand a framework!
