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
Page 1 of 2
1
2
>
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
Credit Card Matching Regexp
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
Credit Card Matching Regexp
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
Javascript Forms Fill textarea onsubmit
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
Page Refresh on Form Submit
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
Javascript Forms Fill textarea onsubmit
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
Javascript Forms Fill textarea onsubmit
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
DirectX Surfaces and Bitmaps
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
Y-Overflow on a div
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
C++ Search Array for Number of Instances
Views:
1,712
Posted By
ParadoxKing
thanks
thanks
Forum:
Computer Programming
12-20-2009, 07:26 PM
Replies:
1
C++ Two Dimensional Arrays
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
C++ Search Array for Number of Instances
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
C++ Search Array for Number of Instances
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
C++ String Manipulation
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
C++ String Manipulation
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
C++ String Manipulation
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
Character Bios Page
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
Character Bios Page
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
Resolved
Variable not getting defined in switch statement
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
Drop Down Menus behind embedded object
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
Drop Down Menus behind embedded object
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
Drop Down Menus behind embedded object
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
No Links opening in New Tab
Views:
704
Posted By
ParadoxKing
My bad, thanks though.
My bad, thanks though.
Forum:
JavaScript programming
05-01-2009, 04:42 PM
Replies:
2
No Links opening in New Tab
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
Dynamically Sized Webpage
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
Keypress event
Views:
624
Posted By
ParadoxKing
thanks
thanks
Showing results 1 to 25 of 27
Page 1 of 2
1
2
>
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:33 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.