Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 27
Search took 0.25 seconds.
Search: Posts Made By: ParadoxKing
Forum: JavaScript programming 12-06-2010, 08:17 PM
Replies: 8
Views: 3,083
Posted By ParadoxKing
hotwheelharry, gave me what I needed. Thanks.

hotwheelharry, gave me what I needed. Thanks.
Forum: JavaScript programming 12-03-2010, 09:52 PM
Replies: 8
Views: 3,083
Posted By ParadoxKing
Credit Card Matching Regexp

Here's another problem I'm having, I have to validate credit card types. My code worked originally. I simply checked the prefix for each type then verified the length with an if statement. However, I...
Forum: JavaScript programming 12-03-2010, 09:44 PM
Replies: 4
Views: 918
Posted By ParadoxKing
I solved it! I used a button/onclick combo...

I solved it! I used a button/onclick combo instead of a submit. onClick="return(checkForm(conference))"
Forum: JavaScript programming 12-01-2010, 05:08 PM
Replies: 3
Views: 2,537
Posted By ParadoxKing
Page Refresh on Form Submit

I am running into a problem, that no one else in the world seems to have. When I make a form and submit the page is refreshed, or rather redirected to a state with the values filled after the ? (i.e....
Forum: JavaScript programming 11-28-2010, 07:55 PM
Replies: 4
Views: 918
Posted By ParadoxKing
I actually went beyond what was expected of me in...

I actually went beyond what was expected of me in the validations, and as far as the cookies go, I know it can be done without them. I've seen other people's code that works. However, I cannot seem...
Forum: JavaScript programming 11-22-2010, 08:14 PM
Replies: 4
Views: 918
Posted By ParadoxKing
Javascript Forms Fill textarea onsubmit

I am trying to create a sample form using javascript. The form has a series of option and a submit button followed by a textarea. When the user clicks the submit button the textarea should be filled...
Forum: Computer Programming 03-03-2010, 07:36 PM
Replies: 0
Views: 2,032
Posted By ParadoxKing
DirectX Surfaces and Bitmaps

Hello, I am doing some directx programming. I am writing a program that loads an image to the screen which can then be manipulated using the keyboard. Everything in the code appears correct, and the...
Forum: HTML & CSS 01-06-2010, 09:05 PM
Replies: 3
Views: 1,437
Posted By ParadoxKing
Y-Overflow on a div

Hello I have a question about handling y overflow on a div. I made a web page with a restricted height of 1073px. This is all very good and well for most of my pages however, certain pages require...
Forum: Computer Programming 12-21-2009, 01:37 AM
Replies: 4
Views: 1,712
Posted By ParadoxKing
thanks

thanks
Forum: Computer Programming 12-20-2009, 07:26 PM
Replies: 1
Views: 2,621
Posted By ParadoxKing
C++ Two Dimensional Arrays

Hello, I am working on a project where we must calculate temperature data from a 2 dimensional array. The program must be modular. I must use functions: getData to read and store data into the array....
Forum: Computer Programming 12-14-2009, 03:06 AM
Replies: 4
Views: 1,712
Posted By ParadoxKing
I would like to correct what I wrote in this...

I would like to correct what I wrote in this post:

I have not figured it out...

This is my input:
inScores.txt:
55
80
78
92
Forum: Computer Programming 12-12-2009, 07:57 PM
Replies: 4
Views: 1,712
Posted By ParadoxKing
C++ Search Array for Number of Instances

Hello, I have another C++ question. I am designing a program that takes an array of numbers from a file, then outputs the instance of an element and the number of instances it is found in ascending...
Forum: Computer Programming 12-08-2009, 10:36 PM
Replies: 4
Views: 1,550
Posted By ParadoxKing
Thanks, me and my friend figured it out.

Thanks, me and my friend figured it out.
Forum: Computer Programming 12-07-2009, 06:07 PM
Replies: 4
Views: 1,550
Posted By ParadoxKing
Is there a way to do this with substr and find?

Is there a way to do this with substr and find?
Forum: Computer Programming 12-06-2009, 10:56 PM
Replies: 4
Views: 1,550
Posted By ParadoxKing
C++ String Manipulation

I am having some problems writing a program. The program requires the user to input a first name, middle initial, and last name into a single string. Given this string the program will get the first...
Forum: PHP 11-03-2009, 05:09 AM
Replies: 3
Views: 466
Posted By ParadoxKing
changing password... but about my problem (i...

changing password... but about my problem (i usually get rid of that stuff)
Forum: PHP 11-02-2009, 05:09 PM
Replies: 3
Views: 466
Posted By ParadoxKing
Character Bios Page

I didn't know if this belonged with MySQL or PHP but... here's the deal, I have had a website for some time now and it has been through many changes. For example, I formatted my entire site to fit...
Forum: PHP 07-24-2009, 12:15 AM
Replies: 1
Views: 484
Posted By ParadoxKing
Variable not getting defined in switch statement

Okay, I'm having some problems with defining a variable in a switch statement.

This is the code I have:

<?php
session_start();
$suffix = "_ST0";
$pLevel = $_POST['plevel'];...
Forum: JavaScript programming 05-14-2009, 06:23 PM
Replies: 5
Views: 2,070
Posted By ParadoxKing
Thanks, the wmode="transparent" worked. It looks...

Thanks, the wmode="transparent" worked. It looks fine in FF3 to me...
Forum: JavaScript programming 05-12-2009, 04:44 PM
Replies: 5
Views: 2,070
Posted By ParadoxKing
I did not use select tags. <div...

I did not use select tags.
<div id="mayamenu" class="anylinkmenu">
<ul>
<li><a href="/maya/">Maya Home</a></li>
<li><a href="/maya/Animations/">Animations</a></li>
<li><a...
Forum: JavaScript programming 05-11-2009, 04:55 PM
Replies: 5
Views: 2,070
Posted By ParadoxKing
Drop Down Menus behind embedded object

Hello, I'm not sure whether to post this here or in the css forum as this problem pertains to both. Now, let's get straight into it. A couple weeks ago I had a problem with a drop down menu script I...
Forum: JavaScript programming 05-01-2009, 07:12 PM
Replies: 2
Views: 704
Posted By ParadoxKing
My bad, thanks though.

My bad, thanks though.
Forum: JavaScript programming 05-01-2009, 04:42 PM
Replies: 2
Views: 704
Posted By ParadoxKing
No Links opening in New Tab

Okay, here's the deal. I found a script for drop down menus on the web. I use it on my homepage (www.k66t6-mf.com). The script works fine. However when you click on the links the pages open in a new...
Forum: General web building 12-30-2008, 04:53 PM
Replies: 1
Views: 654
Posted By ParadoxKing
Dynamically Sized Webpage

Hello, I had no idea where to put this so I put it here. I my homepage found here (http://www.k66t6-mf.com) is dynamically sized, that is to say that it all the objects found within the page will...
Forum: JavaScript programming 12-01-2008, 09:33 PM
Replies: 2
Views: 624
Posted By ParadoxKing
thanks

thanks
Showing results 1 to 25 of 27

 
Forum Jump

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