Optimizing Your Flex Applications
As highly optimized as Flex is, you have the responsibility as an application developer to keep an eye on the performance, memory management, and size of your Flex application. This chapter covers common tips and tricks that you can use to make sure you're creating a lean and mean Flex application. You find out how to make the SWF file, the output of your Flex application, as small as possible for production purposes and how to make your application use the least amount of memory and run as fast as possible.
More info Download (542) times
Migrating Oracle Database 10 G from Sun Servers to Dell Servers
T o improve the process of migrating data from one database to another or from one platform to another, two key Oracle tools for data migration Data Pump and Transportable Tablespaces were enhanced in Oracle Database 10 g . Data Pump is an improved version of the Oracle Import and Oracle Export utilities from previous versions of Oracle Database. The improvements are designed to add capabilities and decrease the time required for exporting and importing Oracle Database 10 g data.
More info Download (117) times
Oracle Application Development Framework
This tutorial is for J2EE developers who use Oracle Application Development Framework (ADF) to build Web applications. ...
More info Download (644) times
MATLAB Tutorial - MATLAB Fundamentals
Vector Functions Certain functions in MATLAB are "vector functions", i.e., they operate essentially on a vector (row or column). For example, the maximum entry in a matrix D is given by max(max(D)).
More info Download (392) times
Oracle Reports Tutorial
This tutorial is intended for users new to Oracle Reports, or for users familiar with Oracle Reports who would like to learn more about building JSP-based Web reports. ...
More info Download (1049) times
Oracle Application Development Framework
Tutorial for Forms/4GL Developers (10.1.3.1.0). This tutorial is for Java EE developers who use Oracle Application Development Framework (ADF) to build Web applications.
More info Download (876) times
PHP Tutorial - Learn PHP
This tutorial is aimed at the PHP novice and will teach you PHP from the ground up. If you want a drive- through PHP tutorial this probably is not the right tutorial for you. Remember, you should not try to plow through this tutorial in one sitting. Read a couple lessons, take a break, then do some more after the information has had some time to sink in ...
More info Download (1298) times
Matlab Quick Reference
General Purpose Commands Managing Commands and Functions addpath Add directories to MATLAB's search path doc Display HTML documentation in Help browser docopt Display location of help file directory for UNIX platforms genpath Generate a path string help Display M-file help for MATLAB functions in the Command Window helpbrowser Display Help browser for access to all MathWorks online help help desk Display the Help browser.
More info Download (101) times
Tutorial for Spring DAO with JDBC
This tutorial demonstrates how to work with data access objects in the spring framework. It implements the Spring Data Access Object with JDBC. Data Access Objects exist to provide a means to read, write or modify data in the database..
More info Download (288) times