Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 19 of 19
Search took 0.06 seconds.
Search: Posts Made By: benastan
Forum: Computer Programming 10-20-2003, 02:46 AM
Replies: 5
Views: 970
Posted By benastan
i cant make .jar files!

someone help me with making a .jar, when i run the .jar file it asks for a manifest file, am i just stupid, or should i know what a manifest file is >_<.

thanks.
Forum: Flash & ActionScript 09-27-2003, 10:10 PM
Replies: 2
Views: 1,468
Posted By benastan
need help with flash and DHTML

ok, so i have a flash that is in an html file with DHTML which has a pop up menu

the problem is that the flash is showing over the menu so that when one hovers over the index and the menu's pop...
Forum: Other server side languages/ issues 09-07-2003, 05:15 PM
Replies: 3
Views: 829
Posted By benastan
i know my ip, now how would i point it to my ip?

i know my ip, now how would i point it to my ip?
Forum: Other server side languages/ issues 09-06-2003, 04:23 AM
Replies: 3
Views: 829
Posted By benastan
help with servers to domains

i just registered a domain on godaddy.com
now i want to relate the domain name to my server.
ive tried stuff, but its not working... what do i do!!

someone help me!
thnx!
Forum: Perl/ CGI 08-19-2003, 10:55 PM
Replies: 2
Views: 839
Posted By benastan
well, i went to activeperl.com, and i couldnt...

well, i went to activeperl.com, and i couldnt figure out how to install it :confused:
Forum: Perl/ CGI 08-17-2003, 02:15 AM
Replies: 2
Views: 839
Posted By benastan
perl for apache 2

if i can get perl for apache 2.0 server, and if yes, where. thats all, thanks :p
Forum: General web building 08-15-2003, 11:00 PM
Replies: 13
Views: 902
Posted By benastan
if you view source of a web site it will open a...

if you view source of a web site it will open a program such as notepad (unless you have it set to open in another program) which will display html as if it where a text document-- that is, text is...
Forum: HTML & CSS 08-15-2003, 01:29 AM
Replies: 5
Views: 1,422
Posted By benastan
that's right, but i like mysql, its the same...

that's right, but i like mysql, its the same thing pretty much, but mysql is what i used. anyway--

what i would do is:

start with either php and mysql hosting that you pay for, or you can get...
Forum: Computer/PC discussions 08-15-2003, 12:21 AM
Replies: 2
Views: 557
Posted By benastan
well, thats exactly what i thought. im not gonna...

well, thats exactly what i thought. im not gonna be expecting much more than 6 people on my site at a time for quite a bit, its more of a site that i practice php and javascript and stuff like that...
Forum: Post a JavaScript 08-15-2003, 12:14 AM
Replies: 114
Views: 119,728
Posted By benastan
cool!

very cool idea, the whole client side password protection thing-- personally ill stick with server side, but for using javascript thats amazing. the only other script ive see that would do that is...
Forum: Computer/PC discussions 08-14-2003, 11:39 PM
Replies: 2
Views: 557
Posted By benastan
Question server question

hi, im a pretty beginning server side programmer and i have some questions about setting up servers. I have installed apache 2.0 on my Pentium 4, 2.0ghz laptop running on Windows XP. I have also...
Forum: Perl/ CGI 02-17-2003, 11:16 PM
Replies: 11
Views: 1,375
Posted By benastan
well, ive searched the internet many a time, and...

well, ive searched the internet many a time, and found that the best way to learn CGI/perl is to get a book.

MY FAVORITE BOOK for CGI is:

Elizabeth Castro's
PERL AND CGI
FOR THE WORLD WIDE...
Forum: Perl/ CGI 02-17-2003, 09:59 PM
Replies: 2
Views: 874
Posted By benastan
also, when writing or appending a file, if u dont...

also, when writing or appending a file, if u dont wanna screw it up, you should lock it. You can do that by using this code:

$File = 'myfile.txt';
open(FILEHANDLE, '>$File') or die "the file...
Forum: JavaScript programming 02-17-2003, 04:40 PM
Replies: 3
Views: 830
Posted By benastan
not exactly... what im doing is using a...

not exactly...

what im doing is using a select box with "onChange" that calls a script which goes to the value of the option selected. My problem is that i cant target the main window using this...
Forum: Perl/ CGI 02-17-2003, 04:36 AM
Replies: 4
Views: 1,368
Posted By benastan
HERES UR SCRIPT!!:: #!/usr/local/bin/perl ...

HERES UR SCRIPT!!::

#!/usr/local/bin/perl

open (FILE, "<text.html");
flock (FILE, 2);
@file = <FILE>;
close (FILE);

print "Content-type: text/html\n\n";
Forum: Perl/ CGI 02-17-2003, 04:26 AM
Replies: 4
Views: 1,368
Posted By benastan
nvm that im just stupid, give me a sec and ill...

nvm that im just stupid, give me a sec and ill have the script
Forum: Perl/ CGI 02-17-2003, 04:11 AM
Replies: 4
Views: 1,368
Posted By benastan
ill help ya fosho, but theres onthign u might...

ill help ya fosho, but theres onthign u might want to thing about in ur script, it should automatically include the line breaks in the variable if u just do:

open (FILE, "<filename.extension");...
Forum: Perl/ CGI 02-17-2003, 04:00 AM
Replies: 3
Views: 1,360
Posted By benastan
i use tripod, it works great, but you have to...

i use tripod, it works great, but you have to have the right script to go along with it

http://www.tripod.com

i have created a script with multiple functions which make it millions of times...
Forum: JavaScript programming 02-17-2003, 03:26 AM
Replies: 3
Views: 830
Posted By benastan
Question help with iframe links

HELp, i am trying to make a site jump that jumps from page to page. the index looks like this:

<html>
<head>
<style type="text/css">
<!--
body...
Showing results 1 to 19 of 19

 
Forum Jump

All times are GMT +1. The time now is 07:17 PM.