(Sheonarayan) I was facing problem in adjusting the asp:Chart Axis labels font and intervals and found it very difficult to customize them. In this article, we are going to learn how to customize the asp:Chart control X or Y axis labels, its appearance and the intervals of the Label etc.
Other News
Lists and Arguments in Perl
(James Lee) In this conclusion to a six-part article series on subroutines and functions in Perl, you’ll learn more about lists and arrays, and take a look at default argument values.
Layered Data: A Paper & Some Commentary
(Leigh Dodds) Two years ago I wrote a short paper about “layering” data but for various reasons never got round to putting it online. The paper tried to capture some of my thinking at the time about the opportunities and approaches for publishing and aggregating data on the web. I’ve finally got aro
Object Calisthenics In JavaScript – An Introduction
(Ben Nadel) Several years ago, Brian Kotek introduced me to the concept of Object Calisthenics. Object Calisthenics is an exercise defined by Jeff Bay to help programmers think very critically about their application design choices in an object-oriented context.
DB2 10 for LUW Has the Optim Tools for Your Productivity
(Dave Beulke) The IBM release of its new DB2 10 for Linux, UNIX and Windows (LUW) provides additional functionality for everyone. Along with this announcement IBM announced a refresh of all their InfoSphere Optim tools for working with the new DB2 10 for LUW environments.
Are You Using the Right SQL Server Performance Metrics?
(Thomas LaRock) No matter what our profession, we all have our favorite set of tools to help us get the job done.
Optimizing DB2 Queries with IBM DB2 Analytics Accelerator for z/OS
(Paolo Bruni, Patric Becker, Willie Favero, Ravikumar Kalyanasundaram, Andrew Keenan, Steffen Knoll, Nin Lei, Cristian Molaro and PS Prem) The IBM DB2 Analytics Accelerator Version 2.1 for z/OS (also called DB2 Analytics Accelerator or Query Accelerator in in this book and in DB2 for z/OS documentat
Clustered Index on an UniqueIdentifier column is costly
(Vadivel) Generally having a clustered index on a UniqueIdentifier column is going to be costly. Even if we add some 5000 or 10000 records in the table the fragmentation level would be surely around 95+ % which means we have to very frequently REORGANIZE or REBUILD that index.
Implementing Lookup Logic in SQL Server Integration Services
(Robert Sheldon) With SSIS, you can perform a lookup on data in the course of a task, using referenced data from any OLE DB source. It is a useful feature that enables you to check on the validity of data, or interpret it before proceeding.
Improved script for extracting table from MySQL text dump
(Maciej Dobrzanski) A few days ago I showed a quick way to extract one table form a mysqldump output. Here is a more complete version which supports extracting either a full schema or a table from the specified schema. If full schema is being extracted, the script also looks for any associated views
