Search:

Type: Posts; User: Grundy

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    730

    Re: "Port in Use" Error Message

    Try this:

    Reset the printer port by doing the following:

    1. Open the Chooser from the Apple Menu.
    2. Click Inactive.
    3. Restart the computer.


    If, after restarting the...
  2. Replies
    3
    Views
    1,711

    Re: Which Java certification course I must do?

    Sun's certification program in Java technology is an industry recognized, worldwide program that focuses on critical job roles in software application development and enterprise architecture. Since...
  3. Replies
    3
    Views
    1,205

    Re: CountIf on report

    Here is a technique (there are several): Use the IIF function to conditionally summarize the field.
    The next two formulas are correct yes and no respectively.
    = Sum (IIf ([Your Field Here], 1.0))...
  4. Re: what packages are automatically imported in every java program?

    Hey your question is really a basic & simple question.

    Packages are collections of classes (libraries) which contain portable Java byte code files.

    java.lang is the package that is imported...
  5. Replies
    3
    Views
    6,387

    Re: Three Dimensional Array program in Java.

    How to use three dimensional array.

    This is a very simple Java program. Firstly, we have to define class name "ThreeDMatrix" . We are going to create 3 by 4 by 5 program. We are going to make...
  6. Replies
    3
    Views
    2,734

    Re: javafx xml parsing example

    JavaFX HTTP Networking and XML Parsing

    JavaFX HTTP and XML Package Overview

    To develop an application using HTTP protocol and XML, JavaFX provides several packages, which are shown below:

    ...
  7. Re: Link List Example in Java Sample program in Java

    LinkedList Sample program in Java

    The LinkedList class extends AbstractSequentialList and implements the List interface. It provides a linked-list data structure. It has the two constructors,...
  8. Re: Where can I get java interview questions and answers?

    I would suggest you to have a look at these 2 web sites.

    coolinterview.com/type.asp?iType=33

    and

    roseindia.net/interviewquestions/
  9. Re: Java : test a number to find out if its is even or odd

    Check Even-Odd:


    import java.io.*;

    public class IfElse{
    public static void main(String[] args) throws IOException{
    try{
    int n;
    BufferedReader in = new BufferedReader(new...
  10. Replies
    3
    Views
    2,446

    Re: kilometers per liter to mpg program.

    Kilometers per Liter to Miles per Gallon


    Kilometers per liter : The distance traveled by a vehicle which is running on gasoline or diesel fuel in a kilometer.

    Miles per Gallon: The distance...
  11. Re: How is it possible to get the file type in Java?

    Getting the File-Type Name of a File

    Files and directories have a type, usually based on their extension. This example retrieves the name of the file type. Examples of file-type names include Java...
  12. Replies
    1
    Views
    1,533

    Re: What is SOAP Monitor from jboss?

    Soap Monitor
    Membrane SOAP Monitor is a free Web Services development tool for inspecting and manipulating SOAP messages. It acts as a SOAP proxy between a consumer and a producer. SOAP messages can...
  13. Re: Date & time Conversion PST Pacific Standard Time to GMT

    Convert GMT to PST

    This example helps you in converting a GMT time to PST time on the console. The SimpleDateFormat() constructor uses the given pattern and date format symbols. Here we use the...
  14. Replies
    3
    Views
    4,493

    Re: Confusion converting InputStream to ByteArray

    Convert InputStream to ByteArray

    To convert the InputStream into a ByteArray first we read a file from the system by using FileInputStream. Since class InputStream is super class of the...
  15. Replies
    3
    Views
    1,381

    MySql to show records which is not a value

    Hi,

    I am doing some query to MySQL database. I want something to find out the output records that have values such as say a one digit number. Like '5' etc.
    Is it possible? I dont know much about...
  16. Re: Import .pst files from Outlook 2000 to Vista Windows Mail

    Thank you TVWizard for making aware of this dread fact of Outlook. My outlook data is of very much important and I cannot afford to lose any of it. I will follow as per your suggestion. Thanks again.
  17. Import .pst files from Outlook 2000 to Vista Windows Mail

    I exported my most current backup of emails in Outlook 2000 into a .pst file. I can't figure a way to open this pst file. Can I import this into my Windows mail in Vista so that I can access them...
  18. Replies
    5
    Views
    706

    Switch of 24 hydrants

    I need to buy a switch of 24 hydrants. What is patched so thats good cash....
    3 com or d-link or something similar????
  19. Replies
    5
    Views
    1,425

    I opened that program. But i didnt understand how...

    I opened that program. But i didnt understand how to go on with transparency.
  20. Replies
    5
    Views
    1,425

    Transparencies in photoshop

    I have a problem with photoshop. I have to apply transparency to a file with .tga, but cannot do it and i dont understand how. If anyone can help me by giving the steps and how to proceed, i would be...
  21. Thanks for the reply.

    Thanks for the reply.
  22. Tutorials or e-books for rotoscoping & Painter ?

    I am in the process of producing a 5 minute short rotoscoped film. I am new to Painter x though have been told that it would be a good tool for what I want to do.

    Does anybody have any links to...
Results 1 to 22 of 22
Page generated in 1,713,250,589.18317 seconds with 15 queries