(Mark Alexander Bain) If you are planning to build an online knowledge base, XML might be your best choice for a repository format, because of its ease of development, its platform independence, and the fact that it is in an open and human friendly format. If you use XML then eXist, an open source X
Other News
XSLmaker versus XSL editors
(Srdjan Mijatovic) XSL (eXtensible Stylesheet Language) is the only standard technology to transform XML to HTML. There are other ways to make web pages from XML, however they are either non-portable and non-standard, or they lack power and elegance of XSL, and they won’t be discussed here.
AJAX spurs Web rebirth for desktop apps
(Martin LaMonica) Slicker development techniques like AJAX, a way of building interactive browser-based applications, are fueling a surge in consumer Web applications. These new techniques are even reviving efforts to create what was once considered impractical: online alternatives to Microsoft
DB2 add-ins for Visual Studio 2005 – Developer Release
Announcing the new "IBM Database add-ins for Visual Studio 2005" – Developer Release. This no-charge web download will be made available in December 2005 for .NET developers to use with the DB2 family of servers. With this new set of add-ins and DB2 .NET 2.0 data provider developers can reduce devel
Local vs Remote Database Access: A Performance Test
(Nin Lei) When tuning a database for better performance, one area to examine is the proximity of the database to the application. Can the database be located on the same server as the application? Will a database server located far away from the application server cause performance degradation? To a
Using the SQL Server 2005 Integration Services Class Library
(Jeffrey Juday) SQL Server 2005 Integration Services (SSIS) is a new Extract, Transform, and Load (ETL) tool that ships with SQL Server 2005. As with many of Microsoft’s development tools, you can extend SSIS to perform other operations not already bundled with the product. SSIS provides the SSIS Cl
SQL 2005: The Integrated Stack Is Back
(Scott Bekker) Think of SQL Server 2005 as a bulldozer ready to reshape the industry. Now pull back your mental camera and imagine it as the leader of a phalanx of Microsoft bulldozers grinding across the IT landscape, heading for more hills to flatten.
Examining ASP.NET 2.0’s Site Navigation – Part 2
(Scott Mitchell) Any website that is composed of more than one page needs some sort of navigation user interface, which is created in a two-step process. First, the site’s logical structure must be defined; then, user interface elements are added to allow the user to move between sections of the sit
Seven rules for well-behaved primary keys
(David Hunt) Here are seven quick rules for designing robust and error-free primary keys for Oracle databases. (R)
Oracle Database Integrity and the Human Experience
(James F. Koopmann) Database integrity is the thread that holds database objects together to satisfy business objectives and rules. It is unfortunate that data integrity doesn’t always cascade into the real world and hold us all together when times get tough.