PHP Life

March 29, 2007

How to find a business idea that brings profitable results

Filed under: Business, Startup — Eugene @ 6:25 pm

Every businessman faces the problem of finding an idea for his own business. The idea which will bring a solid income and ensure the achievement of the goal set. That is why web-sites with collections of ideas are extremely popular now with both Russian and International Internet users. There are thousands of ideas presented in them! It is clear that not all of them are profitable and highly effective.

So how to choose a business idea which will provide its owner with really big money? It is quite simple in case you follow simple technique and choose ideas according to some key characteristics which are described below. (more…)

March 23, 2007

How to use the deployment diagram in PHP to easily find files which identify classes

Filed under: PHP, Programming — Eugene @ 11:31 pm

Every programmer who uses object-oriented programming wishes for well documented classes. Well documented classes mostly imply a well-known static diagram of classes. Indeed, this diagram gives a general idea of classes and helps to easily find a class responsible for necessary action.

But what can we do if we need to find a file containing the definition of specific class, e.g. the one which is located in the static diagram? (more…)