The Query Tool is a powerful data mining application. It allows you to

January 18th, 2010

Download FileThe Query Tool is a powerful data mining application. It allows you to

perform data analysis on any SQL database. It has been developed

predominately for the non technical user. No knowledge of SQL is required,

all actions are data driven.

Download The Query Tool

Read More >>

Author: admin Categories: Database Tools Tags:


Toad for MySQL

January 18th, 2010

Toad for MySQL screenshotToad for MySQL

Toad for MySQL empowers MySQL developers and administrators develop code more efficiently. It also provides utilities to compare, extract and search for objects, manage projects, import/export data and administer the database. Toad for MySQL increases developer productivity and offers access to a solid community of experts and peers for interactive support.

Download Toad [...]

Read More >>

Author: admin Categories: Database Tools Tags:


BC Excel Server 2008 Enterprise Edition

January 18th, 2010

BC Excel Server 2008 Enterprise Edition screenshotScreenshot

Excel Server integrates MS Excel and MS SQL Server into a network-based Enterprise Information Platform, on which business processes can be implemented and deployed easily in a business-oriented and “DIY” manner.

Users define business logic, design data report templates, and process business data all in MS Excel, which lowers the learning curve and the maintenance costs [...]

Read More >>

Author: admin Categories: Database Tools Tags:


DBDesigner 4

January 18th, 2010

DBDesigner 4 screenshot
Screenshot

DBDesigner 4 is a visual database design system that integrates database design, modeling, creation and maintenance into a single, seamless environment.It combines professional features and a clear and simple user interface to offer the most efficient way to handle your databases. DBDesigner 4 compares to products like Oracle’s Designer©, IBM’s Rational Rose©, Computer Associates’s ERwin© [...]

Read More >>

Author: admin Categories: Database Tools Tags:


TOAD for Oracle Freeware

January 18th, 2010

Download FileTOAD® empowers developers and DBAs to be more productive by providing an intuitive graphical user interface to Oracle. TOAD is a powerful, low-overhead tool that makes PL/SQL development faster and easier and simplifies database administration tasks. Advanced editors allow users to work on multiple files simultaneously even different file types such as SQL, PL/SQL, HTML, [...]

Read More >>

Author: admin Categories: Database Tools, Database Tools Tags:


Buzzwords

December 31st, 2009

use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Apple-s). The script is yours!!!

<!– TWO STEPS TO INSTALL BUZZWORDS:

1.  Paste the coding into the HEAD of your HTML document
2.  Put [...]

Read More >>

Author: admin Categories: Games & Entertainment, JavaScript Tags:


Optimized Popup

December 31st, 2009

use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Apple-s). The script is yours!!!

<!– ONE STEP TO INSTALL OPTIMIZED POPUP:

1.  Copy the coding into the HEAD of your HTML document  [...]

Read More >>

Author: admin Categories: E-Commerce Tags:


ajax navigation

December 31st, 2009

Paste this code into an external JavaScript file named: ajax_navagation.js

var please_wait = null;

function open_url(url, target) {
if ( ! document.getElementById) {
return false;
}

if (please_wait != null) {
document.getElementById(target).innerHTML = please_wait;
}

if (window.ActiveXObject) {
link = new ActiveXObject(“Microsoft.XMLHTTP”);
} else if (window.XMLHttpRequest) {
link = new XMLHttpRequest();
}

if (link == undefined) {
return false;
}
link.onreadystatechange = function() { response(url, target); }
link.open(“GET”, url, true);
link.send(null);
}

function response(url, target) {
if [...]

Read More >>

Author: admin Categories: Navigation Tags:


Guess-A-Number

December 31st, 2009

Play the JavaScript version of Guess-A-Number. First, select a number range and then try to guess the number the computer has chosen.

Range of numbers

From:

To:

he JavaScript Source: Games: Guess-A-Number Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new [...]

Read More >>

Author: admin Categories: Games & Entertainment Tags:


In-Page Search Option

December 31st, 2009

The JavaScript Source: Navigation : In-Page Search Option

Simply click inside the window below, use your cursor to highlight the script, and copy [Control]+C the script into a new file in your text editor (such as Note Pad) and save [Control+S]. The script is yours!!!
<!– Paste this code into an external JavaScript file named: [...]

Read More >>

Author: admin Categories: Navigation Tags: