Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: AdRock952
  • Content: Threads
  • Order by date
  1. AdRock952

    HTML email is sent as text

    I have been working on a newsletter system for a site i'm finishing and everything is working fine apart from when i'm trying to send html/plain text email I found an article on this site http://www.tek-tips.com/faqs.cfm?fid=2681 I created my own function that gets post data from a form and...
  2. AdRock952

    invalid method declaration; return type required

    I am trying to create a linked list which is sorted using the predifined methods for the interface but using my own code to rewrite the mehtods. I have come across a problem and so far i have 1 error when compliling the line it is pointing to is this public compare(E o1, E o2) { here is the...
  3. AdRock952

    Linked list using Sorted Set

    I am trying to create a linked list that uses the Sorted Set interface but am unclear about what needs to go in certain methods. I am creating the class and I'll have the app that inserts the data seperate. What i need is to create the class that uses all the methods that are on the Java...
  4. AdRock952

    Java validation help needed

    I have some validation that checks for numerical input and displays an error message if anything else is entered. What I want is, if the user enters a negative number, an error message is displayed also and asks again for input until they enter a positive number. Everything I try lets the user...
  5. AdRock952

    Hot to do /index.php?page=news

    I am trying to cut down the size of my website and know that I can use the index page as the layout and have content change for each page using the same layout (like using one page but changing the content). What I am trying to achieve is something like http://www.sample.com/index.php?page=news...
  6. AdRock952

    Problem with XP shutting down

    I have just reinstalled windows XP and have all the hardware drivered and all the available updates and service packs from microsoft. The problem is when I am connected to the internet for programs theat require a connection, windows shuts down (but not the computer). It is like the monitor is...

Part and Inventory Search

Back
Top