I have no idea why this is happening, but today I went to turn on my computer on when my BIOS got to "Detecting Primary Master [Press F4 to Skip]", my computer emmited this terrible scary dot-matrix printer type scaning/(scraping?) sound. After a little more loading stuff, but before...
I have a multiline text box, and what I want to do is have something to convert all the text down to one line. For example:
If I have this in my text box:
line1
line2
line3
lastline
I want it to look like this:
line1line2line3lastline
I figured all I'd have to do is search every charcter in...
I'm starting up in perl and, doing the poor student thing, went to Books A Million and glanced over some perl books to try to find out what I needed to do. But I just got more confused then I already was.
What I want to do is to replace all text before a certain character with nothing, and...
Is it possible to call a CGI script within a CGI script, much like you call a subroutine?
KingOfSnake - The only sports drink with ice crystals
(and marshmellos!)
I have a website where people post entryies that end up in a big text file. I wanted to password protect it, so that certain people couldn't post a message.
In otherwords, I have a form that has the following fields
Name:
Password:
Subject:
Message:
So I ask you... how could I password...
Alright....I have come across a problem.
I have made a table like I wanted, shown here: www.intotheblood.f2s.com/extra/tt2.html
However, when I add lots of text in the "D" cell, instead of the text wrapping to the next line, the table becomes distorted and loses its width values...
I am trying to make a table that is kind of complex. I thought it would be best just to make a drawing of the layout I wanted, so I did.
www.intotheblood.f2s.com/extra/table.jpg
Is that possible?
KingOfSnake - The only sports drink with ice crystals
(and marshmellos!)
I followed GoBoating's FAQ (Which was very helpful btw), and got cgi scripts to work on my windows machine.
I wanted to ask... How safe is it to run the apache server over my dial up? I was just curious. Could hackers enter my system somehow? Or is such an event negligable.
Thank you...
Someone help me out here.
This works just fine:
-----------------------------
#!/usr/bin/perl
print "Content-type:text/html\n\n";
print "<html><head><title>Test Page</title></head>\n";
print "<body>\n";
print "<h2>Hello, world!</h2>\n";
print...
Ok, I've been wanting to do CGI for a while now, and I'm going to dive in.
I don't know perl or C, so I decided I might try Visual Basic, cuse I know that laungage (Well, I know enough).
My question is... What kind of limitations is there with Visual Basic CGI as opposed to Peal/C CGI?
And if...
I have tried to defrag before, starting in safe mode and removing EVERYTHING but explore and systray... but, even if I remove all my extra programs, a little program called "rnaapp" will put itself back in the close program dialog box.
I press CTRL+ALT+DEL to remove it, and start...
This I have tired but can't figure out. How could I make a list of folders on the hard drive? It would start at "c:\" and go though finding all the subdirectories and adding them to an array.
KingOfSnake - The only sports drink with ice crystals
(and marshmellos!)
Let's say I was currently in "C:\".
How could I get my program to find the names of all the folders contained in "C:\", like
"/program files", "/acessories", etc.
KingOfSnake - The only sports drink with ice crystals
(and marshmellos!)
I want something like this:
<b>Title:</b> TextTextText
I wanted to do it using css. I have the following definitions:
p {font-family : arial; font-size : 8pt; font-weight : normal}
h1 {font-family: arial; font-size : 8pt; font-weight : bold}
However, when I do this:
<p>
<h1>Title:</h1>...
I have four images, displayed on the screen like this:
So that Images 1 and 2 are on one line, and Images 3 and 4 are on another line. Is there anyway to reduce ALL white space between all four images, therefore, making the four images look like one single image? I can't have even a...
What I want to do is to get a list of files from a specified directory. I want this list to only pick up certain files, for example: *.jpg, *.gif, and *.bmp. How could this be done? I was using the Dir function, but it won't let me use all three filters.
KingOfSnake - The only sports drink...
Is there such a thing as a color picker control? I was thinking of something similar to the one MSPAINT uses. I couldn't find any information on MSDN.
KingOfSnake - The only sports drink with ice crystals
(and marshmellos!)
I have Windows 98, installed on this system:
P3 500
15 GB HD
128 MB RAM
For some reason, explorer seems to lag sometimes, and internet explorer does this to. For example, when creating a new folder, You have to right click, go to New, then select new folder. Well, when I click on New, I...
How would you change the baud rates for the com ports in dos? I've found this command, called MODE, that will do this for you, but according to the EasyDos Index, it will only go up to 9600. Isn't there any way to increase it to something higher? Or is there a small utility I can download and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.