2,977 Topics

Member Avatar for
Member Avatar for cyman1964uk

Guys I would appreciate any views on this ... I have a URL which points to a page on my own website. Let’s suppose it is called [url]http://www.mysite.com/page.html[/url] If I open Internet Explorer (IE) manually and type the URL directly into the address bar and hit ‘Go’, the correct page …

Member Avatar for cyman1964uk
0
115
Member Avatar for AlPhA

There are many ways to create dynamic web pages. There's CGI/Perl, ASP, and etc. There are so many options, but which options are the ones that are right for you? Many of these scripting languages (JSP, CGI, and etc.) have started fading away from site. It's hard to find anymore …

Member Avatar for percent20
0
282
Member Avatar for Ben501wh

Below is html for a form... when the visitor hits the submit button i want the information to be sent to my email address... how do i do this? <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-GB style="COLOR: black; mso-ansi-language: EN-GB"><FONT size=3><FONT face="Times New Roman"></FONT></FONT></SPAN>&nbsp;</P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN …

Member Avatar for DanceInstructor
0
160
Member Avatar for Comatose

Any idea's about a javascript function, that will move you to specific line number in a textarea? I'm making a mini-page where I can edit text/perl files on a server. I want to be able to plug in the line number that causes the error, hit go, and have the …

Member Avatar for tgreer
0
2K
Member Avatar for olly

Hi all,im having problems getting the pc to start up at all,with xp pro.Cannot even get to the desktop.On the 1st black screen that comes up,as its about to boot i am getting the message;Hardware Monitor found an error,enter Power management for details,and its an error with the following;Chassis fan …

Member Avatar for olly
0
222
Member Avatar for Nihar

Hi there, Does any one know a Perl regular expresson to ignore specific string from a log file. For example i want to use this simple unix command using perl regular expression egrep -i -n "error|fatal" logfile.log |\egrep -v "user not found" i.e. it should ignore log file entry "Error …

Member Avatar for YUPAPA
0
137
Member Avatar for BrotherJacob

Hi all, Hope that somebody can help me with this as I am really at my wits end! I've just been rebuilding my system from scratch. One minor point, the new Windows XP install insists on formatting both my HDs to 18.6 GIG, where as previously it did not have …

Member Avatar for BrotherJacob
0
86
Member Avatar for kloony

Hi Guys/Gals, Is anyone of you using/reading the above book by Robert Sedgewick? I am trying to write some graph algorithms using C and trying to learn it using the above book. Having some problems. It would be great if you are also using the book or have already mastered …

0
75
Member Avatar for Krug

I'm having problems with my Dell notebook running Win XP Home (Original; came with the laptop). Not sure if it's a security problem; have run spybot S&D and turns up DSO exploit which keeps on coming back. I'm not sure if that's the reason for the problem. Anyway, IE won't …

Member Avatar for caperjack
0
168
Member Avatar for edbuck

When I click on a hyperlink in an e-mail message using Outlook Express The panel gets hightlight but Internet explorer is not opened. I am using win XP :sad:

Member Avatar for slowbob
0
251
Member Avatar for mrfarukmiah

please help me,,,,,,,,,,,,,,,,,,,when i start the pc shows ip address conflict,,,,,,,,,,,,,so how can i share properly between 2 pc or more pc,,,,,,,,,,,help me i am in great trouble,,,,,,,,,,,,,help with details and picture........... :rolleyes: :lol: :cry: :-| :!: :) :idea: :confused: :sad:

Member Avatar for server_crash
0
64
Member Avatar for jabberwock486

i know very little about programing. however i want to learn, even if it is basic(no pun intended) some have suddgested perl as a good place to start. So my question is, what are good resources, manuals, websites and other such things about perl programing. i use to do a …

Member Avatar for liliafan
0
294
Member Avatar for Sphyenx

"Quote: Originally Posted by deanpence This is the order in which I learned to program: Basic QBasic Pascal C C++ Java Perl ... A very important point should be noted about learning in that order: I learned procedural programming first, and I recommend this course to any new programmer. Learn …

Member Avatar for alc6379
0
117
Member Avatar for kaiser<lucy>

hey all, im trying to write a perl program that will change the desktop background. I dont have much (read: any) background in working with windows environment variables, and am hoping that desktop image location is in fact one of these variables. any advice on how to reference and edit …

Member Avatar for kaiser<lucy>
0
124
Member Avatar for Prince Serendip

On behalf of the Security Community I have been asked to spread the word on this threat as it is very real and growing worse as time passes. Posted on Saturday, 25 December 2004 @ 16:33:38 EST by Paul Laudanski at [url]http://castlecops.com/[/url] [quote]Folks, it seems that Santy worm has taken …

Member Avatar for mikeSQL
0
138
Member Avatar for Awelbel

I have an Alienware laptop with fx go 5700 Nvidia card. I have the Alienware installed drivers. up to 57.xx I am trying to update to the 62.20 driver from the Alienware website. When I install the driver the display is corrupted. The icons are black boxes. Other graphics are …

Member Avatar for Awelbel
0
75
Member Avatar for Darren070902

Does anyone know much about Navexcel. It is a big pain, I have uninstalled it as everyone says using control panel, add/remove programs. Now when I startup Win XP, and I pick my sign it takes nearly a minute to get to the desktop. When it eventually gets to my …

Member Avatar for crunchie
0
124
Member Avatar for BountyX

All of my pages are rendered from a perl script, will search engine bots still be able to grab the HTML rendered by the script? For example: Index.pl grabs Header.html Main.html and Footer.html If a bot is scanning my index site will it read the HTML all at once, after …

Member Avatar for Toba
0
135
Member Avatar for satimis

Hi folks, Perl === Please advise how to add 'bold', 'italic', 'colour', etc. such features to the printout. Can HTML syntax work on perl? I tried seeming not applicable. TIA B.R. satimis

Member Avatar for satimis
0
117
Member Avatar for kuo1

Apache Web server for windows I wrote a helloworld.pl and that works fine when i try to view it through a webbrowser. I then wrote the following: #include <iostream> using namespace std; int main() { cout << "Content-type: text/plain" << endl << endl << "Hello, World!"; return 0; } compiled …

Member Avatar for ravi rayin
-1
195
Member Avatar for freesoft_2000

Hi everyone, i need to ask a question which is how does one add a hyperlink in a jtextpane. I am using the default htmldocument class as the default document for the jtextpane. What i need is for example a user enters some text in the jtextpane and the user …

0
70
Member Avatar for satimis

Hi folks, I'm going to make a script checking inconsistence on 2 documents, say doc_a and doc_b and have no idea how to start. doc_b is reproduced from doc_a, (original document) not with 'copy and paste' command. Making it simple first, as highlighted in following example, an one line document:- …

Member Avatar for satimis
0
204
Member Avatar for SureStoreX

I am doing a program in which there are 8 planes seats the user gets to choose whgich seat they want. I created the GUI buttons and what not (fairly easy), but I wanted to make an array....I'm rambling here, because I can't do this program the way I want. …

Member Avatar for SureStoreX
0
114
Member Avatar for sunny124

hi, I have created a registration form. When the user clicks submit it goes to processRegister.asp. This is where it checks whether the username and email already exits in the database. When i enter a email that is already in the database, the error message for the email and the …

0
108
Member Avatar for shaahul

Hi I needed some help on automating the installation of a software. During the installation of a software, you get various options. For eg. 1. the license agreeement screen gives you two options with two radio buttons. Choosing one selects Yes, I agree with the terms and conditions. And choosing …

Member Avatar for alc6379
0
146
Member Avatar for hill0ster

If you type in employee ID, and then a character (other than s, h or c) including the enter key. You get a message that says, "Do you want to try again or quit?" "Type q or Q to quit any other key to continue." If you hit any other …

