Convert Array to Object in PHP

Convert an array to object (recursively) in PHP.

Continue Reading  

Every MS SQL Server database consists of at least two physical operating system files and these files are specified when a database is created or altered. One and possibly more (secondary files) are used for the data (as well as indexes and allocation pages) and one for the transaction log.

Continue Reading  

Some tips to avoid a headacke when dealing with xwiki and xeclipse: Common ground: xwiki version: 2.0, xwiki syntax: 2.0 -> If you need to create new and a lot of new documents in a space and time is limited for this activity, an error may occur when you close and want to reopen some […]

Continue Reading  

Windows Communication Foundation was official released with .NET 3.0. For those people who are doing connected, distributed systems or are in any way interested in communication aspects of systems, this ought to be a God-send. WCF basically rolled all the different Microsoft messaging formats into one, making it extremely easy to architect the communication layer of simple to complex applications. 

Continue Reading  

It is a good idea to hold your database server inside a virtual machine and run it only if needed. This will save the memory space from being loaded with running services when you don’t need them. But what if you need to import a large database dump file and there is no sufficient space […]

Continue Reading  

Last month, between 22 and 25 October 2009, at “Lucian Blaga” University of Sibiu taked place the Conference on Modelling and Development of Intelligent Systems, shortly MDIS. A number of 52 participants from different countries was present and a number of 44 paper accepted and presented. The aim of the conference is ” to bring […]

Continue Reading  

I have spent some time recently trying to integrate Lotus Notes with an existing Java web services consumer. The web service consumer (ProjectRepository) was build on Apache Axis technology and provided the project names my application needed. So I created an Java agent that uses that existing code:

Continue Reading  

SQL statements can be embedded directly into PowerScript code, allowing you to include PowerScript variables in any area of the statement ,whereas you can’t include them if using PowerBuilder Database painter. To work with variables, the SELECT statement accept the INTO clause, that enable assignment of the result to existent variables.  For example: SELECT COUNT(*) […]

Continue Reading  

After the bomb announcement 6 months ago, Google has open sourced its first operating system under the name Chromium OS, which will be the core for the release of Chrome OS, a year later. As of today, the code for next generation operating system will be fully open, from the code base till the user […]

Continue Reading  

Recently we had to integrate one of our .NET applications with an Axis Web Service using basic authentication over an https connection.

Continue Reading