My Blog

All about my activities, Ideas and everything.

Month: June, 2009

The Matthew Effect

I have found this interesting effect on “The EconomicNaturalist WHY ECONOMICS EXPLAINS ALMOST EVERYTHING” It explains that why “the rich get richer and the poor get poorer” of the Matthe effect, so I will quote the statement from Wiki first. The Matthew effect in sociology is the phenomenon that “the rich get richer and the [...]

XML-RPC vs. SOAP

This website describes the different between XML-RPC and SOAP in a very sample way. Any competent programmers would understand it at the first glance. Here This is something that shows the real different between the two ways to communicate Feature XML-RPC SOAP basic scalars yes yes structs yes yes arrays yes yes named structs and [...]

Tutorial : Composite Design Pattern

I have a chance to knwo Composite Design Pattern,?? so I don’t want to forget that immediately. Composite allows a group of objects to be treated in the same way as a single instance of an object. The intent of composite is to “compose” objects into tree structures to represent part-whole hierarchies. Composite lets clients [...]