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: timesign
  • Content: Threads
  • Order by date
  1. timesign

    Problem booting to welcome screen

    Whenever the computer (xp pro sp1) is booted up, it goes straight into the adminstrator account and does not even ask for a password!, If I log out I get the normal xp welcome screen which is what I would like it to boot to. The admin needs a pass and the user account (with admin privliges)...
  2. timesign

    Create a highly resticted user

    Hi, I would like to create a user account that is highly restricted. To be more specific, users should be able to use one program, notepad, save to an external drive (flash or floppy), and shut down. No start menu, no browsing, nothing else! Any suggestions as to where there might be resources...
  3. timesign

    USB 2.0 as the second drive

    Is an external usb 2.0 hard drive fast enough to be the second drive for a/v input and output. I would have just one hard drive in the computer. thanks
  4. timesign

    Textarea Paste clipboard text button

    What is the Javascript required for a button that pastes the text of the clipboard to the form's textarea. In other words I don't want users to have to use ctrl-v only but they should also have a "paste clipboard" button. Thanks a load
  5. timesign

    reading from UTF-8 Strings V UTF-8 files

    Hi, really stuck here- below is an excerpt from the orginal code for a servlet that read a UTF-8 file that had been uploaded. The line of code: "while ((ch = in.read()) > -1) {" got the utf-8 char's "number". the program has a mapping file to convert it. (This is a char for char mapping used...
  6. timesign

    Reading a UTF-8 String as its Int eqivelents using a bufferedReader

    I am updating some code in a servlet that previously accepted a UTF-8 file and now gets its input from a textarea. The problem: For any unicode character in the string the representation is '&#1492' while a comma for example will remain ',' . Therefore, when in.read() is called instead of...
  7. timesign

    Reading a Textarea from a form in a servlet

    Hi, I am having trouble here, the req.getparameter is returning null. (as tested by system.out.println) I guess it is something simple i just don't understand. [ I have put text in the textarea and have tried a variety of tests to prove that my problem line seems to be InputFile =...
  8. timesign

    Changing the "Value" of input type ="file"

    Hi, Is there any way to change the value "Browse" in input type file from Browse to someting else. I tried setting "Value=Select file..." and it does not seem to change. <CENTER> <FORM ENCTYPE="multipart/form-data" method="POST" ACTION="/servlet/testServlet"> <INPUT TYPE="file" NAME="TextFile"...
  9. timesign

    Frames - Wants Target to = all frames on current page

    I have a web page and the index splits the page into 3 parts, each part of course has a name. When you click on the menu frame it sets target to the middle frame.. standard. I would like a link in the middle frame to take up all three frames. If someone is going to leave my website they should...
  10. timesign

    Prevent Hot linking to servlets

    Is there a way to prevent other sites from hotlinking to your servlet? My servlet serves files and I don't want it to be called from another website. Thanks
  11. timesign

    Simple HTML - Linking to a Servlet

    I have a load of text files that users can download from my site. I Wrote a short servlet to send them to the user with a &quot;open, save as&quot; dialog box. On the HTML side I Currently have a link <A HREF=&quot;/servlet/FileServer&quot;>text.txt</A> BTW I had to change the servlet to a...
  12. timesign

    Save as / Open dialog box for Text file link

    This is probably a standard question, but I cant seem to find enough info on it. I want to have a list of links to text files which the user can download. I do not want them to open in Internet Explorer. How do I make sure the user gets the Save as / open dialog box for files and that they do...
  13. timesign

    T View Gold and NTSC, PAL, SCART ???

    I am looking to convert my what I see on my screen to digital video. I found these products T View gold and T Veiw silver scan converter My guess from what I understand about digital video is that this will not do the trick as it will only allow me to connect to a VCR / TV am I correct? The...
  14. timesign

    Outputing the Screen to Firewire / Digital Video

    Hi, How does one get the screen to go through the Firewire port in Digital Video format so it can be saved on a digital video camera. I would like to save a PowerPoint presentation in Digital Video format. Thanks a load Jonathan
  15. timesign

    Outputting the Screen to FireWire - HELP

    Hi, How does one get the screen to go through the Firewire port in Digital Video format so it can be saved on a video camera. I would like to save a PowerPoint presentation in Digital Video format. I imagine it should really not be so hard. Thanks Jonathan
  16. timesign

    Unicode Text Files

    1) Does any one know how I can determine how a text file is encoded. – ie. Is the text file I am opening UTF8 or not. Word usually knows when it opens a file – how does it know? Is there a byte that is set to a specific value?
  17. timesign

    Unicode files

    HELP, 1) Does any one know how I can determine how a text file is encoded. – ie. Is the text file I am opening UTF8 or not. Word usually knows when it opens a file – how does it know? 2) Any knowledge of classes that will allow me to convert from other formats to UTF8 , either MS Word, other...
  18. timesign

    &lt;Input TYPE=&quot;file&quot; Accept=&quot;???????&quot;&gt;

    Hi, I would like the browse dialog box on my html form to only show .txt files. Is this possible? Thanks,
  19. timesign

    Word Wrap

    Hi, Has anyone seen a word wrap class - or have word wrap code? Accept a string, perhaps with paragraph break's and insert the &quot;\r\n&quot; so a word that does not fit on the set length of the line, wraps to the next line. should return a string. Thanks,
  20. timesign

    Servlet I/O – sending a file to the browser

    Hi, I have a doPost method in a servlet. I would like at the end of the method to return a Text file from the hard drive of the server to the user so he can save it. The text I would like to return is treated in the code as a long string - so if you can tell me how to deliver it to the user as...

Part and Inventory Search

Back
Top