Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 23 of 23
Search took 0.14 seconds.
Search: Posts Made By: dan9933
Forum: JavaScript programming 06-10-2012, 04:12 AM
Replies: 2
Views: 351
Posted By dan9933
You can do this by loading it with an AJAX call...

You can do this by loading it with an AJAX call then use eval.
Forum: JavaScript programming 06-08-2012, 05:23 PM
Replies: 1
Views: 237
Posted By dan9933
Not to be condescending or anything but have you...

Not to be condescending or anything but have you tried contacting google directly? In my experience they have been quite helpful.
Forum: JavaScript programming 06-07-2012, 05:48 PM
Replies: 2
Views: 323
Posted By dan9933
Exactly what I needed thanks!

Exactly what I needed thanks!
Forum: JavaScript programming 06-07-2012, 03:58 PM
Replies: 2
Views: 323
Posted By dan9933
Unhappy How to clear a table cell depending on whether it contains a certain value

So I have this table on my web page, each cell has an id of cellno1 from the first cell to the last (except the number increases until the last cell) What I want to do is delete certain table cells...
Forum: Career, job, and business ideas or advice 06-05-2012, 08:49 PM
Replies: 2
Views: 956
Posted By dan9933
Not to be critical I am just curious. Assuming...

Not to be critical I am just curious.
Assuming you could get merchants to get on board, which is a big if, how would it work? Merchants are unlikely to get on board unless you reimburse them, so the...
Forum: JavaScript programming 06-05-2012, 07:57 PM
Replies: 6
Views: 441
Posted By dan9933
Thanks guys, this was helpful. :)

Thanks guys, this was helpful. :)
Forum: JavaScript programming 06-05-2012, 05:44 PM
Replies: 6
Views: 441
Posted By dan9933
Maybe i should clarify this. Say for example...

Maybe i should clarify this.
Say for example this is my code:

<html>
<head>
</head>
<body>
<form id="form">
<select id="select">
</select>
Forum: JavaScript programming 06-05-2012, 01:32 PM
Replies: 6
Views: 441
Posted By dan9933
Searching within an array

So I have an array of objects, each with 9 properties. What I want to do is to search for a keyword inside the second property of each of the objects in the array, and return the values of each of...
Forum: Perl/ CGI 06-02-2012, 05:56 AM
Replies: 5
Views: 1,281
Posted By dan9933
Thanks, I'll try those out.

Thanks, I'll try those out.
Forum: Perl/ CGI 06-01-2012, 07:28 PM
Replies: 5
Views: 1,281
Posted By dan9933
Anyone?

Anyone?
Forum: Career, job, and business ideas or advice 05-29-2012, 05:20 PM
Replies: 1
Views: 702
Posted By dan9933
Here's the problem I see, until you actually have...

Here's the problem I see, until you actually have a patent (or at least a patent pending) it will be hard to defend your idea.

If they were to patent it, you could sue to stop them patenting the...
Forum: Perl/ CGI 05-22-2012, 10:41 PM
Replies: 5
Views: 1,281
Posted By dan9933
Can anyone recommend a good way to learn perl

I am looking to learn how to make perl scripts, can you suggest any good books/websites to assist me?
Thanks
Forum: JavaScript programming 05-08-2012, 05:54 PM
Replies: 3
Views: 316
Posted By dan9933
I think the page would have to be refreshed for...

I think the page would have to be refreshed for that to work because PHP is run before the rest of the page.
Forum: General web building 05-07-2012, 03:56 AM
Replies: 2
Views: 656
Posted By dan9933
Alternatives to javascript

I am currently working on building a site using a lot of javascript. The site will not run at all without it as much of the html is created using javascript code. I know its bad practice to rely on...
Forum: JavaScript programming 05-01-2012, 12:15 AM
Replies: 3
Views: 296
Posted By dan9933
You can use PHP to do this.

You can use PHP to do this.
Forum: JavaScript programming 04-30-2012, 10:53 PM
Replies: 6
Views: 434
Posted By dan9933
I am actually using arrays of more than two...

I am actually using arrays of more than two values, however just need two for the selection box value and text. Thanks for the advice.
Forum: JavaScript programming 04-30-2012, 09:03 PM
Replies: 6
Views: 434
Posted By dan9933
Thanks for the reply. So what would be better...

Thanks for the reply. So what would be better about using an array of objects? fyi I am not hard coding the values, I am writing the JavaScript using PHP so I can fill the values with data from my...
Forum: JavaScript programming 04-30-2012, 05:10 PM
Replies: 6
Views: 434
Posted By dan9933
javascript looping through arrays

Ok so this is probably a simple question but i have hit a wall here:

So I have 20 arrays with incremental names (course1, course2, course3 ...)
What i want to make is a selection box with 20...
Forum: JavaScript programming 04-26-2012, 03:39 PM
Replies: 3
Views: 358
Posted By dan9933
Using variable as part of a variable name

Hi,
I want to write some javascript code that uses arrays, I have a list of arrays named array1, array2, array3 etc. I want to perform a function on each of these arrays. I wanted to have a...
Forum: PHP 04-24-2012, 05:57 PM
Replies: 3
Views: 475
Posted By dan9933
So how would I get the arrays back in javascript?...

So how would I get the arrays back in javascript?
So far I have this which gives me the json_encode strings.
<code>
$result = mysql_query("SELECT * FROM courses");

while($row =...
Forum: PHP 04-24-2012, 01:20 AM
Replies: 3
Views: 475
Posted By dan9933
passing database records to javascript as arrays

Hi,
I am working on a javascript application that requires use of a mysql database i have made.
so what I want to be able to do is to use the values in my database in my javascript. is the best...
Forum: JavaScript programming 04-17-2012, 06:20 PM
Replies: 2
Views: 559
Posted By dan9933
yeah that worked, thanks

yeah that worked, thanks
Forum: JavaScript programming 04-17-2012, 05:51 PM
Replies: 2
Views: 559
Posted By dan9933
Making cell references to individual table cells

So I am using JavaScript to make a table on a page and what I want to do is have the JavaScript create the table, and then allow the user to fill it with data. I have been able to make the JavaScript...
Showing results 1 to 23 of 23

 
Forum Jump

All times are GMT +1. The time now is 03:12 PM.