(Angel Novikov-Jank, Jessica Pollner and Hakan Gogtas) Regression analysis is often used in business situations for data-driven decision-making and decision support. However, regression analysis is often misused by business analysts. Common mistakes that arise in the use of regression techniques inc
Tag: Development
The Beauty of ASP.NET 2.0 Themes in Visual Studio 2005
(Jagadish Chaterjee) This article introduces you to “ASP.NET 2.0 Themes” with the Visual Studio 2005 Integrated Development Environment. The sample downloadable application was developed using Visual Studio 2005 Professional Edition on Windows Server 2003 Standard Edition.
Automatically Hyperlink URLs and E-Mail Addresses in ASP.NET Pages with C#
(zjroland) After I designed the Web site http://www.outsourcexp.com, I found that many users post URL and e-mail information, but these URLs and e-mails just display as text. If you want to visit these URLs or e-mail addressess, you have to copy them and then paste them to your browser or e-mail cli
Using HTTP Compression in PHP: Make Your Web Pages Load Faster
(Alejandro Gervasio) Web developers are always looking for ways to reduce the loading time of their pages. This article, the first of three parts, shows you how to make PHP pages load faster by showing you how to compress dynamic PHP pages. Techniques covered include using PHP’s built-in “gzencode()
Programming with the BackgroundWorker Component in .NET 2.0
(Paul Kimmel) If you’ve ever looked at your microprocessor’s performance in the Task Manager’s CPU usage history and list of processes, you might have noticed that your PC’s microprocessor’s most active task is the idle process. In fact, your CPU is most often in what we can only call the “relaxing”
Create Meta Tags Programmatically in ASP.NET 2.0
(Ashish Singhal) In ASP.NET, we had an option to add head tags in HTML where we could define our Meta tags like keyword and description but in ASP.NET 2.0 if we use master page inheritated page then there is problem to add meta tags. This article explains how you can add meta tags in ASP.NET 2.0.
Enterprise Library 2.0: Building Named Extensions in the Configuration Console
(Vijay Mehta) One of the most powerful features of the popular application framework Enterprise Library 2.0 (EL2) is the Configuration Console. The EL2 Configuration Console provides a visual representation of the different configuration settings, the actions that can be performed, and validation of
Cache In On the Enterprise Library Caching Block for .NET 2.0
(Thiru Thangarathinam) The ability to store items in memory the first time they are requested—whether data objects, pages, or parts of a page—is one of the most important factors in building high-performance, scalable applications. After storing such items in the local cache, you can improve applica
Debugging an HTTP Handler (*.ashx) in ASP.NET 2.0
(Dina Fleet Berry) A handler is responsible for fulfilling requests from a browser. Requests that a browser manages are either handled by file extension (or lack thereof) or by calling the handler directly. Only one handler can be called per request. A handler does not have any HTML static text like
Quick Debugger Visualizers in Visual Studio 2005
(Mike Gunderloy) Debugging in Visual Studio is a wonderful thing. You can use the tools built into the debugger to drill into the values of objects and their member variables easily. But even wonderful things can be improved, and that’s exactly what Microsoft has done with the introduction of debugg