(Irina Medvinskaya) Visual Studio .NET provides an easy way of performing mathematical functions, such as addition, subtraction, multiplication, division, exponentiation, integer division, and finding a remainder. For all other tasks, you can utilize the System.Math class. In this tip, I will look a
Author: SSWUG Research
Virtual XML: A toolbox and use cases for the XML world view
(K. H. Rose, S. Malaika and R. J. Schloss) Although the Extensible Markup Language (XML) has gained in popularity and has resulted in the creation of powerful software for authoring, transforming, and querying XML-based business data, much information remains in non-XML form. In this paper we introd
Develop an interactive telephone survey application using VoiceXML
(Voicent Support) VoiceXML is a markup language for creating voice-user interfaces. It uses speech recognition and/or touchtone (DTMF keypad) for input, and pre-recorded audio and text-to-speech synthesis (TTS) for output. It is based on the Worldwide Web Consortium’s Extensible Markup Language
Including Your Own ASP.NET Pages in Your SharePoint Portal
(Ameet Phadnis) SharePoint provides a few ASP.NET pages which allow you to manage a Portal. However, business situations arise that require developers to build their own ASP.NET pages. One situation that comes to mind is an employee directory. In big organizations you might be tasked with display
Find Out What’s Taking Your .NET Code So Long to Run
(Paul Kimmel) Profiling generally is learning about your code’s behavior. A big part of profiling is knowing where your code spends a lot of its time. Although I don’t encourage profiling in early development, it can become critical when debugging subsystems that are too slow. It also is a useful te
Cloudscape and Ajax – An example
(Susan L. Cline) Cloudscape and Derby are great database servers for Ajax applications — particularly if the client and server are on the same host — due to their zero admin requirements and ability to be embedded. This article explains all the steps and requirements to create an embedded data
FIX: You may experience heap corruption, and SQL Server 2000 may shut down with fatal access violations when you try to browse files in SQL Server 2000 Enterprise Manager
Consider the following scenario. Microsoft SQL Server 2000 Enterprise Manager is running on a Microsoft Windows Server 2003 R2 x64 Edition-based computer. You try to browse files, and you click the ellipsis button (…) in any File dialog box in SQL Server 2000 Enterprise Manager. In this scenario,
IBM Workplace Client Technology, Micro Edition and Open Services Gateway Initiative (OSGi)
(Sami Salkosuo) This article shows you how to develop pervasive applications using IBM Workplace Client Technology, Micro Edition, DB2 Everyplace, WebSphere MQ Everyplace, WebSphere Everyplace Device Manager, and OSGi.
IBM DB2 9.0 Review
(David McAmis) As the database market continues to grow and mature, it is sometimes hard for developers to get excited when a new version of a database server hits the shelves. The day after the upgrade, you are still writing the same SQL using the same tools you did before. And if you are a command
Using XMLSchema DOM and SAX in JAXP 1.2
(Anghel Leonard) To take advantage of the power of XMLSchema in a SAX or DOM application, you simply have to set two properties. In JAXP 1.3, use the javax.xml.validation package.