Member Avatar for Stack Overflow
0
242
Member Avatar for HybridFusion

Okay, okay, here's my problem. First, I'll tell you I'm using a Hewlett Packard... Now, Whenever I turn on my computer, it says WIndows couldn't start and gives me choices between Safe Mode (and the two other options with Safe Mode in them), Last known configuration, and Start Windows Normally. …

Member Avatar for Donk
0
156
Member Avatar for phneoix

hi, i am thinking of designing a customised GUI frontend for mysql. i would like to know which of the programming languages Perl or Python can be used. my preference would ease of use and cross platform compatibility. i have already used off the shelf GUI's for mysql and i …

0
102
Member Avatar for flory

Hello all! Can somebody help me write a perl script which totals the total amount of time that each user is using on the system, as well as the number of processes the user is using. As example: The output of your program would be the following: root 00:01:18 13 …

Member Avatar for Narue
0
163
Member Avatar for Mahen

hi everyone i've created a program on perl and i want to share it with everyone so as everyone can bring his own code. For more information, email me at: [email]neoanderson12@hotmail.com[/email]

Member Avatar for alc6379
0
97
Member Avatar for focusenergy1

i have an xp and at one time had only 3% of my hard drive free SO i took off many programs and freed up my hard drive to 24%. But when i go to defrag it barley does anything but when i run the analyzer it says defrag is …

Member Avatar for DMR
0
185
Member Avatar for AHJ

[FONT=Verdana] My Internet Explorer Version 6.x would not browse properly. When I connect to the internet and launch Internet explorer it starts normally and then when I specify any website it responds by changing the window title and starts accessing it, but then nothing happens. Although, I can see the …

Member Avatar for dlh6213
0
154
Member Avatar for rsuave427

I have recently noticed that my windows update icon is in the system tray and when i click it does nothing. It shows that it is 0% downloaded. It does not go away when i restart the computer either. I try to keep up with the security updates because the …

Member Avatar for BlackSheep
0
147
Member Avatar for rpainter

Hello. I am new to this forum. I am not a web developer, but I am willing to learn. I am a network tech. So here is what I need to do: I need to be able to list and sort by date some files in a folder on another …

Member Avatar for Lafinboy
0
192
Member Avatar for Puckdropper

[url]http://perl.plover.com/Questions.html[/url] I found this several years ago. It's been one of my favorite sites to refer to when someone gets impatient about their question. This is from a perl standpoint, but if you've done some programming in any language you should be able to understand it.

Member Avatar for Chainsaw
0
71
Member Avatar for tccummings

When my CGI script is given input from my web page I get this error: Server error! The server encountered an internal error and was unable to complete your request. Error message: Premature end of script headers: projest.cgi Does anyone have a clue as to what I'm missing here? I …

Member Avatar for tccummings
0
117
Member Avatar for Sphyenx

um the codes are #!/usr.bin/perl but i use a windows system so it won run even the book sayes to wite it like that, same with all prog books, whats the code for windows!

Member Avatar for alc6379
0
86
Member Avatar for Sphyenx

Ok, ive done all my reasearch, is this how i should learn them.... Python, C, then C++, then JAVA, then PERL?? now should i forget botui Q/basic, an dpascal, and C# or add those in.

Member Avatar for Killer_Typo
0
116
Member Avatar for Mahen

Hi everyone, i have just startted programming with C and i have got 3 Questions: 1. How to calculate with decimal numbers in C. 2. How to convert strings into numbers and perform calculations on it. 3. Where to find a book that explains all the header files. Tahank you …

Member Avatar for Mahen
0
130
Member Avatar for the_moodagudda

ok i got a nearly-new S3 trio 3D video card. but when i put it in windows only detects it as a standard pci video card, when it is an AGP card. so i can only get the standard resolution with 16 colours. i tried downloading the correct drivers, but …

