Search:

Type: Posts; User: switcha

Search: Search took 0.19 seconds.

  1. Re: Using navigation menus to display dynamic content.

    Hi,
    thanks for your response :). I have structured the Index.jsp to be main(host) file that contains include references to the Header.jspx, HorizontalNav.jspf,VerticalNav.jspf, Main.jspx and...
  2. Using navigation menus to display dynamic content.

    Hi folks,
    I have created a a simple hobby site about Nintendo (see screenshot) and I am currently converting it to .jsp. I have divided the index page into effectively five regions, including one...
  3. Thread: Hello

    by switcha
    Replies
    1
    Views
    868

    Re: Hello

    Hi captainjaax,
    Nice to meet you. All the best on your learning trail.
    ~Switcha~
  4. Replies
    1
    Views
    1,025

    Re: introducing myself

    Hi antrouzz,
    Nice to meet you. Good luck with your studies.
    Regards,
    ~Switcha~
  5. Thread: Hello

    by switcha
    Replies
    1
    Views
    911

    Re: Hello

    Hi TinfoilxD,
    Nice to meet you. There are a couple of good places to start to learn about the basics of Java. You have "The Java Tutorial" which is a source driectly from the creators of Java i.e....
  6. Replies
    1
    Views
    2,346

    Re: Duplicates in Arraylist

    Why do you need another way if you've already answered your own question?
  7. Replies
    1
    Views
    2,213

    Re: initialise set that holds value of array

    public static final int InDays [] = { 4, 5, 9, 12, 15, 16, 20, 23, 28, 30 };

    //create SortedSet
    SortedSet< "Insert Type Here" > InDaysAtWork = new SortedSet< "Insert Type Here" >( Arrays.asList(...
  8. Replies
    3
    Views
    1,754

    Re: My Array. Help Please

    ...Good point. Ahwell, still good to practice on other people's prob's - it keeps the mental tool sharp :P
  9. Replies
    1
    Views
    1,623

    Re: Date Availability quary

    Hi,
    I think you may be thinking of Javascript. Java and Javascript are not the same.
    Unless you are thinking of using Java Server Pages.
    Cheers,
    ~Switch~
  10. Replies
    3
    Views
    1,754

    Re: My Array. Help Please

    I have several questions for you. First of all, class book looks like an entity class, so why not use set and get methods for data access and retrieval? This ensures proper data encapsulation and...
  11. Replies
    2
    Views
    2,031

    Re: Adding to Array from JavaSpace problem

    Well, first of all. The IndexOutOfBoundsException is being thrown because your array contains only 1 value and the index is going further than 0 i.e. the index is out of range, hence the 'out of...
  12. Thread: hello

    by switcha
    Replies
    2
    Views
    904

    Re: hello

    Hi Jeff,
    May I suggest a book titled "Beginning Java Objects" 2nd edition. This book approaches coding from an object modeling viewpoint, rather than just a programming fundamentals viewpoint. I...
  13. Thread: Fresh Meat

    by switcha
    Replies
    2
    Views
    1,029

    Re: Fresh Meat

    Hi SerratedMind,
    How much java do you know? Algorithm development and source code optimization implies to me you have coded before?
    Nice to meet you anyway,
    Regards,
    ~Switcha~
  14. Replies
    1
    Views
    821

    Re: Hello Every One!!!!

    Hi Sea Wolf,
    I am Switcha. Pleased to meet you also. I am new here to. I am hoping to build up some good long-term friendships with people.
    Good luck with your programming and all the best....
  15. Replies
    3
    Views
    990

    Re: I really suk at java

    I agree with KevinWorkman. It is not always easy, particularly the logic associated with developing java code. But you have to start somewhere. Here seems to be a good place with alot of talent and...
  16. Thread: Hi Everyone

    by switcha
    Replies
    1
    Views
    961

    Re: Hi Everyone

    Hi Rama,

    Pleased to meet you. I am newbie to this forum also.

    Thanks,
    ~Switcha~
  17. switcha.setGreeting("Hi all forum newbie, look forward to being a member");

    Hi folks,
    How are you all? I am a new member here.
    A brief background about myself: I studied Java Programming Concepts 1 & 2 at a university level in Australia and received distinctions. I...
  18. Re: The sum and product of a positive number between 1000 and 9999.

    Hi metaleddie13,
    Your issues sound like general exception - handling issues. Have you considered using the try...catch statement to determine if the number is not positive? You can also use this to...
  19. Replies
    3
    Views
    1,207

    Re: Hello. I'm all new to Java.

    Hi Anders,
    Though I am new here I have been reading quite extensively about java and java related programs.
    I have used the Deitel Series (i.e. Java: How to Program) to get a good a headstart on...
  20. Replies
    1
    Views
    1,016

    Re: Doubt related to Java

    What do you mean by front end? Do you mean the view section of an MVC framework?
Results 1 to 20 of 20