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 21 of 21
Search took
0.12
seconds.
Search:
Posts Made By:
flare1028us
Forum:
HTML & CSS
11-05-2004, 02:27 AM
Replies:
2
Extra space appearing in table
Views:
766
Posted By
flare1028us
Fixed it. Thanks for your help with finding...
Fixed it.
Thanks for your help with finding errors my attention span will not allow me to
correct :p. What I did to fix it was just make a div layer above the text and
set the height and width...
Forum:
HTML & CSS
11-04-2004, 11:17 PM
Replies:
2
Extra space appearing in table
Views:
766
Posted By
flare1028us
Extra space appearing in table
Hey
I am currently making a website for my band and have just started on a
news/updates section. I have created the table layout with images and it looks
ok. There is one problem, though:...
Forum:
JavaScript programming
10-05-2004, 02:53 AM
Replies:
2
Making spaces stay (kinda hard to word it)
Views:
859
Posted By
flare1028us
Making spaces stay (kinda hard to word it)
First off, I would like to thank the people who have taken time to help
me on this site. You guys are great!
Next: My problem
I am writing a perl chat server and am using javascript to refresh...
Forum:
JavaScript programming
10-01-2004, 10:27 PM
Replies:
4
DHTML Menu
Views:
718
Posted By
flare1028us
Thanks!
Thanks for the help, Grog! :thumbsup:
Carlton
Forum:
JavaScript programming
10-01-2004, 03:46 PM
Replies:
4
DHTML Menu
Views:
718
Posted By
flare1028us
Does that mean I can't use the onmouseout event...
Does that mean I can't use the onmouseout event handler?
If so, what could I use to replace it?
Forum:
JavaScript programming
09-30-2004, 11:37 PM
Replies:
4
DHTML Menu
Views:
718
Posted By
flare1028us
DHTML Menu
Hey,
I just started messing with DHTML a while ago and have already created a
working menu. I am now on my second project, a drop-down menu.
I have the following problem: My menu disappears...
Forum:
Perl/ CGI
07-13-2004, 11:36 PM
Replies:
16
Form Input with Perl
Views:
4,603
Posted By
flare1028us
Try using the CGI.pm param() function: ...
Try using the CGI.pm param() function:
#!C:\Perl\bin\perl.exe
use CGI ':standard';
$input = param('textarea_name');
print "Content-type: text/html\n\n";
print "You typed: $input";
I think...
Forum:
JavaScript programming
06-23-2004, 03:13 AM
Replies:
6
Missing ) after condition?
Views:
5,105
Posted By
flare1028us
Thankx 4 the help lol now I just feel dumb! ...
Thankx 4 the help
lol now I just feel dumb! :)
Forum:
JavaScript programming
06-23-2004, 12:16 AM
Replies:
6
Missing ) after condition?
Views:
5,105
Posted By
flare1028us
Missing ) after condition?
Hey all
I have been asked to write a js prog/util for an after-school program at my church. It's pretty simple: just read the problem, type in the answer,
and click a button to see if it's right....
Forum:
JavaScript programming
06-06-2004, 01:40 AM
Replies:
8
Opening a program using javascript?!
Views:
888
Posted By
flare1028us
<input type="file"> only lets u select a file...
<input type="file"> only lets u select a file location.
Forum:
JavaScript programming
06-05-2004, 10:30 PM
Replies:
6
Javascript or html
Views:
1,090
Posted By
flare1028us
omg im 13 too. Yeah, thats definetly...
omg im 13 too.
Yeah, thats definetly JavaScript.
Forum:
JavaScript programming
06-05-2004, 10:22 PM
Replies:
8
Opening a program using javascript?!
Views:
888
Posted By
flare1028us
Surprise, surprise, im 13 too. First off,...
Surprise, surprise, im 13 too.
First off, <input type="file"> does not exist.
There are ways to open programs via command line, though.
They have to be on the users computer and and command...
Forum:
JavaScript programming
05-22-2004, 03:41 AM
Replies:
5
Can someone suggest a good book?
Views:
758
Posted By
flare1028us
I own Javascript For the World Wide Web and it...
I own Javascript For the World Wide Web and it has some good stuff in it.
Forum:
Computer Programming
12-22-2003, 11:09 PM
Replies:
6
DLLs in C++....
Views:
855
Posted By
flare1028us
Thanks for your help........ But thats WAY...
Thanks for your help........
But thats WAY over my head lol. :confused:
I'll try to make sense of it. I just need to know how to store DOS dialog in a DLL.
EX: I want to put this dialog in...
Forum:
Computer Programming
12-22-2003, 11:03 PM
Replies:
4
C Hello world program
Views:
733
Posted By
flare1028us
I had some trouble w/ this when I started...
I had some trouble w/ this when I started programming ( that wasn't very long ago LOL)
I think there is something u can put in it to make it stay.....
I definetly know how to do it in a DOS...
Forum:
Computer Programming
12-21-2003, 08:18 PM
Replies:
6
DLLs in C++....
Views:
855
Posted By
flare1028us
I use Dev-CPP. It has a DLL template. I...
I use Dev-CPP.
It has a DLL template.
I just dont know how to associate the DLL files with
the executable.
Forum:
Java and JSP
12-18-2003, 07:07 PM
Replies:
13
cud you tell me about other programming languages other than javascript.
Views:
2,433
Posted By
flare1028us
Go to www.cprogramming.com for lots of C and C++...
Go to www.cprogramming.com for lots of C and C++ stuff\\
Forum:
Computer Programming
12-18-2003, 02:07 PM
Replies:
6
DLLs in C++....
Views:
855
Posted By
flare1028us
DLLs in C++....
Hey
I am working on a program (DOS,C++) for my teacher that can ask 2 questions:
1. How many problems are on the assignment?
2. How many were missed?
Then give the percentage (ex 20probs...
Forum:
JavaScript programming
12-09-2003, 06:57 PM
Replies:
2
Executing a command through JS?
Views:
735
Posted By
flare1028us
Executing a command through JS?
Hey
Is it possible to execute a command (like one you would type in the command prompt in windows) in javascript?
Example: "C:\bob.exe /s" or "type C:\bob.txt"
I remember...
Forum:
JavaScript programming
11-09-2003, 09:04 PM
Replies:
5
Inserting text into a form by pressing a button...
Views:
747
Posted By
flare1028us
Re: Post
Thanks for all of your help! :thumbsup:
I especially liked beetle's way of doing it because you can enter the
symbol more than once.
With the other ones, you can only enter it once.
Forum:
JavaScript programming
11-09-2003, 04:35 AM
Replies:
5
Inserting text into a form by pressing a button...
Views:
747
Posted By
flare1028us
Inserting text into a form by pressing a button...
Hey,
I am about to kill myself trying to figure this script out.
How do I make it where if i press a button on a page,
it will insert text into a text area?
:confused: :confused: :confused:...
Showing results 1 to 21 of 21
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
03:32 AM
.
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.