Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
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
i cant make .jar files!
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
need help with flash and DHTML
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
help with servers to domains
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
help with servers to domains
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
perl for apache 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
perl for apache 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
For those that think web pages are document
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
"Guestbook-like"...
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
server question
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
Secure Login with javascript
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
server question
Views:
557
Posted By
benastan
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
I need a sample
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
Newfile How
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
help with iframe links
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
reading file contents into a textarea
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
reading file contents into a textarea
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
reading file contents into a textarea
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
An easy form handler
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
help with iframe links
Views:
830
Posted By
benastan
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
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
07:17 PM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.