(Michel Mitri and Nicholas Chase) This series details the creation of a mashup application that gives control over the data displayed back to the user; to do that, you need to build in intelligence. Now that you know how to represent information in RDF, you can start to create an ontology using the
Author: SSWUG Research
An Introduction to Themes in ASP.NET 2.0 – Part 1
(John Peterson) The advent of CSS (Cascading Style Sheets) was a huge leap forward in document presentation on the web. Using CSS, you were finally able to separate a document’s content from the associated layout and presentation information. With the inclusion of Themes in ASP.NET 2.0, Microsoft ha
Compilation and Deployment in ASP.NET 2.0
It’s crucial to understand the changes to the compilation process from ASP.NET 1.x to ASP.NET 2.0 so you can debug your Web applications effectively. This article shows you how compilation works now and what has changed from ASP.NET 1.x.
FIX: The query performance may be slow when you query data from a view in SQL Server 2000
When you query data from a view in Microsoft SQL Server 2000, the query performance may be slow. This problem occurs if the following conditions are true: • The view contains a GROUP BY clause. • The view contains aggregate functions. • The query uses a LIKE operator.
Mastering Enterprise BI: Introducing Actions in Analysis Services 2005
(William Pearson) In Putting Actions to Work in Regular Cubes, and in Actions in Virtual Cubes (both members of the Database Journal series Introduction to MSSQL Server Analysis Services), I introduced Actions as they existed within Analysis Services 2000. In this and the related articles, we will o
Lesson 6 Using the .NET CLR in SQL Server 2005
The .NET common language runtime (CLR) provides a hosted environment for managed code. In Microsoft SQL Server 2005, developers can use managed code to implement database objects such as stored procedures, user-defined data types, user-defined functions, triggers etc. This brings the power, scalabil
Layout in XAML
(Keyvan Nayyeri) The same as any other markup language that is designed to create a user interface, XAML has some great features to help you lay your elements out easily.
Globalization with Javascript and Xslt
(Bcoelho) In this article I’m going to explain how you can build a world-ready web application and how you can use Javascript and XSLT with the globalization goal in mind.
Protect sensitive Web site data by encrypting information with MySQL
(Melonfire) If you’re running a Web application using MySQL, chances are good that it has passwords or other sensitive data stored somewhere within it. Securing this data from hackers or snoopers is a critical concern, both to avoid unauthorized use or damage to your application and to retain your c
Check out this easy way to find Oracle version information
(Bob Watkins) When an application will be distributed to customers—or even to multiple sites within the same company—version issues may arise. If the program is designed to use features specific to a particular version of Oracle, it will fail when run on earlier versions.
