|
|
USER ENTERED TUTORIALS
 |
| SQL / Database |
 |
|
Atomic - How small is small enough?
DDR
It is probably meant to identify something "as small as possible". But as both you and I know, an atom is not the smallest possible item: An atom consists of protons, neutrons, and electrons. Again, are they the smallest particles? No, we have quarks, and a lot of other, strange particles...
 |
|
Database Normalisation
dotnet.org
Database normalization can essentially be defined as the practice of optimizing table structures. Optimization is accomplished as a result of a thorough investigation of the various pieces...
 |
|
Tired of ER Modeling? You are not alone...
Orthogonal SW Corp.
In calculus, the root of the technique - of lack of a better word - is the derivative. There are a couple ways of determining a derivative of a function. One involves plugging the function into another function and solving it. While this sounds easy enough...
 |
|
Accessing Databases with SQL
Computational Science
Before considering how to design and create relational databases, we can gain an understanding of many relational database concepts by learning how to access their data.
 |
|
SQL JOINS
Tech on Net
A join is used to combine rows from multiple tables. A join is performed whenever two or more tables is listed in the FROM clause of an SQL statement. There are different kinds of joins...
 |
|
 |
MORE SUBMITTED SQL TUTORIALS ►
 |
 |
WEB DESIGN
 |
|
HTTP - Hypertext Transfer Protocol
W3C Domain Architecture
URIs, Connections, Message Parsing, Message Semantics, Message Payload, Content Negotiation, Conditional Requests and more...
 |
|
Architecture and Evolution of the modern Web Browser
Alan Grosskurth
A reference architecture for a domain captures the fundamental subsystems and relationships between them that are common to
existing systems in the domain. It aids in the understanding of these systems...
 |
|
Exposing the Browser API
WDVL
JavaScript is not so much about adding new functionality as it is about tweaking existing functionality to make it seem more cool. Developers quickly began to use JavaScript for such purposes as animation...
 |
|
MORE SUBMITTED WEB TUTORIALS ►
 |
 |
JAVA
 |
Learning the Java Language Sun.com
Take a minute right now to observe the real-world objects that are in your immediate area and ask yourself two uestions: "What possible states can this object be in?" and "What possible behavior can this object perform?".
 |
Debugging with Eclipse IBM
The Eclipse SDK -- particularly, the Java™ Development Tools (JDT) project -- features a built-in Java debugger that provides all standard debugging functionality, including the ability to perform step execution...
 |
|
MORE SUBMITTED JAVA TUTORIALS ►
 |
 |
C++
 |
|
Learn C in 24hrs
aelinik
In this lessons you'll learn the following: What C is, Why you need to learn C, The ANSI standard & Hardware and software required in order to run the C program...
 |
|
Pointers vs References
dgp.toronto.edu
Both contain addresses that point to the location of an object or value, but the difference lies in
the appearance between references and pointers when they are used in expressions.
 |
|
Booch Notation
Monash University
A way of capturing and thinking the relationships in an OO design.
A way of thinking about the relationships in an OO designn but not (by itself) equivalent to an OO design. Also need text to explain the reasons for the structure, ...
 |
|
Dynamic Memory
cplusplus
In order to request dynamic memory we use the operator new. new is followed by a data type specifier and -if a sequence of more than one element is required- the number of these within brackets []. It returns a pointer to the beginning of the new block of memory allocated. Its form is:
 |
|
Memory Allocation in C++
The Cantrip Corpus
Many programs have little need for memory management; they use a fixed amount of memory, or simply consume it until they exit. The best that can be done for such programs is to stay out of their way. Other programs, including most C++ programs, are much less deterministic...
 |
|
MORE SUBMITTED JAVA TUTORIALS ►
 |
|
| |
|