Tech Blog Updates on Software & Technology

25Sep/090

PostgreSQL for Solaris

It is a highly sophisticated enterprise database platform. Are you planning to get a database which should be fully integrated with Solaris 10? The only best way is to go for the PostgreSQL. It is an open source product. Actually, it runs in multiple platforms and you should be using the exact version of the platform to get it executed in a proper manner. There are many platform specific issues to be addressed to make it run in a proper way. You can get all those issues in the following URL, “developer.postgresql.org/pgdocs/postgres/”. Solaris containers fulfill many handy requirements such as Server consolidation, Resource management by using Resource Pools and system partitions. With the system partitions in place, you can run many instances of the same application in a separate environment. They will be isolated from each other and executed in separate zones. You will have to create, configure and install those zones. Though it involves a long and tedious process to get PostgreSQL installed in your system, it gives excellent benefits in various dimensions of quality.

 

8Sep/090

Teleric Controls – Visual Studio

Teleric controls are just the third party controls which you can simply add to your application. It may be web application or your windows application as well. It may seem to be a night mare to use it for the first time. But it is as simple as that. You will have to follow certain prescribed procedures to get that control installed and executed in your application. The prescribed procedure is as follows. Take for example; you are planning to install a RAD Grid into your application. The procedures involved in it are very simple. Normally just by adding the control to your design form, you will be asked to add a script manager control. After adding that, most probably you can’t run the application. Just add the below html tag to your html handler tag. <add path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI" validate="false"/>.  It is all over. Now you can view the Teleric RAD Grid control in your design screen. Now, start browsing upon the control to get more details about that. I can assure you that it is very simple work to be done.