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

    Creating a "home Based" domain

    Can anyone give me some tips on creating a one DC home network? I have one machine that I want to be the .net DC and then four XP workstations. I can't seem to find any good resources to help me on setting this up, I.E. DNS, etc. Any help appreciated. -TIA
  2. BigDoug

    3COM ISDN LANMODEM HELP

    I REALLY need help from someone who has extensive experience with the 3Com (3c982) lan modem. I have ISDN service with Qwest and I have 128K service. My problem lies in the config area of the modem. I am having difficulty keeping the modem working properly where it will allow voice and data...
  3. BigDoug

    Search Database and directory match

    I am trying to do something way above my head so once again where do I go for help.......The only place where I ever get real help.....Tek-Tips. Here is what I am trying to do: I want a perl routine to check a directory that contains image files (JPG and GIF) and do a check (regex) against a...
  4. BigDoug

    Checked boxes and JS question

    I want to know if I have the following HTML code and I want to be able to toggle between all selected and none selected, is there a way and could someone provide some sample code for me to play around with. I will say that the code I am using currently (HTML) is being generated by a CGI script...
  5. BigDoug

    Help with checking form fields

    I have a form field that is processed by CGI and I want to incorporate a check of the form field that makes sure that there is only these file extensions in the field along with a web address like so: 1. User inputs http://www.mysite.com/my_mp3.mp3 OR...
  6. BigDoug

    How do I get data from two different tables

    I need help doing something I think is very complex. I hope I can explain this correctly. I have the output that comes from a perl/MySql call that gives me the "Seller Number" in a straight integer number like 345. That same seller number in a different table is actually the real...
  7. BigDoug

    A different output for this sub

    I need some help from anybody who can. Here is what I have. I have a sub that grabs the time remaining for an item in a database, and displays the time remaining as 6 Days 19 Hrs.+. What I need is the time remaining to display as when it closes instead (Month/Date) like 01/29 for January...
  8. BigDoug

    PHP and random number generation

    I need help from a PHP expert. I have a HTML form on a webpage and basically what I am trying to do is this. Someone can come to the page and pick a number on a select drop down between 1 and 50, and then submit and I need PHP on the page to generate random 3 digit numbers in the quantity you...
  9. BigDoug

    Checksum question

    I have a question about how to determine a checksum. If I have a checksum of say 854, how would I determine what is the actual txt file input necessary to equal a checksum of 854? Is there an easy way to do this. Basically, I want to take a known checksum value and determine what ascii text...
  10. BigDoug

    NT 4.0 Server and Win2K problem

    I have a server environment that uses a PDC and BDC that are both NT 4.0 Server and I am attempting to put new W2K workstations out on the network. My problem lies in the fact that unless I give the user Domain Admin priveleges, they cannot run most applications from the workstation. They get...
  11. BigDoug

    If I already have a sub that intera

    If I already have a sub that interacts with a form, can I have another sub interact with the same form? I have two subs that I want to run that need to work with the same form on the screen. Is that possible? I think it is probably not, but I can hope.
  12. BigDoug

    Newbie question about time

    I have a script that shows the time on the status bar, but I want the time to show in US standard and not the European standard which it is. I need it to show like 9/01/2002 instead of 1/9/2002 for September 1st, 2002. Can someone point me in the right direction? Here is the code: <SCRIPT...
  13. BigDoug

    Newbie question

    I have a simple question I am sure, but I am just learning MySQL so here goes. I have a table named Bids and I have several rows in the table one of which is named bidquantity. Here is the command I am using for my result. SELECT bidquantity from Bids TOTAL; The result is this: bidquantity...
  14. BigDoug

    Using quotation marks in SQL strings and displaying quotes

    I have a Perl auction script and there is a part that does SQL encoding and when a user inputs quotation marks into the description field of the item they are posting, the display shows the word
  15. BigDoug

    JavaScript Form Help

    I need help. This is long, so bear with me. I have a half finished JavaScript form tool that I really need to work. The last &quot;helper&quot; I had, left it in a totally unfinished stage, and now I am stuck. Here is what the deal is. This web page I have has an auction ad creator that was...
  16. BigDoug

    Okay all you experts. Here is my q

    Okay all you experts. Here is my question. I am a beginning neophyte in Perl, but I want to be an expert. I understand Perl innately it seems, but I cannot sit down and write anything beyond Hello World. I have O'Reilly books of Learning Perl, Brown's book Perl: Programmers Reference and...
  17. BigDoug

    Is there a way to write the data fr

    Is there a way to write the data from a form submission to a file (lets say test.txt) on the local computer instead of sending it to the &quot;POST&quot; of a cgi file??
  18. BigDoug

    JavaScript form tool

    Okay guys and gals, let me try and be brief. I want to make a form in JS that has, let's say fifteen different fields like an HTML form. I want users to be able to enter values into each field (and some will have drop down selections) and then click &quot;Next&quot;. After &quot;Next&quot; is...
  19. BigDoug

    Help with some simple Perl code

    Help please! I am working on modifying a script I use, and I am a dummy. Plain and simple. But I know many here are not. So here is my question. I have this code: BigDougCode::error(&quot;You must leave the open date empty in your file in row <B>$theline</B>.&quot;) unless $nine...
  20. BigDoug

    Problem code

    Someone please help! I don't want someone to do my work for me, but I cannot figure out where I have gone wrong with this code. I think it is just a formatting issue, but I just don't know. The syntax shows as correct, but it still does not work right. Anybody want to help me figure out my...

Part and Inventory Search

Back
Top