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

    CGI to render image?

    My isp has a counter utility that is called from the image tag as follows:<br> <br> &lt;img SRC=&quot;/cgi-bin/Count.cgi?name=pack86&font=E&quot; align=BOTTOM&gt;<br> <br> I want to be able to do the same type of thing. That is, have a CGI that returns a jpeg file.<br> <br> Any ideas?<br> <br>...
  2. bitbrain

    Regular expression for phone number?

    Does anyone have a regular expression for editing a phone number?<br> <br> Thanks in advance!
  3. bitbrain

    CGI Question

    This should be simple...<br> <br> On a form with multiple input buttons, how does the CGI know which button was clicked? I'm using the POST method.<br> <br> Thanks in advance!
  4. bitbrain

    Best Editor?

    I've been writing perl scripts using pico and I think I need a better editor. My nutshell book has chapters on emacs, vi, & ex. Looks as though there is a learning curve with each of them. Before I invest too much time, can anyone give me advice on editors?<br> <br> Thanks in advance. <br>
  5. bitbrain

    Suggestions for free ISP?

    Any suggestins for a free ISP that is Linux friendly?
  6. bitbrain

    KDE Question(s)

    Be warned I'm new to this world!<br> <br> A few questions about KDE & Caldera:<br> <br> Caldera 2.3 ships with KDE 1.1.1. According to the box, it also includes the &quot;Themes Manager&quot; and 80 themes. The themes manager was not installed by default, I assume that I have to install it...
  7. bitbrain

    Newbie question

    I have an old pentium 133 at home that I thought I would use to teach myself Linux. Any suggestions on which version of Linux I should use? I'm willing make it a pure Linux machine that is, reformat the drive etc.<br> <br> Any suggestions will be appreciated, thanks in advance.<br>
  8. bitbrain

    Java script / history question.

    Hi - I think this is a simple question.<br> <br> I want to interrogate the URLs of previously visited web pages. The following lines return &quot;Undefined&quot; in IE4.0. Any ideas?<br> <br> document.write (history.current);<br> document.write (window.history[0]);<br> <br> Thanks in advance!
  9. bitbrain

    How to move files to the Recycle Bin

    I have a VB5 program that deletes files from disk via the "kill" statement - everything works fine.<br> <br> Is there a way of moving the files to the Recycle Bin instead? It would be nice if the user had the option of recovering deleted files.<br> <br> Thanks in advance!
  10. bitbrain

    How to display command line output?

    I have a VB program that will be executed from the DOS/Command line (no windows/forms). It accepts an argument and performs a simple task.<br> <br> How do I display messages on the console? Seems like it ought to be easy but I can't figure out how. Any ideas will be appreciated.
  11. bitbrain

    How to automatically delete files

    I'm looking for a way of automatically deleting files older than 30 days. I figured I could use the @ scheduler but am not sure how to set-up the delete script.<br> <br> Any ideas? Any suggestions will be appreciated.<br>
  12. bitbrain

    Auto delete script anyone?

    I'm looking for a .bat/.cmd script that will automatically delete files more than 30 days old. I'll schedule execution via the 'at' command so the date parameters need to be dynamic.<br> <br> Has anyone done this? I'm figuring the dir command with redirection & filters but am open to...

Part and Inventory Search

Back
Top