Member Avatar for Puckdropper
0
118
Member Avatar for Mohit Singh

Hi, I am uploading files to a server using HttpXCtl1.Request.PrepareFileUpload "nameoffile", txtURL HttpXCtl1.Post "http://www.myhost.com/cgi-bin/serverside.cgi" MsgBox HttpXCtl1.Response.Status The Response Status is: HTTP/1.1 500 Internal Server Error The serverside.cgi file on my server is as follows: #!/usr/bin/perl -w use CGI; $upload_dir = "/usr/home/myhost/www/ibp"; $query = new CGI; $filename = $query->param("nameoffile"); $filename =~ …

0
124
Member Avatar for samaru

[size=4]Beginning Perl[/size] [b]by Simon Cozens, Peter Wainwright[/b] I have gone through several Perl tutorials in the past, and I have to admit that this is the best one I've seen, especially if you already know how to program. I came from a C++ world, so it was relatively easy to …

Member Avatar for samaru
1
177
Member Avatar for rachelbolton

Hi! I'm new to the forum...I'm trying to help my grandmother out by fixing her computer. She has her homepage set to her ISP's homepage, but she has it set so that it shows all her links to her email and such. You can see them for the time that …

Member Avatar for DMR
0
291
Member Avatar for Nitram04

I have an Gateway desktop 933, serial number 0023510410. Here is my problem, I bought this computer used with no hard drive. I installed a hard drive, with all the drivers from Gateway.com with the above serial number. In device manager everything is working, except I have a pci unknow …

0
71
Member Avatar for sameveritt

Hey good people - I built my home page to enable me to launch frequently used programs from the browser, among other favorite links to the web. I used to be able to click on a hyperlink such as -file:///c:/path/program_name.ext During some upgrade in the past (XP Pro?, SP1?), IE …

Member Avatar for sameveritt
0
96
Member Avatar for liliafan

Hi I am needing to store some data for a project I am working on, I am trying to figure out the fastest method to access the stored data, the data takes the form: keyword (std::string) - list of ints ie: yellow - 2342 2312 8478 3827 9773 4837 2893 …

Member Avatar for liliafan
0
269
Member Avatar for spikes

Hi All, I'm haveing some problems with my perl code. the script is for a mail filtering program called mimedefang, the code is the main filter. the fist bit of code is used to filter out mail based on the subject line. sub filter_begin () { my($msgSubject, $hfile) = @_; …

Member Avatar for spikes
0
296
Member Avatar for root

[quote]<form method="POST" action="http://www.geocities.com/zerounixinc/cgi/FormMail.pl"> <P ALIGN="LEFT"><FONT SIZE="3">Name <input type="text" name="Name" size="20"> E-mail <input type="text" name="Email" size="20"> Address <textarea rows="3" name="Address" cols="29"></textarea> Subject <select size="1" name="Subject"> <option selected>Computer Repair</option> <option>Computer Setup</option> <option>Networking</option> <option>Building</option> <option>Other</option> </select>& Discription Of Job <textarea name="Description" cols="47" rows="4" wrap="true"></textarea></p> <p align="left"> <input type=hidden name="recipient" value="tyler@tc3net.com"> <span style="background-color: #008000"> …

Member Avatar for liliafan
0
221
Member Avatar for liliafan

Hi I am trying to figure out how to do something for a program I am writing I am fairly new to C++ I have only been using it for about 3 months. Basically I want to launch a pthread which is easy enough but from within that thread I …

Member Avatar for liliafan
0
261
Member Avatar for bk_raavi

Hai --I have HP PCs,IBM PCs,IBM Servers Of 21 Nos. Those are networked and working on 10 Mbps Switch with builtin LAN Card from a longtime normally. But Yesterday i changed the connections to 100 Mbps Switch, from that time some Of the LAN Connections (Systems)are working normally and remaining …

Member Avatar for i686-linux
0
204

The End.