IT SOLUTIONS
916-726-5675
-Collapse +Expand

eMag


Prestwood eMagazine

Subscribe now!
Enter your email:


What Reader's Say!

Here's what our readers have to say about our newsletter.

D.K. 'Bud', Houston Texas

I received your newsletter and really enjoyed the material. Please keep them coming.

John F Hurren, Queensland Australia

Thank you for your newsletter which I have been receiving now for some time. I enjoy it very much.

Mahdieh

Your knowledge base and articles are very useful and amazing. Thank you very much.


Feedback Wanted!

We want your feedback! Tell us what you think of our monthly eMag.
[Add Comment]
   PrestwoodBoardseMagCurrent   
View Group Edition:
Full Edition Your Edition || Prev Next

eMag Feb 2008 Issue - Full Edition

The Prestwood eMag
www.prestwood.com
February 2008 - Full EditionYear 10 Issue 2
A computer community for power-users and I.T. professionals!
Feb Issue : Vista Virtualization: The Good, the Bad, the Ugly
Table of Contents:
Featured Articles:
  • From The Editor
  • News Of The Month
  • Application Virtualization: The Good, the Bad, the Ugly
  • Removable Disks - a brief overview & history
  • Software Testing? We Do That!
  • MSI Installers: Whats Up with These?
  • Microsoft Trying to Buy Yahoo
  • ALL Groups:
    | American I.T. | | ASP Classic | C# | | Client Connection | Coder | DBA | Delphi | Industry | | JavaScript | Linux Users | Paradox | | PHP | Prestwood | PrestwoodBoards | | PSDP | Tech | Tech Writer | Tester | V.FoxPro | | VB.Net | Web Design | | Win Users |
    From The Editor
    Mike Prestwood

    In addition to bringing you the usual combination of group specific information, this issue focuses a bit on virtualization. Whether you're a client or developer using Windows Vista or another OS, virtualization is an interesting subject you should know about so you can leverage resources.

    About Windows Virtualization
    The act of isolating or unbinding one computing resource from another. Windows virtualization adds virtualization services to the core Windows operating system at a fundamental level. Windows virtualization takes advantage of virtualization assistance in hardware based on Intel Virtualization Technology and AMD "Pacifica." Virtualization enables workloads such as server consolidation, efficient software development and testing, resource management for dynamic data centers, application re-hosting and compatibility, and high-availability partitions.

    Here are the categories of Windows Virtualization:

    • Application Virtualization 
    • Desktop Virtualization
    • Server Virtualization
    • Storage Virtualization
    • Network Virtualization

    Application Virtualization
    Introduced with Vista, creates application-specific copies of all shared resources. It separates the application configuration layer from the OS making deployment easier in some cases.

    In addition to reading our feature article, here is a good link to start with...


    Wes Peterson
    From our Desktop Databases topic...
    Application Virtualization: The Good, the Bad, the Ugly
    by Wes Peterson
    Virtualization is a concept greatly expanded in Vista. This article discusses the impact of Application Virtualization on you development. It can have a huge impact on how the programs you write will behave when installed on Vista.
    A classic post from our Removable Storage Technology topic...
    Removable Disks - a brief overview & history by Wes Peterson
    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.
    A classic post from our Coding Services topic...
    Software Testing? We Do That! by Wes Peterson
    Everything about our web site makes it pretty clear that we specialize in custom application development. Less frequently mentioned is another service we provide: Professional software testing. Software testing is a discipline unto itself. It's certainly related to development, but developers aren't the best testers. That's why Prestwood retains highly experienced, professional software testers. This is a service we make available - whether or not we're involved in a product's actual development. This article provides more details about this service.
    A classic post from our Desktop Databases topic...
    MSI Installers: Whats Up with These? by Wes Peterson
    For a while, now, Windows has supported a new mechanism for installing applications: MSI. This is quite a bit different than the familiar setup.exe, and here we begin exploring the differences - and the significance of MIS installations.
    A classic post from our General News & Trends topic...
    Microsoft Trying to Buy Yahoo

    MS wants Yahoo. What about MSN? Will Yahoo survive?

    From our Techie Jokes topic...
    Wife Upgrade by Mike Prestwood
    Last year a friend of mine upgraded Girlfriend 1.0 to Wife 1.0
    From our Role-Based Tech Talk topic...
    Crash, Bomb, Hang, and Deadlock by Scott Wehrly
    This article explores and defines the following terms: crash, bomb, hang, deadlock, exception, fatal error, and blue screen of death.




    Prestwood American I.T. GroupTop 

    American I.T. Message Board

    Ask this group a question! Select a topic below or Visit American I.T. Board Now!





    Prestwood ASP Classic GroupTop 
    A classic post from our ASP Classic topic...
    Response.Redirect vs. Server.Transfer by Adam Lum

    A quick comparison.

    Monthly ASP Classic Lesson

    Learn! Review! Keep Up!  
    Short tidbits pulled from our knowledge base each month.
    M
    O
    N
    T
    H
    L
    Y

    L
    E
    S
    S
    O
    N
    From our Tool Basics Topic.
    Code Snippet of the Month
    This is a simple example of passing a value to a JavaScript function. You can pass values to JavaScript the same way you pass values to HTML.
    <%
    Dim MyName
    MyName = "Mr Paradiddle"
    %>
    <script language="javascript">
    <!--
    function ShowYourName() {
    document.write('Your name is <%=MyName%>.')
    }
    ShowYourName()
    -->
    </script>
    From our ASP Classic Topic
    Run ASP pages on Linux/Unix! This software was originally developed by ChiliSoft.
    Sun Java System Active Server Pages software allows organizations to deploy Active Server Pages (ASP)-based web applications on a variety of web servers and operating systems. ASP applications currently supported by Microsoft IIS can now be powered by the Java System Web Server for increased security. Legacy ASP applications running on Windows NT can be transitioned to the Solaris Operating System for ongoing maintenance and support.
    From our ASP Classic Topic.
    FAQ of the Month: VBScript
    Question: What does VBScript stand for?

    Answer: VBScript is short for Visual Basic Scripting. VBScript brings scripting to a wide variety of environments, including Web client scripting in Microsoft Internet Explorer and Web server scripting in Microsoft Internet Information Service. It is used in Visual Basic, Access, Word, Excel, ASP, etc.
    From our ASP Classic Topic
    Tip of the Month

    When naming constants, Microsoft suggests you prefix each constant with "con" as in conYourConstant. Although, they also say the older all caps with words separated by an underscore is still acceptable (i.e. YOUR_CONSTANT).

    Because I code in multiple languages and I really don't like all caps with underscores, I've adopted a lowercase k in place of con as in kFeetToMeter.


    ASP Classic Message Board

    Ask this group a question! Select a topic below or Visit ASP Classic Board Now!
    TopicThreadsPostsLast Active Thread
    ASP Classic - Handling Data742Diplaying javascript error ...
    ASP Classic and Third Party...666ASPMail and Exchange Server...
    ASP Classic Coding2060https to http...
    ASP Classic Setup & Configu...39Coding ASP Classic on Linux...
    Prestwood ASPSuite (All mod...12In the eStore, how do you i...


    Last Month's MB Posts

    Thread StarterReplies Last Post Topic
    Asp on windows XP
    I develop on windows 2000 and just migrated to XP pro. I was able to enable IIS but it seems not to be able run data driven web applications. the web app does n...
    1
    I can confirm that what you are trying to do can be done (I do that all the time). What are you tryi...
    1/22/2008
    ASP Classic Setup & Configuration






    Prestwood C# GroupTop 
    A classic post from our C# topic...
    Deploying your .NET Application with ClickOnce (quick tutorial) by Adam Lum
    A basic introduction to deploying an application using Visual Studio .NET 2005's ClickOnce

    Monthly C# Lesson

    Learn! Review! Keep Up!  
    Short tidbits pulled from our knowledge base each month.
    M
    O
    N
    T
    H
    L
    Y

    L
    E
    S
    S
    O
    N
    From our C# Topic.
    Question: How do I take advantage of Application Virtualization in the application I'm coding?

    Answer:

    You don't have to do anything special in your application. However, you do have to give certain folders and files the correct rights in your installer.


    C# Message Board

    Ask this group a question! Select a topic below or Visit C# Board Now!





    Prestwood Coder GroupTop 

    Monthly Coder Lesson

    Learn! Review! Keep Up!  
    Short tidbits pulled from our knowledge base each month.
    M
    O
    N
    T
    H
    L
    Y

    L
    E
    S
    S
    O
    N
    From our Borland Database Engine Topic.
    Definition of the Month: BDE Alias
    A BDE Alias or alias refers to a database location. For Paradox, dBASE, and other local tables, the location of the database is the location of the data files. You manage your aliases using the Borland Database Engine (BDE) located in your Control Panel.

    A BDE Alias or alias refers to a database location. For Paradox, dBASE, and other local tables, the location of the database is the location of the data files. You manage your aliases using the Borland Database Engine (BDE) located in your Control Panel.


    Coder Message Board

    Ask this group a question! Select a topic below or Visit Coder Board Now!





    Prestwood DBA GroupTop 
    A classic post from our Desktop Databases topic...
    MAPI - or Something Better by Wes Peterson
    Most development tools give us easy access to MAPI. Some offer MAPI as the ONLY easy way to send email. Still, is MAPI the best way to go?
    A classic post from our DBA & Data topic...
    Data Element Naming Standard by Jeffrey K. Tyzzer
    This paper articulates the standard for naming data elements (entity attributes).

    Monthly DBA Lesson

    Learn! Review! Keep Up!  
    Short tidbits pulled from our knowledge base each month.
    M
    O
    N
    T
    H
    L
    Y

    L
    E
    S
    S
    O
    N
    From our DBA & Data Topic.
    Definition of the Month: Tab-delimited format (TDF)
    In a Tab-delimited format (TDF) file, each field is delimited by a tab character. Each record is delimited with a carriage return and line feed. TDF has the advantages of being immune to commas and quotation marks within the data itself.In a Tab-delimited format (TDF) file, each field is delimited by a tab character.  Each record is delimited with a carriage return and line feed. TDF has the advantages of being immune to commas and quotation marks within the data itself.
    From our Desktop Databases Topic
    Resource Link of the Month: Windows Virtualization
    List of resources provided by Microsoft about Windows Virtualization which was introduced with Vista.
    From our Microsoft SQL Server Topic.
    FAQ of the Month: Edit SQL Views?
    Question: Are views in Microsoft SQL Server editable?

    Answer: Yes and no. Yes, there is nothing in MS SQL Server preventing a client from writing to the underlying tables involved in an view. Therefore, it is left up to the tool accessing the view. Many tools allow you to edit views in SQL Server including ASP Classic, ASP.Net, VB, Access, etc. Some tools, like SQL Server Management Studio allow you to edit tables, but not views.

    DBA Message Board

    Ask this group a question! Select a topic below or Visit DBA Board Now!





    Prestwood Delphi GroupTop 
    A classic post from our Tool Basics topic...
    Debugging Tip: ISAPI DLLs and Services by Wes Peterson

    If you've written any ISAPI DLLs, and tried to debug them, you've learned that it isn't exactly a trivial task. This little code snippet can often eliminate much of the pain.

    Monthly Delphi Lesson

    Learn! Review! Keep Up!  
    Short tidbits pulled from our knowledge base each month.
    M
    O
    N
    T
    H
    L
    Y

    L
    E
    S
    S
    O
    N
    From our Using Data Topic.
    Code Snippet of the Month

    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.

    procedure TUtils.Delay(MillisecondsDelay: Integer);
    var
       FirstTickCount: LongInt;
    begin
       FirstTickCount := GetTickCount;
       repeat 
           Application.ProcessMessages;
       until ((GetTickCount-FirstTickCount) >= Longint(MillisecondsDelay));
    end;
    From our Delphi for Win32 Topic
    Resource Link of the Month: Dr. Bob 42
    A popular, and charming, website containing the latest news, press releases, articles, book reviews, tools, third-party tool reviews, and news on conferences & training using Delphi for Win32, Delphi for .NET, Delphi for PHP, Kylix (Delphi for Linux), C++Builder (Delphi for C++) & C#Builder as well as ASP.NET, XML, SOAP and Web Services.
    From our Using Data Topic.
    Question: How do you check screen resolution in Delphi?

    Answer:

    Use the Screen variable which is a TScreen. The Screen variable is a TScreen component that represents the screen of the system on which the application runs. By default, applications create a screen component based on information from Windows about the current screen device and assign it to Screen.

    For example, put the following code in a button click:

    MessageDlg( 'screen width = ' + IntToStr( Screen.Width ) + ',
    screen height = ' + IntToStr( Screen.Height ),
        mtInformation, [mbOk], 0 );

    Delphi Message Board

    Ask this group a question! Select a topic below or Visit Delphi Board Now!





    Prestwood JavaScript GroupTop 
    A classic post from our Coding Tasks topic...
    Add Favorites or Bookmark - Works with all browsers. by Mike Prestwood
    For IE 4+, this script will give visitors to your site the option to add your page to their favorites. For Netscape users it will remind them to press Control + D, for all others, it simply reminds them to bookmark your page.

    Monthly JavaScript Lesson

    Learn! Review! Keep Up!  
    Short tidbits pulled from our knowledge base each month.
    M
    O
    N
    T
    H
    L
    Y

    L
    E
    S
    S
    O
    N
    From our JavaScript and AJAX Topic.
    Question: How do you pass values from ASP to Javascript in the same page?

    Answer:

    The same way you do with HTML. Here is a simple example:

    <%
    Dim MyName
    MyName = "Mike Prestwood"
    %>
    <script language="javascript">
    <!--
    document.write('Hi <%=MyName%>')
    -->
    </script>

    JavaScript Message Board

    Ask this group a question! Select a topic below or Visit JavaScript Board Now!





    Prestwood Linux Users GroupTop 

    Monthly Linux Users Lesson

    Learn! Review! Keep Up!  
    Short tidbits pulled from our knowledge base each month.
    M
    O
    N
    T
    H
    L
    Y

    L
    E
    S
    S
    O
    N
    From our Linux Utilities Topic
    Resource Link of the Month: Pen Drive Linux!

    Carry a portable Linux version with you on a USB flash pen drive. Bring your portable desktop with you wherever you go.

    USB Linux installation enables you to install a portable Linux operating system on a flash drive or USB key no larger than your thumb. This portable Linux version can then be run from any computer that can boot from a flash device, allowing you to bring your operating system, desktop, applications, files, e-mail, personal settings, favorites and more with you. It’s like having your own personal operating system you can carry in your pocket.


    Linux Users Message Board

    Ask this group a question! Select a topic below or Visit Linux Users Board Now!





    Prestwood Paradox GroupTop 
    A classic post from our Professional Paradox/ObjectPAL Help topic...
    About Paradox Maintenance Programming by Mike Prestwood
    Should you continue supporting your Paradox legacy applications?
    A classic post from our P9 Book: Power Programming topic...
    Power: Chapter 02, Tables and Developing by Mike Prestwood
    Chapter 2 "Tables and Developing" from Paradox 9 Power Programming: The Official Guide by Mike Prestwood.

    Monthly Paradox Lesson

    Learn! Review! Keep Up!  
    Short tidbits pulled from our knowledge base each month.
    M
    O
    N
    T
    H
    L
    Y

    L
    E
    S
    S
    O
    N
    From our OPAL: Wicked Coding Tasks Topic.
    Code Snippet of the Month

    In Paradox, use an sqlQuery block to call store procedures. The following code uses an sqlQuery block to call an Oracle stored procedure. Use the syntax of whatever SQL server you're going against. With Oracle, if I remember correctly, you use an "execProc" or "exec" command.

    sqlQuery =
    SQL
    ;execute proc here
    ENDSQL


    if not dbSQL.executeSQL(sqlQuery, tcAnswer) then
    errorShow()
    endIf
    From our Interactive Paradox: Using Data Topic.
    Definition of the Month: Paradox Database
    A Paradox Database is a set of related Paradox tables (usually in the same directory).

    A database is an organized collection of information. For Paradox table users, the meaning of the term Paradox Database is stretched to mean a set of related Paradox tables (usually in the same directory).

    From our Paradox & ObjectPAL Topic
    Resource Link of the Month: Corel WordPerfect X3 Pro Home Page

    Paradox 11 with SP2 applied ships with WordPerfect Office X3 Professional Edition. There are two ways to get the current Paradox, buy the WPO Pro Edition (X2, X3, etc.) or buy a license directly from Corel.

    System requirements

    Windows® Vista (Home Basic, Home Premium, Ultimate, Business 32 bit and Business 64 bit Edition with latest SP and Critical Updates)*, Windows® XP (Home, Media or Professional Edition with latest SP and Critical Updates), Windows® 2000 (with latest Critical Updates) or Windows® 98 SE (with latest Critical Updates)
    128 MB RAM (256 MB recommended)
    466 MHZ (Pentium® III or equivalent processor recommended)
    450 MB hard disk space for minimum installation
    Super VGA, 16-bit color monitor with 800 x 600 or greater resolution
    CD-ROM drive
    Mouse or Tablet

    *Paradox and the SDK (software development kit), included in the Professional Edition, will be updated for Windows® Vista at a later date.

    From our Installation, Setup, & BDE Topic.
    Question:

    I recently upgraded to Windows XP and now Paradox 11 cannot open SQL Server database tables. In the open-dialog-box, I see the aliases, but cannot select one which is linked to a SQL server database. The same thing happens, trying to create a QBE query, new form, etc... All existing queries, forms, ... are working (using these aliases).


    Answer:

    Solution was to apply the latest BDE patch, all works as it should.

    From our Runtime, PDE, Package-It! Topic
    Tip of the Month

    Whenever you open a form, report, library, or script using the open() method and do not specify a file extension, Paradox always looks first for the nondelivered .?SL file and then for the delivered .?DL file.


    Paradox Message Board

    Ask this group a question! Select a topic below or Visit Paradox Board Now!
    TopicThreadsPostsLast Active Thread
    Paradox Setup, Vista, etc.2191281RE: Paradox 7 Update...
    Paradox Tables46271StruList Documentation...
    Paradox Forms101384No Compiled EXE for Paradox...
    Paradox Reports28116RE: Printing forms as repor...
    QBE & SQL36234RE: Networking Paradox 9...
    Application Framework1140Print report from App Frame...
    ObjectPAL7955655PrinterSetCurrent...
    Paradox for Linux1036Free Paradox for Linux Book...
    Paradox Third Party Books &...945New Paradox User...
    Paradox Third Party Softwar...2567OLE and Arrays?...
    Paradox to/from Other Data ...65234RE: Using Index on Oracle...
    Paradox Web Stuff45165RE: Is it possible to uploa...
    Paradox Graphs & Charts1043Charts and Graphs probs...
    Paradox Runtime & Distribution43267Paradox 9 Runtime - Report ...
    Convert To/From Paradox1343Hi, I'm SteveC...
    Paradox for DOS1167Another possible problem wi...


    Last Month's MB Posts

    Thread StarterReplies Last Post Topic
    Paradox 9 Date import problem
    I'm having a problem importing data from a text file that includes a date field in the form 10/24/07.  The import recognizes it as 10/24/1907 (a hundred ye...
    8
    The Solution:The problem was in the BDE version.  Updating this will the file BDE511en.exe corr...
    1/29/2008
    ObjectPAL
    Using filters to avoid scro...
    I am ralatively new to objectpal and have been struggling to solve an assignment at my new job. I have designed a page that serves to record errors that arise w...
    3
    1.  Check the help files on SetGenFilters.... Passing an empty array removes all filter previou...
    1/28/2008
    ObjectPAL
    Writing from Paradox to SQL...
    Hi,  have managed to connect to Remote SQL Server 2005 table using Paradox BDE and insert records into a table using ObjectPAL.  Just have a quick q...
    3
    For some reason you have to specify the time before the date therefore correct syntax is  t1."L...
    1/21/2008
    Paradox to/from Other Data Sources
    Error Opening Tables on one...
    We are attempting to open a table using the Project Viewer. For any table under one specific alias we get the following error message:- 'You have atte...
    5
    A question... The computer with the problem isn't hosting any shared files, by chance, is it? ...
    1/15/2008
    Paradox Tables
    Can't find jPdox Web Utilit...
    Howdy, y'all; finally acquired a copy of Mike's P9PP. Gonna reverse engineer a Pdox4 database, at least a few new kludged features by using the Web server OCX a...
    5
    I think I found what you were looking at. In the group board version of the summary, the "label only...
    1/1/2008
    Paradox Web Stuff






    Prestwood PHP GroupTop 
    A classic post from our PHP topic...
    Changed PHP Global Variables by Mike Prestwood
    PHP has become more conformed to CGI specifications and as such, you will need to make changes to your code in order for global variables to be filled in.

    Monthly PHP Lesson

    Learn! Review! Keep Up!  
    Short tidbits pulled from our knowledge base each month.
    M
    O
    N
    T
    H
    L
    Y

    L
    E
    S
    S
    O
    N
    From our Delphi for PHP Topic
    Download of the Month: Delphi for PHP Free Trial

    Free trial of Delphi for PHP.


    PHP Message Board

    Ask this group a question! Select a topic below or Visit PHP Board Now!
    TopicThreadsPostsLast Active Thread
    PHP513dropdownbox that is populat...







    Prestwood Prestwood GroupTop 

    Prestwood Message Board

    Ask this group a question! Select a topic below or Visit Prestwood Board Now!
    TopicThreadsPostsLast Active Thread
    psSendMail DLL625?Use PsSendMail to auto loa...







    Prestwood PrestwoodBoards GroupTop 

    PrestwoodBoards Message Board

    Ask this group a question! Select a topic below or Visit PrestwoodBoards Board Now!
    TopicThreadsPostsLast Active Thread
    Just Conversation103459RE: Q. Do you like our newl...
    Member Introductions198654RE: Greetings from Californ...


    Last Month's MB Posts

    Thread StarterReplies Last Post Topic
    New Message Board Look
    Hi all,This weekend I deployed a new message board look and I'm interested in your thoughts.
  • New Overview main page - gives easy access to most popular data ...
  • 9
    I really like the new color changes. At least I think they're new. I like the blue and green. Pretty...
    5/1/2008
    Just Conversation
    NewComer
    Hi, My name is jaspher a paradox newbie.I work as a tech/programmer for a non-profit in baltimore. I have landed here in search of a solution to my paradox woe...
    1
    Welcome Jaspher!You've come to a good place.  Although I am not personaly a Paradox programmer,...
    1/25/2008
    Member Introductions






    Prestwood PSDP GroupTop 
    A classic post from our PSDP General topic...
    Prestwood Software Development Process by Mike Prestwood
    Description of PSDP.
    A classic post from our PSDP General topic...
    PSDP Online Overview by Adam Lum
    Our online database gives you visibility into the work we're doing for you. It tracks your requests including workflow, client info, app info, and project information.

    Monthly PSDP Lesson

    Learn! Review! Keep Up!  
    Short tidbits pulled from our knowledge base each month.
    M
    O
    N
    T
    H
    L
    Y

    L
    E
    S
    S
    O
    N
    From our PSDP Change Orders Topic.
    FAQ of the Month: PSDP Online: Change Orders
    Question: With a PSDP online project, when should I activate the change orders module and when should I create a change order?

    Answer: At Prestwood Software, all billable projects over 40 hours must make use of the change order module. Your first entry in the change order module is your first estimate/budget (a change from 0 to an initial minimum budget). After that, add a change order whenever the project budget increases (mandatory), decreases substantially (optional), or features are changed or swapped out (optional).

    PSDP Message Board

    Ask this group a question! Select a topic below or Visit PSDP Board Now!





    Prestwood Tech GroupTop 
    A classic post from our Software topic...
    The Internet's Become Nasty by Wes Peterson
    The Internet has become a dangerous, often unfriendly place, especially for software developers. This article discusses some of the problems and some of the solutions.

    Monthly Tech Lesson

    Learn! Review! Keep Up!  
    Short tidbits pulled from our knowledge base each month.
    M
    O
    N
    T
    H
    L
    Y

    L
    E
    S
    S
    O
    N
    From our Non-Removable Storage Technology Topic.
    Definition of the Month: RAID

    RAID is the acronym for a Redundant Array of Independent Drives. RAID specifies several "levels," 0, 1, etc. Different levels provide different options. One level allows you to combine multiple smaller drives into one, huge volume. Another level offers tremendous performance boosts by "striping" data across multiple drives such that reads and writes are split across the drives. If one drive fails, the other takes over until the bad drive is replaced. Once replaced, the RAID subsystem automatically restores the mirror.

    From our Removable Storage Technology Topic
    Resource Link of the Month: ISO Recorder

    Software that allows you to burn a .ISO image to CD on Windows XP or Vista and to DVD on Vista. Free and very easy to use (right click on image and select Copy Image to CD.


    Tech Message Board

    Ask this group a question! Select a topic below or Visit Tech Board Now!
    TopicThreadsPostsLast Active Thread
    Net Admin: Hardware10No Subject!
    Net Admin: Software10No Subject!







    Prestwood Tech Writer GroupTop 

    Monthly Tech Writer Lesson

    Learn! Review! Keep Up!  
    Short tidbits pulled from our knowledge base each month.
    M
    O
    N
    T
    H
    L
    Y

    L
    E
    S
    S
    O
    N
    From our Grammar Topic
    Tip of the Month

    "him" is for "whom" and "he" is for "who"

    Who is coding that requirement? (He is coding it.)

    To whom do we ask about this requirement? (We ask him.)


    Tech Writer Message Board

    Ask this group a question! Select a topic below or Visit Tech Writer Board Now!
    TopicThreadsPostsLast Active Thread
    Tech Writing24Couple New Articles...







    Prestwood Tester GroupTop 

    Monthly Tester Lesson

    Learn! Review! Keep Up!  
    Short tidbits pulled from our knowledge base each month.
    M
    O
    N
    T
    H
    L
    Y

    L
    E
    S
    S
    O
    N
    From our Beginner's Corner Topic.
    Definition of the Month: Regression Testing
    Retesting previously fixed defects or rerunning test scripts that previously passed.
    From our Testing, QA, QC Topic.
    FAQ of the Month: QC versus QA
    Question: What is the difference between quality control and quality assurance?

    Answer: Qulity assurance is a process in which you compare the deliverable to the requirements to verify the deliverable meets the need. Quality control is a process employed to ensure a certain level of quality. Prestwood Software Development Process is an example of a process used in quality control to ensure a certain level of quality.
    From our Testing Websites Topic
    Tip of the Month

    Test each website with various common browsers. As of early 2008, we test each website we build with Internet Explorer, FireFox, and Safari. Sometimes we also include Opera as part of our standard test suite. The minimum resolution we test for "regular" websites is 1024x768 (and higher). We no longer support 800x600.


    Tester Message Board

    Ask this group a question! Select a topic below or Visit Tester Board Now!
    TopicThreadsPostsLast Active Thread
    Testing10No Subject!







    Prestwood V.FoxPro GroupTop 
    A classic post from our Visual FoxPro (VFP) topic...
    Building a DSN-less Connection: Listing available databases for a SQL Server by Fred Stevens
    Using VFP and the Windows API to obtain and list the available databases for a selected server.

    V.FoxPro Message Board

    Ask this group a question! Select a topic below or Visit V.FoxPro Board Now!





    Prestwood VB.Net GroupTop 

    VB.Net Message Board

    Ask this group a question! Select a topic below or Visit VB.Net Board Now!
    TopicThreadsPostsLast Active Thread
    VB.Net Coding614Editing pdf files with VB o...







    Prestwood Web Design GroupTop 
    A classic post from our DNS Settings topic...
    MX Mail Records by Mike Prestwood
    MX Records - web hosting, e-mail, machine name

    Monthly Web Design Lesson

    Learn! Review! Keep Up!  
    Short tidbits pulled from our knowledge base each month.
    M
    O
    N
    T
    H
    L
    Y

    L
    E
    S
    S
    O
    N
    From our Graphics Topic
    Resource Link of the Month: Benefits of the PNG Image Format

    You should be aware of the benefits of using PNG images. This short article is a great overview. Although here at Prestwood we use and recommend using GIFs and JPGS because of compatiblity with older browsers and you can animate GIFs. However, this compatibility issue will likely go away in the coming years and we too may switch to PNG images at that time.

    From our Graphics Topic.
    FAQ of the Month: GIF versus PNG
    Question:

    Should I use GIF or PNG images on my website?


    Answer:

    Although the PNG format is slightly superior to the GIF format, GIF is more compatible with older browsers so we are currently recommending you use GIF images. That's the quick answer. However, there are issues so if you wish to use PNG images, read up about it to understand it's pros and cons.

    From our Artistic (design, layout, etc.) Topic
    Tip of the Month

    Avoid the usage of "Click Here" as a text link. You should make better use of the text. For example, instead of...

    To download our Password PocketBook software, click here.

    Use...

    To download, go to the Password PocketBook product page.


    Web Design Message Board

    Ask this group a question! Select a topic below or Visit Web Design Board Now!





    Prestwood Win Users GroupTop 
    A classic post from our Win Users topic...
    See Inside svchost.exe by Mike Prestwood
    See what services are running inside of SvcHost.EXE. See what is causing your 99% CPU usage.

    Monthly Win Users Lesson

    Learn! Review! Keep Up!  
    Short tidbits pulled from our knowledge base each month.
    M
    O
    N
    T
    H
    L
    Y

    L
    E
    S
    S
    O
    N
    From our Windows Vista Topic.
    Definition of the Month: ReadyBoost
    Windows Vista introduced Windows ReadyBoost, a new way to add memory to your system. You can use non-volatile flash memory, such as a ReadyBoost compliant USB flash drive, to improve performance without having to add additional system memory. Superfetch, Vista's new caching scheme, takes full advantage of all system memory and ReadyBoost expands the available cache memory. This speeds up your computer because accessing a flash drive is significantly faster than accessing a hard drive.
    From our Windows Vista Topic.
    Question: How much memory do I need with Windows Vista?

    Answer:

    With the size of applications and data, my belief is that you need a minimum of 2 GB of RAM not because it's required, but because Vista will use it. In Windows Vista, the caching scheme changed. Vista's SuperFetch built on and replaced Prefetch. Unlike Prefetch, SuperFetch will use up ALL memory you give it so you want as much memory on Vista as you can afford. My current Vista system has 3 GB of RAM with an additional 4 GB ReadyBoost compliant USB flash drive.


    Win Users Message Board

    Ask this group a question! Select a topic below or Visit Win Users Board Now!





    Message Boards Summary

    PrestwoodBoards.com Recent Threads (all topics)

    Thread StarterReplies Last Post Topic
    TMonthCalendar and OnGetMon...
    I've noticed a problem with the OnGetMonthInfo event of TMonthCalendar. (IE. MonthCalendar1GetMonthInfo(Sender: TObject; Month: Cardinal; var MonthBoldInf...
    1
    Try such a nice piece of code as

    Calendar.Date:=Calendar.Date+31; C...

    9/4/2010
    Delphi VCL
    PrinterSetCurrent
    I have the following code on a form to switch printers behind the scenes.  There is a table that lists the users printers and a field in that table that defines what the printer is used for (i.e....
    0New!
    9/2/2010
    ObjectPAL
    ReportPrintInfo DynArray
    Can anybody explain to me the syntax to use ReportPrintInfo - the syntax # 3 version that uses an array? I need to set the PrintToFile option to create a postscript file and it seems to only be availa...
    0New!
    9/2/2010
    ObjectPAL
    ReportPrintInfo DynArray
    Can anybody explain to me the syntax to use ReportPrintInfo - the syntax # 3 version that uses an array? I need to set the PrintToFile option to create a postscript file and it seems to only be availa...
    0New!
    9/2/2010
    ObjectPAL
    Printing forms as reports d...
    I have a 3 page form that I need to open as a report.  When I open it, however, I only get the first page and a half.  Any ideas?  I have to do i...
    1
    Figured it out - has to do with the page size - ended up having to create 3 seperate reports but it ...
    9/2/2010
    Paradox Reports
    Changing account records ba...
    Does anyone know how to write this Paradox 4.5 code into a Paradox 11 script? This works in my old Paradox. It goes through a list of account names finds the account in another table and scans to pro...
    0New!
    8/29/2010
    ObjectPAL
    Windows 7 Paradox 9 report ...
    I've successfully installed Paradox 9 on a windows 7 workstation linked to SBS 2008.However, when I went to amend a report by redefining a field, Paradox crashe...
    9
    I've tried everything suggested in previous posts. Sometimes it works and sometimes it crashes. My w...
    8/24/2010
    Paradox Reports
    Server 2003 and BDE
    I have just thought I might move all my delphi stuff onto my 2003 server and then use remote desktop to access it however some of my apps give me a bdertl70 err...
    2
    Hi Owen, I suspect a rights problem. The app/user needs full rights to the data folder and net dir.
    8/16/2010
    Delphi Single User Apps
    Paradox 7 Update
    I know P7 is an ancient version but I dug the install disks out of a dusty drawer this morning and installed it in my XP machine. My question is whether I need ...
    1
    Never mind, I've applied the patch selectively.
    8/11/2010
    Paradox Setup, Vista, etc.
    Diplaying javascript error ...

    0New!
    8/7/2010
    ASP Classic - Handling Data
     
    446 People Online Now!!  
    Online Now: Sign In to see who's online now!  Not a member? Join Prestwood now. It's free!