(Alejandro Gervasio) If learning how to incorporate creational design patterns into your own PHP 5 applications is a high-priority topic for you, then this set of comprehensive articles might be what you’re looking for. Welcome to the concluding installment of the series “Using Bridge Classes with P
Other News
Convert XML to JSON in PHP
(Senthil Velayudham, Edward J Pring and John Morar) With the growing popularity of Web 2.0, a new data interchange format called JavaScript Object Notation (JSON) is emerging as a useful way to represent data in the business logic running on browsers. Learn how PHP-based server programs can convert
FIX: SQL Server 2000 stops responding when you cancel a query or when a query time-out occurs, and error messages are logged in the SQL Server error log file
In rare situations, Microsoft SQL Server 2000 stops responding when you cancel a query or when a query time-out occurs.
Identifying Server Consolidation Opportunities
(Andrew Hillier) Over the past 20 years, the IT infrastructures of most organizations have moved away from a reliance on centralized computing power toward distributed systems.
Automate the process of trimming table data in SQL Server 2005
(Arthur Fuller) A friend and colleague recently faced an interesting problem. Each month he receives a huge amount of data from a client, which he then must massage before it’s usable. The tables contain millions of rows, and the structure of the tables may vary from month to month. To make matters
Using Indexed Computed Columns to Improve Performance
(graz) I recently read a blog post on doing case-insensitive text searches on SQL Server 2005. The post said that an index on a computed column might be used even if the computed column itself wasn’t used in the WHERE clause. I was curious to test that and see how far I might take it. Years ago I wo
Monitor .NET application performance with the CLR Profiler
(Tony Patton) In the .NET Framework, memory management is supposed to be handled automatically by the system. This allows you to concentrate on the important issues of application design and development. Unfortunately, this utopia has not been completely realized as memory issues still appear in .NE
ADO.NET for Beginners Part Three
(David Jeavons) Before we start, we will need to create a new database on our SQL Server to work with. The database is called AddressBook and will contain one table with the same basic structure as the Access database used in the previous two articles. At the end of this article is a download link f
Experiences with Oracle Apps and FDA Regulations
(Sylvain Fontaine) For several years, I worked as an Oracle Consulting employee, and I’d like to share my experience in that role, working on a massive Oracle Applications implementation deployed in an FDA-regulated company.
IBM Steps Up Development of Cool Tools for Ajax
(Rikki Kirzner) Asynchronous JavaScript and XML (Ajax) has emerged as one of the key technologies to help organizations meet their objectives for maintaining competitive and performance advantages in light of constantly changing market conditions. The reason is simple—Ajax enables them to quickly cr
