(Ved Mishra) In this information intensive world, it sometimes gets difficult for organizations to facilitate a web-site with the home page containing all important information. If there is too much content on the page entered directly, it creates a vertical (or horizontal) scrollbar.
Other News
Who Controls The Data When Modules Don’t Know The Whole Story
(Ben Nadel) Lately, I’ve been doing a lot of thinking about modules in JavaScript. As my client-side code has become much more complex than it used to be, I’m seeing that proper JavaScript application architecture is critically important.
Oracle 11g XE Install
(Michael McLaughlin) Here’s the Oracle Database 11g Express Edition step-by-step installation. I did the installation on Window 7 64-bit, and did run into a problem with the Windows Registry on a fresh installation (posted earlier on the blog).
db2diag and db2dart – 2 life saver utilities
Monitoring diagnostic log is very important task in a DBA`s daily life. When you compare this with onset of a chronic disease like heart attack or cancer you find that they are analogies. For these chronic diseases you will see symptoms like pain, weight loss and other related symptoms before the di
Introduction to DB2 Data Sharing
(Jeff Sullivan) This is a quick video on the high-level aspects on DB2 Data Sharing.
ISNULL, COALESCE works with both INT and VARCHAR column
(Vadivel) There was a question saying ISNULL won’t work for VARCHAR columns. I thought I would provide a very basic sample where ISNULL works with string column as well.
MySQL Vala Program Example
(Shinguz) In this article we have a short look at a simple MySQL example program written in Vala.
Creating and managing Triggers in SQL Server 2005/2008
(Vishal Nayan) Triggers are a special type of stored procedure which are executed automatically based on the occurrence of a database event. These events can be categorized as
Integrate the rich Internet application framework ZK with Informix to build real-world applications
(Timothy Clare and Sachin K Mahajan) This tutorial presents a real-world example that integrates IBM Informix and ZK, a rich Internet application (RIA) framework. Informix is a flagship IBM RDBMS product, while ZK is a Java-based web application framework supporting Ajax applications.
SQL Server Denali Cycle Clipboard Ring Feature
(Ashish Kumar Mehta) While looking through the new features and improvements in SQL Server Denali, we found a potentially interesting feature namely Cycle Clipboard Ring. This feature is very useful especially when someone needs to copy several lines of scattered code from one T-SQL file to another.