(Klaus Aschenbrenner) Software security is a very important topic, because not a single day passes without the discovery of some new exploit. Windows 2003 Server was the first product Microsoft shipped under the motto “secure by default.” The whole server is locked down by default, and you have to a
Other News
Web Application Designer: Creating Robust Web Reporting with Multiple Report Views
(Yasan Gooding) In an analytical environment, business analysts want to have data at their fingertips that is complementary. In many cases, that data exists in several reports and requires switching from one report to another which often bogs down the users’ computers. The solution has been for most
The installation process may fail when you try to install SQL Server 2000 Service Pack 4
When you try to install Microsoft SQL Server 2000 Service Pack 4 (SP4), the installation process may fail, and the following message may be written to the Replsys.out file: Login failed for user ‘User’. Reason: Server is in single user mode. Only one administrator can connect at this time.
Sharing Memory—Automatically
(Kimberly Floss) It used to be a challenge to size the various memory pools that comprise the Oracle system global area (SGA) for optimal performance. But that was before Oracle Database 10g.
Thanks for the Memory
(Robert Catterall) Exabyte. Now there’s a word you probably don’t use in everyday conversation. What is an exabyte? It’s one quintillion bytes. It’s one million terabytes. It’s one billion gigabytes. It’s one-sixteenth of the amount of byte-addressable server storage that can be accessed via a 64-bi
Quest Software Introduces Toad for DB2
Quest Software Inc, a leading provider of application, database and infrastructure management solutions, announced a beta version of Quest Toad for DB2, a full-featured database development solution that increases user productivity for SQL development and database object management. This product
Stream Decorator, Single-Instance Apps
(Stephen Toub) I’m using a method from a third-party library that expects me to pass a Stream to it. I want to be able to trace that library’s activities with my Stream in order to better understand some behavior in my application. Is there a way to do this?
XSL Transformations (Sample Chapter)
(Elliotte Rusty Harold) The Extensible Stylesheet Language (XSL) includes both a transformation language and a formatting language. Each of these, naturally enough, is an XML application. The transformation language provides elements that define rules for how one XML document is transformed into ano
Getting Familiar with the JSF Lifecycle with a PhaseListener
(Chris Schalk) Those who are new to JSF may often hear about the “JSF Request Processing Lifecycle” but may not have a firm grasp of exactly what this lifecycle does..
A better method to adding new rows in a DataGrid
If you’ve been working with the DataGrid Control you understand the difference of the different templates and how you can use the FooterTemplate to create functionality so a user can add in a new row to your datasource. But showing and hiding the Footer Template isn’t enough to make a good UI. This