Tag: Development

Community

Client Clones and Server Sessions

(Tony Marston) The session handling functions in PHP are designed to save state between different requests from the same client. This works well if the client device is accessing the application via a single browser window, but what happens if the user decides to open up several browser windows and

Community

Deploying ADO.Net Applications

(Faraz Rasheed) Databases are an inevitable part of most of the real world applications. Deploying such database centric applications has always been tricky in all the platforms, be it Microsoft Visual Basic 6, Microsoft Visual C++ 6, Java or Dot Net. In this article, we have addressed a number

Community

String Manipulation

(Peyton McCullough) Programmers need to know how to manipulate strings for a variety of purposes, regardless of the programming language they are working in. This article will explain the various methods used to manipulate strings in Python.

Community

Making Error Handling Robust

Development teams and individual developers have limited experience in writing code that catches application or environment errors, and either recovering from those errors or degrading gracefully. It is largely a thankless task that gets lost in the rush to deliver new or enhanced features more quic