Adding your application to the Windows System Tray in .NET Posted on May 18, 2006 The NotifyIcon is the class used to create an icon in the Windows System Tray, and can be used instead of creating a task bar item. [Read More] Tags: c# .net
Manually refreshing Oracle materialized views Posted on May 18, 2006 Manual Refreshes [Read More] Tags: oracle plsql
Some useful Javascript Array functions Posted on May 9, 2006 Removing elements [Read More] Tags: javascript
Oracle text queries - basic full text searches Posted on April 28, 2006 Text queries are a very complex subject in Oracle, but briefly, the following is enough for a basic full text search. The example searches help text in a table called “help_topic” with the column “help_text”. [Read More] Tags: oracle plsql
Retrieving database information in Oracle Posted on April 12, 2006 Here are some useful queries when you’re looking at an Oracle database: [Read More] Tags: oracle plsql