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 23 of 23
Search took
0.14
seconds.
Search:
Posts Made By:
dan9933
Forum:
JavaScript programming
06-10-2012, 04:12 AM
Replies:
2
Calling second javascript from within main script
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
License and using of free Google Map
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
How to clear a table cell depending on whether it contains a certain value
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
How to clear a table cell depending on whether it contains a certain value
Views:
323
Posted By
dan9933
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
Big Project Please Read
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
Searching within an array
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
Searching within an array
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
Searching within an array
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
Can anyone recommend a good way to learn perl
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
Can anyone recommend a good way to learn perl
Views:
1,281
Posted By
dan9933
Anyone?
Anyone?
Forum:
Career, job, and business ideas or advice
05-29-2012, 05:20 PM
Replies:
1
Should I try to use the cash from the game I want to patent to patent the game itself
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
Can anyone recommend a good way to learn perl
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
Is it possible to send a checkbox value to the DB when checked
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
Alternatives to javascript
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
Only display if JS is enabled
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
javascript looping through arrays
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
javascript looping through arrays
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
javascript looping through arrays
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
Using variable as part of a variable name
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
passing database records to javascript as arrays
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
passing database records to javascript as arrays
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
Making cell references to individual table cells
Views:
559
Posted By
dan9933
yeah that worked, thanks
yeah that worked, thanks
Forum:
JavaScript programming
04-17-2012, 05:51 PM
Replies:
2
Making cell references to individual table cells
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
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:12 PM
.
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.