| |
|
KB Article |
By |
KB Topic |
Group |
Counters |
|
FAQ Flashcard |
Question: I wanted to check out if there was a 64 bit Paradox for Windows. I believe this database tool is excellent especially in defining a database.
|
|
0-Paradox Presales & Info
|
Corel Paradox
|
All: 1
Members: 0
Non-Mem: 1
Mods: 0
Clients: 0
Staff: 0
|
|
News |
Wednesday, August 20, 2008
This week we launched a new website for one of clients (BuyMacStuff.com).
|
|
Website Design Services
|
WWW Website Owners
|
All: 110
Members: 1
Non-Mem: 107
Mods: 0
Clients: 0
Staff: 2
|
|
Tip |
Tip: When naming fields/columns in a table, use ONE name for the data in the field. For example, although states are called provinces and other names in other coutries, use one or the other in the database but not both. Use CompanyState, avoid CompanyStateProvince. Use labels in your website or program to switch context.
|
|
DBA & Data
|
DBA, Databases, & Data
|
All: 111
Members: 0
Non-Mem: 108
Mods: 1
Clients: 0
Staff: 2
|
|
Post |
You can automate the installation and configuration of Oracle software, either fully or partially, by specifying a response file when you start the Oracle Universal Installer.
|
|
DBA & Data
|
DBA, Databases, & Data
|
All: 48
Members: 0
Non-Mem: 42
Mods: 0
Clients: 0
Staff: 6
|
|
Post |
Using aspnet_regsql.exe to set up a database to support the functionality of ASP.NET 2.0's built-in membership.
|
|
Visual C#
|
Visual Studio.Net (Visual C#)
|
All: 197
Members: 0
Non-Mem: 193
Mods: 0
Clients: 0
Staff: 4
|
|
Post |
A Dr Bott uploader. This wizard uploads DrBott.com store items to our ASPSuite eStore storefront software. We can customize it to upload to your store from any drop-shipper.
|
|
Dr. Bott
|
Prestwood Software
|
All: 251
Members: 0
Non-Mem: 243
Mods: 0
Clients: 0
Staff: 8
|
|
FAQ Flashcard |
Question: How do you resolve the UserID of a user when using ASP.NET 2.0's built in Membership utility?
|
|
Visual Studio.Net
|
Visual Studio.Net (Visual C#)
|
All: 187
Members: 0
Non-Mem: 184
Mods: 0
Clients: 0
Staff: 3
|
|
Link |
|
|
HTML, CSS, Hosting, Design, etc.
|
Website Design & Hosting
|
All: 229
Members: 0
Non-Mem: 226
Mods: 0
Clients: 0
Staff: 3
|
|
Post |
Boxing is the conversion of a value type to the object type (or to any interface type that is implemented by the value type). Unboxing is the conversion from an object type to a value type (or from an interface type to any value type that is implemented by the value type).
|
|
General, Syntax, etc.
|
Visual Studio.Net (Visual C#)
|
All: 218
Members: 1
Non-Mem: 198
Mods: 0
Clients: 0
Staff: 19
|
|
Definition Flashcard |
Short Definition: Nullable types are instances of System.Nullable(T). A Nullable type can represent any of the normal values for its value type or it can be assigned the value null. This is useful when dealing with databases that may have types that do not have a value.
|
|
General, Syntax, etc.
|
Visual Studio.Net (Visual C#)
|
All: 221
Members: 1
Non-Mem: 214
Mods: 0
Clients: 0
Staff: 6
|
|
Definition Flashcard |
Short Definition: Network Address Translation (NAT). The process of modifying network address information in a data packet header while in transit across a router for the purpose of remapping a given address space into another. Allows you to hide your local IP addresses from the Internet.
|
|
Net Admin
|
Net Admin Hardware & Software
|
All: 213
Members: 0
Non-Mem: 213
Mods: 0
Clients: 0
Staff: 0
|
|
Post |
Listing of Paradox features NOT available in Paradox Runtime.
|
|
Runtime, PDE, Package-It!
|
Corel Paradox
|
All: 339
Members: 6
Non-Mem: 331
Mods: 0
Clients: 0
Staff: 2
|
|
Post |
Displaying code snippets in the knowledge base and message boards can be a bit tricky. You cannot use "&_lt;", "&_gt;", "&_amp;lt;", nor "&_amp;gt;" (minus underscores).
|
|
Online Community
|
Prestwood Software
|
All: 221
Members: 0
Non-Mem: 219
Mods: 0
Clients: 0
Staff: 2
|
|
Tip |
Tip: Do not use the smallest standard font size of "1" and "xx-small" for any text you actually want a visitor to read. The smallest font size should be reserved for text you don't care if the visitor reads like the copyright notice at the bottom of the page.
|
|
Artistic (Design, Layout, Graphics, etc.)
|
Website Design & Hosting
|
All: 272
Members: 0
Non-Mem: 271
Mods: 0
Clients: 0
Staff: 1
|
|
FAQ Flashcard |
Question: Why do I have to specify virtual when creating an abstract method? Why not just abstract?
|
|
OOP
|
Delphi for Win32
|
All: 425
Members: 0
Non-Mem: 424
Mods: 0
Clients: 0
Staff: 1
|
|
Definition Flashcard |
Short Definition: Aggregations indicate a whole-part relationship, and are known as "has-a" or "is part of" relationships. An Aggregation relationship is indicated by a line with a hollow diamond.
|
|
Object Orientation (OO)
|
Coding & OO
|
All: 280
Members: 0
Non-Mem: 280
Mods: 0
Clients: 0
Staff: 0
|
|
Definition Flashcard |
Short Definition: An Association is a generic relationship between two classes and is represented a line connecting the two classes. This line can be qualified with the type of relationship, and can also feature multiplicity rules such as one-to-one, one-to-many, many-to-many, 0 or 1 to many, etc.
|
|
Unified Modeling Language (UML)
|
Analysis & UML
|
All: 267
Members: 1
Non-Mem: 266
Mods: 0
Clients: 0
Staff: 0
|
|
Definition Flashcard |
Short Definition: A composite relationship means that a class cannot exist by itself. It must exist as a member of another class. A composite relationship is indicated by a solid line with a solid diamond head pointing to the part class. Alternatively, you can show this relationship graphically with the part class nested in the whole class.
|
|
Object Orientation (OO)
|
Coding & OO
|
All: 317
Members: 0
Non-Mem: 317
Mods: 0
Clients: 0
Staff: 0
|
|
Definition Flashcard |
Short Definition: A "uses-a" relationship. For example, when a class uses another class as a member variable or a parameter. A "uses-a" relationship forms a dependency on a class. A Dependency relationship is indicated by a dotted line with an arrow.
|
|
Unified Modeling Language (UML)
|
Analysis & UML
|
All: 251
Members: 0
Non-Mem: 251
Mods: 0
Clients: 0
Staff: 0
|
|
Definition Flashcard |
Short Definition: Where you generalize specific classes into general parent classes or take general parent classes and specialize them as needed in child classes. A Generalization relationship is the equivalent of inheritance in object oriented programming (OOP). A Generalization relationship is an "is-a" relationship and is indicated by an arrow with a hollow arrowhead pointing to the parent class. For example, a Honda Accord "is-a" Car.
|
|
Unified Modeling Language (UML)
|
Analysis & UML
|
All: 255
Members: 0
Non-Mem: 255
Mods: 0
Clients: 0
Staff: 0
|
|
Link |
|
|
Unified Modeling Language (UML)
|
Analysis & UML
|
All: 211
Members: 2
Non-Mem: 209
Mods: 0
Clients: 0
Staff: 0
|
|
Definition Flashcard |
Short Definition: A queue-like data structure which supports the last in, first out functionality.
|
|
General Coding Concepts
|
Coding & OO
|
All: 232
Members: 0
Non-Mem: 230
Mods: 0
Clients: 0
Staff: 2
|
|
Post |
Provides the definition of a stack and an example of its implementation in Java
|
|
Java
|
Java
|
All: 226
Members: 0
Non-Mem: 204
Mods: 0
Clients: 0
Staff: 22
|
|
Link |
|
|
Education (Audio/Video)
|
Java
|
All: 237
Members: 0
Non-Mem: 236
Mods: 0
Clients: 0
Staff: 1
|
|
Definition Flashcard |
Short Definition: A data model is a diagram of the tables used in a form or report. It identifies the tables, defines the relationships between them (links), and has features including the ability to filter each table and mark any table as read-only. You can save a data model (.dm) and reuse it with another form or report.
|
|
2-Interactive Paradox: Getting Going
|
Corel Paradox
|
All: 259
Members: 3
Non-Mem: 256
Mods: 0
Clients: 0
Staff: 0
|
| |
|
KB Article |
By |
KB Topic |
Group |
Counters |
|
FAQ Flashcard |
Question: I wanted to check out if there was a 64 bit Paradox for Windows. I believe this database tool is excellent especially in defining a database.
|
|
0-Paradox Presales & Info
|
Corel Paradox
|
All: 1
Members: 0
Non-Mem: 1
Mods: 0
Clients: 0
Staff: 0
|
|
Post |
Wherever would we be without portable, inexpensive removable media?
From the old, eight-inch floppy, to the latest Blue Ray DVD format, little spinning disks have provided computer users with convient, off-line storage.
This is a brief overview and history of the various disk formats that have come, gone, and are - for the moment - sticking around.
|
|
Removable Storage Technology
|
Net Admin Hardware & Software
|
All: 572
Members: 3
Non-Mem: 548
Mods: 0
Clients: 0
Staff: 21
|
|
Post |
A Dr Bott uploader. This wizard uploads DrBott.com store items to our ASPSuite eStore storefront software. We can customize it to upload to your store from any drop-shipper.
|
|
Dr. Bott
|
Prestwood Software
|
All: 251
Members: 0
Non-Mem: 243
Mods: 0
Clients: 0
Staff: 8
|
|
Code |
I always found the sleep command in ObjectPAL very useful. The following code does about the same thing in Delphi. It makes use of GetTickCount which is a Win32 API call that retrieves the number of milliseconds that have elapsed since the system was started, up to 49.7 days.
|
|
Delphi for Win32
|
Delphi for Win32
|
All: 589
Members: 11
Non-Mem: 578
Mods: 0
Clients: 0
Staff: 0
|
|
Post |
What is the advantage of working with a smaller consulting firm like Prestwood versus a Big 5 IT consulting firm?
|
|
New Client Area
|
Outsourcing & PS Clients
|
All: 542
Members: 0
Non-Mem: 542
Mods: 0
Clients: 0
Staff: 0
|
|
Post |
Fixed-space fonts are valuable and desireable in programming editors, because they can allow precise block selection and it's what programmers spend hours every day looking at. Courier and now Courier New have been the standard for years, but now there's another font you should consider.
|
|
Windows Vista
|
Microsoft Windows
|
All: 612
Members: 1
Non-Mem: 600
Mods: 0
Clients: 0
Staff: 11
|
|
Post |
We just received FrontPage 2003 beta 2 and Microsoft has continued to add features for serious developers.
|
|
MS Frontpage
|
Website Design & Hosting
|
All: 334
Members: 0
Non-Mem: 334
Mods: 0
Clients: 0
Staff: 0
|
|
Post |
Using aspnet_regsql.exe to set up a database to support the functionality of ASP.NET 2.0's built-in membership.
|
|
Visual C#
|
Visual Studio.Net (Visual C#)
|
All: 197
Members: 0
Non-Mem: 193
Mods: 0
Clients: 0
Staff: 4
|
|
Post |
Displaying code snippets in the knowledge base and message boards can be a bit tricky. You cannot use "&_lt;", "&_gt;", "&_amp;lt;", nor "&_amp;gt;" (minus underscores).
|
|
Online Community
|
Prestwood Software
|
All: 221
Members: 0
Non-Mem: 219
Mods: 0
Clients: 0
Staff: 2
|
|
Post |
Overview of using Paradox's table encryption to secure your data.
|
|
4-Paradox Tables
|
Corel Paradox
|
All: 274
Members: 7
Non-Mem: 265
Mods: 0
Clients: 1
Staff: 1
|
|
Post |
When editing an email meessage, and clicking on the buttons, "To," "CC," or "BCC," Outlook may display a message about not being able to display the contacts.
Unfortunately, the organization of Outlook's menus makes it far from obvious where to go to address the problem.
Here's the solution.
|
|
IT Water-Cooler for Power-Users
|
Industry News & Trends
|
All: 626
Members: 0
Non-Mem: 621
Mods: 0
Clients: 1
Staff: 4
|
|
Post |
Member points information.
|
|
Online Community
|
Prestwood Software
|
All: 1379
Members: 41
Non-Mem: 1329
Mods: 1
Clients: 3
Staff: 5
|
|
Post |
Storing settings and configuration information for your .NET application can be achieved in a number of ways including using the app.config file and the ConfigurationManager class, using the registry, and in your own custom configuration file.
|
|
Visual Studio.Net
|
Visual Studio.Net (Visual C#)
|
All: 619
Members: 6
Non-Mem: 611
Mods: 0
Clients: 0
Staff: 1
|
|
Post |
You can automate the installation and configuration of Oracle software, either fully or partially, by specifying a response file when you start the Oracle Universal Installer.
|
|
DBA & Data
|
DBA, Databases, & Data
|
All: 48
Members: 0
Non-Mem: 42
Mods: 0
Clients: 0
Staff: 6
|
|
Code |
This tutorial shows how you would create a trigger in Microsoft SQL
Server 2005/2008 that will date/timestamp a column named last_updated
everytime any data in the row is updated.
This example assumes a primary key that includes 3 fields.
|
|
MS SQL Server 2005
|
DBA, Databases, & Data
|
All: 668
Members: 0
Non-Mem: 637
Mods: 0
Clients: 0
Staff: 31
|
|
News |
Wednesday, August 20, 2008
This week we launched a new website for one of clients (BuyMacStuff.com).
|
|
Website Design Services
|
WWW Website Owners
|
All: 110
Members: 1
Non-Mem: 107
Mods: 0
Clients: 0
Staff: 2
|
|
Post |
Instructions to install Paradox 9 for Windows on Vista.
|
|
1-General, Installation, Setup, & BDE
|
Corel Paradox
|
All: 1294
Members: 40
Non-Mem: 1250
Mods: 0
Clients: 3
Staff: 1
|
|
Tip |
Tip: When naming fields/columns in a table, use ONE name for the data in the field. For example, although states are called provinces and other names in other coutries, use one or the other in the database but not both. Use CompanyState, avoid CompanyStateProvince. Use labels in your website or program to switch context.
|
|
DBA & Data
|
DBA, Databases, & Data
|
All: 111
Members: 0
Non-Mem: 108
Mods: 1
Clients: 0
Staff: 2
|
|
FAQ Flashcard |
Question: Does Corel Paradox for Windows run on Vista? If so, are there any issues?
|
|
1-General, Installation, Setup, & BDE
|
Corel Paradox
|
All: 2070
Members: 46
Non-Mem: 2019
Mods: 0
Clients: 3
Staff: 0
|
|
Download |
Easily send e-mail directly from your custom applications. Works with all 32-bit Windows development environments and includes Paradox, Access, and Visual Basic examples.
|
|
ObjectPAL Coding
|
Corel Paradox
|
All: 507
Members: 8
Non-Mem: 499
Mods: 0
Clients: 0
Staff: 0
|
|
FAQ Flashcard |
|