10 Minute Quickstarts 

Got 10 minutes? Want to learn something?
Our 10 minute quick starts our nearly step by step and take about 10 minutes each. You can use them to scratch the service of areas you want to learn and as a quick review when returning to something after a long absence.
|
Group: Pascal and Delphi Coding
Topic: BDE
This KB Post addresses accessing Paradox tables through the BDE using TDatasource, TTable, and TDBGrid. This tutorial was updated for Delphi 2009 but applies to all versions of Delphi.
Topic: Language Basics
Create a classic "Hello, World" Windows native code Console App using Delphi. This tutorial is based on Borland Developer Suite 2006 but you can use any version of Delphi you wish. In this tutorial, you will create a classic "Hello, World!" windows console application. A console application is a type of Windows application that has FULL access to the Win32 API, but it's GUI is limited to a DOS-like text window. When Windows starts a console application, it creates a text-mode console window where the program can display text and the user can interact with the program via the keyboard.
Create a classic "Hello, World" Windows native code application using Delphi. This tutorial is based on Borland Developer Suite 2006 but you can use any version of Delphi you wish.
Topic: OOP
Beginners example of creating and using a class. Early versions of Delphi use the standard OO private, protected, and public visibility specifiers plus add published for RTTI info. Later versions of Delphi add strict private and strict protected for a true OO implementation.
Group: C# (Visual C# & VS.Net)
Topic: C#
This will show how to make a "hello world" console application in Visual Studio 2008 with C#. Let VS.Net do the work and create a new console application using the menu. Use Console.WriteLine and Console.ReadLine for simple input and output.
Topic: WinForms
The ButtonsCS project. Create a classic "Hello, World" application using Visual Studio .Net with C# syntax. Requires either the full version or Visual C# Express Edition.
Group: VB.Net Language
Topic: Tool Basics
This will show how to make a "hello world" console application in Visual Studio 2008 using VB.Net.
Topic: WinForms
The ButtonsVB project. Create a classic "Hello, World" application using Visual Studio .Net with VB.Net syntax. Requires either the full version or VB.Net Express Edition.
Group: Corel Paradox / ObjectPAL Coding
Topic: OPAL: Language Basics
If you've never programmed in ObjectPAL, spend 10 minutes and see how easy it is to program Paradox for Windows.
Posted By Mike Prestwood,
Post #101209, KB Topic: OPAL: Language Basics
Topic: Interactive Paradox: Reports
Paradox has a built-in report writer that will suffice for nearly all reports you wish to create. You base a report on one or more tables or on a query. It uses a banded approach so you think in terms of records, pages, and report. Except for the record band, each section has a header and a footer. Paradox also offers a quick report which is useful for printing data quickly.
Posted By Mike Prestwood,
Post #101218, KB Topic: Interactive Paradox: Reports
Group: ASP Classic Coding
Topic: Tool Basics
An example of using ASP's Response.Write and creating functions.
Group: JavaScript and AJAX
Topic: Beginners Corner
Short 10 minute getting started JavaScript primer.
Group: Perl
A short 10 minute Perl primer. Get started in Perl now!
Group: PHP & Delphi for PHP
An Introduction to PHP. Installing PHP on Your Computer and Running your First Script.
Posted By Adam Lum,
Post #100302, KB Topic: Beginners Corner
Group: Analysis & UML
Topic: Data Flow Diagrams (DFD)
DFDs document a process by documenting the flow of data throughout the process. They depict how data interacts with a system. They can be used to engineer a new process, document an existing process, or re-engineer an existing process.
Posted By Mike Prestwood,
Post #100887, KB Topic: Data Flow Diagrams (DFD)
|
|