(Sourabh Mishr) Every controls have its tooltip property, but sometimes, we need some special css based or whenever we hover the mouse tooltip track kind of functionality. For this kind of feature we have jquery tootip. Jquery tooltip is the part of jquery UI.
Author: SSWUG Research
WebSphere Adapter for Flat Files – a technical deep dive, Part 1: How to configure for inbound processing
(Susann Fritzsche and Katrin Hagemann) This 2-part article series describes a customer solution that extensively used the inbound and outbound processing of WebSphere Adapter for Flat Files. Part 1 explains how to sequence and order the files and the different possibilities to configure the polling
State of the UNION
(Norvald H. Ryeng) Since union queries were introduced in MySQL 4.0.0, they have been processed by executing each part of the union and adding the result to a temporary table. Then a final query block is executed that, if needed, filters out duplicates, do global ordering and limit the number of out
Learn a bit Oracle Scheduler with BROKEN state
(Surachart Opun) On Oracle Database, DBAs can check broken job for Oracle Job (dbms_job) at *_JOBS.BROKEN column. Anyway, DBAs have changed from DBMS_JOB to DBMS_SCHEDULER. So, I was curious How to check broken job for Oracle Scheduler (DBMS_SCHEDULER)? After found out… DBAs can check on *_SCHEDUL
Massive tablespace fragmentation on LMT with ASSM
(Martin Bach) I have been asked to investigate another interesting problem worth writing about. It’s worth mentioning here because it deals with a problem I believed to have long since been solved: tablespace fragmentation. However, in this case it was a locally managed tablespace (LMT) with Automat
Check out Clabby Analytics on IBm BLU Acceleration!
(Cindy Russell) This analyst finds that DB2 with BLU Acceleration for in-memory computing delivers consistently higher performance at a lesser cost. Read for yourself.
WPF Base Classes – RangeBase
(Richard Carr) The forty-seventh part of the Windows Presentation Foundation Fundamentals tutorial looks at the RangeBase class. This is a base class for WPF controls, including one of the information controls described earlier in the tutorial.
Back to the Basics – Working with Strings in VB.NET
(Hannes Du Preez) The term ‘Strings’ always seem to amount to some sort of headache among new programmers. We all know what a string is: It is any set of alphanumeric input. The trick comes in to manipulate strings properly. Once you have learned this skill, you’re halfway to becoming a great progra
Nesting Levels in SQL
(Joe Celko) The ‘Structured’ part of SQL denotes the fact that queries can be nested inside each other in such a way that, wherever you can use a table, you can use a table expression. Such derived tables can provide powerful magic, to which is added CTEs and Lateral Tables.
Integrating the Client and the Server with TypeScript
(Peter Vogel) As I write this, the TypeScript team has published its roadmap on how it will get from the current version of TypeScript to version 1.0.
