(Irina Medvinskaya) Uniform Resource Identifiers (URIs) may represent Web requests, FTP requests, files, news, and e-mail. Whenever you need to work with URIs and determine a particular portion of a given URI, you can utilize the System.URI class available in Visual Studio .NET. This class allows yo
Author: SSWUG Research
Managing MySQL on Solaris 10: Part 2: Solaris Kernel Threads Model
(Frank Mash) The central component of most operating systems is the kernel. The kernel manages the resources of a system. In addition, the kernel facilitates and manages the communication between a system’s hardware and software components.
Black Belt Components: Support Simple Navigation with a Document Map
(William Pearson) In this article, we will get hands-on exposure to further supporting simple navigation for our users with the Document Map feature that is available within any implementation of Reporting Services. Our hands-on practice will specifically focus on the enablement of the Document Map
Working with Both xsl:if and xsl:choose in XSLT
(Jagadish Chaterjee) This is the third article in a series focusing on developing XSLT-oriented applications using ASP.NET 2.0. Even though the series is based on ASP.NET 2.0, I use it only as a transformation engine. The entire focus will be on working with XSLT. You can use any transformation engi
Loading and Unloading XML Files Using Oracle 10G XE
(Jayaram Krishnaswamy) In many cases, exporting a table to create an XML file is easy, but importing an XML file to create a table is much more difficult. This is true for Oracle 10G XE, as you will see in this article.
Building a data mining solution using IBM Intelligent Miner Modeling and WebSphere
(Stefan Warwas) The objective of this tutorial is to get you confident with the problem of handling multiple mining tasks at the same time in your J2EE Web application. The tutorial also demonstrates how to use the Easy Mining Procedures interface of Intelligent Miner Modeling to handle these mining
Build a shopping cart application using XForms
(Steve K Speicher, Keith Wells, Jan J. Kratky and Kevin Kelly) This tutorial focuses on key aspects of the W3C XForms 1.0 standard to produce a fully functional Web-based shopping cart. With this approach, the reader will get a good start at creating real-world applications with XForms, without havi
Output Caching in ASP.NET 2.0
(Scott Mitchell) One of the most sure-fire ways to improve a web application’s performance is to employ caching. Caching takes some expensive operation and stores its results in a quickly accessible location. ASP.NET version 1.0 introduced two flavors of caching: –Output Caching – caches the en
MySQL Cluster and the Death of Secondary Indexes
(Kevin Burton) Relational databases use indexes to speed up their performance usually due to the fact that their underlying storage is inherently slow (which has historically meant disk).
Write PIVOT queries in SQL Server 2005
(Tim Chapman) New to SQL Server 2005 is the PIVOT operator, which gives you the ability to rotate row level data into tabular data without the use of the CASE statement, as was necessary in previous versions of SQL Server.
