Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 224
Search took 1.57 seconds.
Search: Posts Made By: Crazydog
Forum: Java and JSP 09-08-2008, 03:30 AM
Replies: 2
Views: 1,536
Posted By Crazydog
Thanks. I was thinking about that in the first...

Thanks. I was thinking about that in the first place, but didn't put too much thought into it, since I assumed there would be a more practical way.
Forum: Java and JSP 09-08-2008, 12:16 AM
Replies: 2
Views: 1,536
Posted By Crazydog
Append digit to end of variable

Hey everyone.
I have this assignment for school where I have to create a very simple calculator program. No GUI, not even command line inputs. It's all being run inside the program with preset...
Forum: PHP 03-28-2008, 01:39 PM
Replies: 3
Views: 661
Posted By Crazydog
Ah. I see. I needed the quotes around $username. ...

Ah. I see. I needed the quotes around $username.

Thanks.
Forum: PHP 03-28-2008, 01:33 PM
Replies: 3
Views: 661
Posted By Crazydog
What's going on here? "mysql_num_rows(): supplied argument is not a valid..."

I know that I did something really stupid and small that I just can't see.

I'm running this query and function


$numberq = mysql_query("SELECT * FROM sotw_submits WHERE wid=$wid AND...
Forum: HTML & CSS 08-16-2007, 01:51 AM
Replies: 1
Views: 718
Posted By Crazydog
You cold change the height: to 260px, although if...

You cold change the height: to 260px, although if you add more links, it won't automatically extend

Or you could put it in a div:

<html>
<head>
<style type="text/css">
<!--
#wrapper{...
Forum: HTML & CSS 08-16-2007, 01:22 AM
Replies: 1
Views: 664
Posted By Crazydog
content above relative div's?

QUESTION: How do I bring content on top of relative div's w/ background images?

Details:

My page has has:
header image (with dynamic image placed on top of it)
tiled image (header covers top...
Forum: JavaScript programming 08-15-2007, 09:06 PM
Replies: 5
Views: 1,300
Posted By Crazydog
I've updated the thread title, since people...

I've updated the thread title, since people didn't like the old one....help would be greatly appreciated!
Forum: JavaScript programming 08-15-2007, 06:01 PM
Replies: 5
Views: 1,300
Posted By Crazydog
Ok, it turns out it was 99% of what I...

Ok, it turns out it was 99% of what I wanted...there's only one problem.

If the user selects something from the select area, and commits it, it creates something like this:
<input type="hidden"...
Forum: JavaScript programming 08-14-2007, 01:12 AM
Replies: 5
Views: 1,300
Posted By Crazydog
that's EXACTLY what I wanted! thanks so much!!

that's EXACTLY what I wanted! thanks so much!!
Forum: JavaScript programming 08-13-2007, 11:24 PM
Replies: 5
Views: 1,300
Posted By Crazydog
Dynamic Input Field ID

Scroll down to post #4 please!

Alright...if you've read my other two threads, I'm just trying to get a script someone wrote to do what I want.

All I need to do is create hidden input fields.
...
Forum: JavaScript programming 08-13-2007, 10:46 PM
Replies: 2
Views: 1,896
Posted By Crazydog
When I add the line you provided, the script...

When I add the line you provided, the script stops working.
Without the line, the text changes into an empty select box.

Edit: Fixed it. options.length needed to be y.options.length
Forum: JavaScript programming 08-13-2007, 09:56 PM
Replies: 2
Views: 1,896
Posted By Crazydog
document.createElement to create select field?

Hi. First of all, I am NOT a javascript coder, so please don't talk to me like I am :P.

I'm using this script:
http://www.quirksmode.org/dom/cms.html

to do what it's used for. (Change elements...
Forum: JavaScript programming 08-13-2007, 06:52 PM
Replies: 1
Views: 1,742
Posted By Crazydog
Change text to input field on click?

I can't seem to find an example right now, but does anybody know the code to do this:

When a string of text is doubleclicked, the text changes into an input field, (dropdown, text, etc), and when...
Forum: PHP 08-06-2007, 11:27 PM
Replies: 9
Views: 650
Posted By Crazydog
download pop3.class.inc...

download pop3.class.inc (http://www.phpclasses.org/browse/package/1120.html)

This gets the email

require('pop3.class.inc');

$do = $pop3->connect ('pop3.server.com');
if ($do == false) {
...
Forum: PHP 08-06-2007, 10:19 PM
Replies: 0
Views: 721
Posted By Crazydog
accurate dynamic imagettftext "size"

I've been trying to come up with a formula to give me a good "size" value for my dynamic image I'm creating.

(In case you don't know, the size is measured in points)

The image needs to fit...
Forum: PHP 08-01-2007, 10:55 PM
Replies: 1
Views: 2,108
Posted By Crazydog
get "value" of file upload field

I have a file upload field in my form.

I have two questions relating to it.

1) How would I validate it to make sure some type of file was chosen (type doesn't matter, just that the box wasn't...
Forum: HTML & CSS 07-27-2007, 10:46 PM
Replies: 1
Views: 1,355
Posted By Crazydog
GET value into radio button

I thought I knew how to do this....

If I have a form with a set of radio buttons named "test", and my url includes:

?test=1

shouldn't the radio button in the set with the value "1" be...
Forum: PHP 07-27-2007, 07:35 PM
Replies: 14
Views: 830
Posted By Crazydog
the problem was it being a LAN address. ...

the problem was it being a LAN address.


when I put it on a webserver with a domain, it worked fine in the other browsers
Forum: PHP 07-27-2007, 07:17 PM
Replies: 14
Views: 830
Posted By Crazydog
I set all my IE settings down to the lowest.... ...

I set all my IE settings down to the lowest....
I tested it in opera and safari, doesn't work in those either
Forum: PHP 07-27-2007, 07:12 PM
Replies: 14
Views: 830
Posted By Crazydog
yea, it does work in FF.. doesn't work in IE or...

yea, it does work in FF..
doesn't work in IE or opera or safari

Also, I'm testing this over a LAN, so the URL is http://10.1.1.12 if that makes a difference...
Forum: PHP 07-27-2007, 07:10 PM
Replies: 14
Views: 830
Posted By Crazydog
Post Cookie doesn't store in IE

This cookie:

setcookie("login", 1, time() + 7200, '/');


Doesn't work when it is called in IE using this:


$cookie = $_COOKIE['login'];
Forum: JavaScript programming 07-27-2007, 05:58 PM
Replies: 2
Views: 8,422
Posted By Crazydog
javascript: history.go(-1)....go to top of page

Is there any way to take something like this:

<div id="backbutton"><input type="submit" value="Change your answers" onclick="javscript: history.go(-1)" /></div>

And make it so that it goes to...
Forum: JavaScript programming 07-12-2007, 12:44 AM
Replies: 2
Views: 664
Posted By Crazydog
Isn't that just a redirect script?

Isn't that just a redirect script?
Forum: HTML & CSS 07-11-2007, 06:41 PM
Replies: 1
Views: 507
Posted By Crazydog
Attach content to background?

How do I attach content to a specific part of a page, so that when the page resolution page, the content is still on the same part of the background image.
Forum: JavaScript programming 07-11-2007, 06:11 PM
Replies: 2
Views: 664
Posted By Crazydog
Forward user when page finishes loading

I have a faux loading page to load all my images before the user visits the site, and I was wondering if there was a way for javascript to forward the user after the page that loads all the images...
Showing results 1 to 25 of 224

 
Forum Jump

All times are GMT +1. The time now is 07:37 AM.